From e0ac3bc9b8a719938d9b7039484d2ad923fb8838 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 17 Sep 2019 07:43:03 +0200 Subject: [PATCH 01/12] updated CHANGELOG --- CHANGELOG | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index affc5b1a52..55934d96d5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,11 +2,12 @@ Version 2019.09-dev (UNRELEASED) Friendica Core: Update to the translations (CS, DE, FR, JA, NL, PL) [translation teams] Update to the themes (frio, vier) [JeroenED, MrPetovan, tobiasd, vinzv] - Update to the documentation [guzzisti, vinzv] + Update to the documentation [annando, tobiasd, guzzisti, vinzv] Enhanced the log output of the background process [annando] Enhanced the vcard translation in the profile (JeroenED) Enhanced the delivery count [annando] Enhanced ActivityPub envelopes [MrPetovan] + Enhanced communication about deleted accounts via AP [annando] Enhanced the following process [annando] Enhanced the tests [nupplaphil] Enhanced the frontend worker [annando] @@ -17,6 +18,7 @@ Version 2019.09-dev (UNRELEASED) Enhanced server wide theme settings [MrPetovan] Enhanced config loading process [MrPetovan, nupplaphil] Enhanced handling of emoticons [MrPetovan] + Enhanced performance [annando] Fixed a bug in the admin panel leading to orphand options [tobiasd] Fixed a problem that could lead to duplicated Pleroma contacts [annando] Fixed the problem sending out the post when hitting the enter key in the ACL dialog [MrPetovan] @@ -26,7 +28,14 @@ Version 2019.09-dev (UNRELEASED) Fixed a bug that prevented the display of images in some postings from diaspora* [MrPetovan] Fixed a bug in setting the permissions on uploaded images [annando] Fixed a bug that lead to potentially unwanted importing threads started by contacts of contacts [annando] + Fixed implicit self mentions [MrPetovan] Fixed display of register links on closed nodes landing pages [MrPetovan] + Fixed the display of [spoiler] tags [MrPetovan] + Fixed an issue with photo permissions in private mails [annando] + Fixed a bug in the process of following Pleroma accounts [annando] + Fixed a bug that caused notifications about locally deleted items [annando] + Fixed the link to the source of an event [MrPetovan] + Fixed a bug in BBCode -> Markdown conversation for font size [annando] General code cleaning [annando, MrPetovan, nupplaphil] Removed contacts auto completion (in /contacts [MrPetovan] Replaced FontAwesome by ForkAwesome in frio theme [vinzv] @@ -37,19 +46,27 @@ Version 2019.09-dev (UNRELEASED) Added support of wildcards to server block lists [MrPetovan] Added app specific passwords when using 2FA [MrPetovan] Added fetching of postings via URL to interact with public postings [annando] + Added opt-out flag for federated search engines and associated header information for profiles [annando] Friendica Addons: Update to the translation (CS, DE, FR, JA, NL SV) [translation teams] General code cleanup [nupplaphil, Quix0r] + blockbot: + Added translations + Added more bots [annando] + Added admin panel settings [annando] twitter: Enhanced handling of multi image postings [annando] + Enhanced display of quoted tweets [MrPetovan] Added alternative text support for images [annando] Closed Issues: - 3816, 4815, 6384, 6675, 7235, 7293, 7314, 7317, 7337, 7338, 7346, - 7350, 7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456, - 7442, 7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7522, - 7527, 7536, 7542, 7545, 7576, 7586 + 870, 1605, 2199, 3239, 3816, 4117, 4815, 5721, 6384, 6521, 6553, + 6675, 7212, 7235, 7285, 7293, 7314, 7317, 7337, 7338, 7346, 7350, + 7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456, 7442, + 7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7521, 7526, + 7527, 7536, 7542, 7545, 7576, 7586, 7594, 7597, 7603, 7610, 7618, + 7629 Version 2019.06 (2019-06-23) Friendica Core: From a3848d3b8057733b9828e82fbe243fa7fc25717b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 17 Sep 2019 07:47:03 +0200 Subject: [PATCH 02/12] typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 55934d96d5..2cddaf830c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,7 @@ Version 2019.09-dev (UNRELEASED) Update to the themes (frio, vier) [JeroenED, MrPetovan, tobiasd, vinzv] Update to the documentation [annando, tobiasd, guzzisti, vinzv] Enhanced the log output of the background process [annando] - Enhanced the vcard translation in the profile (JeroenED) + Enhanced the vcard translation in the profile [JeroenED] Enhanced the delivery count [annando] Enhanced ActivityPub envelopes [MrPetovan] Enhanced communication about deleted accounts via AP [annando] From c76d0cc481ba6578d7dd2a924c673124734db6f5 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 22 Sep 2019 07:35:21 +0200 Subject: [PATCH 03/12] updated CHANGELOG file with the stuff of the last days --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2cddaf830c..0fef47f24f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,7 @@ Version 2019.09-dev (UNRELEASED) Enhanced performance [annando] Fixed a bug in the admin panel leading to orphand options [tobiasd] Fixed a problem that could lead to duplicated Pleroma contacts [annando] + Fixed a problem with the hide profile setting [annando] Fixed the problem sending out the post when hitting the enter key in the ACL dialog [MrPetovan] Fixed a bug in HTML special character escaping of event titles [MrPetovan] Fixed a bug in HTML special character conversion in item titles [MrPetovan] @@ -35,6 +36,7 @@ Version 2019.09-dev (UNRELEASED) Fixed a bug in the process of following Pleroma accounts [annando] Fixed a bug that caused notifications about locally deleted items [annando] Fixed the link to the source of an event [MrPetovan] + Fixed a problem that caused authors from twitter postings having no profile pic [annando] Fixed a bug in BBCode -> Markdown conversation for font size [annando] General code cleaning [annando, MrPetovan, nupplaphil] Removed contacts auto completion (in /contacts [MrPetovan] @@ -66,7 +68,7 @@ Version 2019.09-dev (UNRELEASED) 7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456, 7442, 7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7521, 7526, 7527, 7536, 7542, 7545, 7576, 7586, 7594, 7597, 7603, 7610, 7618, - 7629 + 7629, 7635, 7638 Version 2019.06 (2019-06-23) Friendica Core: From 9ce34cb8c66af353cf2367996a708c462bf425d2 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 26 Sep 2019 07:55:10 +0200 Subject: [PATCH 04/12] some additions to the CHANGELOG --- CHANGELOG | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0fef47f24f..efe6e9adc9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -38,6 +38,9 @@ Version 2019.09-dev (UNRELEASED) Fixed the link to the source of an event [MrPetovan] Fixed a problem that caused authors from twitter postings having no profile pic [annando] Fixed a bug in BBCode -> Markdown conversation for font size [annando] + Fixed a BBCode parser problem with the audio tag [MrPetovan] + Fixed a session problem [annando] + Fixed a problem with the autoinstaller [nupplaphil] General code cleaning [annando, MrPetovan, nupplaphil] Removed contacts auto completion (in /contacts [MrPetovan] Replaced FontAwesome by ForkAwesome in frio theme [vinzv] @@ -51,7 +54,7 @@ Version 2019.09-dev (UNRELEASED) Added opt-out flag for federated search engines and associated header information for profiles [annando] Friendica Addons: - Update to the translation (CS, DE, FR, JA, NL SV) [translation teams] + Update to the translation (CS, ES, DE, FR, JA, NL SV) [translation teams] General code cleanup [nupplaphil, Quix0r] blockbot: Added translations @@ -68,7 +71,7 @@ Version 2019.09-dev (UNRELEASED) 7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456, 7442, 7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7521, 7526, 7527, 7536, 7542, 7545, 7576, 7586, 7594, 7597, 7603, 7610, 7618, - 7629, 7635, 7638 + 7629, 7635, 7638, 7665 Version 2019.06 (2019-06-23) Friendica Core: From 1ce7ea439843acff643c511b51137bb39b19db4a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 26 Sep 2019 08:05:29 +0200 Subject: [PATCH 05/12] missing closed issue --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index efe6e9adc9..661dee2f7c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -71,7 +71,7 @@ Version 2019.09-dev (UNRELEASED) 7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456, 7442, 7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7521, 7526, 7527, 7536, 7542, 7545, 7576, 7586, 7594, 7597, 7603, 7610, 7618, - 7629, 7635, 7638, 7665 + 7629, 7635, 7638, 7663, 7665 Version 2019.06 (2019-06-23) Friendica Core: From d0223c35553954fe109e579761836f76a00d3d02 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 27 Sep 2019 08:44:31 +0200 Subject: [PATCH 06/12] EN US translation update THX AndyH3 --- view/lang/en-us/messages.po | 13049 +++++++++++++++++----------------- view/lang/en-us/strings.php | 2066 +++--- 2 files changed, 7753 insertions(+), 7362 deletions(-) diff --git a/view/lang/en-us/messages.po b/view/lang/en-us/messages.po index fa5865d386..af366bee2c 100644 --- a/view/lang/en-us/messages.po +++ b/view/lang/en-us/messages.po @@ -5,13 +5,13 @@ # Translators: # Andy H3 , 2017-2019 # Hypolite Petovan , 2018-2019 -# R C , 2018 +# R C, 2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-05-15 08:55-0400\n" -"PO-Revision-Date: 2019-06-16 06:56+0000\n" +"POT-Creation-Date: 2019-09-15 07:45+0200\n" +"PO-Revision-Date: 2019-09-27 06:10+0000\n" "Last-Translator: Andy H3 \n" "Language-Team: English (United States) (http://www.transifex.com/Friendica/friendica/language/en_US/)\n" "MIME-Version: 1.0\n" @@ -20,14 +20,68 @@ msgstr "" "Language: en_US\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/api.php:1116 +#: include/items.php:354 src/Module/Admin/Themes/Details.php:53 +#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27 +#: src/Module/Debug/ItemBody.php:40 +msgid "Item not found." +msgstr "Item not found." + +#: include/items.php:392 +msgid "Do you really want to delete this item?" +msgstr "Do you really want to delete this item?" + +#: include/items.php:394 mod/api.php:109 mod/profiles.php:526 +#: mod/profiles.php:529 mod/profiles.php:551 mod/dfrn_request.php:640 +#: mod/follow.php:163 mod/message.php:150 mod/suggest.php:73 +#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102 +#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142 +#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 +#: mod/settings.php:1146 src/Module/Register.php:97 src/Module/Contact.php:423 +msgid "Yes" +msgstr "Yes" + +#: include/items.php:397 include/conversation.php:1251 mod/tagrm.php:20 +#: mod/tagrm.php:115 mod/unfollow.php:132 mod/dfrn_request.php:650 +#: mod/editpost.php:110 mod/fbrowser.php:110 mod/fbrowser.php:139 +#: mod/follow.php:174 mod/message.php:153 mod/photos.php:1084 +#: mod/photos.php:1191 mod/suggest.php:76 mod/settings.php:678 +#: mod/settings.php:704 src/Module/Contact.php:426 +msgid "Cancel" +msgstr "Cancel" + +#: include/items.php:444 mod/api.php:34 mod/api.php:39 mod/delegate.php:30 +#: mod/delegate.php:48 mod/delegate.php:59 mod/ostatus_subscribe.php:18 +#: mod/regmod.php:89 mod/repair_ostatus.php:16 mod/uimport.php:17 +#: mod/unfollow.php:22 mod/unfollow.php:77 mod/unfollow.php:109 +#: mod/wall_attach.php:76 mod/wall_attach.php:79 mod/wall_upload.php:107 +#: mod/wall_upload.php:110 mod/wallmessage.php:19 mod/wallmessage.php:43 +#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/profiles.php:182 +#: mod/profiles.php:499 mod/cal.php:301 mod/common.php:27 mod/crepair.php:90 +#: mod/dfrn_confirm.php:64 mod/editpost.php:21 mod/follow.php:57 +#: mod/follow.php:134 mod/fsuggest.php:63 mod/manage.php:130 +#: mod/message.php:56 mod/message.php:101 mod/network.php:37 mod/notes.php:27 +#: mod/photos.php:178 mod/photos.php:962 mod/poke.php:141 +#: mod/profile_photo.php:32 mod/profile_photo.php:177 +#: mod/profile_photo.php:197 mod/suggest.php:39 mod/events.php:208 +#: mod/item.php:170 mod/notifications.php:73 mod/settings.php:52 +#: mod/settings.php:165 mod/settings.php:667 src/Module/Attach.php:42 +#: src/Module/FollowConfirm.php:27 src/Module/Group.php:31 +#: src/Module/Group.php:77 src/Module/Invite.php:22 src/Module/Invite.php:110 +#: src/Module/Notifications/Notify.php:19 src/Module/Profile/Contacts.php:50 +#: src/Module/Register.php:192 src/Module/Search/Directory.php:18 +#: src/Module/Contact.php:340 +msgid "Permission denied." +msgstr "Permission denied." + +#: include/api.php:1119 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "Daily posting limit of %d post reached. The post was rejected." msgstr[1] "Daily posting limit of %d posts reached. This post was rejected." -#: include/api.php:1130 +#: include/api.php:1133 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -35,487 +89,490 @@ msgid_plural "" msgstr[0] "Weekly posting limit of %d post reached. The post was rejected." msgstr[1] "Weekly posting limit of %d posts reached. This post was rejected." -#: include/api.php:1144 +#: include/api.php:1147 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgstr "Monthly posting limit of %d posts reached. This post was rejected." -#: include/api.php:4511 mod/photos.php:91 mod/photos.php:193 -#: mod/photos.php:636 mod/photos.php:1082 mod/photos.php:1099 -#: mod/photos.php:1601 mod/profile_photo.php:85 mod/profile_photo.php:94 -#: mod/profile_photo.php:103 mod/profile_photo.php:217 -#: mod/profile_photo.php:305 mod/profile_photo.php:315 src/Model/User.php:763 -#: src/Model/User.php:771 src/Model/User.php:779 +#: include/api.php:4589 mod/photos.php:91 mod/photos.php:196 +#: mod/photos.php:640 mod/photos.php:1090 mod/photos.php:1107 +#: mod/photos.php:1610 mod/profile_photo.php:85 mod/profile_photo.php:94 +#: mod/profile_photo.php:103 mod/profile_photo.php:210 +#: mod/profile_photo.php:298 mod/profile_photo.php:308 src/Model/User.php:796 +#: src/Model/User.php:804 src/Model/User.php:812 msgid "Profile Photos" msgstr "Profile photos" -#: include/conversation.php:160 include/conversation.php:297 -#: src/Model/Item.php:3253 +#: include/conversation.php:161 include/conversation.php:298 +#: src/Model/Item.php:3309 msgid "event" msgstr "event" -#: include/conversation.php:163 include/conversation.php:173 -#: include/conversation.php:300 include/conversation.php:309 -#: mod/subthread.php:88 mod/tagger.php:68 +#: include/conversation.php:164 include/conversation.php:174 +#: include/conversation.php:301 include/conversation.php:310 +#: mod/subthread.php:88 mod/tagger.php:69 msgid "status" msgstr "status" -#: include/conversation.php:168 include/conversation.php:305 -#: mod/subthread.php:88 mod/tagger.php:68 src/Model/Item.php:3255 +#: include/conversation.php:169 include/conversation.php:306 +#: mod/subthread.php:88 mod/tagger.php:69 src/Model/Item.php:3311 msgid "photo" msgstr "photo" -#: include/conversation.php:181 +#: include/conversation.php:182 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "%1$s likes %2$s's %3$s" -#: include/conversation.php:183 +#: include/conversation.php:184 #, php-format msgid "%1$s doesn't like %2$s's %3$s" msgstr "%1$s doesn't like %2$s's %3$s" -#: include/conversation.php:185 +#: include/conversation.php:186 #, php-format msgid "%1$s attends %2$s's %3$s" msgstr "%1$s goes to %2$s's %3$s" -#: include/conversation.php:187 +#: include/conversation.php:188 #, php-format msgid "%1$s doesn't attend %2$s's %3$s" msgstr "%1$s won’t attend %2$s's %3$s" -#: include/conversation.php:189 +#: include/conversation.php:190 #, php-format msgid "%1$s attends maybe %2$s's %3$s" msgstr "%1$s might go to %2$s's %3$s" -#: include/conversation.php:224 +#: include/conversation.php:225 #, php-format msgid "%1$s is now friends with %2$s" msgstr "%1$s is now friends with %2$s" -#: include/conversation.php:265 +#: include/conversation.php:266 #, php-format msgid "%1$s poked %2$s" msgstr "%1$s poked %2$s" -#: include/conversation.php:319 mod/tagger.php:101 +#: include/conversation.php:320 mod/tagger.php:102 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s tagged %2$s's %3$s with %4$s" -#: include/conversation.php:341 +#: include/conversation.php:342 msgid "post/item" msgstr "Post/Item" -#: include/conversation.php:342 +#: include/conversation.php:343 #, php-format msgid "%1$s marked %2$s's %3$s as favorite" msgstr "%1$s marked %2$s's %3$s as favorite" -#: include/conversation.php:568 mod/photos.php:1433 mod/profiles.php:352 +#: include/conversation.php:569 mod/profiles.php:352 mod/photos.php:1442 msgid "Likes" msgstr "Likes" -#: include/conversation.php:569 mod/photos.php:1433 mod/profiles.php:355 +#: include/conversation.php:570 mod/profiles.php:355 mod/photos.php:1442 msgid "Dislikes" msgstr "Dislikes" -#: include/conversation.php:570 include/conversation.php:1564 -#: mod/photos.php:1434 +#: include/conversation.php:571 include/conversation.php:1566 +#: mod/photos.php:1443 msgid "Attending" msgid_plural "Attending" msgstr[0] "Attending" msgstr[1] "Attending" -#: include/conversation.php:571 mod/photos.php:1434 +#: include/conversation.php:572 mod/photos.php:1443 msgid "Not attending" msgstr "Not attending" -#: include/conversation.php:572 mod/photos.php:1434 +#: include/conversation.php:573 mod/photos.php:1443 msgid "Might attend" msgstr "Might attend" -#: include/conversation.php:573 +#: include/conversation.php:574 msgid "Reshares" msgstr "Reshares" -#: include/conversation.php:653 mod/photos.php:1490 src/Object/Post.php:208 +#: include/conversation.php:654 mod/photos.php:1499 src/Object/Post.php:209 msgid "Select" msgstr "Select" -#: include/conversation.php:654 mod/photos.php:1491 mod/settings.php:735 -#: src/Module/Admin/Users.php:288 src/Module/Contact.php:830 -#: src/Module/Contact.php:1105 +#: include/conversation.php:655 mod/photos.php:1500 mod/settings.php:738 +#: src/Module/Admin/Users.php:288 src/Module/Contact.php:805 +#: src/Module/Contact.php:1086 msgid "Delete" msgstr "Delete" -#: include/conversation.php:679 src/Object/Post.php:382 -#: src/Object/Post.php:383 +#: include/conversation.php:681 src/Object/Post.php:383 +#: src/Object/Post.php:384 #, php-format msgid "View %s's profile @ %s" msgstr "View %s's profile @ %s" -#: include/conversation.php:692 src/Object/Post.php:370 +#: include/conversation.php:694 src/Object/Post.php:371 msgid "Categories:" msgstr "Categories:" -#: include/conversation.php:693 src/Object/Post.php:371 +#: include/conversation.php:695 src/Object/Post.php:372 msgid "Filed under:" msgstr "Filed under:" -#: include/conversation.php:700 src/Object/Post.php:396 +#: include/conversation.php:702 src/Object/Post.php:397 #, php-format msgid "%s from %s" msgstr "%s from %s" -#: include/conversation.php:715 +#: include/conversation.php:717 msgid "View in context" msgstr "View in context" -#: include/conversation.php:717 include/conversation.php:1230 -#: mod/editpost.php:86 mod/message.php:260 mod/message.php:442 -#: mod/photos.php:1406 mod/wallmessage.php:141 src/Object/Post.php:423 +#: include/conversation.php:719 include/conversation.php:1232 +#: mod/wallmessage.php:141 mod/editpost.php:86 mod/message.php:260 +#: mod/message.php:442 mod/photos.php:1415 src/Module/Item/Compose.php:193 +#: src/Object/Post.php:424 msgid "Please wait" msgstr "Please wait" -#: include/conversation.php:781 +#: include/conversation.php:783 msgid "remove" msgstr "Remove" -#: include/conversation.php:785 +#: include/conversation.php:787 msgid "Delete Selected Items" msgstr "Delete selected items" -#: include/conversation.php:940 view/theme/frio/theme.php:358 +#: include/conversation.php:942 view/theme/frio/theme.php:363 msgid "Follow Thread" msgstr "Follow thread" -#: include/conversation.php:941 src/Model/Contact.php:1111 +#: include/conversation.php:943 src/Model/Contact.php:1225 msgid "View Status" msgstr "View status" -#: include/conversation.php:942 include/conversation.php:960 -#: mod/dirfind.php:226 mod/match.php:87 mod/suggest.php:87 -#: src/Model/Contact.php:1051 src/Model/Contact.php:1104 -#: src/Model/Contact.php:1112 src/Module/AllFriends.php:74 -#: src/Module/Directory.php:155 +#: include/conversation.php:944 include/conversation.php:962 mod/match.php:87 +#: mod/suggest.php:87 src/Model/Contact.php:1165 src/Model/Contact.php:1218 +#: src/Model/Contact.php:1226 src/Module/AllFriends.php:74 +#: src/Module/BaseSearchModule.php:133 src/Module/Directory.php:150 msgid "View Profile" msgstr "View profile" -#: include/conversation.php:943 src/Model/Contact.php:1113 +#: include/conversation.php:945 src/Model/Contact.php:1227 msgid "View Photos" msgstr "View photos" -#: include/conversation.php:944 src/Model/Contact.php:1105 -#: src/Model/Contact.php:1114 +#: include/conversation.php:946 src/Model/Contact.php:1219 +#: src/Model/Contact.php:1228 msgid "Network Posts" msgstr "Network posts" -#: include/conversation.php:945 src/Model/Contact.php:1106 -#: src/Model/Contact.php:1115 +#: include/conversation.php:947 src/Model/Contact.php:1220 +#: src/Model/Contact.php:1229 msgid "View Contact" msgstr "View contact" -#: include/conversation.php:946 src/Model/Contact.php:1117 +#: include/conversation.php:948 src/Model/Contact.php:1231 msgid "Send PM" msgstr "Send PM" -#: include/conversation.php:947 src/Module/Admin/Blocklist/Contact.php:66 -#: src/Module/Admin/Users.php:289 src/Module/Contact.php:624 -#: src/Module/Contact.php:827 src/Module/Contact.php:1080 +#: include/conversation.php:949 src/Module/Admin/Blocklist/Contact.php:67 +#: src/Module/Admin/Users.php:289 src/Module/Contact.php:585 +#: src/Module/Contact.php:802 src/Module/Contact.php:1061 msgid "Block" msgstr "Block" -#: include/conversation.php:948 mod/notifications.php:60 -#: mod/notifications.php:186 mod/notifications.php:279 -#: src/Module/Contact.php:625 src/Module/Contact.php:828 -#: src/Module/Contact.php:1088 +#: include/conversation.php:950 mod/notifications.php:63 +#: mod/notifications.php:197 mod/notifications.php:290 +#: src/Module/Contact.php:586 src/Module/Contact.php:803 +#: src/Module/Contact.php:1069 msgid "Ignore" msgstr "Ignore" -#: include/conversation.php:952 src/Model/Contact.php:1118 +#: include/conversation.php:954 src/Model/Contact.php:1232 msgid "Poke" msgstr "Poke" -#: include/conversation.php:957 mod/dirfind.php:227 mod/follow.php:158 -#: mod/match.php:88 mod/suggest.php:88 src/Content/Widget.php:63 -#: src/Model/Contact.php:1107 src/Module/AllFriends.php:75 -#: src/Module/Contact.php:577 view/theme/vier/theme.php:201 +#: include/conversation.php:959 mod/match.php:88 mod/follow.php:160 +#: mod/suggest.php:88 view/theme/vier/theme.php:201 src/Content/Widget.php:66 +#: src/Model/Contact.php:1221 src/Module/AllFriends.php:75 +#: src/Module/BaseSearchModule.php:134 msgid "Connect/Follow" msgstr "Connect/Follow" -#: include/conversation.php:1082 +#: include/conversation.php:1084 #, php-format msgid "%s likes this." msgstr "%s likes this." -#: include/conversation.php:1085 +#: include/conversation.php:1087 #, php-format msgid "%s doesn't like this." msgstr "%s doesn't like this." -#: include/conversation.php:1088 +#: include/conversation.php:1090 #, php-format msgid "%s attends." msgstr "%s attends." -#: include/conversation.php:1091 +#: include/conversation.php:1093 #, php-format msgid "%s doesn't attend." msgstr "%s won't attend." -#: include/conversation.php:1094 +#: include/conversation.php:1096 #, php-format msgid "%s attends maybe." msgstr "%s might attend." -#: include/conversation.php:1097 include/conversation.php:1140 +#: include/conversation.php:1099 include/conversation.php:1142 #, php-format msgid "%s reshared this." msgstr "%s reshared this." -#: include/conversation.php:1105 +#: include/conversation.php:1107 msgid "and" msgstr "and" -#: include/conversation.php:1111 +#: include/conversation.php:1113 #, php-format msgid "and %d other people" msgstr "and %d other people" -#: include/conversation.php:1119 +#: include/conversation.php:1121 #, php-format msgid "%2$d people like this" msgstr "%2$d people like this" -#: include/conversation.php:1120 +#: include/conversation.php:1122 #, php-format msgid "%s like this." msgstr "%s like this." -#: include/conversation.php:1123 +#: include/conversation.php:1125 #, php-format msgid "%2$d people don't like this" msgstr "%2$d people don't like this" -#: include/conversation.php:1124 +#: include/conversation.php:1126 #, php-format msgid "%s don't like this." msgstr "%s don't like this." -#: include/conversation.php:1127 +#: include/conversation.php:1129 #, php-format msgid "%2$d people attend" msgstr "%2$d people attend" -#: include/conversation.php:1128 +#: include/conversation.php:1130 #, php-format msgid "%s attend." msgstr "%s attend." -#: include/conversation.php:1131 +#: include/conversation.php:1133 #, php-format msgid "%2$d people don't attend" msgstr "%2$d people won't attend" -#: include/conversation.php:1132 +#: include/conversation.php:1134 #, php-format msgid "%s don't attend." msgstr "%s won't attend." -#: include/conversation.php:1135 +#: include/conversation.php:1137 #, php-format msgid "%2$d people attend maybe" msgstr "%2$d people might attend" -#: include/conversation.php:1136 +#: include/conversation.php:1138 #, php-format msgid "%s attend maybe." msgstr "%s may be attending." -#: include/conversation.php:1139 +#: include/conversation.php:1141 #, php-format msgid "%2$d people reshared this" msgstr "%2$d people reshared this" -#: include/conversation.php:1169 +#: include/conversation.php:1171 msgid "Visible to everybody" msgstr "Visible to everybody" -#: include/conversation.php:1170 src/Object/Post.php:886 +#: include/conversation.php:1172 src/Module/Item/Compose.php:187 +#: src/Object/Post.php:888 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Please enter an image/video/audio/webpage URL:" -#: include/conversation.php:1171 +#: include/conversation.php:1173 msgid "Tag term:" msgstr "Tag term:" -#: include/conversation.php:1172 src/Module/Filer/SaveTag.php:49 +#: include/conversation.php:1174 src/Module/Filer/SaveTag.php:48 msgid "Save to Folder:" msgstr "Save to folder:" -#: include/conversation.php:1173 +#: include/conversation.php:1175 msgid "Where are you right now?" msgstr "Where are you right now?" -#: include/conversation.php:1174 +#: include/conversation.php:1176 msgid "Delete item(s)?" msgstr "Delete item(s)?" -#: include/conversation.php:1206 +#: include/conversation.php:1208 msgid "New Post" msgstr "New post" -#: include/conversation.php:1209 +#: include/conversation.php:1211 msgid "Share" msgstr "Share" -#: include/conversation.php:1210 mod/editpost.php:72 mod/message.php:258 -#: mod/message.php:439 mod/wallmessage.php:139 +#: include/conversation.php:1212 mod/wallmessage.php:139 mod/editpost.php:72 +#: mod/message.php:258 mod/message.php:439 msgid "Upload photo" msgstr "Upload photo" -#: include/conversation.php:1211 mod/editpost.php:73 +#: include/conversation.php:1213 mod/editpost.php:73 msgid "upload photo" msgstr "upload photo" -#: include/conversation.php:1212 mod/editpost.php:74 +#: include/conversation.php:1214 mod/editpost.php:74 msgid "Attach file" msgstr "Attach file" -#: include/conversation.php:1213 mod/editpost.php:75 +#: include/conversation.php:1215 mod/editpost.php:75 msgid "attach file" msgstr "attach file" -#: include/conversation.php:1214 src/Object/Post.php:878 +#: include/conversation.php:1216 src/Module/Item/Compose.php:179 +#: src/Object/Post.php:880 msgid "Bold" msgstr "Bold" -#: include/conversation.php:1215 src/Object/Post.php:879 +#: include/conversation.php:1217 src/Module/Item/Compose.php:180 +#: src/Object/Post.php:881 msgid "Italic" msgstr "Italic" -#: include/conversation.php:1216 src/Object/Post.php:880 +#: include/conversation.php:1218 src/Module/Item/Compose.php:181 +#: src/Object/Post.php:882 msgid "Underline" msgstr "Underline" -#: include/conversation.php:1217 src/Object/Post.php:881 +#: include/conversation.php:1219 src/Module/Item/Compose.php:182 +#: src/Object/Post.php:883 msgid "Quote" msgstr "Quote" -#: include/conversation.php:1218 src/Object/Post.php:882 +#: include/conversation.php:1220 src/Module/Item/Compose.php:183 +#: src/Object/Post.php:884 msgid "Code" msgstr "Code" -#: include/conversation.php:1219 src/Object/Post.php:883 +#: include/conversation.php:1221 src/Module/Item/Compose.php:184 +#: src/Object/Post.php:885 msgid "Image" msgstr "Image" -#: include/conversation.php:1220 src/Object/Post.php:884 +#: include/conversation.php:1222 src/Module/Item/Compose.php:185 +#: src/Object/Post.php:886 msgid "Link" msgstr "Link" -#: include/conversation.php:1221 src/Object/Post.php:885 +#: include/conversation.php:1223 src/Module/Item/Compose.php:186 +#: src/Object/Post.php:887 msgid "Link or Media" msgstr "Link or media" -#: include/conversation.php:1222 mod/editpost.php:82 +#: include/conversation.php:1224 mod/editpost.php:82 +#: src/Module/Item/Compose.php:189 msgid "Set your location" msgstr "Set your location" -#: include/conversation.php:1223 mod/editpost.php:83 +#: include/conversation.php:1225 mod/editpost.php:83 msgid "set location" msgstr "set location" -#: include/conversation.php:1224 mod/editpost.php:84 +#: include/conversation.php:1226 mod/editpost.php:84 msgid "Clear browser location" msgstr "Clear browser location" -#: include/conversation.php:1225 mod/editpost.php:85 +#: include/conversation.php:1227 mod/editpost.php:85 msgid "clear location" msgstr "clear location" -#: include/conversation.php:1227 mod/editpost.php:99 +#: include/conversation.php:1229 mod/editpost.php:99 +#: src/Module/Item/Compose.php:194 msgid "Set title" msgstr "Set title" -#: include/conversation.php:1229 mod/editpost.php:101 +#: include/conversation.php:1231 mod/editpost.php:101 +#: src/Module/Item/Compose.php:195 msgid "Categories (comma-separated list)" msgstr "Categories (comma-separated list)" -#: include/conversation.php:1231 mod/editpost.php:87 +#: include/conversation.php:1233 mod/editpost.php:87 msgid "Permission settings" msgstr "Permission settings" -#: include/conversation.php:1232 mod/editpost.php:116 +#: include/conversation.php:1234 mod/editpost.php:116 msgid "permissions" msgstr "permissions" -#: include/conversation.php:1241 mod/editpost.php:96 +#: include/conversation.php:1243 mod/editpost.php:96 msgid "Public post" msgstr "Public post" -#: include/conversation.php:1245 mod/editpost.php:107 mod/events.php:549 -#: mod/photos.php:1424 mod/photos.php:1463 mod/photos.php:1523 -#: src/Object/Post.php:887 +#: include/conversation.php:1247 mod/editpost.php:107 mod/photos.php:1433 +#: mod/photos.php:1472 mod/photos.php:1532 mod/events.php:550 +#: src/Module/Item/Compose.php:188 src/Object/Post.php:889 msgid "Preview" msgstr "Preview" -#: include/conversation.php:1249 include/items.php:397 -#: mod/dfrn_request.php:650 mod/editpost.php:110 mod/fbrowser.php:110 -#: mod/fbrowser.php:139 mod/follow.php:172 mod/message.php:153 -#: mod/photos.php:1076 mod/photos.php:1183 mod/settings.php:675 -#: mod/settings.php:701 mod/suggest.php:76 mod/tagrm.php:20 mod/tagrm.php:115 -#: mod/unfollow.php:132 src/Module/Contact.php:450 -msgid "Cancel" -msgstr "Cancel" - -#: include/conversation.php:1254 +#: include/conversation.php:1256 msgid "Post to Groups" msgstr "Post to groups" -#: include/conversation.php:1255 +#: include/conversation.php:1257 msgid "Post to Contacts" msgstr "Post to contacts" -#: include/conversation.php:1256 +#: include/conversation.php:1258 msgid "Private post" msgstr "Private post" -#: include/conversation.php:1261 mod/editpost.php:114 -#: src/Model/Profile.php:366 +#: include/conversation.php:1263 mod/editpost.php:114 +#: src/Model/Profile.php:550 src/Module/Contact.php:301 msgid "Message" msgstr "Message" -#: include/conversation.php:1262 mod/editpost.php:115 +#: include/conversation.php:1264 mod/editpost.php:115 msgid "Browser" msgstr "Browser" -#: include/conversation.php:1534 +#: include/conversation.php:1536 msgid "View all" msgstr "View all" -#: include/conversation.php:1558 +#: include/conversation.php:1560 msgid "Like" msgid_plural "Likes" msgstr[0] "Like" msgstr[1] "Likes" -#: include/conversation.php:1561 +#: include/conversation.php:1563 msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "Dislike" msgstr[1] "Dislikes" -#: include/conversation.php:1567 +#: include/conversation.php:1569 msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "Not attending" msgstr[1] "Not attending" -#: include/conversation.php:1570 src/Content/ContactSelector.php:167 +#: include/conversation.php:1572 src/Content/ContactSelector.php:243 msgid "Undecided" msgid_plural "Undecided" msgstr[0] "Undecided" @@ -836,58 +893,6 @@ msgstr "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)" msgid "Please visit %s to approve or reject the request." msgstr "Please visit %s to approve or reject the request." -#: include/items.php:354 mod/notice.php:19 -#: src/Module/Admin/Themes/Details.php:53 src/Module/Admin/Themes/Index.php:41 -#: src/Module/ItemBody.php:27 src/Module/ItemBody.php:40 -msgid "Item not found." -msgstr "Item not found." - -#: include/items.php:392 -msgid "Do you really want to delete this item?" -msgstr "Do you really want to delete this item?" - -#: include/items.php:394 mod/api.php:109 mod/dfrn_request.php:640 -#: mod/follow.php:161 mod/message.php:150 mod/profiles.php:526 -#: mod/profiles.php:529 mod/profiles.php:551 mod/settings.php:1084 -#: mod/settings.php:1090 mod/settings.php:1097 mod/settings.php:1101 -#: mod/settings.php:1105 mod/settings.php:1109 mod/settings.php:1113 -#: mod/settings.php:1117 mod/settings.php:1137 mod/settings.php:1138 -#: mod/settings.php:1139 mod/settings.php:1140 mod/settings.php:1141 -#: mod/suggest.php:73 src/Module/Contact.php:447 src/Module/Register.php:97 -msgid "Yes" -msgstr "Yes" - -#: include/items.php:444 mod/api.php:34 mod/api.php:39 mod/cal.php:301 -#: mod/common.php:27 mod/crepair.php:90 mod/delegate.php:30 -#: mod/delegate.php:48 mod/delegate.php:59 mod/dfrn_confirm.php:64 -#: mod/dirfind.php:29 mod/editpost.php:21 mod/events.php:207 mod/follow.php:57 -#: mod/follow.php:132 mod/fsuggest.php:77 mod/item.php:169 mod/manage.php:130 -#: mod/message.php:56 mod/message.php:101 mod/network.php:36 mod/notes.php:27 -#: mod/notifications.php:70 mod/ostatus_subscribe.php:18 mod/photos.php:178 -#: mod/photos.php:958 mod/poke.php:141 mod/profiles.php:182 -#: mod/profiles.php:499 mod/profile_photo.php:32 mod/profile_photo.php:177 -#: mod/profile_photo.php:204 mod/regmod.php:89 mod/repair_ostatus.php:16 -#: mod/settings.php:50 mod/settings.php:163 mod/settings.php:664 -#: mod/suggest.php:39 mod/uimport.php:17 mod/unfollow.php:22 -#: mod/unfollow.php:77 mod/unfollow.php:109 mod/viewcontacts.php:56 -#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82 -#: mod/wallmessage.php:106 mod/wall_attach.php:76 mod/wall_attach.php:79 -#: mod/wall_upload.php:107 mod/wall_upload.php:110 src/Module/Attach.php:42 -#: src/Module/Contact.php:362 src/Module/FollowConfirm.php:27 -#: src/Module/Group.php:31 src/Module/Group.php:77 src/Module/Invite.php:22 -#: src/Module/Invite.php:110 src/Module/Register.php:192 -msgid "Permission denied." -msgstr "Permission denied." - -#: include/items.php:515 src/Content/Feature.php:99 -msgid "Archives" -msgstr "Archives" - -#: include/items.php:521 src/Content/ForumManager.php:135 -#: src/Content/Widget.php:329 view/theme/vier/theme.php:255 -msgid "show more" -msgstr "show more" - #: mod/api.php:84 mod/api.php:106 msgid "Authorize application connection" msgstr "Authorize application connection" @@ -896,7 +901,7 @@ msgstr "Authorize application connection" msgid "Return to your app and insert this Securty Code:" msgstr "Return to your app and insert this security code:" -#: mod/api.php:94 +#: mod/api.php:94 src/Module/BaseAdminModule.php:56 msgid "Please login to continue." msgstr "Please login to continue." @@ -906,67 +911,846 @@ msgid "" " and/or create new posts for you?" msgstr "Do you want to authorize this application to access your posts and contacts and create new posts for you?" -#: mod/api.php:110 mod/dfrn_request.php:640 mod/follow.php:161 -#: mod/profiles.php:526 mod/profiles.php:530 mod/profiles.php:551 -#: mod/settings.php:1084 mod/settings.php:1090 mod/settings.php:1097 -#: mod/settings.php:1101 mod/settings.php:1105 mod/settings.php:1109 -#: mod/settings.php:1113 mod/settings.php:1117 mod/settings.php:1137 -#: mod/settings.php:1138 mod/settings.php:1139 mod/settings.php:1140 -#: mod/settings.php:1141 src/Module/Register.php:98 +#: mod/api.php:110 mod/profiles.php:526 mod/profiles.php:530 +#: mod/profiles.php:551 mod/dfrn_request.php:640 mod/follow.php:163 +#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102 +#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142 +#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 +#: mod/settings.php:1146 src/Module/Register.php:98 msgid "No" msgstr "No" -#: mod/cal.php:34 mod/cal.php:38 mod/community.php:39 mod/follow.php:20 -#: mod/viewcontacts.php:23 mod/viewcontacts.php:27 src/Module/ItemBody.php:18 +#: mod/delegate.php:42 +msgid "Parent user not found." +msgstr "Parent user not found." + +#: mod/delegate.php:149 +msgid "No parent user" +msgstr "No parent user" + +#: mod/delegate.php:164 +msgid "Parent Password:" +msgstr "Parent Password:" + +#: mod/delegate.php:164 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "Please enter the password of the parent account to authorize this request." + +#: mod/delegate.php:171 +msgid "Parent User" +msgstr "Parent user" + +#: mod/delegate.php:174 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access." + +#: mod/delegate.php:175 mod/settings.php:677 mod/settings.php:784 +#: mod/settings.php:874 mod/settings.php:953 mod/settings.php:1178 +#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69 +#: src/Module/Admin/Logs/Settings.php:65 src/Module/Admin/Themes/Index.php:97 +#: src/Module/Admin/Tos.php:50 src/Module/Admin/Site.php:568 +msgid "Save Settings" +msgstr "Save settings" + +#: mod/delegate.php:176 src/Content/Nav.php:263 +msgid "Delegate Page Management" +msgstr "Delegate Page Management" + +#: mod/delegate.php:177 +msgid "Delegates" +msgstr "Delegates" + +#: mod/delegate.php:179 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely." + +#: mod/delegate.php:180 +msgid "Existing Page Delegates" +msgstr "Existing page delegates" + +#: mod/delegate.php:182 +msgid "Potential Delegates" +msgstr "Potential delegates" + +#: mod/delegate.php:184 mod/tagrm.php:114 +msgid "Remove" +msgstr "Remove" + +#: mod/delegate.php:185 +msgid "Add" +msgstr "Add" + +#: mod/delegate.php:186 +msgid "No entries." +msgstr "No entries." + +#: mod/oexchange.php:32 +msgid "Post successful." +msgstr "Post successful." + +#: mod/ostatus_subscribe.php:23 +msgid "Subscribing to OStatus contacts" +msgstr "Subscribing to OStatus contacts" + +#: mod/ostatus_subscribe.php:35 +msgid "No contact provided." +msgstr "No contact provided." + +#: mod/ostatus_subscribe.php:42 +msgid "Couldn't fetch information for contact." +msgstr "Couldn't fetch information for contact." + +#: mod/ostatus_subscribe.php:52 +msgid "Couldn't fetch friends for contact." +msgstr "Couldn't fetch friends for contact." + +#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 +msgid "Done" +msgstr "Done" + +#: mod/ostatus_subscribe.php:84 +msgid "success" +msgstr "success" + +#: mod/ostatus_subscribe.php:86 +msgid "failed" +msgstr "failed" + +#: mod/ostatus_subscribe.php:89 src/Object/Post.php:285 +msgid "ignored" +msgstr "Ignored" + +#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 +msgid "Keep this window open until done." +msgstr "Keep this window open until done." + +#: mod/profperm.php:30 +msgid "Permission denied" +msgstr "Permission denied" + +#: mod/profperm.php:36 mod/profperm.php:69 +msgid "Invalid profile identifier." +msgstr "Invalid profile identifier." + +#: mod/profperm.php:115 +msgid "Profile Visibility Editor" +msgstr "Profile Visibility Editor" + +#: mod/profperm.php:117 view/theme/frio/theme.php:268 src/Content/Nav.php:161 +#: src/Model/Profile.php:889 src/Model/Profile.php:925 +#: src/Module/Welcome.php:38 src/Module/Contact.php:618 +#: src/Module/Contact.php:847 +msgid "Profile" +msgstr "Profile" + +#: mod/profperm.php:119 src/Module/Group.php:321 +msgid "Click on a contact to add or remove." +msgstr "Click on a contact to add or remove it." + +#: mod/profperm.php:128 +msgid "Visible To" +msgstr "Visible to" + +#: mod/profperm.php:144 +msgid "All Contacts (with secure profile access)" +msgstr "All contacts with secure profile access" + +#: mod/regmod.php:53 +msgid "Account approved." +msgstr "Account approved." + +#: mod/regmod.php:77 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registration revoked for %s" + +#: mod/regmod.php:84 +msgid "Please login." +msgstr "Please login." + +#: mod/removeme.php:46 +msgid "User deleted their account" +msgstr "User deleted their account" + +#: mod/removeme.php:47 +msgid "" +"On your Friendica node an user deleted their account. Please ensure that " +"their data is removed from the backups." +msgstr "A user deleted his or her account on your Friendica node. Please ensure these data are removed from the backups." + +#: mod/removeme.php:48 +#, php-format +msgid "The user id is %d" +msgstr "The user id is %d" + +#: mod/removeme.php:84 mod/removeme.php:87 +msgid "Remove My Account" +msgstr "Remove My Account" + +#: mod/removeme.php:85 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "This will completely remove your account. Once this has been done it is not recoverable." + +#: mod/removeme.php:86 +msgid "Please enter your password for verification:" +msgstr "Please enter your password for verification:" + +#: mod/repair_ostatus.php:21 +msgid "Resubscribing to OStatus contacts" +msgstr "Resubscribing to OStatus contacts" + +#: mod/repair_ostatus.php:37 src/Module/TwoFactor/Verify.php:64 +msgid "Error" +msgid_plural "Errors" +msgstr[0] "" +msgstr[1] "" + +#: mod/tagrm.php:31 +msgid "Tag(s) removed" +msgstr "Tag(s) removed" + +#: mod/tagrm.php:101 +msgid "Remove Item Tag" +msgstr "Remove Item tag" + +#: mod/tagrm.php:103 +msgid "Select a tag to remove: " +msgstr "Select a tag to remove: " + +#: mod/uimport.php:30 +msgid "User imports on closed servers can only be done by an administrator." +msgstr "User imports on closed servers can only be done by an administrator." + +#: mod/uimport.php:39 src/Module/Register.php:59 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow." + +#: mod/uimport.php:54 src/Module/Register.php:141 +msgid "Import" +msgstr "Import profile" + +#: mod/uimport.php:56 +msgid "Move account" +msgstr "Move Existing Friendica Account" + +#: mod/uimport.php:57 +msgid "You can import an account from another Friendica server." +msgstr "You can import an existing Friendica profile to this node." + +#: mod/uimport.php:58 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here." + +#: mod/uimport.php:59 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora." + +#: mod/uimport.php:60 +msgid "Account file" +msgstr "Account file:" + +#: mod/uimport.php:60 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"" + +#: mod/unfollow.php:36 mod/unfollow.php:92 +msgid "You aren't following this contact." +msgstr "You aren't following this contact." + +#: mod/unfollow.php:46 mod/unfollow.php:98 +msgid "Unfollowing is currently not supported by your network." +msgstr "Unfollowing is currently not supported by your network." + +#: mod/unfollow.php:67 +msgid "Contact unfollowed" +msgstr "Contact unfollowed" + +#: mod/unfollow.php:118 +msgid "Disconnect/Unfollow" +msgstr "Disconnect/Unfollow" + +#: mod/unfollow.php:128 mod/dfrn_request.php:647 mod/follow.php:170 +msgid "Your Identity Address:" +msgstr "My identity address:" + +#: mod/unfollow.php:131 mod/dfrn_request.php:649 mod/follow.php:76 +msgid "Submit Request" +msgstr "Submit request" + +#: mod/unfollow.php:137 mod/follow.php:179 mod/notifications.php:190 +#: mod/notifications.php:282 src/Module/Admin/Blocklist/Contact.php:83 +#: src/Module/Contact.php:603 +msgid "Profile URL" +msgstr "Profile URL:" + +#: mod/unfollow.php:147 mod/follow.php:195 src/Model/Profile.php:920 +#: src/Module/Contact.php:842 +msgid "Status Messages and Posts" +msgstr "Status Messages and Posts" + +#: mod/update_community.php:23 mod/update_contact.php:23 +#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36 +#: mod/update_profile.php:34 +msgid "[Embedded content - reload page to view]" +msgstr "[Embedded content - reload page to view]" + +#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85 +#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116 +#: mod/wall_upload.php:167 mod/wall_upload.php:170 +msgid "Invalid request." +msgstr "Invalid request." + +#: mod/wall_attach.php:103 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" + +#: mod/wall_attach.php:103 +msgid "Or - did you try to upload an empty file?" +msgstr "Or did you try to upload an empty file?" + +#: mod/wall_attach.php:114 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "File exceeds size limit of %s" + +#: mod/wall_attach.php:129 +msgid "File upload failed." +msgstr "File upload failed." + +#: mod/wall_upload.php:198 mod/photos.php:683 mod/photos.php:686 +#: mod/photos.php:715 mod/profile_photo.php:152 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Image exceeds size limit of %s" + +#: mod/wall_upload.php:212 mod/photos.php:738 mod/profile_photo.php:161 +msgid "Unable to process image." +msgstr "Unable to process image." + +#: mod/wall_upload.php:243 +msgid "Wall Photos" +msgstr "Wall photos" + +#: mod/wall_upload.php:251 mod/photos.php:767 mod/profile_photo.php:303 +msgid "Image upload failed." +msgstr "Image upload failed." + +#: mod/wallmessage.php:52 mod/wallmessage.php:115 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Number of daily wall messages for %s exceeded. Message failed." + +#: mod/wallmessage.php:60 mod/message.php:70 +msgid "No recipient selected." +msgstr "No recipient selected." + +#: mod/wallmessage.php:63 +msgid "Unable to check your home location." +msgstr "Unable to check your home location." + +#: mod/wallmessage.php:66 mod/message.php:77 +msgid "Message could not be sent." +msgstr "Message could not be sent." + +#: mod/wallmessage.php:69 mod/message.php:80 +msgid "Message collection failure." +msgstr "Message collection failure." + +#: mod/wallmessage.php:72 mod/message.php:83 +msgid "Message sent." +msgstr "Message sent." + +#: mod/wallmessage.php:89 mod/wallmessage.php:98 +msgid "No recipient." +msgstr "No recipient." + +#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 +msgid "Please enter a link URL:" +msgstr "Please enter a link URL:" + +#: mod/wallmessage.php:128 mod/message.php:246 +msgid "Send Private Message" +msgstr "Send private message" + +#: mod/wallmessage.php:129 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." + +#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 +msgid "To:" +msgstr "To:" + +#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 +msgid "Subject:" +msgstr "Subject:" + +#: mod/wallmessage.php:137 mod/message.php:255 mod/message.php:435 +#: src/Module/Invite.php:150 +msgid "Your message:" +msgstr "Your message:" + +#: mod/wallmessage.php:140 mod/editpost.php:76 mod/message.php:259 +#: mod/message.php:440 +msgid "Insert web link" +msgstr "Insert web link" + +#: mod/match.php:49 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "No keywords to match. Please add keywords to your default profile." + +#: mod/match.php:102 mod/suggest.php:106 src/Content/Widget.php:42 +#: src/Module/AllFriends.php:91 src/Module/BaseSearchModule.php:131 +msgid "Connect" +msgstr "Connect" + +#: mod/match.php:115 src/Content/Pager.php:198 +msgid "first" +msgstr "first" + +#: mod/match.php:120 src/Content/Pager.php:258 +msgid "next" +msgstr "next" + +#: mod/match.php:130 src/Module/BaseSearchModule.php:92 +msgid "No matches" +msgstr "No matches" + +#: mod/match.php:135 +msgid "Profile Match" +msgstr "Profile Match" + +#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 +#: mod/profiles.php:511 mod/dfrn_confirm.php:70 +msgid "Profile not found." +msgstr "Profile not found." + +#: mod/profiles.php:62 +msgid "Profile deleted." +msgstr "Profile deleted." + +#: mod/profiles.php:78 mod/profiles.php:114 +msgid "Profile-" +msgstr "Profile-" + +#: mod/profiles.php:97 mod/profiles.php:135 +msgid "New profile created." +msgstr "New profile created." + +#: mod/profiles.php:120 +msgid "Profile unavailable to clone." +msgstr "Profile unavailable to clone." + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "Profile name is required." + +#: mod/profiles.php:346 +msgid "Marital Status" +msgstr "Marital status" + +#: mod/profiles.php:349 +msgid "Romantic Partner" +msgstr "Romantic partner" + +#: mod/profiles.php:358 +msgid "Work/Employment" +msgstr "Work/Employment:" + +#: mod/profiles.php:361 +msgid "Religion" +msgstr "Religion" + +#: mod/profiles.php:364 +msgid "Political Views" +msgstr "Political views" + +#: mod/profiles.php:367 +msgid "Gender" +msgstr "Gender" + +#: mod/profiles.php:370 +msgid "Sexual Preference" +msgstr "Sexual preference" + +#: mod/profiles.php:373 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:376 +msgid "Homepage" +msgstr "Homepage" + +#: mod/profiles.php:379 mod/profiles.php:578 +msgid "Interests" +msgstr "Interests" + +#: mod/profiles.php:382 +msgid "Address" +msgstr "Address" + +#: mod/profiles.php:389 mod/profiles.php:574 +msgid "Location" +msgstr "Location" + +#: mod/profiles.php:469 +msgid "Profile updated." +msgstr "Profile updated." + +#: mod/profiles.php:523 +msgid "Hide contacts and friends:" +msgstr "Hide contacts and friends:" + +#: mod/profiles.php:528 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Hide your contact/friend list from viewers of this profile?" + +#: mod/profiles.php:548 +msgid "Show more profile fields:" +msgstr "Show more profile fields:" + +#: mod/profiles.php:560 +msgid "Profile Actions" +msgstr "Profile actions" + +#: mod/profiles.php:561 +msgid "Edit Profile Details" +msgstr "Edit Profile Details" + +#: mod/profiles.php:562 mod/crepair.php:149 mod/fsuggest.php:92 +#: mod/manage.php:183 mod/message.php:261 mod/message.php:441 +#: mod/photos.php:991 mod/photos.php:1101 mod/photos.php:1387 +#: mod/photos.php:1432 mod/photos.php:1471 mod/photos.php:1531 +#: mod/poke.php:184 mod/events.php:552 view/theme/duepuntozero/config.php:72 +#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 +#: view/theme/vier/config.php:120 src/Module/Debug/Localtime.php:45 +#: src/Module/Invite.php:157 src/Module/Item/Compose.php:178 +#: src/Module/Contact.php:560 src/Module/Install.php:212 +#: src/Module/Install.php:252 src/Module/Install.php:288 +#: src/Object/Post.php:879 +msgid "Submit" +msgstr "Submit" + +#: mod/profiles.php:563 +msgid "Change Profile Photo" +msgstr "Change profile photo" + +#: mod/profiles.php:565 +msgid "View this profile" +msgstr "View this profile" + +#: mod/profiles.php:566 +msgid "View all profiles" +msgstr "View all profiles" + +#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:423 +msgid "Edit visibility" +msgstr "Edit visibility" + +#: mod/profiles.php:568 +msgid "Create a new profile using these settings" +msgstr "Create a new profile using these settings" + +#: mod/profiles.php:569 +msgid "Clone this profile" +msgstr "Clone this profile" + +#: mod/profiles.php:570 +msgid "Delete this profile" +msgstr "Delete this profile" + +#: mod/profiles.php:572 +msgid "Basic information" +msgstr "Basic information" + +#: mod/profiles.php:573 +msgid "Profile picture" +msgstr "Profile picture" + +#: mod/profiles.php:575 +msgid "Preferences" +msgstr "Preferences" + +#: mod/profiles.php:576 +msgid "Status information" +msgstr "Status information" + +#: mod/profiles.php:577 +msgid "Additional information" +msgstr "Additional information" + +#: mod/profiles.php:579 mod/network.php:992 +#: src/Core/NotificationsManager.php:158 +msgid "Personal" +msgstr "Personal" + +#: mod/profiles.php:580 +msgid "Relation" +msgstr "Relation" + +#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81 +msgid "Miscellaneous" +msgstr "Miscellaneous" + +#: mod/profiles.php:583 mod/profile_photo.php:246 src/Module/Welcome.php:39 +msgid "Upload Profile Photo" +msgstr "Upload profile photo" + +#: mod/profiles.php:584 +msgid "Your Gender:" +msgstr "Gender:" + +#: mod/profiles.php:585 +msgid " Marital Status:" +msgstr " Marital status:" + +#: mod/profiles.php:586 src/Model/Profile.php:808 +msgid "Sexual Preference:" +msgstr "Sexual preference:" + +#: mod/profiles.php:587 +msgid "Example: fishing photography software" +msgstr "Example: fishing photography software" + +#: mod/profiles.php:592 +msgid "Profile Name:" +msgstr "Profile name:" + +#: mod/profiles.php:592 mod/events.php:510 mod/events.php:542 +msgid "Required" +msgstr "Required" + +#: mod/profiles.php:594 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "This is your public profile.
It may be visible to anybody using the internet." + +#: mod/profiles.php:595 +msgid "Your Full Name:" +msgstr "My full name:" + +#: mod/profiles.php:596 +msgid "Title/Description:" +msgstr "Title/Description:" + +#: mod/profiles.php:599 +msgid "Street Address:" +msgstr "Street address:" + +#: mod/profiles.php:600 +msgid "Locality/City:" +msgstr "Locality/City:" + +#: mod/profiles.php:601 +msgid "Region/State:" +msgstr "Region/State:" + +#: mod/profiles.php:602 +msgid "Postal/Zip Code:" +msgstr "Postcode:" + +#: mod/profiles.php:603 +msgid "Country:" +msgstr "Country:" + +#: mod/profiles.php:604 src/Util/Temporal.php:149 +msgid "Age: " +msgstr "Age: " + +#: mod/profiles.php:607 +msgid "Who: (if applicable)" +msgstr "Who: (if applicable)" + +#: mod/profiles.php:607 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Examples: cathy123, Cathy Williams, cathy@example.com" + +#: mod/profiles.php:608 +msgid "Since [date]:" +msgstr "Since when:" + +#: mod/profiles.php:610 +msgid "Tell us about yourself..." +msgstr "About myself:" + +#: mod/profiles.php:611 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) address:" + +#: mod/profiles.php:611 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "The XMPP address will be propagated to your contacts so that they can follow you." + +#: mod/profiles.php:612 +msgid "Homepage URL:" +msgstr "Homepage URL:" + +#: mod/profiles.php:613 src/Model/Profile.php:816 +msgid "Hometown:" +msgstr "Home town:" + +#: mod/profiles.php:614 src/Model/Profile.php:824 +msgid "Political Views:" +msgstr "Political views:" + +#: mod/profiles.php:615 +msgid "Religious Views:" +msgstr "Religious views:" + +#: mod/profiles.php:616 +msgid "Public Keywords:" +msgstr "Public keywords:" + +#: mod/profiles.php:616 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "Used for suggesting potential friends, can be seen by others." + +#: mod/profiles.php:617 +msgid "Private Keywords:" +msgstr "Private keywords:" + +#: mod/profiles.php:617 +msgid "(Used for searching profiles, never shown to others)" +msgstr "Used for searching profiles, never shown to others." + +#: mod/profiles.php:618 src/Model/Profile.php:840 +msgid "Likes:" +msgstr "Likes:" + +#: mod/profiles.php:619 src/Model/Profile.php:844 +msgid "Dislikes:" +msgstr "Dislikes:" + +#: mod/profiles.php:620 +msgid "Musical interests" +msgstr "Music:" + +#: mod/profiles.php:621 +msgid "Books, literature" +msgstr "Books, literature, poetry:" + +#: mod/profiles.php:622 +msgid "Television" +msgstr "Television:" + +#: mod/profiles.php:623 +msgid "Film/dance/culture/entertainment" +msgstr "Film, dance, culture, entertainment" + +#: mod/profiles.php:624 +msgid "Hobbies/Interests" +msgstr "Hobbies/Interests:" + +#: mod/profiles.php:625 +msgid "Love/romance" +msgstr "Love/Romance:" + +#: mod/profiles.php:626 +msgid "Work/employment" +msgstr "Work/Employment:" + +#: mod/profiles.php:627 +msgid "School/education" +msgstr "School/Education:" + +#: mod/profiles.php:628 +msgid "Contact information and Social Networks" +msgstr "Contact information and other social networks:" + +#: mod/profiles.php:659 src/Model/Profile.php:419 +msgid "Profile Image" +msgstr "Profile image" + +#: mod/profiles.php:661 src/Model/Profile.php:422 +msgid "visible to everybody" +msgstr "Visible to everybody" + +#: mod/profiles.php:668 +msgid "Edit/Manage Profiles" +msgstr "Edit/Manage Profiles" + +#: mod/profiles.php:669 src/Model/Profile.php:409 src/Model/Profile.php:430 +msgid "Change profile photo" +msgstr "Change profile photo" + +#: mod/profiles.php:670 src/Model/Profile.php:410 +msgid "Create New Profile" +msgstr "Create new profile" + +#: mod/cal.php:34 mod/cal.php:38 mod/community.php:40 mod/follow.php:20 +#: src/Module/Debug/ItemBody.php:18 msgid "Access denied." msgstr "Access denied." -#: mod/cal.php:140 mod/display.php:306 src/Module/Profile.php:176 +#: mod/cal.php:140 mod/display.php:303 src/Module/Profile.php:185 msgid "Access to this profile has been restricted." msgstr "Access to this profile has been restricted." -#: mod/cal.php:271 mod/events.php:382 src/Content/Nav.php:159 -#: src/Content/Nav.php:225 src/Model/Profile.php:931 src/Model/Profile.php:942 -#: view/theme/frio/theme.php:266 view/theme/frio/theme.php:270 +#: mod/cal.php:271 mod/events.php:383 view/theme/frio/theme.php:271 +#: view/theme/frio/theme.php:275 src/Content/Nav.php:164 +#: src/Content/Nav.php:228 src/Model/Profile.php:953 src/Model/Profile.php:964 msgid "Events" msgstr "Events" -#: mod/cal.php:272 mod/events.php:383 +#: mod/cal.php:272 mod/events.php:384 msgid "View" msgstr "View" -#: mod/cal.php:273 mod/events.php:385 +#: mod/cal.php:273 mod/events.php:386 msgid "Previous" msgstr "Previous" -#: mod/cal.php:274 mod/events.php:386 src/Module/Install.php:173 +#: mod/cal.php:274 mod/events.php:387 src/Module/Install.php:174 msgid "Next" msgstr "Next" -#: mod/cal.php:277 mod/events.php:391 src/Model/Event.php:428 +#: mod/cal.php:277 mod/events.php:392 src/Model/Event.php:428 msgid "today" msgstr "today" -#: mod/cal.php:278 mod/events.php:392 src/Model/Event.php:429 -#: src/Util/Temporal.php:314 +#: mod/cal.php:278 mod/events.php:393 src/Util/Temporal.php:314 +#: src/Model/Event.php:429 msgid "month" msgstr "month" -#: mod/cal.php:279 mod/events.php:393 src/Model/Event.php:430 -#: src/Util/Temporal.php:315 +#: mod/cal.php:279 mod/events.php:394 src/Util/Temporal.php:315 +#: src/Model/Event.php:430 msgid "week" msgstr "week" -#: mod/cal.php:280 mod/events.php:394 src/Model/Event.php:431 -#: src/Util/Temporal.php:316 +#: mod/cal.php:280 mod/events.php:395 src/Util/Temporal.php:316 +#: src/Model/Event.php:431 msgid "day" msgstr "day" -#: mod/cal.php:281 mod/events.php:395 +#: mod/cal.php:281 mod/events.php:396 msgid "list" msgstr "List" -#: mod/cal.php:294 src/Console/NewPassword.php:67 src/Model/User.php:351 +#: mod/cal.php:294 src/Model/User.php:384 src/Console/NewPassword.php:88 msgid "User not found" msgstr "User not found" @@ -986,46 +1770,46 @@ msgstr "calendar" msgid "No contacts in common." msgstr "No contacts in common." -#: mod/common.php:141 src/Module/Contact.php:895 +#: mod/common.php:141 src/Module/Contact.php:870 msgid "Common Friends" msgstr "Common friends" -#: mod/community.php:32 mod/dfrn_request.php:597 mod/display.php:204 -#: mod/photos.php:846 mod/probe.php:14 mod/search.php:96 mod/search.php:102 -#: mod/videos.php:118 mod/viewcontacts.php:46 src/Module/Directory.php:43 -#: src/Module/WebFinger.php:19 +#: mod/community.php:33 mod/dfrn_request.php:597 mod/photos.php:850 +#: mod/search.php:87 mod/search.php:93 mod/videos.php:118 mod/display.php:201 +#: src/Module/Debug/Probe.php:20 src/Module/Debug/WebFinger.php:19 +#: src/Module/Directory.php:30 msgid "Public access denied." msgstr "Public access denied." -#: mod/community.php:75 +#: mod/community.php:76 msgid "Community option not available." msgstr "Community option not available." -#: mod/community.php:92 +#: mod/community.php:93 msgid "Not available." msgstr "Not available." -#: mod/community.php:102 +#: mod/community.php:103 msgid "Local Community" msgstr "Local community" -#: mod/community.php:105 +#: mod/community.php:106 msgid "Posts from local users on this server" msgstr "Posts from local users on this server" -#: mod/community.php:113 +#: mod/community.php:114 msgid "Global Community" msgstr "Global community" -#: mod/community.php:116 +#: mod/community.php:117 msgid "Posts from users of the whole federated network" msgstr "Posts from users of the whole federated network" -#: mod/community.php:162 mod/search.php:223 +#: mod/community.php:163 mod/search.php:222 msgid "No results." msgstr "No results." -#: mod/community.php:206 +#: mod/community.php:215 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." @@ -1039,8 +1823,8 @@ msgstr "Contact settings applied." msgid "Contact update failed." msgstr "Contact update failed." -#: mod/crepair.php:102 mod/dfrn_confirm.php:125 mod/fsuggest.php:28 -#: mod/fsuggest.php:89 mod/redir.php:31 mod/redir.php:137 +#: mod/crepair.php:102 mod/dfrn_confirm.php:125 mod/fsuggest.php:32 +#: mod/fsuggest.php:75 mod/redir.php:32 mod/redir.php:140 #: src/Module/FollowConfirm.php:46 src/Module/Group.php:92 msgid "Contact not found." msgstr "Contact not found." @@ -1077,19 +1861,6 @@ msgstr "Return to contact editor" msgid "Refetch contact data" msgstr "Re-fetch contact data." -#: mod/crepair.php:149 mod/events.php:551 mod/fsuggest.php:106 -#: mod/manage.php:183 mod/message.php:261 mod/message.php:441 -#: mod/photos.php:987 mod/photos.php:1093 mod/photos.php:1378 -#: mod/photos.php:1423 mod/photos.php:1462 mod/photos.php:1522 -#: mod/poke.php:184 mod/profiles.php:562 src/Module/Contact.php:597 -#: src/Module/Install.php:211 src/Module/Install.php:251 -#: src/Module/Install.php:287 src/Module/Invite.php:157 -#: src/Module/Localtime.php:45 src/Object/Post.php:877 -#: view/theme/duepuntozero/config.php:72 view/theme/frio/config.php:121 -#: view/theme/quattro/config.php:74 view/theme/vier/config.php:120 -msgid "Submit" -msgstr "Submit" - #: mod/crepair.php:150 msgid "Remote Self" msgstr "Remote self" @@ -1104,8 +1875,8 @@ msgid "" "entries from this contact." msgstr "This will cause Friendica to repost new entries from this contact." -#: mod/crepair.php:159 mod/settings.php:676 mod/settings.php:702 -#: src/Module/Admin/Blocklist/Contact.php:72 src/Module/Admin/Users.php:272 +#: mod/crepair.php:159 mod/settings.php:679 mod/settings.php:705 +#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 #: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 #: src/Module/Admin/Users.php:313 msgid "Name" @@ -1147,81 +1918,6 @@ msgstr "Poll/Feed URL:" msgid "New photo from this URL" msgstr "New photo from this URL:" -#: mod/delegate.php:42 -msgid "Parent user not found." -msgstr "Parent user not found." - -#: mod/delegate.php:149 -msgid "No parent user" -msgstr "No parent user" - -#: mod/delegate.php:164 -msgid "Parent Password:" -msgstr "Parent Password:" - -#: mod/delegate.php:164 -msgid "" -"Please enter the password of the parent account to legitimize your request." -msgstr "Please enter the password of the parent account to authorize this request." - -#: mod/delegate.php:171 -msgid "Parent User" -msgstr "Parent user" - -#: mod/delegate.php:174 -msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access." - -#: mod/delegate.php:175 mod/settings.php:674 mod/settings.php:781 -#: mod/settings.php:869 mod/settings.php:948 mod/settings.php:1173 -#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69 -#: src/Module/Admin/Logs/Settings.php:59 src/Module/Admin/Site.php:570 -#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:50 -msgid "Save Settings" -msgstr "Save settings" - -#: mod/delegate.php:176 src/Content/Nav.php:260 -msgid "Delegate Page Management" -msgstr "Delegate Page Management" - -#: mod/delegate.php:177 -msgid "Delegates" -msgstr "Delegates" - -#: mod/delegate.php:179 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely." - -#: mod/delegate.php:180 -msgid "Existing Page Delegates" -msgstr "Existing page delegates" - -#: mod/delegate.php:182 -msgid "Potential Delegates" -msgstr "Potential delegates" - -#: mod/delegate.php:184 mod/tagrm.php:114 -msgid "Remove" -msgstr "Remove" - -#: mod/delegate.php:185 -msgid "Add" -msgstr "Add" - -#: mod/delegate.php:186 -msgid "No entries." -msgstr "No entries." - -#: mod/dfrn_confirm.php:70 mod/profiles.php:43 mod/profiles.php:152 -#: mod/profiles.php:196 mod/profiles.php:511 -msgid "Profile not found." -msgstr "Profile not found." - #: mod/dfrn_confirm.php:126 msgid "" "This may occasionally happen if contact was requested by both persons and it" @@ -1289,7 +1985,7 @@ msgid "Unable to update your contact profile details on our system" msgstr "Unable to update your contact profile details on our system" #: mod/dfrn_confirm.php:538 mod/dfrn_request.php:560 -#: src/Model/Contact.php:2217 +#: src/Model/Contact.php:2551 msgid "[Name Withheld]" msgstr "[Name Withheld]" @@ -1363,17 +2059,16 @@ msgstr "Apparently you are already friends with %s." msgid "Invalid profile URL." msgstr "Invalid profile URL." -#: mod/dfrn_request.php:340 src/Model/Contact.php:1878 +#: mod/dfrn_request.php:340 src/Model/Contact.php:2182 msgid "Disallowed profile URL." msgstr "Disallowed profile URL." -#: mod/dfrn_request.php:346 src/Model/Contact.php:1883 -#: src/Module/Admin/Blocklist/Server.php:64 -#: src/Module/Admin/Blocklist/Server.php:83 src/Module/Friendica.php:59 +#: mod/dfrn_request.php:346 src/Model/Contact.php:2187 +#: src/Module/Friendica.php:59 msgid "Blocked domain" msgstr "Blocked domain" -#: mod/dfrn_request.php:413 src/Module/Contact.php:237 +#: mod/dfrn_request.php:413 src/Module/Contact.php:143 msgid "Failed to update contact record." msgstr "Failed to update contact record." @@ -1438,16 +2133,16 @@ msgid "" "testuser@gnusocial.de" msgstr "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de" -#: mod/dfrn_request.php:639 mod/follow.php:160 +#: mod/dfrn_request.php:639 mod/follow.php:162 msgid "Please answer the following:" msgstr "Please answer the following:" -#: mod/dfrn_request.php:640 mod/follow.php:161 +#: mod/dfrn_request.php:640 mod/follow.php:163 #, php-format msgid "Does %s know you?" msgstr "Does %s know you?" -#: mod/dfrn_request.php:641 mod/follow.php:162 +#: mod/dfrn_request.php:641 mod/follow.php:164 msgid "Add a personal note:" msgstr "Add a personal note:" @@ -1470,42 +2165,6 @@ msgid "" " bar." msgstr " - please do not use this form. Instead, enter %s into your diaspora* search bar." -#: mod/dfrn_request.php:647 mod/follow.php:168 mod/unfollow.php:128 -msgid "Your Identity Address:" -msgstr "My identity address:" - -#: mod/dfrn_request.php:649 mod/follow.php:74 mod/unfollow.php:131 -msgid "Submit Request" -msgstr "Submit request" - -#: mod/dirfind.php:55 -#, php-format -msgid "People Search - %s" -msgstr "People search - %s" - -#: mod/dirfind.php:66 -#, php-format -msgid "Forum Search - %s" -msgstr "Forum search - %s" - -#: mod/dirfind.php:217 mod/match.php:102 mod/suggest.php:106 -#: src/Content/Widget.php:39 src/Model/Profile.php:309 -#: src/Module/AllFriends.php:91 -msgid "Connect" -msgstr "Connect" - -#: mod/dirfind.php:259 mod/match.php:130 -msgid "No matches" -msgstr "No matches" - -#: mod/display.php:257 mod/display.php:342 -msgid "The requested item doesn't exist or has been deleted." -msgstr "The requested item doesn't exist or has been deleted." - -#: mod/display.php:417 -msgid "The feed for this item is unavailable." -msgstr "The feed for this item is unavailable." - #: mod/editpost.php:28 mod/editpost.php:38 msgid "Item not found" msgstr "Item not found" @@ -1514,16 +2173,11 @@ msgstr "Item not found" msgid "Edit post" msgstr "Edit post" -#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:894 -#: src/Module/Filer/SaveTag.php:50 +#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:887 +#: src/Module/Filer/SaveTag.php:49 msgid "Save" msgstr "Save" -#: mod/editpost.php:76 mod/message.php:259 mod/message.php:440 -#: mod/wallmessage.php:140 -msgid "Insert web link" -msgstr "Insert web link" - #: mod/editpost.php:77 msgid "web link" msgstr "web link" @@ -1544,7 +2198,7 @@ msgstr "Insert audio link" msgid "audio link" msgstr "audio link" -#: mod/editpost.php:95 src/Core/ACL.php:308 +#: mod/editpost.php:95 src/Core/ACL.php:308 src/Module/Item/Compose.php:200 msgid "CC: email addresses" msgstr "CC: email addresses" @@ -1552,100 +2206,19 @@ msgstr "CC: email addresses" msgid "Example: bob@example.com, mary@example.com" msgstr "Example: bob@example.com, mary@example.com" -#: mod/events.php:117 mod/events.php:119 -msgid "Event can not end before it has started." -msgstr "Event cannot end before it has started." - -#: mod/events.php:126 mod/events.php:128 -msgid "Event title and start time are required." -msgstr "Event title and starting time are required." - -#: mod/events.php:384 -msgid "Create New Event" -msgstr "Create new event" - -#: mod/events.php:507 -msgid "Event details" -msgstr "Event details" - -#: mod/events.php:508 -msgid "Starting date and Title are required." -msgstr "Starting date and title are required." - -#: mod/events.php:509 mod/events.php:514 -msgid "Event Starts:" -msgstr "Event starts:" - -#: mod/events.php:509 mod/events.php:541 mod/profiles.php:592 -msgid "Required" -msgstr "Required" - -#: mod/events.php:522 mod/events.php:547 -msgid "Finish date/time is not known or not relevant" -msgstr "Finish date/time is not known or not relevant" - -#: mod/events.php:524 mod/events.php:529 -msgid "Event Finishes:" -msgstr "Event finishes:" - -#: mod/events.php:535 mod/events.php:548 -msgid "Adjust for viewer timezone" -msgstr "Adjust for viewer's time zone" - -#: mod/events.php:537 -msgid "Description:" -msgstr "Description:" - -#: mod/events.php:539 mod/notifications.php:261 src/Model/Event.php:68 -#: src/Model/Event.php:95 src/Model/Event.php:437 src/Model/Event.php:933 -#: src/Model/Profile.php:439 src/Module/Contact.php:646 -#: src/Module/Directory.php:142 -msgid "Location:" -msgstr "Location:" - -#: mod/events.php:541 mod/events.php:543 -msgid "Title:" -msgstr "Title:" - -#: mod/events.php:544 mod/events.php:545 -msgid "Share this event" -msgstr "Share this event" - -#: mod/events.php:552 src/Model/Profile.php:871 -msgid "Basic" -msgstr "Basic" - -#: mod/events.php:553 src/Model/Profile.php:872 src/Module/Admin/Site.php:575 -#: src/Module/Contact.php:905 -msgid "Advanced" -msgstr "Advanced" - -#: mod/events.php:554 mod/photos.php:1005 mod/photos.php:1374 -#: src/Core/ACL.php:314 -msgid "Permissions" -msgstr "Permissions" - -#: mod/events.php:570 -msgid "Failed to remove event" -msgstr "Failed to remove event" - -#: mod/events.php:572 -msgid "Event removed" -msgstr "Event removed" - -#: mod/fbrowser.php:43 src/Content/Nav.php:157 src/Model/Profile.php:911 -#: view/theme/frio/theme.php:264 +#: mod/fbrowser.php:43 view/theme/frio/theme.php:269 src/Content/Nav.php:162 +#: src/Model/Profile.php:933 msgid "Photos" msgstr "Photos" -#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:193 -#: mod/photos.php:969 mod/photos.php:1082 mod/photos.php:1099 -#: mod/photos.php:1575 mod/photos.php:1590 src/Model/Photo.php:552 -#: src/Model/Photo.php:561 +#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:196 +#: mod/photos.php:973 mod/photos.php:1090 mod/photos.php:1107 +#: mod/photos.php:1584 mod/photos.php:1599 src/Model/Photo.php:574 +#: src/Model/Photo.php:583 msgid "Contact Photos" msgstr "Contact photos" -#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:254 +#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 msgid "Upload" msgstr "Upload" @@ -1657,47 +2230,40 @@ msgstr "Files" msgid "The contact could not be added." msgstr "Contact could not be added." -#: mod/follow.php:85 +#: mod/follow.php:87 msgid "You already added this contact." msgstr "You already added this contact." -#: mod/follow.php:97 +#: mod/follow.php:99 msgid "Diaspora support isn't enabled. Contact can't be added." msgstr "diaspora* support isn't enabled. Contact can't be added." -#: mod/follow.php:104 +#: mod/follow.php:106 msgid "OStatus support is disabled. Contact can't be added." msgstr "OStatus support is disabled. Contact can't be added." -#: mod/follow.php:111 +#: mod/follow.php:113 msgid "The network type couldn't be detected. Contact can't be added." msgstr "The network type couldn't be detected. Contact can't be added." -#: mod/follow.php:177 mod/notifications.php:179 mod/notifications.php:271 -#: mod/unfollow.php:137 src/Module/Admin/Blocklist/Contact.php:72 -#: src/Module/Admin/Blocklist/Contact.php:82 src/Module/Contact.php:642 -msgid "Profile URL" -msgstr "Profile URL:" - -#: mod/follow.php:181 mod/notifications.php:265 src/Model/Profile.php:801 -#: src/Module/Contact.php:652 +#: mod/follow.php:183 mod/notifications.php:276 src/Model/Profile.php:820 +#: src/Module/Contact.php:613 msgid "Tags:" msgstr "Tags:" -#: mod/follow.php:193 mod/unfollow.php:147 src/Model/Profile.php:898 -#: src/Module/Contact.php:867 -msgid "Status Messages and Posts" -msgstr "Status Messages and Posts" +#: mod/fsuggest.php:44 +msgid "Suggested contact not found." +msgstr "" -#: mod/fsuggest.php:69 +#: mod/fsuggest.php:57 msgid "Friend suggestion sent." msgstr "Friend suggestion sent" -#: mod/fsuggest.php:93 +#: mod/fsuggest.php:79 msgid "Suggest Friends" msgstr "Suggest friends" -#: mod/fsuggest.php:95 +#: mod/fsuggest.php:81 #, php-format msgid "Suggest a friend for %s" msgstr "Suggest a friend for %s" @@ -1706,45 +2272,24 @@ msgstr "Suggest a friend for %s" msgid "No profile" msgstr "No profile" -#: mod/item.php:122 -msgid "Unable to locate original post." -msgstr "Unable to locate original post." - -#: mod/item.php:322 -msgid "Empty post discarded." -msgstr "Empty post discarded." - -#: mod/item.php:839 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "This message was sent to you by %s, a member of the Friendica social network." - -#: mod/item.php:841 -#, php-format -msgid "You may visit them online at %s" -msgstr "You may visit them online at %s" - -#: mod/item.php:842 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages." - -#: mod/item.php:846 -#, php-format -msgid "%s posted an update." -msgstr "%s posted an update." - -#: mod/lockview.php:46 mod/lockview.php:57 +#: mod/lockview.php:47 mod/lockview.php:58 msgid "Remote privacy information not available." msgstr "Remote privacy information not available." -#: mod/lockview.php:66 +#: mod/lockview.php:67 msgid "Visible to:" msgstr "Visible to:" +#: mod/lockview.php:73 mod/lockview.php:108 src/Content/Widget.php:192 +#: src/Module/Item/Compose.php:97 src/Module/Profile/Contacts.php:126 +#: src/Module/Contact.php:771 +msgid "Followers" +msgstr "" + +#: mod/lockview.php:79 mod/lockview.php:114 src/Module/Item/Compose.php:104 +msgid "Mutuals" +msgstr "" + #: mod/lostpass.php:26 msgid "No valid account found." msgstr "No valid account found." @@ -1811,7 +2356,7 @@ msgid "" "your email for further instructions." msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email." -#: mod/lostpass.php:119 src/Module/Login.php:327 +#: mod/lostpass.php:119 src/Module/Login.php:318 msgid "Nickname or Email: " msgstr "Nickname or email: " @@ -1819,7 +2364,7 @@ msgstr "Nickname or email: " msgid "Reset" msgstr "Reset" -#: mod/lostpass.php:135 src/Module/Login.php:339 +#: mod/lostpass.php:135 src/Module/Login.php:330 msgid "Password Reset" msgstr "Forgotten password?" @@ -1889,52 +2434,20 @@ msgstr "Accounts that I manage or own." msgid "Select an identity to manage: " msgstr "Select identity:" -#: mod/match.php:49 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "No keywords to match. Please add keywords to your default profile." - -#: mod/match.php:115 src/Content/Pager.php:198 -msgid "first" -msgstr "first" - -#: mod/match.php:120 src/Content/Pager.php:258 -msgid "next" -msgstr "next" - -#: mod/match.php:135 -msgid "Profile Match" -msgstr "Profile Match" - -#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:254 +#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:257 msgid "New Message" msgstr "New Message" -#: mod/message.php:70 mod/wallmessage.php:60 -msgid "No recipient selected." -msgstr "No recipient selected." - #: mod/message.php:74 msgid "Unable to locate contact information." msgstr "Unable to locate contact information." -#: mod/message.php:77 mod/wallmessage.php:66 -msgid "Message could not be sent." -msgstr "Message could not be sent." - -#: mod/message.php:80 mod/wallmessage.php:69 -msgid "Message collection failure." -msgstr "Message collection failure." - -#: mod/message.php:83 mod/wallmessage.php:72 -msgid "Message sent." -msgstr "Message sent." - -#: mod/message.php:110 mod/notifications.php:47 mod/notifications.php:187 -#: mod/notifications.php:243 +#: mod/message.php:110 mod/notifications.php:49 mod/notifications.php:198 +#: mod/notifications.php:254 msgid "Discard" msgstr "Discard" -#: mod/message.php:123 src/Content/Nav.php:251 view/theme/frio/theme.php:271 +#: mod/message.php:123 view/theme/frio/theme.php:276 src/Content/Nav.php:254 msgid "Messages" msgstr "Messages" @@ -1954,27 +2467,6 @@ msgstr "Message deleted." msgid "Conversation removed." msgstr "Conversation removed." -#: mod/message.php:204 mod/message.php:360 mod/wallmessage.php:123 -msgid "Please enter a link URL:" -msgstr "Please enter a link URL:" - -#: mod/message.php:246 mod/wallmessage.php:128 -msgid "Send Private Message" -msgstr "Send private message" - -#: mod/message.php:247 mod/message.php:430 mod/wallmessage.php:130 -msgid "To:" -msgstr "To:" - -#: mod/message.php:251 mod/message.php:432 mod/wallmessage.php:131 -msgid "Subject:" -msgstr "Subject:" - -#: mod/message.php:255 mod/message.php:435 mod/wallmessage.php:137 -#: src/Module/Invite.php:150 -msgid "Your message:" -msgstr "Your message:" - #: mod/message.php:289 msgid "No messages." msgstr "No messages." @@ -2027,19 +2519,19 @@ msgid_plural "%d messages" msgstr[0] "%d message" msgstr[1] "%d messages" -#: mod/network.php:184 mod/search.php:38 +#: mod/network.php:183 mod/search.php:35 msgid "Remove term" msgstr "Remove term" -#: mod/network.php:191 mod/search.php:47 +#: mod/network.php:190 mod/search.php:44 msgid "Saved Searches" msgstr "Saved searches" -#: mod/network.php:192 src/Model/Group.php:434 +#: mod/network.php:191 src/Model/Group.php:483 msgid "add" msgstr "add" -#: mod/network.php:572 +#: mod/network.php:571 #, php-format msgid "" "Warning: This group contains %s member from a network that doesn't allow non" @@ -2050,474 +2542,93 @@ msgid_plural "" msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages." msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non-public messages." -#: mod/network.php:575 +#: mod/network.php:574 msgid "Messages in this group won't be send to these receivers." msgstr "Messages in this group won't be sent to these receivers." -#: mod/network.php:642 +#: mod/network.php:641 msgid "No such group" msgstr "No such group" -#: mod/network.php:663 src/Module/Group.php:288 +#: mod/network.php:662 src/Module/Group.php:288 msgid "Group is empty" msgstr "Group is empty" -#: mod/network.php:667 +#: mod/network.php:666 #, php-format msgid "Group: %s" msgstr "Group: %s" -#: mod/network.php:693 +#: mod/network.php:692 msgid "Private messages to this person are at risk of public disclosure." msgstr "Private messages to this person are at risk of public disclosure." -#: mod/network.php:696 src/Module/AllFriends.php:35 +#: mod/network.php:695 src/Module/AllFriends.php:35 #: src/Module/AllFriends.php:43 msgid "Invalid contact." msgstr "Invalid contact." -#: mod/network.php:975 +#: mod/network.php:974 msgid "Commented Order" msgstr "Commented last" -#: mod/network.php:978 +#: mod/network.php:977 msgid "Sort by Comment Date" msgstr "Sort by comment date" -#: mod/network.php:983 +#: mod/network.php:982 msgid "Posted Order" msgstr "Posted last" -#: mod/network.php:986 +#: mod/network.php:985 msgid "Sort by Post Date" msgstr "Sort by post date" -#: mod/network.php:993 mod/profiles.php:579 -#: src/Core/NotificationsManager.php:158 -msgid "Personal" -msgstr "Personal" - -#: mod/network.php:996 +#: mod/network.php:995 msgid "Posts that mention or involve you" msgstr "Posts mentioning or involving me" -#: mod/network.php:1003 +#: mod/network.php:1002 msgid "New" msgstr "New" -#: mod/network.php:1006 +#: mod/network.php:1005 msgid "Activity Stream - by date" msgstr "Activity Stream - by date" -#: mod/network.php:1014 +#: mod/network.php:1013 msgid "Shared Links" msgstr "Shared links" -#: mod/network.php:1017 +#: mod/network.php:1016 msgid "Interesting Links" msgstr "Interesting links" -#: mod/network.php:1024 +#: mod/network.php:1023 msgid "Starred" msgstr "Starred" -#: mod/network.php:1027 +#: mod/network.php:1026 msgid "Favourite Posts" msgstr "My favorite posts" -#: mod/newmember.php:12 -msgid "Welcome to Friendica" -msgstr "Welcome to Friendica" - -#: mod/newmember.php:13 -msgid "New Member Checklist" -msgstr "New Member Checklist" - -#: mod/newmember.php:15 -msgid "" -"We would like to offer some tips and links to help make your experience " -"enjoyable. Click any item to visit the relevant page. A link to this page " -"will be visible from your home page for two weeks after your initial " -"registration and then will quietly disappear." -msgstr "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear." - -#: mod/newmember.php:16 -msgid "Getting Started" -msgstr "Getting started" - -#: mod/newmember.php:18 -msgid "Friendica Walk-Through" -msgstr "Friendica walk-through" - -#: mod/newmember.php:18 -msgid "" -"On your Quick Start page - find a brief introduction to your " -"profile and network tabs, make some new connections, and find some groups to" -" join." -msgstr "On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join." - -#: mod/newmember.php:20 mod/settings.php:145 src/Content/Nav.php:262 -#: src/Module/Admin/Addons/Details.php:102 -#: src/Module/Admin/Themes/Details.php:107 -#: src/Module/BaseSettingsModule.php:105 view/theme/frio/theme.php:272 -msgid "Settings" -msgstr "Settings" - -#: mod/newmember.php:22 -msgid "Go to Your Settings" -msgstr "Go to your settings" - -#: mod/newmember.php:22 -msgid "" -"On your Settings page - change your initial password. Also make a " -"note of your Identity Address. This looks just like an email address - and " -"will be useful in making friends on the free social web." -msgstr "On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web." - -#: mod/newmember.php:23 -msgid "" -"Review the other settings, particularly the privacy settings. An unpublished" -" directory listing is like having an unlisted phone number. In general, you " -"should probably publish your listing - unless all of your friends and " -"potential friends know exactly how to find you." -msgstr "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you." - -#: mod/newmember.php:25 mod/profperm.php:117 src/Content/Nav.php:156 -#: src/Model/Profile.php:870 src/Model/Profile.php:903 -#: src/Module/Contact.php:657 src/Module/Contact.php:872 -#: view/theme/frio/theme.php:263 -msgid "Profile" -msgstr "Profile" - -#: mod/newmember.php:27 mod/profiles.php:583 mod/profile_photo.php:253 -msgid "Upload Profile Photo" -msgstr "Upload profile photo" - -#: mod/newmember.php:27 -msgid "" -"Upload a profile photo if you have not done so already. Studies have shown " -"that people with real photos of themselves are ten times more likely to make" -" friends than people who do not." -msgstr "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not." - -#: mod/newmember.php:28 -msgid "Edit Your Profile" -msgstr "Edit your profile" - -#: mod/newmember.php:28 -msgid "" -"Edit your default profile to your liking. Review the " -"settings for hiding your list of friends and hiding the profile from unknown" -" visitors." -msgstr "Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors." - -#: mod/newmember.php:29 -msgid "Profile Keywords" -msgstr "Profile keywords" - -#: mod/newmember.php:29 -msgid "" -"Set some public keywords for your default profile which describe your " -"interests. We may be able to find other people with similar interests and " -"suggest friendships." -msgstr "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships." - -#: mod/newmember.php:31 -msgid "Connecting" -msgstr "Connecting" - -#: mod/newmember.php:37 -msgid "Importing Emails" -msgstr "Importing emails" - -#: mod/newmember.php:37 -msgid "" -"Enter your email access information on your Connector Settings page if you " -"wish to import and interact with friends or mailing lists from your email " -"INBOX" -msgstr "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX" - -#: mod/newmember.php:40 -msgid "Go to Your Contacts Page" -msgstr "Go to your contacts page" - -#: mod/newmember.php:40 -msgid "" -"Your Contacts page is your gateway to managing friendships and connecting " -"with friends on other networks. Typically you enter their address or site " -"URL in the Add New Contact dialog." -msgstr "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add new contact dialog." - -#: mod/newmember.php:41 -msgid "Go to Your Site's Directory" -msgstr "Go to your site's directory" - -#: mod/newmember.php:41 -msgid "" -"The Directory page lets you find other people in this network or other " -"federated sites. Look for a Connect or Follow link on " -"their profile page. Provide your own Identity Address if requested." -msgstr "The directory lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own identity address when requested." - -#: mod/newmember.php:42 -msgid "Finding New People" -msgstr "Finding new people" - -#: mod/newmember.php:42 -msgid "" -"On the side panel of the Contacts page are several tools to find new " -"friends. We can match people by interest, look up people by name or " -"interest, and provide suggestions based on network relationships. On a brand" -" new site, friend suggestions will usually begin to be populated within 24 " -"hours." -msgstr "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours." - -#: mod/newmember.php:44 src/Model/Group.php:435 src/Module/Contact.php:756 -msgid "Groups" -msgstr "Groups" - -#: mod/newmember.php:46 -msgid "Group Your Contacts" -msgstr "Group your contacts" - -#: mod/newmember.php:46 -msgid "" -"Once you have made some friends, organize them into private conversation " -"groups from the sidebar of your Contacts page and then you can interact with" -" each group privately on your Network page." -msgstr "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page." - -#: mod/newmember.php:49 -msgid "Why Aren't My Posts Public?" -msgstr "Why aren't my posts public?" - -#: mod/newmember.php:49 -msgid "" -"Friendica respects your privacy. By default, your posts will only show up to" -" people you've added as friends. For more information, see the help section " -"from the link above." -msgstr "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above." - -#: mod/newmember.php:53 -msgid "Getting Help" -msgstr "Getting help" - -#: mod/newmember.php:55 -msgid "Go to the Help Section" -msgstr "Go to the help section" - -#: mod/newmember.php:55 -msgid "" -"Our help pages may be consulted for detail on other program" -" features and resources." -msgstr "Our help pages may be consulted for detail on other program features and resources." - -#: mod/notes.php:34 src/Model/Profile.php:953 +#: mod/notes.php:34 src/Model/Profile.php:975 msgid "Personal Notes" msgstr "Personal notes" -#: mod/notifications.php:38 -msgid "Invalid request identifier." -msgstr "Invalid request identifier." - -#: mod/notifications.php:93 src/Content/Nav.php:246 -msgid "Notifications" -msgstr "Notifications" - -#: mod/notifications.php:107 -msgid "Network Notifications" -msgstr "Network notifications" - -#: mod/notifications.php:112 mod/notify.php:72 -msgid "System Notifications" -msgstr "System notifications" - -#: mod/notifications.php:117 -msgid "Personal Notifications" -msgstr "Personal notifications" - -#: mod/notifications.php:122 -msgid "Home Notifications" -msgstr "Home notifications" - -#: mod/notifications.php:142 -msgid "Show unread" -msgstr "Show unread" - -#: mod/notifications.php:142 -msgid "Show all" -msgstr "Show all" - -#: mod/notifications.php:153 -msgid "Show Ignored Requests" -msgstr "Show ignored requests." - -#: mod/notifications.php:153 -msgid "Hide Ignored Requests" -msgstr "Hide ignored requests" - -#: mod/notifications.php:166 mod/notifications.php:251 -msgid "Notification type:" -msgstr "Notification type:" - -#: mod/notifications.php:169 -msgid "Suggested by:" -msgstr "Suggested by:" - -#: mod/notifications.php:181 mod/notifications.php:268 -#: src/Module/Contact.php:633 -msgid "Hide this contact from others" -msgstr "Hide this contact from others" - -#: mod/notifications.php:183 mod/notifications.php:277 -#: src/Module/Admin/Users.php:286 -msgid "Approve" -msgstr "Approve" - -#: mod/notifications.php:203 -msgid "Claims to be known to you: " -msgstr "Says they know me:" - -#: mod/notifications.php:204 -msgid "yes" -msgstr "yes" - -#: mod/notifications.php:204 -msgid "no" -msgstr "no" - -#: mod/notifications.php:205 mod/notifications.php:209 -msgid "Shall your connection be bidirectional or not?" -msgstr "Shall your connection be in both directions or not?" - -#: mod/notifications.php:206 mod/notifications.php:210 -#, php-format -msgid "" -"Accepting %s as a friend allows %s to subscribe to your posts, and you will " -"also receive updates from them in your news feed." -msgstr "Accepting %s as a friend allows %s to subscribe to your posts. You will also receive updates from them in your news feed." - -#: mod/notifications.php:207 -#, php-format -msgid "" -"Accepting %s as a subscriber allows them to subscribe to your posts, but you" -" will not receive updates from them in your news feed." -msgstr "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed." - -#: mod/notifications.php:211 -#, php-format -msgid "" -"Accepting %s as a sharer allows them to subscribe to your posts, but you " -"will not receive updates from them in your news feed." -msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed." - -#: mod/notifications.php:222 -msgid "Friend" -msgstr "Friend" - -#: mod/notifications.php:223 -msgid "Sharer" -msgstr "Sharer" - -#: mod/notifications.php:223 -msgid "Subscriber" -msgstr "Subscriber" - -#: mod/notifications.php:263 src/Model/Profile.php:445 -#: src/Model/Profile.php:813 src/Module/Contact.php:650 -#: src/Module/Directory.php:150 -msgid "About:" -msgstr "About:" - -#: mod/notifications.php:267 src/Model/Profile.php:442 -#: src/Model/Profile.php:752 src/Module/Directory.php:147 -msgid "Gender:" -msgstr "Gender:" - -#: mod/notifications.php:274 src/Model/Profile.php:539 -#: src/Module/Contact.php:90 -msgid "Network:" -msgstr "Network:" - -#: mod/notifications.php:288 -msgid "No introductions." -msgstr "No introductions." - -#: mod/notifications.php:322 -#, php-format -msgid "No more %s notifications." -msgstr "No more %s notifications." - -#: mod/notify.php:68 -msgid "No more system notifications." -msgstr "No more system notifications." - -#: mod/oexchange.php:32 -msgid "Post successful." -msgstr "Post successful." - -#: mod/openid.php:31 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID protocol error. No ID returned." - -#: mod/openid.php:67 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Account not found and OpenID registration is not permitted on this site." - -#: mod/openid.php:117 src/Module/Login.php:93 src/Module/Login.php:144 -msgid "Login failed." -msgstr "Login failed." - -#: mod/ostatus_subscribe.php:23 -msgid "Subscribing to OStatus contacts" -msgstr "Subscribing to OStatus contacts" - -#: mod/ostatus_subscribe.php:35 -msgid "No contact provided." -msgstr "No contact provided." - -#: mod/ostatus_subscribe.php:42 -msgid "Couldn't fetch information for contact." -msgstr "Couldn't fetch information for contact." - -#: mod/ostatus_subscribe.php:52 -msgid "Couldn't fetch friends for contact." -msgstr "Couldn't fetch friends for contact." - -#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 -msgid "Done" -msgstr "Done" - -#: mod/ostatus_subscribe.php:84 -msgid "success" -msgstr "success" - -#: mod/ostatus_subscribe.php:86 -msgid "failed" -msgstr "failed" - -#: mod/ostatus_subscribe.php:89 src/Object/Post.php:284 -msgid "ignored" -msgstr "Ignored" - -#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 -msgid "Keep this window open until done." -msgstr "Keep this window open until done." - -#: mod/photos.php:113 src/Model/Profile.php:914 +#: mod/photos.php:113 src/Model/Profile.php:936 msgid "Photo Albums" msgstr "Photo Albums" -#: mod/photos.php:114 mod/photos.php:1630 +#: mod/photos.php:114 mod/photos.php:1639 msgid "Recent Photos" msgstr "Recent photos" -#: mod/photos.php:116 mod/photos.php:1144 mod/photos.php:1632 +#: mod/photos.php:116 mod/photos.php:1152 mod/photos.php:1641 msgid "Upload New Photos" msgstr "Upload new photos" -#: mod/photos.php:134 mod/settings.php:58 src/Module/BaseSettingsModule.php:18 +#: mod/photos.php:134 mod/settings.php:60 src/Module/BaseSettingsModule.php:18 msgid "everybody" msgstr "everybody" @@ -2525,219 +2636,211 @@ msgstr "everybody" msgid "Contact information unavailable" msgstr "Contact information unavailable" -#: mod/photos.php:204 +#: mod/photos.php:207 msgid "Album not found." msgstr "Album not found." -#: mod/photos.php:262 +#: mod/photos.php:265 msgid "Album successfully deleted" msgstr "Album successfully deleted" -#: mod/photos.php:264 +#: mod/photos.php:267 msgid "Album was empty." msgstr "Album was empty." -#: mod/photos.php:586 +#: mod/photos.php:590 msgid "a photo" msgstr "a photo" -#: mod/photos.php:586 +#: mod/photos.php:590 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s was tagged in %2$s by %3$s" -#: mod/photos.php:679 mod/photos.php:682 mod/photos.php:711 -#: mod/profile_photo.php:152 mod/wall_upload.php:198 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Image exceeds size limit of %s" - -#: mod/photos.php:685 +#: mod/photos.php:689 msgid "Image upload didn't complete, please try again" msgstr "Image upload didn't complete. Please try again." -#: mod/photos.php:688 +#: mod/photos.php:692 msgid "Image file is missing" msgstr "Image file is missing" -#: mod/photos.php:693 +#: mod/photos.php:697 msgid "" "Server can't accept new file upload at this time, please contact your " "administrator" msgstr "Server can't accept new file uploads at this time. Please contact your administrator." -#: mod/photos.php:719 +#: mod/photos.php:723 msgid "Image file is empty." msgstr "Image file is empty." -#: mod/photos.php:734 mod/profile_photo.php:161 mod/wall_upload.php:212 -msgid "Unable to process image." -msgstr "Unable to process image." - -#: mod/photos.php:763 mod/profile_photo.php:310 mod/wall_upload.php:251 -msgid "Image upload failed." -msgstr "Image upload failed." - -#: mod/photos.php:851 +#: mod/photos.php:855 msgid "No photos selected" msgstr "No photos selected" -#: mod/photos.php:943 mod/videos.php:210 +#: mod/photos.php:947 mod/videos.php:210 msgid "Access to this item is restricted." msgstr "Access to this item is restricted." -#: mod/photos.php:997 +#: mod/photos.php:1001 msgid "Upload Photos" msgstr "Upload photos" -#: mod/photos.php:1001 mod/photos.php:1089 +#: mod/photos.php:1005 mod/photos.php:1097 msgid "New album name: " msgstr "New album name: " -#: mod/photos.php:1002 +#: mod/photos.php:1006 msgid "or select existing album:" msgstr "or select existing album:" -#: mod/photos.php:1003 +#: mod/photos.php:1007 msgid "Do not show a status post for this upload" msgstr "Do not show a status post for this upload" -#: mod/photos.php:1019 mod/photos.php:1382 mod/settings.php:1208 +#: mod/photos.php:1009 mod/photos.php:1383 mod/events.php:555 +#: src/Core/ACL.php:314 +msgid "Permissions" +msgstr "Permissions" + +#: mod/photos.php:1023 mod/photos.php:1391 mod/settings.php:1213 msgid "Show to Groups" msgstr "Show to groups" -#: mod/photos.php:1020 mod/photos.php:1383 mod/settings.php:1209 +#: mod/photos.php:1024 mod/photos.php:1392 mod/settings.php:1214 msgid "Show to Contacts" msgstr "Show to contacts" -#: mod/photos.php:1071 +#: mod/photos.php:1079 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Do you really want to delete this photo album and all its photos?" -#: mod/photos.php:1073 mod/photos.php:1094 +#: mod/photos.php:1081 mod/photos.php:1102 msgid "Delete Album" msgstr "Delete album" -#: mod/photos.php:1100 +#: mod/photos.php:1108 msgid "Edit Album" msgstr "Edit album" -#: mod/photos.php:1101 +#: mod/photos.php:1109 msgid "Drop Album" msgstr "Drop album" -#: mod/photos.php:1106 +#: mod/photos.php:1114 msgid "Show Newest First" msgstr "Show newest first" -#: mod/photos.php:1108 +#: mod/photos.php:1116 msgid "Show Oldest First" msgstr "Show oldest first" -#: mod/photos.php:1129 mod/photos.php:1615 +#: mod/photos.php:1137 mod/photos.php:1624 msgid "View Photo" msgstr "View photo" -#: mod/photos.php:1166 +#: mod/photos.php:1174 msgid "Permission denied. Access to this item may be restricted." msgstr "Permission denied. Access to this item may be restricted." -#: mod/photos.php:1168 +#: mod/photos.php:1176 msgid "Photo not available" msgstr "Photo not available" -#: mod/photos.php:1178 +#: mod/photos.php:1186 msgid "Do you really want to delete this photo?" msgstr "Do you really want to delete this photo?" -#: mod/photos.php:1180 mod/photos.php:1379 +#: mod/photos.php:1188 mod/photos.php:1388 msgid "Delete Photo" msgstr "Delete photo" -#: mod/photos.php:1271 +#: mod/photos.php:1279 msgid "View photo" msgstr "View photo" -#: mod/photos.php:1273 +#: mod/photos.php:1281 msgid "Edit photo" msgstr "Edit photo" -#: mod/photos.php:1274 +#: mod/photos.php:1282 msgid "Delete photo" msgstr "Delete photo" -#: mod/photos.php:1275 +#: mod/photos.php:1283 msgid "Use as profile photo" msgstr "Use as profile photo" -#: mod/photos.php:1282 +#: mod/photos.php:1290 msgid "Private Photo" msgstr "Private photo" -#: mod/photos.php:1288 +#: mod/photos.php:1296 msgid "View Full Size" msgstr "View full size" -#: mod/photos.php:1347 +#: mod/photos.php:1356 msgid "Tags: " msgstr "Tags: " -#: mod/photos.php:1350 +#: mod/photos.php:1359 msgid "[Select tags to remove]" msgstr "[Select tags to remove]" -#: mod/photos.php:1365 +#: mod/photos.php:1374 msgid "New album name" msgstr "New album name" -#: mod/photos.php:1366 +#: mod/photos.php:1375 msgid "Caption" msgstr "Caption" -#: mod/photos.php:1367 +#: mod/photos.php:1376 msgid "Add a Tag" msgstr "Add Tag" -#: mod/photos.php:1367 +#: mod/photos.php:1376 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Example: @bob, @jojo@example.com, #California, #camping" -#: mod/photos.php:1368 +#: mod/photos.php:1377 msgid "Do not rotate" msgstr "Do not rotate" -#: mod/photos.php:1369 +#: mod/photos.php:1378 msgid "Rotate CW (right)" msgstr "Rotate right (CW)" -#: mod/photos.php:1370 +#: mod/photos.php:1379 msgid "Rotate CCW (left)" msgstr "Rotate left (CCW)" -#: mod/photos.php:1404 src/Object/Post.php:312 +#: mod/photos.php:1413 src/Object/Post.php:313 msgid "I like this (toggle)" msgstr "I like this (toggle)" -#: mod/photos.php:1405 src/Object/Post.php:313 +#: mod/photos.php:1414 src/Object/Post.php:314 msgid "I don't like this (toggle)" msgstr "I don't like this (toggle)" -#: mod/photos.php:1420 mod/photos.php:1459 mod/photos.php:1519 -#: src/Module/Contact.php:1021 src/Object/Post.php:874 +#: mod/photos.php:1429 mod/photos.php:1468 mod/photos.php:1528 +#: src/Module/Item/Compose.php:176 src/Module/Contact.php:1002 +#: src/Object/Post.php:876 msgid "This is you" msgstr "This is me" -#: mod/photos.php:1422 mod/photos.php:1461 mod/photos.php:1521 -#: src/Object/Post.php:419 src/Object/Post.php:876 +#: mod/photos.php:1431 mod/photos.php:1470 mod/photos.php:1530 +#: src/Object/Post.php:420 src/Object/Post.php:878 msgid "Comment" msgstr "Comment" -#: mod/photos.php:1550 +#: mod/photos.php:1559 msgid "Map" msgstr "Map" -#: mod/photos.php:1621 mod/videos.php:287 +#: mod/photos.php:1630 mod/videos.php:287 msgid "View Album" msgstr "View album" @@ -2769,344 +2872,12 @@ msgstr "Choose what you wish to do:" msgid "Make this post private" msgstr "Make this post private" -#: mod/probe.php:13 src/Module/WebFinger.php:18 -msgid "Only logged in users are permitted to perform a probing." -msgstr "Only logged in users are permitted to use the Probe feature." - -#: mod/profiles.php:62 -msgid "Profile deleted." -msgstr "Profile deleted." - -#: mod/profiles.php:78 mod/profiles.php:114 -msgid "Profile-" -msgstr "Profile-" - -#: mod/profiles.php:97 mod/profiles.php:135 -msgid "New profile created." -msgstr "New profile created." - -#: mod/profiles.php:120 -msgid "Profile unavailable to clone." -msgstr "Profile unavailable to clone." - -#: mod/profiles.php:206 -msgid "Profile Name is required." -msgstr "Profile name is required." - -#: mod/profiles.php:346 -msgid "Marital Status" -msgstr "Marital status" - -#: mod/profiles.php:349 -msgid "Romantic Partner" -msgstr "Romantic partner" - -#: mod/profiles.php:358 -msgid "Work/Employment" -msgstr "Work/Employment:" - -#: mod/profiles.php:361 -msgid "Religion" -msgstr "Religion" - -#: mod/profiles.php:364 -msgid "Political Views" -msgstr "Political views" - -#: mod/profiles.php:367 -msgid "Gender" -msgstr "Gender" - -#: mod/profiles.php:370 -msgid "Sexual Preference" -msgstr "Sexual preference" - -#: mod/profiles.php:373 -msgid "XMPP" -msgstr "XMPP" - -#: mod/profiles.php:376 -msgid "Homepage" -msgstr "Homepage" - -#: mod/profiles.php:379 mod/profiles.php:578 -msgid "Interests" -msgstr "Interests" - -#: mod/profiles.php:382 src/Module/Admin/Blocklist/Contact.php:72 -msgid "Address" -msgstr "Address" - -#: mod/profiles.php:389 mod/profiles.php:574 -msgid "Location" -msgstr "Location" - -#: mod/profiles.php:469 -msgid "Profile updated." -msgstr "Profile updated." - -#: mod/profiles.php:523 -msgid "Hide contacts and friends:" -msgstr "Hide contacts and friends:" - -#: mod/profiles.php:528 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Hide your contact/friend list from viewers of this profile?" - -#: mod/profiles.php:548 -msgid "Show more profile fields:" -msgstr "Show more profile fields:" - -#: mod/profiles.php:560 -msgid "Profile Actions" -msgstr "Profile actions" - -#: mod/profiles.php:561 -msgid "Edit Profile Details" -msgstr "Edit Profile Details" - -#: mod/profiles.php:563 -msgid "Change Profile Photo" -msgstr "Change profile photo" - -#: mod/profiles.php:565 -msgid "View this profile" -msgstr "View this profile" - -#: mod/profiles.php:566 -msgid "View all profiles" -msgstr "View all profiles" - -#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:415 -msgid "Edit visibility" -msgstr "Edit visibility" - -#: mod/profiles.php:568 -msgid "Create a new profile using these settings" -msgstr "Create a new profile using these settings" - -#: mod/profiles.php:569 -msgid "Clone this profile" -msgstr "Clone this profile" - -#: mod/profiles.php:570 -msgid "Delete this profile" -msgstr "Delete this profile" - -#: mod/profiles.php:572 -msgid "Basic information" -msgstr "Basic information" - -#: mod/profiles.php:573 -msgid "Profile picture" -msgstr "Profile picture" - -#: mod/profiles.php:575 -msgid "Preferences" -msgstr "Preferences" - -#: mod/profiles.php:576 -msgid "Status information" -msgstr "Status information" - -#: mod/profiles.php:577 -msgid "Additional information" -msgstr "Additional information" - -#: mod/profiles.php:580 -msgid "Relation" -msgstr "Relation" - -#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81 -msgid "Miscellaneous" -msgstr "Miscellaneous" - -#: mod/profiles.php:584 -msgid "Your Gender:" -msgstr "Gender:" - -#: mod/profiles.php:585 -msgid " Marital Status:" -msgstr " Marital status:" - -#: mod/profiles.php:586 src/Model/Profile.php:789 -msgid "Sexual Preference:" -msgstr "Sexual preference:" - -#: mod/profiles.php:587 -msgid "Example: fishing photography software" -msgstr "Example: fishing photography software" - -#: mod/profiles.php:592 -msgid "Profile Name:" -msgstr "Profile name:" - -#: mod/profiles.php:594 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "This is your public profile.
It may be visible to anybody using the internet." - -#: mod/profiles.php:595 -msgid "Your Full Name:" -msgstr "My full name:" - -#: mod/profiles.php:596 -msgid "Title/Description:" -msgstr "Title/Description:" - -#: mod/profiles.php:599 -msgid "Street Address:" -msgstr "Street address:" - -#: mod/profiles.php:600 -msgid "Locality/City:" -msgstr "Locality/City:" - -#: mod/profiles.php:601 -msgid "Region/State:" -msgstr "Region/State:" - -#: mod/profiles.php:602 -msgid "Postal/Zip Code:" -msgstr "Postcode:" - -#: mod/profiles.php:603 -msgid "Country:" -msgstr "Country:" - -#: mod/profiles.php:604 src/Util/Temporal.php:149 -msgid "Age: " -msgstr "Age: " - -#: mod/profiles.php:607 -msgid "Who: (if applicable)" -msgstr "Who: (if applicable)" - -#: mod/profiles.php:607 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Examples: cathy123, Cathy Williams, cathy@example.com" - -#: mod/profiles.php:608 -msgid "Since [date]:" -msgstr "Since when:" - -#: mod/profiles.php:610 -msgid "Tell us about yourself..." -msgstr "About myself:" - -#: mod/profiles.php:611 -msgid "XMPP (Jabber) address:" -msgstr "XMPP (Jabber) address:" - -#: mod/profiles.php:611 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "The XMPP address will be propagated to your contacts so that they can follow you." - -#: mod/profiles.php:612 -msgid "Homepage URL:" -msgstr "Homepage URL:" - -#: mod/profiles.php:613 src/Model/Profile.php:797 -msgid "Hometown:" -msgstr "Home town:" - -#: mod/profiles.php:614 src/Model/Profile.php:805 -msgid "Political Views:" -msgstr "Political views:" - -#: mod/profiles.php:615 -msgid "Religious Views:" -msgstr "Religious views:" - -#: mod/profiles.php:616 -msgid "Public Keywords:" -msgstr "Public keywords:" - -#: mod/profiles.php:616 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "Used for suggesting potential friends, can be seen by others." - -#: mod/profiles.php:617 -msgid "Private Keywords:" -msgstr "Private keywords:" - -#: mod/profiles.php:617 -msgid "(Used for searching profiles, never shown to others)" -msgstr "Used for searching profiles, never shown to others." - -#: mod/profiles.php:618 src/Model/Profile.php:821 -msgid "Likes:" -msgstr "Likes:" - -#: mod/profiles.php:619 src/Model/Profile.php:825 -msgid "Dislikes:" -msgstr "Dislikes:" - -#: mod/profiles.php:620 -msgid "Musical interests" -msgstr "Music:" - -#: mod/profiles.php:621 -msgid "Books, literature" -msgstr "Books, literature, poetry:" - -#: mod/profiles.php:622 -msgid "Television" -msgstr "Television:" - -#: mod/profiles.php:623 -msgid "Film/dance/culture/entertainment" -msgstr "Film, dance, culture, entertainment" - -#: mod/profiles.php:624 -msgid "Hobbies/Interests" -msgstr "Hobbies/Interests:" - -#: mod/profiles.php:625 -msgid "Love/romance" -msgstr "Love/Romance:" - -#: mod/profiles.php:626 -msgid "Work/employment" -msgstr "Work/Employment:" - -#: mod/profiles.php:627 -msgid "School/education" -msgstr "School/Education:" - -#: mod/profiles.php:628 -msgid "Contact information and Social Networks" -msgstr "Contact information and other social networks:" - -#: mod/profiles.php:659 src/Model/Profile.php:411 -msgid "Profile Image" -msgstr "Profile image" - -#: mod/profiles.php:661 src/Model/Profile.php:414 -msgid "visible to everybody" -msgstr "Visible to everybody" - -#: mod/profiles.php:668 -msgid "Edit/Manage Profiles" -msgstr "Edit/Manage Profiles" - -#: mod/profiles.php:669 src/Model/Profile.php:401 src/Model/Profile.php:423 -msgid "Change profile photo" -msgstr "Change profile photo" - -#: mod/profiles.php:670 src/Model/Profile.php:402 -msgid "Create New Profile" -msgstr "Create new profile" - #: mod/profile_photo.php:58 msgid "Image uploaded but image cropping failed." msgstr "Image uploaded but image cropping failed." #: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 -#: mod/profile_photo.php:318 +#: mod/profile_photo.php:311 #, php-format msgid "Image size reduction [%s] failed." msgstr "Image size reduction [%s] failed." @@ -3121,1034 +2892,64 @@ msgstr "Shift-reload the page or clear browser cache if the new photo does not d msgid "Unable to process image" msgstr "Unable to process image" -#: mod/profile_photo.php:251 +#: mod/profile_photo.php:244 msgid "Upload File:" msgstr "Upload File:" -#: mod/profile_photo.php:252 +#: mod/profile_photo.php:245 msgid "Select a profile:" msgstr "Select a profile:" -#: mod/profile_photo.php:257 +#: mod/profile_photo.php:250 msgid "or" msgstr "or" -#: mod/profile_photo.php:258 +#: mod/profile_photo.php:251 msgid "skip this step" msgstr "skip this step" -#: mod/profile_photo.php:258 +#: mod/profile_photo.php:251 msgid "select a photo from your photo albums" msgstr "select a photo from your photo albums" -#: mod/profile_photo.php:271 +#: mod/profile_photo.php:264 msgid "Crop Image" msgstr "Crop Image" -#: mod/profile_photo.php:272 +#: mod/profile_photo.php:265 msgid "Please adjust the image cropping for optimum viewing." msgstr "Please adjust the image cropping for optimum viewing." -#: mod/profile_photo.php:274 +#: mod/profile_photo.php:267 msgid "Done Editing" msgstr "Done editing" -#: mod/profile_photo.php:308 +#: mod/profile_photo.php:301 msgid "Image uploaded successfully." msgstr "Image uploaded successfully." -#: mod/profperm.php:30 -msgid "Permission denied" -msgstr "Permission denied" - -#: mod/profperm.php:36 mod/profperm.php:69 -msgid "Invalid profile identifier." -msgstr "Invalid profile identifier." - -#: mod/profperm.php:115 -msgid "Profile Visibility Editor" -msgstr "Profile Visibility Editor" - -#: mod/profperm.php:119 src/Module/Group.php:321 -msgid "Click on a contact to add or remove." -msgstr "Click on a contact to add or remove it." - -#: mod/profperm.php:128 -msgid "Visible To" -msgstr "Visible to" - -#: mod/profperm.php:144 -msgid "All Contacts (with secure profile access)" -msgstr "All contacts with secure profile access" - -#: mod/regmod.php:53 -msgid "Account approved." -msgstr "Account approved." - -#: mod/regmod.php:77 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registration revoked for %s" - -#: mod/regmod.php:84 -msgid "Please login." -msgstr "Please login." - -#: mod/removeme.php:46 -msgid "User deleted their account" -msgstr "User deleted their account" - -#: mod/removeme.php:47 -msgid "" -"On your Friendica node an user deleted their account. Please ensure that " -"their data is removed from the backups." -msgstr "A user deleted his or her account on your Friendica node. Please ensure these data are removed from the backups." - -#: mod/removeme.php:48 -#, php-format -msgid "The user id is %d" -msgstr "The user id is %d" - -#: mod/removeme.php:84 mod/removeme.php:87 -msgid "Remove My Account" -msgstr "Remove My Account" - -#: mod/removeme.php:85 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "This will completely remove your account. Once this has been done it is not recoverable." - -#: mod/removeme.php:86 -msgid "Please enter your password for verification:" -msgstr "Please enter your password for verification:" - -#: mod/repair_ostatus.php:21 -msgid "Resubscribing to OStatus contacts" -msgstr "Resubscribing to OStatus contacts" - -#: mod/repair_ostatus.php:37 -msgid "Error" -msgstr "Error" - -#: mod/search.php:101 +#: mod/search.php:92 msgid "Only logged in users are permitted to perform a search." msgstr "Only logged in users are permitted to perform a search." -#: mod/search.php:123 +#: mod/search.php:114 msgid "Only one search per minute is permitted for not logged in users." msgstr "Only one search per minute is permitted for not-logged-in users." -#: mod/search.php:143 src/Content/Nav.php:197 src/Content/Text/HTML.php:900 +#: mod/search.php:134 src/Content/Text/HTML.php:893 src/Content/Nav.php:200 msgid "Search" msgstr "Search" -#: mod/search.php:229 +#: mod/search.php:228 #, php-format msgid "Items tagged with: %s" msgstr "Items tagged with: %s" -#: mod/search.php:231 src/Module/Contact.php:819 +#: mod/search.php:230 src/Module/Contact.php:794 #, php-format msgid "Results for: %s" msgstr "Results for: %s" -#: mod/settings.php:63 src/Module/BaseSettingsModule.php:24 -msgid "Account" -msgstr "Account" - -#: mod/settings.php:71 src/Module/BaseSettingsModule.php:31 -#: src/Module/Settings/TwoFactor/Index.php:83 -#: src/Module/TwoFactor/Verify.php:60 -msgid "Two-factor authentication" -msgstr "Two-factor authentication" - -#: mod/settings.php:78 src/Content/Nav.php:265 src/Model/Profile.php:394 -#: src/Module/BaseSettingsModule.php:38 -msgid "Profiles" -msgstr "Profiles" - -#: mod/settings.php:86 src/Module/BaseAdminModule.php:84 -#: src/Module/BaseSettingsModule.php:46 -msgid "Additional features" -msgstr "Additional features" - -#: mod/settings.php:94 src/Module/BaseSettingsModule.php:54 -msgid "Display" -msgstr "Display" - -#: mod/settings.php:101 mod/settings.php:839 -#: src/Module/BaseSettingsModule.php:61 -msgid "Social Networks" -msgstr "Social networks" - -#: mod/settings.php:108 src/Module/Admin/Addons/Details.php:100 -#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseAdminModule.php:82 -#: src/Module/BaseSettingsModule.php:68 -msgid "Addons" -msgstr "Addons" - -#: mod/settings.php:115 src/Content/Nav.php:260 -#: src/Module/BaseSettingsModule.php:75 -msgid "Delegations" -msgstr "Delegations" - -#: mod/settings.php:122 src/Module/BaseSettingsModule.php:82 -msgid "Connected apps" -msgstr "Connected apps" - -#: mod/settings.php:129 mod/uexport.php:52 -#: src/Module/BaseSettingsModule.php:89 -msgid "Export personal data" -msgstr "Export personal data" - -#: mod/settings.php:136 src/Module/BaseSettingsModule.php:96 -msgid "Remove account" -msgstr "Remove account" - -#: mod/settings.php:188 -msgid "Missing some important data!" -msgstr "Missing some important data!" - -#: mod/settings.php:190 mod/settings.php:700 src/Module/Contact.php:826 -msgid "Update" -msgstr "Update" - -#: mod/settings.php:299 -msgid "Failed to connect with email account using the settings provided." -msgstr "Failed to connect with email account using the settings provided." - -#: mod/settings.php:304 -msgid "Email settings updated." -msgstr "Email settings updated." - -#: mod/settings.php:320 -msgid "Features updated" -msgstr "Features updated" - -#: mod/settings.php:393 -msgid "Relocate message has been send to your contacts" -msgstr "Relocate message has been sent to your contacts" - -#: mod/settings.php:405 -msgid "Passwords do not match." -msgstr "Passwords do not match." - -#: mod/settings.php:413 src/Console/NewPassword.php:80 -msgid "Password update failed. Please try again." -msgstr "Password update failed. Please try again." - -#: mod/settings.php:416 src/Console/NewPassword.php:83 -msgid "Password changed." -msgstr "Password changed." - -#: mod/settings.php:419 -msgid "Password unchanged." -msgstr "Password unchanged." - -#: mod/settings.php:500 -msgid " Please use a shorter name." -msgstr " Please use a shorter name." - -#: mod/settings.php:503 -msgid " Name too short." -msgstr " Name too short." - -#: mod/settings.php:510 src/Module/Settings/TwoFactor/Index.php:66 -msgid "Wrong Password" -msgstr "Wrong password" - -#: mod/settings.php:515 -msgid "Invalid email." -msgstr "Invalid email." - -#: mod/settings.php:521 -msgid "Cannot change to that email." -msgstr "Cannot change to that email." - -#: mod/settings.php:571 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Private forum has no privacy permissions. Using default privacy group." - -#: mod/settings.php:574 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Private forum has no privacy permissions and no default privacy group." - -#: mod/settings.php:614 -msgid "Settings updated." -msgstr "Settings updated." - -#: mod/settings.php:673 mod/settings.php:699 mod/settings.php:733 -msgid "Add application" -msgstr "Add application" - -#: mod/settings.php:677 mod/settings.php:703 -msgid "Consumer Key" -msgstr "Consumer key" - -#: mod/settings.php:678 mod/settings.php:704 -msgid "Consumer Secret" -msgstr "Consumer secret" - -#: mod/settings.php:679 mod/settings.php:705 -msgid "Redirect" -msgstr "Redirect" - -#: mod/settings.php:680 mod/settings.php:706 -msgid "Icon url" -msgstr "Icon URL" - -#: mod/settings.php:691 -msgid "You can't edit this application." -msgstr "You cannot edit this application." - -#: mod/settings.php:732 -msgid "Connected Apps" -msgstr "Connected Apps" - -#: mod/settings.php:734 src/Object/Post.php:167 src/Object/Post.php:169 -msgid "Edit" -msgstr "Edit" - -#: mod/settings.php:736 -msgid "Client key starts with" -msgstr "Client key starts with" - -#: mod/settings.php:737 -msgid "No name" -msgstr "No name" - -#: mod/settings.php:738 -msgid "Remove authorization" -msgstr "Remove authorization" - -#: mod/settings.php:749 -msgid "No Addon settings configured" -msgstr "No addon settings configured" - -#: mod/settings.php:758 -msgid "Addon Settings" -msgstr "Addon Settings" - -#: mod/settings.php:772 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "Off" -msgstr "Off" - -#: mod/settings.php:772 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "On" -msgstr "On" - -#: mod/settings.php:779 -msgid "Additional Features" -msgstr "Additional Features" - -#: mod/settings.php:802 src/Content/ContactSelector.php:87 -msgid "Diaspora" -msgstr "diaspora*" - -#: mod/settings.php:802 mod/settings.php:803 -msgid "enabled" -msgstr "enabled" - -#: mod/settings.php:802 mod/settings.php:803 -msgid "disabled" -msgstr "disabled" - -#: mod/settings.php:802 mod/settings.php:803 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Built-in support for %s connectivity is %s" - -#: mod/settings.php:803 -msgid "GNU Social (OStatus)" -msgstr "GNU Social (OStatus)" - -#: mod/settings.php:834 -msgid "Email access is disabled on this site." -msgstr "Email access is disabled on this site." - -#: mod/settings.php:844 -msgid "General Social Media Settings" -msgstr "General Social Media Settings" - -#: mod/settings.php:845 -msgid "Disable Content Warning" -msgstr "Disable content warning" - -#: mod/settings.php:845 -msgid "" -"Users on networks like Mastodon or Pleroma are able to set a content warning" -" field which collapse their post by default. This disables the automatic " -"collapsing and sets the content warning as the post title. Doesn't affect " -"any other content filtering you eventually set up." -msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up." - -#: mod/settings.php:846 -msgid "Disable intelligent shortening" -msgstr "Disable intelligent shortening" - -#: mod/settings.php:846 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If this option is enabled then every shortened post will always point to the" -" original friendica post." -msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post." - -#: mod/settings.php:847 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners" - -#: mod/settings.php:847 -msgid "" -"If you receive a message from an unknown OStatus user, this option decides " -"what to do. If it is checked, a new contact will be created for every " -"unknown user." -msgstr "Create a new contact for every unknown OStatus user from whom you receive a message." - -#: mod/settings.php:848 -msgid "Default group for OStatus contacts" -msgstr "Default group for OStatus contacts" - -#: mod/settings.php:849 -msgid "Your legacy GNU Social account" -msgstr "Your legacy GNU Social account" - -#: mod/settings.php:849 -msgid "" -"If you enter your old GNU Social/Statusnet account name here (in the format " -"user@domain.tld), your contacts will be added automatically. The field will " -"be emptied when done." -msgstr "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done." - -#: mod/settings.php:852 -msgid "Repair OStatus subscriptions" -msgstr "Repair OStatus subscriptions" - -#: mod/settings.php:856 -msgid "Email/Mailbox Setup" -msgstr "Email/Mailbox setup" - -#: mod/settings.php:857 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts." - -#: mod/settings.php:858 -msgid "Last successful email check:" -msgstr "Last successful email check:" - -#: mod/settings.php:860 -msgid "IMAP server name:" -msgstr "IMAP server name:" - -#: mod/settings.php:861 -msgid "IMAP port:" -msgstr "IMAP port:" - -#: mod/settings.php:862 -msgid "Security:" -msgstr "Security:" - -#: mod/settings.php:862 mod/settings.php:867 -msgid "None" -msgstr "None" - -#: mod/settings.php:863 -msgid "Email login name:" -msgstr "Email login name:" - -#: mod/settings.php:864 -msgid "Email password:" -msgstr "Email password:" - -#: mod/settings.php:865 -msgid "Reply-to address:" -msgstr "Reply-to address:" - -#: mod/settings.php:866 -msgid "Send public posts to all email contacts:" -msgstr "Send public posts to all email contacts:" - -#: mod/settings.php:867 -msgid "Action after import:" -msgstr "Action after import:" - -#: mod/settings.php:867 src/Content/Nav.php:248 -msgid "Mark as seen" -msgstr "Mark as seen" - -#: mod/settings.php:867 -msgid "Move to folder" -msgstr "Move to folder" - -#: mod/settings.php:868 -msgid "Move to folder:" -msgstr "Move to folder:" - -#: mod/settings.php:892 src/Module/Admin/Site.php:435 -msgid "No special theme for mobile devices" -msgstr "No special theme for mobile devices" - -#: mod/settings.php:900 -#, php-format -msgid "%s - (Unsupported)" -msgstr "%s - (Unsupported)" - -#: mod/settings.php:902 src/Module/Admin/Site.php:452 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s - (Experimental)" - -#: mod/settings.php:930 src/Core/L10n.php:371 src/Model/Event.php:395 -msgid "Sunday" -msgstr "Sunday" - -#: mod/settings.php:930 src/Core/L10n.php:371 src/Model/Event.php:396 -msgid "Monday" -msgstr "Monday" - -#: mod/settings.php:946 -msgid "Display Settings" -msgstr "Display Settings" - -#: mod/settings.php:952 -msgid "Display Theme:" -msgstr "Display theme:" - -#: mod/settings.php:953 -msgid "Mobile Theme:" -msgstr "Mobile theme:" - -#: mod/settings.php:954 -msgid "Suppress warning of insecure networks" -msgstr "Suppress warning of insecure networks" - -#: mod/settings.php:954 -msgid "" -"Should the system suppress the warning that the current group contains " -"members of networks that can't receive non public postings." -msgstr "Suppresses warnings if groups contain members whose networks cannot receive non-public postings." - -#: mod/settings.php:955 -msgid "Update browser every xx seconds" -msgstr "Update browser every so many seconds:" - -#: mod/settings.php:955 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "Minimum 10 seconds; to disable -1." - -#: mod/settings.php:956 -msgid "Number of items to display per page:" -msgstr "Number of items displayed per page:" - -#: mod/settings.php:956 mod/settings.php:957 -msgid "Maximum of 100 items" -msgstr "Maximum of 100 items" - -#: mod/settings.php:957 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "Number of items displayed per page on mobile devices:" - -#: mod/settings.php:958 -msgid "Don't show emoticons" -msgstr "Don't show emoticons" - -#: mod/settings.php:959 -msgid "Calendar" -msgstr "Calendar" - -#: mod/settings.php:960 -msgid "Beginning of week:" -msgstr "Week begins: " - -#: mod/settings.php:961 -msgid "Don't show notices" -msgstr "Don't show notices" - -#: mod/settings.php:962 -msgid "Infinite scroll" -msgstr "Infinite scroll" - -#: mod/settings.php:963 -msgid "Automatic updates only at the top of the network page" -msgstr "Automatically updates only top of the network page" - -#: mod/settings.php:963 -msgid "" -"When disabled, the network page is updated all the time, which could be " -"confusing while reading." -msgstr "When disabled, the network page is updated all the time, which could be confusing while reading." - -#: mod/settings.php:964 -msgid "Bandwidth Saver Mode" -msgstr "Bandwidth saver mode" - -#: mod/settings.php:964 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload." - -#: mod/settings.php:965 -msgid "Smart Threading" -msgstr "Smart Threading" - -#: mod/settings.php:965 -msgid "" -"When enabled, suppress extraneous thread indentation while keeping it where " -"it matters. Only works if threading is available and enabled." -msgstr "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled." - -#: mod/settings.php:967 -msgid "General Theme Settings" -msgstr "Themes" - -#: mod/settings.php:968 -msgid "Custom Theme Settings" -msgstr "Theme customization" - -#: mod/settings.php:969 -msgid "Content Settings" -msgstr "Content/Layout" - -#: mod/settings.php:970 view/theme/duepuntozero/config.php:73 -#: view/theme/frio/config.php:122 view/theme/quattro/config.php:75 -#: view/theme/vier/config.php:121 -msgid "Theme settings" -msgstr "Theme settings" - -#: mod/settings.php:984 -msgid "Unable to find your profile. Please contact your admin." -msgstr "Unable to find your profile. Please contact your admin." - -#: mod/settings.php:1023 -msgid "Account Types" -msgstr "Account types:" - -#: mod/settings.php:1024 -msgid "Personal Page Subtypes" -msgstr "Personal Page subtypes" - -#: mod/settings.php:1025 -msgid "Community Forum Subtypes" -msgstr "Community forum subtypes" - -#: mod/settings.php:1032 src/Module/Admin/Users.php:229 -msgid "Personal Page" -msgstr "Personal Page" - -#: mod/settings.php:1033 -msgid "Account for a personal profile." -msgstr "Account for a personal profile." - -#: mod/settings.php:1036 src/Module/Admin/Users.php:230 -msgid "Organisation Page" -msgstr "Organization Page" - -#: mod/settings.php:1037 -msgid "" -"Account for an organisation that automatically approves contact requests as " -"\"Followers\"." -msgstr "Account for an organization that automatically approves contact requests as \"Followers\"." - -#: mod/settings.php:1040 src/Module/Admin/Users.php:231 -msgid "News Page" -msgstr "News Page" - -#: mod/settings.php:1041 -msgid "" -"Account for a news reflector that automatically approves contact requests as" -" \"Followers\"." -msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"." - -#: mod/settings.php:1044 src/Module/Admin/Users.php:232 -msgid "Community Forum" -msgstr "Community Forum" - -#: mod/settings.php:1045 -msgid "Account for community discussions." -msgstr "Account for community discussions." - -#: mod/settings.php:1048 src/Module/Admin/Users.php:222 -msgid "Normal Account Page" -msgstr "Standard" - -#: mod/settings.php:1049 -msgid "" -"Account for a regular personal profile that requires manual approval of " -"\"Friends\" and \"Followers\"." -msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"." - -#: mod/settings.php:1052 src/Module/Admin/Users.php:223 -msgid "Soapbox Page" -msgstr "Soapbox" - -#: mod/settings.php:1053 -msgid "" -"Account for a public profile that automatically approves contact requests as" -" \"Followers\"." -msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"." - -#: mod/settings.php:1056 src/Module/Admin/Users.php:224 -msgid "Public Forum" -msgstr "Public forum" - -#: mod/settings.php:1057 -msgid "Automatically approves all contact requests." -msgstr "Automatically approves all contact requests." - -#: mod/settings.php:1060 src/Module/Admin/Users.php:225 -msgid "Automatic Friend Page" -msgstr "Love-all" - -#: mod/settings.php:1061 -msgid "" -"Account for a popular profile that automatically approves contact requests " -"as \"Friends\"." -msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"." - -#: mod/settings.php:1064 -msgid "Private Forum [Experimental]" -msgstr "Private forum [Experimental]" - -#: mod/settings.php:1065 -msgid "Requires manual approval of contact requests." -msgstr "Requires manual approval of contact requests." - -#: mod/settings.php:1076 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1076 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Optional) Allow this OpenID to login to this account." - -#: mod/settings.php:1084 -msgid "Publish your default profile in your local site directory?" -msgstr "Publish default profile in local site directory?" - -#: mod/settings.php:1084 -#, php-format -msgid "" -"Your profile will be published in this node's local " -"directory. Your profile details may be publicly visible depending on the" -" system settings." -msgstr "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings." - -#: mod/settings.php:1090 -msgid "Publish your default profile in the global social directory?" -msgstr "Publish default profile in global directory?" - -#: mod/settings.php:1090 -#, php-format -msgid "" -"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." -msgstr "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible." - -#: mod/settings.php:1097 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Hide my contact list from others?" - -#: mod/settings.php:1097 -msgid "" -"Your contact list won't be shown in your default profile page. You can " -"decide to show your contact list separately for each additional profile you " -"create" -msgstr "Your contact list won't be shown in your default profile page. You can decide to display your contact list separately for each additional profile you create" - -#: mod/settings.php:1101 -msgid "Hide your profile details from anonymous viewers?" -msgstr "Hide your profile details from anonymous viewers?" - -#: mod/settings.php:1101 -msgid "" -"Anonymous visitors will only see your profile picture, your display name and" -" the nickname you are using on your profile page. Your public posts and " -"replies will still be accessible by other means." -msgstr "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means." - -#: mod/settings.php:1105 -msgid "Allow friends to post to your profile page?" -msgstr "Allow friends to post to my wall?" - -#: mod/settings.php:1105 -msgid "" -"Your contacts may write posts on your profile wall. These posts will be " -"distributed to your contacts" -msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts" - -#: mod/settings.php:1109 -msgid "Allow friends to tag your posts?" -msgstr "Allow friends to tag my post?" - -#: mod/settings.php:1109 -msgid "Your contacts can add additional tags to your posts." -msgstr "Your contacts can add additional tags to your posts." - -#: mod/settings.php:1113 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Allow us to suggest you as a potential friend to new members?" - -#: mod/settings.php:1113 -msgid "" -"If you like, Friendica may suggest new members to add you as a contact." -msgstr "If you like, Friendica may suggest new members to add you as a contact." - -#: mod/settings.php:1117 -msgid "Permit unknown people to send you private mail?" -msgstr "Allow unknown people to send me private messages?" - -#: mod/settings.php:1117 -msgid "" -"Friendica network users may send you private messages even if they are not " -"in your contact list." -msgstr "Friendica network users may send you private messages even if they are not in your contact list." - -#: mod/settings.php:1121 -msgid "Profile is not published." -msgstr "Profile is not published." - -#: mod/settings.php:1127 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "My identity address: '%s' or '%s'" - -#: mod/settings.php:1134 -msgid "Automatically expire posts after this many days:" -msgstr "Automatically expire posts after this many days:" - -#: mod/settings.php:1134 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Posts will not expire if empty; expired posts will be deleted" - -#: mod/settings.php:1135 -msgid "Advanced expiration settings" -msgstr "Advanced expiration settings" - -#: mod/settings.php:1136 -msgid "Advanced Expiration" -msgstr "Advanced expiration" - -#: mod/settings.php:1137 -msgid "Expire posts:" -msgstr "Expire posts:" - -#: mod/settings.php:1138 -msgid "Expire personal notes:" -msgstr "Expire personal notes:" - -#: mod/settings.php:1139 -msgid "Expire starred posts:" -msgstr "Expire starred posts:" - -#: mod/settings.php:1140 -msgid "Expire photos:" -msgstr "Expire photos:" - -#: mod/settings.php:1141 -msgid "Only expire posts by others:" -msgstr "Only expire posts by others:" - -#: mod/settings.php:1171 -msgid "Account Settings" -msgstr "Account Settings" - -#: mod/settings.php:1179 -msgid "Password Settings" -msgstr "Password change" - -#: mod/settings.php:1180 src/Module/Register.php:130 -msgid "New Password:" -msgstr "New password:" - -#: mod/settings.php:1180 -msgid "" -"Allowed characters are a-z, A-Z, 0-9 and special characters except white " -"spaces, accentuated letters and colon (:)." -msgstr "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)." - -#: mod/settings.php:1181 src/Module/Register.php:131 -msgid "Confirm:" -msgstr "Confirm new password:" - -#: mod/settings.php:1181 -msgid "Leave password fields blank unless changing" -msgstr "Leave password fields blank unless changing" - -#: mod/settings.php:1182 -msgid "Current Password:" -msgstr "Current password:" - -#: mod/settings.php:1182 mod/settings.php:1183 -msgid "Your current password to confirm the changes" -msgstr "Current password to confirm change" - -#: mod/settings.php:1183 -msgid "Password:" -msgstr "Password:" - -#: mod/settings.php:1187 -msgid "Basic Settings" -msgstr "Basic information" - -#: mod/settings.php:1188 src/Model/Profile.php:745 -msgid "Full Name:" -msgstr "Full name:" - -#: mod/settings.php:1189 -msgid "Email Address:" -msgstr "Email address:" - -#: mod/settings.php:1190 -msgid "Your Timezone:" -msgstr "Time zone:" - -#: mod/settings.php:1191 -msgid "Your Language:" -msgstr "Language:" - -#: mod/settings.php:1191 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "Set the language of your Friendica interface and emails sent to you." - -#: mod/settings.php:1192 -msgid "Default Post Location:" -msgstr "Posting location:" - -#: mod/settings.php:1193 -msgid "Use Browser Location:" -msgstr "Use browser location:" - -#: mod/settings.php:1196 -msgid "Security and Privacy Settings" -msgstr "Security and privacy" - -#: mod/settings.php:1198 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximum friend requests per day:" - -#: mod/settings.php:1198 mod/settings.php:1227 -msgid "(to prevent spam abuse)" -msgstr "May prevent spam and abusive registrations" - -#: mod/settings.php:1199 -msgid "Default Post Permissions" -msgstr "Default post permissions" - -#: mod/settings.php:1200 -msgid "(click to open/close)" -msgstr "(reveal/hide)" - -#: mod/settings.php:1210 -msgid "Default Private Post" -msgstr "Default private post" - -#: mod/settings.php:1211 -msgid "Default Public Post" -msgstr "Default public post" - -#: mod/settings.php:1215 -msgid "Default Permissions for New Posts" -msgstr "Default permissions for new posts" - -#: mod/settings.php:1227 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum private messages per day from unknown people:" - -#: mod/settings.php:1230 -msgid "Notification Settings" -msgstr "Notification" - -#: mod/settings.php:1231 -msgid "Send a notification email when:" -msgstr "Send notification email when:" - -#: mod/settings.php:1232 -msgid "You receive an introduction" -msgstr "Receiving an introduction" - -#: mod/settings.php:1233 -msgid "Your introductions are confirmed" -msgstr "My introductions are confirmed" - -#: mod/settings.php:1234 -msgid "Someone writes on your profile wall" -msgstr "Someone writes on my wall" - -#: mod/settings.php:1235 -msgid "Someone writes a followup comment" -msgstr "A follow up comment is posted" - -#: mod/settings.php:1236 -msgid "You receive a private message" -msgstr "receiving a private message" - -#: mod/settings.php:1237 -msgid "You receive a friend suggestion" -msgstr "Receiving a friend suggestion" - -#: mod/settings.php:1238 -msgid "You are tagged in a post" -msgstr "Tagged in a post" - -#: mod/settings.php:1239 -msgid "You are poked/prodded/etc. in a post" -msgstr "Poked in a post" - -#: mod/settings.php:1241 -msgid "Activate desktop notifications" -msgstr "Activate desktop notifications" - -#: mod/settings.php:1241 -msgid "Show desktop popup on new notifications" -msgstr "Show desktop pop-up on new notifications" - -#: mod/settings.php:1243 -msgid "Text-only notification emails" -msgstr "Text-only notification emails" - -#: mod/settings.php:1245 -msgid "Send text only notification emails, without the html part" -msgstr "Receive text only emails without HTML " - -#: mod/settings.php:1247 -msgid "Show detailled notifications" -msgstr "Show detailled notifications" - -#: mod/settings.php:1249 -msgid "" -"Per default, notifications are condensed to a single notification per item. " -"When enabled every notification is displayed." -msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed." - -#: mod/settings.php:1251 -msgid "Advanced Account/Page Type Settings" -msgstr "Advanced account types" - -#: mod/settings.php:1252 -msgid "Change the behaviour of this account for special situations" -msgstr "Change behavior of this account for special situations" - -#: mod/settings.php:1255 -msgid "Relocate" -msgstr "Recent relocation" - -#: mod/settings.php:1256 -msgid "" -"If you have moved this profile from another server, and some of your " -"contacts don't receive your updates, try pushing this button." -msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:" - -#: mod/settings.php:1257 -msgid "Resend relocate message to contacts" -msgstr "Resend relocation message to contacts" - #: mod/subthread.php:104 #, php-format msgid "%1$s is following %2$s's %3$s" @@ -4172,115 +2973,41 @@ msgstr "Do you really want to delete this suggestion?" msgid "Ignore/Hide" msgstr "Ignore/Hide" -#: mod/suggest.php:119 src/Content/Widget.php:66 view/theme/vier/theme.php:204 +#: mod/suggest.php:119 view/theme/vier/theme.php:204 src/Content/Widget.php:69 msgid "Friend Suggestions" msgstr "Friend suggestions" -#: mod/tagrm.php:31 -msgid "Tag(s) removed" -msgstr "Tag(s) removed" - -#: mod/tagrm.php:101 -msgid "Remove Item Tag" -msgstr "Remove Item tag" - -#: mod/tagrm.php:103 -msgid "Select a tag to remove: " -msgstr "Select a tag to remove: " - -#: mod/uexport.php:45 +#: mod/uexport.php:52 msgid "Export account" msgstr "Export account" -#: mod/uexport.php:45 +#: mod/uexport.php:52 msgid "" "Export your account info and contacts. Use this to make a backup of your " "account and/or to move it to another server." msgstr "Export your account info and contacts. Use this to backup your account or to move it to another server." -#: mod/uexport.php:46 +#: mod/uexport.php:53 msgid "Export all" msgstr "Export all" -#: mod/uexport.php:46 +#: mod/uexport.php:53 msgid "" "Export your accout info, contacts and all your items as json. Could be a " "very big file, and could take a lot of time. Use this to make a full backup " "of your account (photos are not exported)" msgstr "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported." -#: mod/uimport.php:30 -msgid "User imports on closed servers can only be done by an administrator." -msgstr "User imports on closed servers can only be done by an administrator." - -#: mod/uimport.php:39 src/Module/Register.php:59 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow." - -#: mod/uimport.php:54 src/Module/Register.php:141 -msgid "Import" -msgstr "Import profile" - -#: mod/uimport.php:56 -msgid "Move account" -msgstr "Move Existing Friendica Account" - -#: mod/uimport.php:57 -msgid "You can import an account from another Friendica server." -msgstr "You can import an existing Friendica profile to this node." - -#: mod/uimport.php:58 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here." - -#: mod/uimport.php:59 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" -msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora." - -#: mod/uimport.php:60 -msgid "Account file" -msgstr "Account file:" - -#: mod/uimport.php:60 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"" - -#: mod/unfollow.php:36 mod/unfollow.php:92 -msgid "You aren't following this contact." -msgstr "You aren't following this contact." - -#: mod/unfollow.php:46 mod/unfollow.php:98 -msgid "Unfollowing is currently not supported by your network." -msgstr "Unfollowing is currently not supported by your network." - -#: mod/unfollow.php:67 -msgid "Contact unfollowed" -msgstr "Contact unfollowed" - -#: mod/unfollow.php:118 src/Module/Contact.php:573 -msgid "Disconnect/Unfollow" -msgstr "Disconnect/Unfollow" - -#: mod/update_community.php:23 mod/update_contact.php:23 -#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36 -#: mod/update_profile.php:34 -msgid "[Embedded content - reload page to view]" -msgstr "[Embedded content - reload page to view]" +#: mod/uexport.php:59 mod/settings.php:131 +#: src/Module/BaseSettingsModule.php:89 +msgid "Export personal data" +msgstr "Export personal data" #: mod/videos.php:123 msgid "No videos selected" msgstr "No videos selected" -#: mod/videos.php:280 src/Model/Item.php:3421 +#: mod/videos.php:280 src/Model/Item.php:3477 msgid "View Video" msgstr "View video" @@ -4292,1072 +3019,1806 @@ msgstr "Recent videos" msgid "Upload New Videos" msgstr "Upload new videos" -#: mod/viewcontacts.php:78 -msgid "No contacts." -msgstr "No contacts." +#: mod/display.php:254 mod/display.php:339 +msgid "The requested item doesn't exist or has been deleted." +msgstr "The requested item doesn't exist or has been deleted." -#: mod/viewcontacts.php:94 src/Module/Contact.php:606 -#: src/Module/Contact.php:1027 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Visit %s's profile [%s]" +#: mod/display.php:417 +msgid "The feed for this item is unavailable." +msgstr "The feed for this item is unavailable." -#: mod/viewcontacts.php:114 src/Content/Nav.php:202 src/Content/Nav.php:268 -#: src/Content/Text/HTML.php:911 src/Model/Profile.php:974 -#: src/Model/Profile.php:977 src/Module/Contact.php:814 -#: src/Module/Contact.php:884 view/theme/frio/theme.php:273 -msgid "Contacts" -msgstr "Contacts" +#: mod/events.php:118 mod/events.php:120 +msgid "Event can not end before it has started." +msgstr "Event cannot end before it has started." -#: mod/wallmessage.php:52 mod/wallmessage.php:115 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Number of daily wall messages for %s exceeded. Message failed." +#: mod/events.php:127 mod/events.php:129 +msgid "Event title and start time are required." +msgstr "Event title and starting time are required." -#: mod/wallmessage.php:63 -msgid "Unable to check your home location." -msgstr "Unable to check your home location." +#: mod/events.php:385 +msgid "Create New Event" +msgstr "Create new event" -#: mod/wallmessage.php:89 mod/wallmessage.php:98 -msgid "No recipient." -msgstr "No recipient." +#: mod/events.php:508 +msgid "Event details" +msgstr "Event details" -#: mod/wallmessage.php:129 +#: mod/events.php:509 +msgid "Starting date and Title are required." +msgstr "Starting date and title are required." + +#: mod/events.php:510 mod/events.php:515 +msgid "Event Starts:" +msgstr "Event starts:" + +#: mod/events.php:523 mod/events.php:548 +msgid "Finish date/time is not known or not relevant" +msgstr "Finish date/time is not known or not relevant" + +#: mod/events.php:525 mod/events.php:530 +msgid "Event Finishes:" +msgstr "Event finishes:" + +#: mod/events.php:536 mod/events.php:549 +msgid "Adjust for viewer timezone" +msgstr "Adjust for viewer's time zone" + +#: mod/events.php:538 +msgid "Description:" +msgstr "Description:" + +#: mod/events.php:540 mod/notifications.php:272 src/Model/Event.php:68 +#: src/Model/Event.php:95 src/Model/Event.php:437 src/Model/Event.php:933 +#: src/Model/Profile.php:447 src/Module/Directory.php:137 +#: src/Module/Contact.php:607 +msgid "Location:" +msgstr "Location:" + +#: mod/events.php:542 mod/events.php:544 +msgid "Title:" +msgstr "Title:" + +#: mod/events.php:545 mod/events.php:546 +msgid "Share this event" +msgstr "Share this event" + +#: mod/events.php:553 src/Model/Profile.php:890 +msgid "Basic" +msgstr "Basic" + +#: mod/events.php:554 src/Model/Profile.php:891 src/Module/Admin/Site.php:573 +#: src/Module/Contact.php:880 +msgid "Advanced" +msgstr "Advanced" + +#: mod/events.php:571 +msgid "Failed to remove event" +msgstr "Failed to remove event" + +#: mod/events.php:573 +msgid "Event removed" +msgstr "Event removed" + +#: mod/item.php:123 +msgid "Unable to locate original post." +msgstr "Unable to locate original post." + +#: mod/item.php:323 +msgid "Empty post discarded." +msgstr "Empty post discarded." + +#: mod/item.php:803 #, php-format msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "This message was sent to you by %s, a member of the Friendica social network." -#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85 -#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116 -#: mod/wall_upload.php:167 mod/wall_upload.php:170 -msgid "Invalid request." -msgstr "Invalid request." - -#: mod/wall_attach.php:103 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" - -#: mod/wall_attach.php:103 -msgid "Or - did you try to upload an empty file?" -msgstr "Or did you try to upload an empty file?" - -#: mod/wall_attach.php:114 +#: mod/item.php:805 #, php-format -msgid "File exceeds size limit of %s" -msgstr "File exceeds size limit of %s" +msgid "You may visit them online at %s" +msgstr "You may visit them online at %s" -#: mod/wall_attach.php:129 -msgid "File upload failed." -msgstr "File upload failed." - -#: mod/wall_upload.php:243 -msgid "Wall Photos" -msgstr "Wall photos" - -#: src/App.php:505 -msgid "Delete this item?" -msgstr "Delete this item?" - -#: src/App.php:547 -msgid "toggle mobile" -msgstr "Toggle mobile" - -#: src/App.php:863 -msgid "No system theme config value set." -msgstr "No system theme configuration value set." - -#: src/App.php:1163 -msgid "You must be logged in to use addons. " -msgstr "You must be logged in to use addons. " - -#: src/BaseModule.php:135 +#: mod/item.php:806 msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours." +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages." -#: src/Console/ArchiveContact.php:65 +#: mod/item.php:810 #, php-format -msgid "Could not find any unarchived contact entry for this URL (%s)" -msgstr "Could not find any unarchived contact entry for this URL (%s)" +msgid "%s posted an update." +msgstr "%s posted an update." -#: src/Console/ArchiveContact.php:68 -msgid "The contact entries have been archived" -msgstr "The contact entries have been archived" +#: mod/notifications.php:40 +msgid "Invalid request identifier." +msgstr "Invalid request identifier." -#: src/Console/GlobalCommunityBlock.php:65 -#: src/Module/Admin/Blocklist/Contact.php:29 +#: mod/notifications.php:96 src/Content/Nav.php:249 +msgid "Notifications" +msgstr "Notifications" + +#: mod/notifications.php:115 +msgid "Network Notifications" +msgstr "Network notifications" + +#: mod/notifications.php:120 +msgid "System Notifications" +msgstr "System notifications" + +#: mod/notifications.php:125 +msgid "Personal Notifications" +msgstr "Personal notifications" + +#: mod/notifications.php:130 +msgid "Home Notifications" +msgstr "Home notifications" + +#: mod/notifications.php:153 +msgid "Show unread" +msgstr "Show unread" + +#: mod/notifications.php:153 +msgid "Show all" +msgstr "Show all" + +#: mod/notifications.php:164 +msgid "Show Ignored Requests" +msgstr "Show ignored requests." + +#: mod/notifications.php:164 +msgid "Hide Ignored Requests" +msgstr "Hide ignored requests" + +#: mod/notifications.php:177 mod/notifications.php:262 +msgid "Notification type:" +msgstr "Notification type:" + +#: mod/notifications.php:180 +msgid "Suggested by:" +msgstr "Suggested by:" + +#: mod/notifications.php:192 mod/notifications.php:279 +#: src/Module/Contact.php:594 +msgid "Hide this contact from others" +msgstr "Hide this contact from others" + +#: mod/notifications.php:194 mod/notifications.php:288 +#: src/Model/Contact.php:1238 src/Module/Admin/Users.php:286 +msgid "Approve" +msgstr "Approve" + +#: mod/notifications.php:214 +msgid "Claims to be known to you: " +msgstr "Says they know me:" + +#: mod/notifications.php:215 +msgid "yes" +msgstr "yes" + +#: mod/notifications.php:215 +msgid "no" +msgstr "no" + +#: mod/notifications.php:216 mod/notifications.php:220 +msgid "Shall your connection be bidirectional or not?" +msgstr "Shall your connection be in both directions or not?" + +#: mod/notifications.php:217 mod/notifications.php:221 #, php-format -msgid "Could not find any contact entry for this URL (%s)" -msgstr "Could not find any contact entry for this URL (%s)" +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "Accepting %s as a friend allows %s to subscribe to your posts. You will also receive updates from them in your news feed." -#: src/Console/GlobalCommunityBlock.php:68 -#: src/Module/Admin/Blocklist/Contact.php:27 -msgid "The contact has been blocked from the node" -msgstr "This contact has been blocked from the node" - -#: src/Console/NewPassword.php:72 -msgid "Enter new password: " -msgstr "Enter new password: " - -#: src/Console/PostUpdate.php:50 +#: mod/notifications.php:218 #, php-format -msgid "Post update version number has been set to %s." -msgstr "Post update version number has been set to %s." - -#: src/Console/PostUpdate.php:58 -msgid "Check for pending update actions." -msgstr "Check for pending update actions." - -#: src/Console/PostUpdate.php:60 -msgid "Done." -msgstr "Done." - -#: src/Console/PostUpdate.php:62 -msgid "Execute pending post updates." -msgstr "Execute pending post updates." - -#: src/Console/PostUpdate.php:68 -msgid "All pending post updates are done." -msgstr "All pending post updates are done." - -#: src/Content/ContactSelector.php:58 -msgid "Frequently" -msgstr "Frequently" - -#: src/Content/ContactSelector.php:59 -msgid "Hourly" -msgstr "Hourly" - -#: src/Content/ContactSelector.php:60 -msgid "Twice daily" -msgstr "Twice daily" - -#: src/Content/ContactSelector.php:61 -msgid "Daily" -msgstr "Daily" - -#: src/Content/ContactSelector.php:62 -msgid "Weekly" -msgstr "Weekly" - -#: src/Content/ContactSelector.php:63 -msgid "Monthly" -msgstr "Monthly" - -#: src/Content/ContactSelector.php:83 -msgid "DFRN" -msgstr "DFRN" - -#: src/Content/ContactSelector.php:84 -msgid "OStatus" -msgstr "OStatus" - -#: src/Content/ContactSelector.php:85 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: src/Content/ContactSelector.php:86 src/Module/Admin/Users.php:272 -#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 -#: src/Module/Admin/Users.php:315 -msgid "Email" -msgstr "Email" - -#: src/Content/ContactSelector.php:88 -msgid "Zot!" -msgstr "Zot!" - -#: src/Content/ContactSelector.php:89 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: src/Content/ContactSelector.php:90 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: src/Content/ContactSelector.php:91 -msgid "MySpace" -msgstr "MySpace" - -#: src/Content/ContactSelector.php:92 -msgid "Google+" -msgstr "Google+" - -#: src/Content/ContactSelector.php:93 -msgid "pump.io" -msgstr "pump.io" - -#: src/Content/ContactSelector.php:94 -msgid "Twitter" -msgstr "Twitter" - -#: src/Content/ContactSelector.php:95 -msgid "Diaspora Connector" -msgstr "diaspora* connector" - -#: src/Content/ContactSelector.php:96 -msgid "GNU Social Connector" -msgstr "GNU Social Connector" - -#: src/Content/ContactSelector.php:97 -msgid "ActivityPub" -msgstr "ActivityPub" - -#: src/Content/ContactSelector.php:98 -msgid "pnut" -msgstr "pnut" - -#: src/Content/ContactSelector.php:153 src/Content/ContactSelector.php:193 -#: src/Content/ContactSelector.php:231 -msgid "No answer" -msgstr "No answer" - -#: src/Content/ContactSelector.php:154 -msgid "Male" -msgstr "Male" - -#: src/Content/ContactSelector.php:155 -msgid "Female" -msgstr "Female" - -#: src/Content/ContactSelector.php:156 -msgid "Currently Male" -msgstr "Currently male" - -#: src/Content/ContactSelector.php:157 -msgid "Currently Female" -msgstr "Currently female" - -#: src/Content/ContactSelector.php:158 -msgid "Mostly Male" -msgstr "Mostly male" - -#: src/Content/ContactSelector.php:159 -msgid "Mostly Female" -msgstr "Mostly female" - -#: src/Content/ContactSelector.php:160 -msgid "Transgender" -msgstr "Transgender" - -#: src/Content/ContactSelector.php:161 -msgid "Intersex" -msgstr "Intersex" - -#: src/Content/ContactSelector.php:162 -msgid "Transsexual" -msgstr "Transsexual" - -#: src/Content/ContactSelector.php:163 -msgid "Hermaphrodite" -msgstr "Hermaphrodite" - -#: src/Content/ContactSelector.php:164 -msgid "Neuter" -msgstr "Neuter" - -#: src/Content/ContactSelector.php:165 -msgid "Non-specific" -msgstr "Non-specific" - -#: src/Content/ContactSelector.php:166 -msgid "Other" -msgstr "Other" - -#: src/Content/ContactSelector.php:194 -msgid "Males" -msgstr "Males" - -#: src/Content/ContactSelector.php:195 -msgid "Females" -msgstr "Females" - -#: src/Content/ContactSelector.php:196 -msgid "Gay" -msgstr "Gay" - -#: src/Content/ContactSelector.php:197 -msgid "Lesbian" -msgstr "Lesbian" - -#: src/Content/ContactSelector.php:198 -msgid "No Preference" -msgstr "No Preference" - -#: src/Content/ContactSelector.php:199 -msgid "Bisexual" -msgstr "Bisexual" - -#: src/Content/ContactSelector.php:200 -msgid "Autosexual" -msgstr "Auto-sexual" - -#: src/Content/ContactSelector.php:201 -msgid "Abstinent" -msgstr "Abstinent" - -#: src/Content/ContactSelector.php:202 -msgid "Virgin" -msgstr "Virgin" - -#: src/Content/ContactSelector.php:203 -msgid "Deviant" -msgstr "Deviant" - -#: src/Content/ContactSelector.php:204 -msgid "Fetish" -msgstr "Fetish" - -#: src/Content/ContactSelector.php:205 -msgid "Oodles" -msgstr "Oodles" - -#: src/Content/ContactSelector.php:206 -msgid "Nonsexual" -msgstr "Asexual" - -#: src/Content/ContactSelector.php:232 -msgid "Single" -msgstr "Single" - -#: src/Content/ContactSelector.php:233 -msgid "Lonely" -msgstr "Lonely" - -#: src/Content/ContactSelector.php:234 -msgid "Available" -msgstr "Available" - -#: src/Content/ContactSelector.php:235 -msgid "Unavailable" -msgstr "Unavailable" - -#: src/Content/ContactSelector.php:236 -msgid "Has crush" -msgstr "Having a crush" - -#: src/Content/ContactSelector.php:237 -msgid "Infatuated" -msgstr "Infatuated" - -#: src/Content/ContactSelector.php:238 -msgid "Dating" -msgstr "Dating" - -#: src/Content/ContactSelector.php:239 -msgid "Unfaithful" -msgstr "Unfaithful" - -#: src/Content/ContactSelector.php:240 -msgid "Sex Addict" -msgstr "Sex addict" - -#: src/Content/ContactSelector.php:241 src/Model/User.php:729 -msgid "Friends" -msgstr "Friends" - -#: src/Content/ContactSelector.php:242 -msgid "Friends/Benefits" -msgstr "Friends with benefits" - -#: src/Content/ContactSelector.php:243 -msgid "Casual" -msgstr "Casual" - -#: src/Content/ContactSelector.php:244 -msgid "Engaged" -msgstr "Engaged" - -#: src/Content/ContactSelector.php:245 -msgid "Married" -msgstr "Married" - -#: src/Content/ContactSelector.php:246 -msgid "Imaginarily married" -msgstr "Imaginarily married" - -#: src/Content/ContactSelector.php:247 -msgid "Partners" -msgstr "Partners" - -#: src/Content/ContactSelector.php:248 -msgid "Cohabiting" -msgstr "Cohabiting" - -#: src/Content/ContactSelector.php:249 -msgid "Common law" -msgstr "Common law spouse" - -#: src/Content/ContactSelector.php:250 -msgid "Happy" -msgstr "Happy" - -#: src/Content/ContactSelector.php:251 -msgid "Not looking" -msgstr "Not looking" - -#: src/Content/ContactSelector.php:252 -msgid "Swinger" -msgstr "Swinger" - -#: src/Content/ContactSelector.php:253 -msgid "Betrayed" -msgstr "Betrayed" - -#: src/Content/ContactSelector.php:254 -msgid "Separated" -msgstr "Separated" - -#: src/Content/ContactSelector.php:255 -msgid "Unstable" -msgstr "Unstable" - -#: src/Content/ContactSelector.php:256 -msgid "Divorced" -msgstr "Divorced" - -#: src/Content/ContactSelector.php:257 -msgid "Imaginarily divorced" -msgstr "Imaginarily divorced" - -#: src/Content/ContactSelector.php:258 -msgid "Widowed" -msgstr "Widowed" - -#: src/Content/ContactSelector.php:259 -msgid "Uncertain" -msgstr "Uncertain" - -#: src/Content/ContactSelector.php:260 -msgid "It's complicated" -msgstr "It's complicated" - -#: src/Content/ContactSelector.php:261 -msgid "Don't care" -msgstr "Don't care" - -#: src/Content/ContactSelector.php:262 -msgid "Ask me" -msgstr "Ask me" - -#: src/Content/Feature.php:82 -msgid "General Features" -msgstr "General" - -#: src/Content/Feature.php:84 -msgid "Multiple Profiles" -msgstr "Multiple profiles" - -#: src/Content/Feature.php:84 -msgid "Ability to create multiple profiles" -msgstr "Ability to create multiple profiles" - -#: src/Content/Feature.php:85 -msgid "Photo Location" -msgstr "Photo location" - -#: src/Content/Feature.php:85 msgid "" -"Photo metadata is normally stripped. This extracts the location (if present)" -" prior to stripping metadata and links it to a map." -msgstr "Photo metadata is normally removed. This saves the geo tag (if present) and links it to a map prior to removing other metadata." +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed." -#: src/Content/Feature.php:86 -msgid "Export Public Calendar" -msgstr "Export public calendar" - -#: src/Content/Feature.php:86 -msgid "Ability for visitors to download the public calendar" -msgstr "Ability for visitors to download the public calendar" - -#: src/Content/Feature.php:91 -msgid "Post Composition Features" -msgstr "Post composition" - -#: src/Content/Feature.php:92 -msgid "Auto-mention Forums" -msgstr "Auto-mention forums" - -#: src/Content/Feature.php:92 +#: mod/notifications.php:222 +#, php-format msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window." +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed." -#: src/Content/Feature.php:93 -msgid "Explicit Mentions" -msgstr "Explicit Mentions" +#: mod/notifications.php:233 +msgid "Friend" +msgstr "Friend" -#: src/Content/Feature.php:93 +#: mod/notifications.php:234 +msgid "Sharer" +msgstr "Sharer" + +#: mod/notifications.php:234 +msgid "Subscriber" +msgstr "Subscriber" + +#: mod/notifications.php:274 src/Model/Profile.php:453 +#: src/Model/Profile.php:832 src/Module/Directory.php:145 +#: src/Module/Contact.php:611 +msgid "About:" +msgstr "About:" + +#: mod/notifications.php:278 src/Model/Profile.php:450 +#: src/Model/Profile.php:771 src/Module/Directory.php:142 +msgid "Gender:" +msgstr "Gender:" + +#: mod/notifications.php:285 src/Model/Profile.php:558 +#: src/Module/Contact.php:295 +msgid "Network:" +msgstr "Network:" + +#: mod/notifications.php:299 +msgid "No introductions." +msgstr "No introductions." + +#: mod/notifications.php:333 +#, php-format +msgid "No more %s notifications." +msgstr "No more %s notifications." + +#: mod/openid.php:30 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID protocol error. No ID returned." + +#: mod/openid.php:60 msgid "" -"Add explicit mentions to comment box for manual control over who gets " -"mentioned in replies." -msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies." +"Account not found and OpenID registration is not permitted on this site." +msgstr "Account not found and OpenID registration is not permitted on this site." -#: src/Content/Feature.php:98 -msgid "Network Sidebar" -msgstr "Network sidebar" +#: mod/openid.php:108 src/Module/Login.php:88 src/Module/Login.php:139 +msgid "Login failed." +msgstr "Login failed." -#: src/Content/Feature.php:99 -msgid "Ability to select posts by date ranges" -msgstr "Ability to select posts by date ranges" +#: mod/settings.php:65 src/Module/BaseSettingsModule.php:24 +msgid "Account" +msgstr "Account" -#: src/Content/Feature.php:100 -msgid "Protocol Filter" -msgstr "Protocol filter" +#: mod/settings.php:73 src/Module/BaseSettingsModule.php:31 +#: src/Module/Settings/TwoFactor/Index.php:89 +#: src/Module/TwoFactor/Verify.php:62 +msgid "Two-factor authentication" +msgstr "Two-factor authentication" -#: src/Content/Feature.php:100 -msgid "Enable widget to display Network posts only from selected protocols" -msgstr "Enable widget to display Network posts only from selected protocols" +#: mod/settings.php:80 src/Content/Nav.php:268 src/Model/Profile.php:402 +#: src/Module/BaseSettingsModule.php:38 +msgid "Profiles" +msgstr "Profiles" -#: src/Content/Feature.php:105 -msgid "Network Tabs" -msgstr "Network tabs" +#: mod/settings.php:88 src/Module/BaseAdminModule.php:84 +#: src/Module/BaseSettingsModule.php:46 +msgid "Additional features" +msgstr "Additional features" -#: src/Content/Feature.php:106 -msgid "Network New Tab" -msgstr "Network new tab" +#: mod/settings.php:96 src/Module/BaseSettingsModule.php:54 +msgid "Display" +msgstr "Display" -#: src/Content/Feature.php:106 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "Enable tab to display only new network posts (last 12 hours)" +#: mod/settings.php:103 mod/settings.php:843 +#: src/Module/BaseSettingsModule.php:61 +msgid "Social Networks" +msgstr "Social networks" -#: src/Content/Feature.php:107 -msgid "Network Shared Links Tab" -msgstr "Network shared links tab" +#: mod/settings.php:110 src/Module/Admin/Addons/Details.php:100 +#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseAdminModule.php:82 +#: src/Module/BaseSettingsModule.php:68 +msgid "Addons" +msgstr "Addons" -#: src/Content/Feature.php:107 -msgid "Enable tab to display only Network posts with links in them" -msgstr "Enable tab to display only network posts with links in them" +#: mod/settings.php:117 src/Content/Nav.php:263 +#: src/Module/BaseSettingsModule.php:75 +msgid "Delegations" +msgstr "Delegations" -#: src/Content/Feature.php:112 -msgid "Post/Comment Tools" -msgstr "Post/Comment tools" +#: mod/settings.php:124 src/Module/BaseSettingsModule.php:82 +msgid "Connected apps" +msgstr "Connected apps" -#: src/Content/Feature.php:113 -msgid "Post Categories" -msgstr "Post categories" +#: mod/settings.php:138 src/Module/BaseSettingsModule.php:96 +msgid "Remove account" +msgstr "Remove account" -#: src/Content/Feature.php:113 -msgid "Add categories to your posts" -msgstr "Add categories to your posts" +#: mod/settings.php:147 view/theme/frio/theme.php:277 src/Content/Nav.php:265 +#: src/Module/Admin/Addons/Details.php:102 +#: src/Module/Admin/Themes/Details.php:107 +#: src/Module/BaseSettingsModule.php:105 src/Module/Welcome.php:33 +msgid "Settings" +msgstr "Settings" -#: src/Content/Feature.php:118 -msgid "Advanced Profile Settings" -msgstr "Advanced profiles" +#: mod/settings.php:190 +msgid "Missing some important data!" +msgstr "Missing some important data!" -#: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "List forums" +#: mod/settings.php:192 mod/settings.php:703 src/Module/Contact.php:801 +msgid "Update" +msgstr "Update" -#: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Show visitors of public community forums at the advanced profile page" +#: mod/settings.php:302 +msgid "Failed to connect with email account using the settings provided." +msgstr "Failed to connect with email account using the settings provided." -#: src/Content/Feature.php:120 -msgid "Tag Cloud" -msgstr "Tag cloud" +#: mod/settings.php:307 +msgid "Email settings updated." +msgstr "Email settings updated." -#: src/Content/Feature.php:120 -msgid "Provide a personal tag cloud on your profile page" -msgstr "Provide a personal tag cloud on your profile page" +#: mod/settings.php:323 +msgid "Features updated" +msgstr "Features updated" -#: src/Content/Feature.php:121 -msgid "Display Membership Date" -msgstr "Display membership date" +#: mod/settings.php:384 +msgid "The theme you chose isn't available." +msgstr "" -#: src/Content/Feature.php:121 -msgid "Display membership date in profile" -msgstr "Display membership date in profile" +#: mod/settings.php:396 +msgid "Relocate message has been send to your contacts" +msgstr "Relocate message has been sent to your contacts" -#: src/Content/ForumManager.php:130 src/Content/Nav.php:206 -#: src/Content/Text/HTML.php:914 view/theme/vier/theme.php:250 -msgid "Forums" -msgstr "Forums" +#: mod/settings.php:408 +msgid "Passwords do not match." +msgstr "Passwords do not match." -#: src/Content/ForumManager.php:132 view/theme/vier/theme.php:252 -msgid "External link to forum" -msgstr "External link to forum" +#: mod/settings.php:416 src/Console/NewPassword.php:101 +msgid "Password update failed. Please try again." +msgstr "Password update failed. Please try again." -#: src/Content/Nav.php:73 -msgid "Nothing new here" -msgstr "Nothing new here" +#: mod/settings.php:419 src/Console/NewPassword.php:104 +msgid "Password changed." +msgstr "Password changed." -#: src/Content/Nav.php:77 -msgid "Clear notifications" -msgstr "Clear notifications" +#: mod/settings.php:422 +msgid "Password unchanged." +msgstr "Password unchanged." -#: src/Content/Nav.php:78 src/Content/Text/HTML.php:903 -msgid "@name, !forum, #tags, content" -msgstr "@name, !forum, #tags, content" +#: mod/settings.php:503 +msgid " Please use a shorter name." +msgstr " Please use a shorter name." -#: src/Content/Nav.php:152 src/Module/Login.php:324 -#: view/theme/frio/theme.php:259 -msgid "Logout" -msgstr "Logout" +#: mod/settings.php:506 +msgid " Name too short." +msgstr " Name too short." -#: src/Content/Nav.php:152 view/theme/frio/theme.php:259 -msgid "End this session" -msgstr "End this session" +#: mod/settings.php:513 src/Module/Settings/TwoFactor/Index.php:72 +msgid "Wrong Password" +msgstr "Wrong password" -#: src/Content/Nav.php:155 src/Model/Profile.php:895 -#: src/Module/Contact.php:655 src/Module/Contact.php:856 -#: src/Module/Settings/TwoFactor/Index.php:85 view/theme/frio/theme.php:262 +#: mod/settings.php:518 +msgid "Invalid email." +msgstr "Invalid email." + +#: mod/settings.php:524 +msgid "Cannot change to that email." +msgstr "Cannot change to that email." + +#: mod/settings.php:574 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Private forum has no privacy permissions. Using default privacy group." + +#: mod/settings.php:577 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Private forum has no privacy permissions and no default privacy group." + +#: mod/settings.php:617 +msgid "Settings updated." +msgstr "Settings updated." + +#: mod/settings.php:676 mod/settings.php:702 mod/settings.php:736 +msgid "Add application" +msgstr "Add application" + +#: mod/settings.php:680 mod/settings.php:706 +msgid "Consumer Key" +msgstr "Consumer key" + +#: mod/settings.php:681 mod/settings.php:707 +msgid "Consumer Secret" +msgstr "Consumer secret" + +#: mod/settings.php:682 mod/settings.php:708 +msgid "Redirect" +msgstr "Redirect" + +#: mod/settings.php:683 mod/settings.php:709 +msgid "Icon url" +msgstr "Icon URL" + +#: mod/settings.php:694 +msgid "You can't edit this application." +msgstr "You cannot edit this application." + +#: mod/settings.php:735 +msgid "Connected Apps" +msgstr "Connected Apps" + +#: mod/settings.php:737 src/Object/Post.php:168 src/Object/Post.php:170 +msgid "Edit" +msgstr "Edit" + +#: mod/settings.php:739 +msgid "Client key starts with" +msgstr "Client key starts with" + +#: mod/settings.php:740 +msgid "No name" +msgstr "No name" + +#: mod/settings.php:741 +msgid "Remove authorization" +msgstr "Remove authorization" + +#: mod/settings.php:752 +msgid "No Addon settings configured" +msgstr "No addon settings configured" + +#: mod/settings.php:761 +msgid "Addon Settings" +msgstr "Addon Settings" + +#: mod/settings.php:775 src/Module/Admin/Features.php:58 +#: src/Module/Admin/Features.php:59 +msgid "Off" +msgstr "Off" + +#: mod/settings.php:775 src/Module/Admin/Features.php:58 +#: src/Module/Admin/Features.php:59 +msgid "On" +msgstr "On" + +#: mod/settings.php:782 +msgid "Additional Features" +msgstr "Additional Features" + +#: mod/settings.php:806 src/Content/ContactSelector.php:120 +msgid "Diaspora" +msgstr "diaspora*" + +#: mod/settings.php:806 mod/settings.php:807 +msgid "enabled" +msgstr "enabled" + +#: mod/settings.php:806 mod/settings.php:807 +msgid "disabled" +msgstr "disabled" + +#: mod/settings.php:806 mod/settings.php:807 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Built-in support for %s connectivity is %s" + +#: mod/settings.php:807 +msgid "GNU Social (OStatus)" +msgstr "GNU Social (OStatus)" + +#: mod/settings.php:838 +msgid "Email access is disabled on this site." +msgstr "Email access is disabled on this site." + +#: mod/settings.php:848 +msgid "General Social Media Settings" +msgstr "General Social Media Settings" + +#: mod/settings.php:849 +msgid "Accept only top level posts by contacts you follow" +msgstr "Accept only top-level posts by contacts you follow" + +#: mod/settings.php:849 +msgid "" +"The system does an auto completion of threads when a comment arrives. This " +"has got the side effect that you can receive posts that had been started by " +"a non-follower but had been commented by someone you follow. This setting " +"deactivates this behaviour. When activated, you strictly only will receive " +"posts from people you really do follow." +msgstr "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behavior. When activated, you will only receive posts from people you really do follow." + +#: mod/settings.php:850 +msgid "Disable Content Warning" +msgstr "Disable content warning" + +#: mod/settings.php:850 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up." + +#: mod/settings.php:851 +msgid "Disable intelligent shortening" +msgstr "Disable intelligent shortening" + +#: mod/settings.php:851 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post." + +#: mod/settings.php:852 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners" + +#: mod/settings.php:852 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "Create a new contact for every unknown OStatus user from whom you receive a message." + +#: mod/settings.php:853 +msgid "Default group for OStatus contacts" +msgstr "Default group for OStatus contacts" + +#: mod/settings.php:854 +msgid "Your legacy GNU Social account" +msgstr "Your legacy GNU Social account" + +#: mod/settings.php:854 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done." + +#: mod/settings.php:857 +msgid "Repair OStatus subscriptions" +msgstr "Repair OStatus subscriptions" + +#: mod/settings.php:861 +msgid "Email/Mailbox Setup" +msgstr "Email/Mailbox setup" + +#: mod/settings.php:862 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts." + +#: mod/settings.php:863 +msgid "Last successful email check:" +msgstr "Last successful email check:" + +#: mod/settings.php:865 +msgid "IMAP server name:" +msgstr "IMAP server name:" + +#: mod/settings.php:866 +msgid "IMAP port:" +msgstr "IMAP port:" + +#: mod/settings.php:867 +msgid "Security:" +msgstr "Security:" + +#: mod/settings.php:867 mod/settings.php:872 +msgid "None" +msgstr "None" + +#: mod/settings.php:868 +msgid "Email login name:" +msgstr "Email login name:" + +#: mod/settings.php:869 +msgid "Email password:" +msgstr "Email password:" + +#: mod/settings.php:870 +msgid "Reply-to address:" +msgstr "Reply-to address:" + +#: mod/settings.php:871 +msgid "Send public posts to all email contacts:" +msgstr "Send public posts to all email contacts:" + +#: mod/settings.php:872 +msgid "Action after import:" +msgstr "Action after import:" + +#: mod/settings.php:872 src/Content/Nav.php:251 +msgid "Mark as seen" +msgstr "Mark as seen" + +#: mod/settings.php:872 +msgid "Move to folder" +msgstr "Move to folder" + +#: mod/settings.php:873 +msgid "Move to folder:" +msgstr "Move to folder:" + +#: mod/settings.php:897 src/Module/Admin/Site.php:433 +msgid "No special theme for mobile devices" +msgstr "No special theme for mobile devices" + +#: mod/settings.php:905 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s - (Unsupported)" + +#: mod/settings.php:907 src/Module/Admin/Site.php:450 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (Experimental)" + +#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:395 +msgid "Sunday" +msgstr "Sunday" + +#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:396 +msgid "Monday" +msgstr "Monday" + +#: mod/settings.php:951 +msgid "Display Settings" +msgstr "Display Settings" + +#: mod/settings.php:957 +msgid "Display Theme:" +msgstr "Display theme:" + +#: mod/settings.php:958 +msgid "Mobile Theme:" +msgstr "Mobile theme:" + +#: mod/settings.php:959 +msgid "Suppress warning of insecure networks" +msgstr "Suppress warning of insecure networks" + +#: mod/settings.php:959 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "Suppresses warnings if groups contain members whose networks cannot receive non-public postings." + +#: mod/settings.php:960 +msgid "Update browser every xx seconds" +msgstr "Update browser every so many seconds:" + +#: mod/settings.php:960 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "Minimum 10 seconds; to disable -1." + +#: mod/settings.php:961 +msgid "Number of items to display per page:" +msgstr "Number of items displayed per page:" + +#: mod/settings.php:961 mod/settings.php:962 +msgid "Maximum of 100 items" +msgstr "Maximum of 100 items" + +#: mod/settings.php:962 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Number of items displayed per page on mobile devices:" + +#: mod/settings.php:963 +msgid "Don't show emoticons" +msgstr "Don't show emoticons" + +#: mod/settings.php:964 +msgid "Calendar" +msgstr "Calendar" + +#: mod/settings.php:965 +msgid "Beginning of week:" +msgstr "Week begins: " + +#: mod/settings.php:966 +msgid "Don't show notices" +msgstr "Don't show notices" + +#: mod/settings.php:967 +msgid "Infinite scroll" +msgstr "Infinite scroll" + +#: mod/settings.php:968 +msgid "Automatic updates only at the top of the network page" +msgstr "Automatically updates only top of the network page" + +#: mod/settings.php:968 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "When disabled, the network page is updated all the time, which could be confusing while reading." + +#: mod/settings.php:969 +msgid "Bandwidth Saver Mode" +msgstr "Bandwidth saver mode" + +#: mod/settings.php:969 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload." + +#: mod/settings.php:970 +msgid "Smart Threading" +msgstr "Smart Threading" + +#: mod/settings.php:970 +msgid "" +"When enabled, suppress extraneous thread indentation while keeping it where " +"it matters. Only works if threading is available and enabled." +msgstr "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled." + +#: mod/settings.php:972 +msgid "General Theme Settings" +msgstr "Themes" + +#: mod/settings.php:973 +msgid "Custom Theme Settings" +msgstr "Theme customization" + +#: mod/settings.php:974 +msgid "Content Settings" +msgstr "Content/Layout" + +#: mod/settings.php:975 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75 +#: view/theme/vier/config.php:121 +msgid "Theme settings" +msgstr "Theme settings" + +#: mod/settings.php:989 +msgid "Unable to find your profile. Please contact your admin." +msgstr "Unable to find your profile. Please contact your admin." + +#: mod/settings.php:1028 +msgid "Account Types" +msgstr "Account types:" + +#: mod/settings.php:1029 +msgid "Personal Page Subtypes" +msgstr "Personal Page subtypes" + +#: mod/settings.php:1030 +msgid "Community Forum Subtypes" +msgstr "Community forum subtypes" + +#: mod/settings.php:1037 src/Module/Admin/Users.php:229 +msgid "Personal Page" +msgstr "Personal Page" + +#: mod/settings.php:1038 +msgid "Account for a personal profile." +msgstr "Account for a personal profile." + +#: mod/settings.php:1041 src/Module/Admin/Users.php:230 +msgid "Organisation Page" +msgstr "Organization Page" + +#: mod/settings.php:1042 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "Account for an organization that automatically approves contact requests as \"Followers\"." + +#: mod/settings.php:1045 src/Module/Admin/Users.php:231 +msgid "News Page" +msgstr "News Page" + +#: mod/settings.php:1046 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"." + +#: mod/settings.php:1049 src/Module/Admin/Users.php:232 +msgid "Community Forum" +msgstr "Community Forum" + +#: mod/settings.php:1050 +msgid "Account for community discussions." +msgstr "Account for community discussions." + +#: mod/settings.php:1053 src/Module/Admin/Users.php:222 +msgid "Normal Account Page" +msgstr "Standard" + +#: mod/settings.php:1054 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"." + +#: mod/settings.php:1057 src/Module/Admin/Users.php:223 +msgid "Soapbox Page" +msgstr "Soapbox" + +#: mod/settings.php:1058 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"." + +#: mod/settings.php:1061 src/Module/Admin/Users.php:224 +msgid "Public Forum" +msgstr "Public forum" + +#: mod/settings.php:1062 +msgid "Automatically approves all contact requests." +msgstr "Automatically approves all contact requests." + +#: mod/settings.php:1065 src/Module/Admin/Users.php:225 +msgid "Automatic Friend Page" +msgstr "Love-all" + +#: mod/settings.php:1066 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"." + +#: mod/settings.php:1069 +msgid "Private Forum [Experimental]" +msgstr "Private forum [Experimental]" + +#: mod/settings.php:1070 +msgid "Requires manual approval of contact requests." +msgstr "Requires manual approval of contact requests." + +#: mod/settings.php:1081 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1081 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Optional) Allow this OpenID to login to this account." + +#: mod/settings.php:1089 +msgid "Publish your default profile in your local site directory?" +msgstr "Publish default profile in local site directory?" + +#: mod/settings.php:1089 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings." + +#: mod/settings.php:1095 +msgid "Publish your default profile in the global social directory?" +msgstr "Publish default profile in global directory?" + +#: mod/settings.php:1095 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible." + +#: mod/settings.php:1095 +msgid "" +"This setting also determines whether Friendica will inform search engines " +"that your profile should be indexed or not. Third-party search engines may " +"or may not respect this setting." +msgstr "" + +#: mod/settings.php:1102 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Hide my contact list from others?" + +#: mod/settings.php:1102 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "Your contact list won't be shown in your default profile page. You can decide to display your contact list separately for each additional profile you create" + +#: mod/settings.php:1106 +msgid "Hide your profile details from anonymous viewers?" +msgstr "Hide your profile details from anonymous viewers?" + +#: mod/settings.php:1106 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Your public posts and " +"replies will still be accessible by other means." +msgstr "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means." + +#: mod/settings.php:1110 +msgid "Allow friends to post to your profile page?" +msgstr "Allow friends to post to my wall?" + +#: mod/settings.php:1110 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts" + +#: mod/settings.php:1114 +msgid "Allow friends to tag your posts?" +msgstr "Allow friends to tag my post?" + +#: mod/settings.php:1114 +msgid "Your contacts can add additional tags to your posts." +msgstr "Your contacts can add additional tags to your posts." + +#: mod/settings.php:1118 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Allow us to suggest you as a potential friend to new members?" + +#: mod/settings.php:1118 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "If you like, Friendica may suggest new members to add you as a contact." + +#: mod/settings.php:1122 +msgid "Permit unknown people to send you private mail?" +msgstr "Allow unknown people to send me private messages?" + +#: mod/settings.php:1122 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Friendica network users may send you private messages even if they are not in your contact list." + +#: mod/settings.php:1126 +msgid "Profile is not published." +msgstr "Profile is not published." + +#: mod/settings.php:1132 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "My identity address: '%s' or '%s'" + +#: mod/settings.php:1139 +msgid "Automatically expire posts after this many days:" +msgstr "Automatically expire posts after this many days:" + +#: mod/settings.php:1139 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Posts will not expire if empty; expired posts will be deleted" + +#: mod/settings.php:1140 +msgid "Advanced expiration settings" +msgstr "Advanced expiration settings" + +#: mod/settings.php:1141 +msgid "Advanced Expiration" +msgstr "Advanced expiration" + +#: mod/settings.php:1142 +msgid "Expire posts:" +msgstr "Expire posts:" + +#: mod/settings.php:1143 +msgid "Expire personal notes:" +msgstr "Expire personal notes:" + +#: mod/settings.php:1144 +msgid "Expire starred posts:" +msgstr "Expire starred posts:" + +#: mod/settings.php:1145 +msgid "Expire photos:" +msgstr "Expire photos:" + +#: mod/settings.php:1146 +msgid "Only expire posts by others:" +msgstr "Only expire posts by others:" + +#: mod/settings.php:1176 +msgid "Account Settings" +msgstr "Account Settings" + +#: mod/settings.php:1184 +msgid "Password Settings" +msgstr "Password change" + +#: mod/settings.php:1185 src/Module/Register.php:130 +msgid "New Password:" +msgstr "New password:" + +#: mod/settings.php:1185 +msgid "" +"Allowed characters are a-z, A-Z, 0-9 and special characters except white " +"spaces, accentuated letters and colon (:)." +msgstr "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)." + +#: mod/settings.php:1186 src/Module/Register.php:131 +msgid "Confirm:" +msgstr "Confirm new password:" + +#: mod/settings.php:1186 +msgid "Leave password fields blank unless changing" +msgstr "Leave password fields blank unless changing" + +#: mod/settings.php:1187 +msgid "Current Password:" +msgstr "Current password:" + +#: mod/settings.php:1187 mod/settings.php:1188 +msgid "Your current password to confirm the changes" +msgstr "Current password to confirm change" + +#: mod/settings.php:1188 +msgid "Password:" +msgstr "Password:" + +#: mod/settings.php:1192 +msgid "Basic Settings" +msgstr "Basic information" + +#: mod/settings.php:1193 src/Model/Profile.php:764 +msgid "Full Name:" +msgstr "Full name:" + +#: mod/settings.php:1194 +msgid "Email Address:" +msgstr "Email address:" + +#: mod/settings.php:1195 +msgid "Your Timezone:" +msgstr "Time zone:" + +#: mod/settings.php:1196 +msgid "Your Language:" +msgstr "Language:" + +#: mod/settings.php:1196 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "Set the language of your Friendica interface and emails sent to you." + +#: mod/settings.php:1197 +msgid "Default Post Location:" +msgstr "Posting location:" + +#: mod/settings.php:1198 +msgid "Use Browser Location:" +msgstr "Use browser location:" + +#: mod/settings.php:1201 +msgid "Security and Privacy Settings" +msgstr "Security and privacy" + +#: mod/settings.php:1203 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximum friend requests per day:" + +#: mod/settings.php:1203 mod/settings.php:1232 +msgid "(to prevent spam abuse)" +msgstr "May prevent spam and abusive registrations" + +#: mod/settings.php:1204 +msgid "Default Post Permissions" +msgstr "Default post permissions" + +#: mod/settings.php:1205 +msgid "(click to open/close)" +msgstr "(reveal/hide)" + +#: mod/settings.php:1215 +msgid "Default Private Post" +msgstr "Default private post" + +#: mod/settings.php:1216 +msgid "Default Public Post" +msgstr "Default public post" + +#: mod/settings.php:1220 +msgid "Default Permissions for New Posts" +msgstr "Default permissions for new posts" + +#: mod/settings.php:1232 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum private messages per day from unknown people:" + +#: mod/settings.php:1235 +msgid "Notification Settings" +msgstr "Notification" + +#: mod/settings.php:1236 +msgid "Send a notification email when:" +msgstr "Send notification email when:" + +#: mod/settings.php:1237 +msgid "You receive an introduction" +msgstr "Receiving an introduction" + +#: mod/settings.php:1238 +msgid "Your introductions are confirmed" +msgstr "My introductions are confirmed" + +#: mod/settings.php:1239 +msgid "Someone writes on your profile wall" +msgstr "Someone writes on my wall" + +#: mod/settings.php:1240 +msgid "Someone writes a followup comment" +msgstr "A follow up comment is posted" + +#: mod/settings.php:1241 +msgid "You receive a private message" +msgstr "receiving a private message" + +#: mod/settings.php:1242 +msgid "You receive a friend suggestion" +msgstr "Receiving a friend suggestion" + +#: mod/settings.php:1243 +msgid "You are tagged in a post" +msgstr "Tagged in a post" + +#: mod/settings.php:1244 +msgid "You are poked/prodded/etc. in a post" +msgstr "Poked in a post" + +#: mod/settings.php:1246 +msgid "Activate desktop notifications" +msgstr "Activate desktop notifications" + +#: mod/settings.php:1246 +msgid "Show desktop popup on new notifications" +msgstr "Show desktop pop-up on new notifications" + +#: mod/settings.php:1248 +msgid "Text-only notification emails" +msgstr "Text-only notification emails" + +#: mod/settings.php:1250 +msgid "Send text only notification emails, without the html part" +msgstr "Receive text only emails without HTML " + +#: mod/settings.php:1252 +msgid "Show detailled notifications" +msgstr "Show detailled notifications" + +#: mod/settings.php:1254 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed." + +#: mod/settings.php:1256 +msgid "Advanced Account/Page Type Settings" +msgstr "Advanced account types" + +#: mod/settings.php:1257 +msgid "Change the behaviour of this account for special situations" +msgstr "Change behavior of this account for special situations" + +#: mod/settings.php:1260 +msgid "Relocate" +msgstr "Recent relocation" + +#: mod/settings.php:1261 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:" + +#: mod/settings.php:1262 +msgid "Resend relocate message to contacts" +msgstr "Resend relocation message to contacts" + +#: view/theme/duepuntozero/config.php:55 src/Model/User.php:745 +msgid "default" +msgstr "default" + +#: view/theme/duepuntozero/config.php:56 +msgid "greenzero" +msgstr "greenzero" + +#: view/theme/duepuntozero/config.php:57 +msgid "purplezero" +msgstr "purplezero" + +#: view/theme/duepuntozero/config.php:58 +msgid "easterbunny" +msgstr "easterbunny" + +#: view/theme/duepuntozero/config.php:59 +msgid "darkzero" +msgstr "darkzero" + +#: view/theme/duepuntozero/config.php:60 +msgid "comix" +msgstr "comix" + +#: view/theme/duepuntozero/config.php:61 +msgid "slackr" +msgstr "slackr" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "Variations" + +#: view/theme/frio/php/Image.php:24 +msgid "Top Banner" +msgstr "Top Banner" + +#: view/theme/frio/php/Image.php:24 +msgid "" +"Resize image to the width of the screen and show background color below on " +"long pages." +msgstr "Resize image to the width of the screen and show background color below on long pages." + +#: view/theme/frio/php/Image.php:25 +msgid "Full screen" +msgstr "Full screen" + +#: view/theme/frio/php/Image.php:25 +msgid "" +"Resize image to fill entire screen, clipping either the right or the bottom." +msgstr "Resize image to fill entire screen, clipping either the right or the bottom." + +#: view/theme/frio/php/Image.php:26 +msgid "Single row mosaic" +msgstr "Single row mosaic" + +#: view/theme/frio/php/Image.php:26 +msgid "" +"Resize image to repeat it on a single row, either vertical or horizontal." +msgstr "Resize image to repeat it on a single row, either vertical or horizontal." + +#: view/theme/frio/php/Image.php:27 +msgid "Mosaic" +msgstr "Mosaic" + +#: view/theme/frio/php/Image.php:27 +msgid "Repeat image to fill the screen." +msgstr "Repeat image to fill the screen." + +#: view/theme/frio/config.php:111 +msgid "Custom" +msgstr "Custom" + +#: view/theme/frio/config.php:123 +msgid "Note" +msgstr "Note" + +#: view/theme/frio/config.php:123 +msgid "Check image permissions if all users are allowed to see the image" +msgstr "Check image permissions that everyone is allowed to see the image" + +#: view/theme/frio/config.php:129 +msgid "Select color scheme" +msgstr "Select color scheme" + +#: view/theme/frio/config.php:130 +msgid "Copy or paste schemestring" +msgstr "Copy or paste theme string" + +#: view/theme/frio/config.php:130 +msgid "" +"You can copy this string to share your theme with others. Pasting here " +"applies the schemestring" +msgstr "You can copy this string to share your theme with others. Pasting here applies the theme string" + +#: view/theme/frio/config.php:131 +msgid "Navigation bar background color" +msgstr "Navigation bar background color:" + +#: view/theme/frio/config.php:132 +msgid "Navigation bar icon color " +msgstr "Navigation bar icon color:" + +#: view/theme/frio/config.php:133 +msgid "Link color" +msgstr "Link color:" + +#: view/theme/frio/config.php:134 +msgid "Set the background color" +msgstr "Background color:" + +#: view/theme/frio/config.php:135 +msgid "Content background opacity" +msgstr "Content background opacity" + +#: view/theme/frio/config.php:136 +msgid "Set the background image" +msgstr "Background image:" + +#: view/theme/frio/config.php:137 +msgid "Background image style" +msgstr "Background image style" + +#: view/theme/frio/config.php:139 +msgid "Enable Compose page" +msgstr "" + +#: view/theme/frio/config.php:139 +msgid "" +"This replaces the jot modal window for writing new posts with a link to the new Compose page." +msgstr "" + +#: view/theme/frio/config.php:143 +msgid "Login page background image" +msgstr "Login page background image" + +#: view/theme/frio/config.php:147 +msgid "Login page background color" +msgstr "Login page background color" + +#: view/theme/frio/config.php:147 +msgid "Leave background image and color empty for theme defaults" +msgstr "Leave background image and color empty for theme defaults" + +#: view/theme/frio/theme.php:246 +msgid "Guest" +msgstr "Guest" + +#: view/theme/frio/theme.php:251 +msgid "Visitor" +msgstr "Visitor" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Model/Profile.php:917 src/Module/Settings/TwoFactor/Index.php:91 +#: src/Module/Contact.php:616 src/Module/Contact.php:831 msgid "Status" msgstr "Status" -#: src/Content/Nav.php:155 src/Content/Nav.php:241 -#: view/theme/frio/theme.php:262 +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Content/Nav.php:244 msgid "Your posts and conversations" msgstr "My posts and conversations" -#: src/Content/Nav.php:156 view/theme/frio/theme.php:263 +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 msgid "Your profile page" msgstr "My profile page" -#: src/Content/Nav.php:157 view/theme/frio/theme.php:264 +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 msgid "Your photos" msgstr "My photos" -#: src/Content/Nav.php:158 src/Model/Profile.php:919 src/Model/Profile.php:922 -#: view/theme/frio/theme.php:265 +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +#: src/Model/Profile.php:941 src/Model/Profile.php:944 msgid "Videos" msgstr "Videos" -#: src/Content/Nav.php:158 view/theme/frio/theme.php:265 +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 msgid "Your videos" msgstr "My videos" -#: src/Content/Nav.php:159 view/theme/frio/theme.php:266 +#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 msgid "Your events" msgstr "My events" -#: src/Content/Nav.php:160 -msgid "Personal notes" -msgstr "Personal notes" - -#: src/Content/Nav.php:160 -msgid "Your personal notes" -msgstr "My personal notes" - -#: src/Content/Nav.php:169 src/Module/Bookmarklet.php:25 -#: src/Module/Login.php:325 -msgid "Login" -msgstr "Login" - -#: src/Content/Nav.php:169 -msgid "Sign in" -msgstr "Sign in" - -#: src/Content/Nav.php:179 src/Content/Nav.php:241 -#: src/Core/NotificationsManager.php:165 -msgid "Home" -msgstr "Home" - -#: src/Content/Nav.php:179 -msgid "Home Page" -msgstr "Home page" - -#: src/Content/Nav.php:183 src/Module/Login.php:296 -#: src/Module/Register.php:136 -msgid "Register" -msgstr "Sign up now >>" - -#: src/Content/Nav.php:183 -msgid "Create an account" -msgstr "Create account" - -#: src/Content/Nav.php:189 src/Module/Help.php:50 -#: src/Module/Settings/TwoFactor/Index.php:84 -#: src/Module/Settings/TwoFactor/Recovery.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:117 view/theme/vier/theme.php:294 -msgid "Help" -msgstr "Help" - -#: src/Content/Nav.php:189 -msgid "Help and documentation" -msgstr "Help and documentation" - -#: src/Content/Nav.php:193 -msgid "Apps" -msgstr "Apps" - -#: src/Content/Nav.php:193 -msgid "Addon applications, utilities, games" -msgstr "Addon applications, utilities, games" - -#: src/Content/Nav.php:197 -msgid "Search site content" -msgstr "Search site content" - -#: src/Content/Nav.php:200 src/Content/Text/HTML.php:909 -msgid "Full Text" -msgstr "Full text" - -#: src/Content/Nav.php:201 src/Content/Text/HTML.php:910 -#: src/Content/Widget/TagCloud.php:54 -msgid "Tags" -msgstr "Tags" - -#: src/Content/Nav.php:221 -msgid "Community" -msgstr "Community" - -#: src/Content/Nav.php:221 -msgid "Conversations on this and other servers" -msgstr "Conversations on this and other servers" - -#: src/Content/Nav.php:225 src/Model/Profile.php:934 src/Model/Profile.php:945 -#: view/theme/frio/theme.php:270 -msgid "Events and Calendar" -msgstr "Events and calendar" - -#: src/Content/Nav.php:228 -msgid "Directory" -msgstr "Directory" - -#: src/Content/Nav.php:228 -msgid "People directory" -msgstr "People directory" - -#: src/Content/Nav.php:230 src/Module/BaseAdminModule.php:75 -msgid "Information" -msgstr "Information" - -#: src/Content/Nav.php:230 -msgid "Information about this friendica instance" -msgstr "Information about this Friendica instance" - -#: src/Content/Nav.php:233 src/Module/Admin/Tos.php:43 -#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:144 -#: src/Module/Tos.php:73 -msgid "Terms of Service" -msgstr "Terms of Service" - -#: src/Content/Nav.php:233 -msgid "Terms of Service of this Friendica instance" -msgstr "Terms of Service of this Friendica instance" - -#: src/Content/Nav.php:238 src/Core/NotificationsManager.php:151 -#: view/theme/frio/theme.php:269 +#: view/theme/frio/theme.php:274 src/Core/NotificationsManager.php:151 +#: src/Content/Nav.php:241 msgid "Network" msgstr "Network" -#: src/Content/Nav.php:238 view/theme/frio/theme.php:269 +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 msgid "Conversations from your friends" msgstr "My friends' conversations" -#: src/Content/Nav.php:239 -msgid "Network Reset" -msgstr "Network reset" +#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 +#: src/Model/Profile.php:956 src/Model/Profile.php:967 +msgid "Events and Calendar" +msgstr "Events and calendar" -#: src/Content/Nav.php:239 -msgid "Load Network page with no filters" -msgstr "Load network page without filters" - -#: src/Content/Nav.php:245 src/Core/NotificationsManager.php:172 -msgid "Introductions" -msgstr "Introductions" - -#: src/Content/Nav.php:245 -msgid "Friend Requests" -msgstr "Friend requests" - -#: src/Content/Nav.php:247 -msgid "See all notifications" -msgstr "See all notifications" - -#: src/Content/Nav.php:248 -msgid "Mark all system notifications seen" -msgstr "Mark notifications as seen" - -#: src/Content/Nav.php:251 view/theme/frio/theme.php:271 +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 msgid "Private mail" msgstr "Private messages" -#: src/Content/Nav.php:252 -msgid "Inbox" -msgstr "Inbox" - -#: src/Content/Nav.php:253 -msgid "Outbox" -msgstr "Outbox" - -#: src/Content/Nav.php:257 -msgid "Manage" -msgstr "Manage" - -#: src/Content/Nav.php:257 -msgid "Manage other pages" -msgstr "Manage other pages" - -#: src/Content/Nav.php:262 view/theme/frio/theme.php:272 +#: view/theme/frio/theme.php:277 src/Content/Nav.php:265 msgid "Account settings" msgstr "Account settings" -#: src/Content/Nav.php:265 -msgid "Manage/Edit Profiles" -msgstr "Manage/Edit profiles" +#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:904 +#: src/Content/Nav.php:205 src/Content/Nav.php:271 src/Model/Profile.php:996 +#: src/Model/Profile.php:999 src/Module/Contact.php:774 +#: src/Module/Contact.php:859 +msgid "Contacts" +msgstr "Contacts" -#: src/Content/Nav.php:268 view/theme/frio/theme.php:273 +#: view/theme/frio/theme.php:278 src/Content/Nav.php:271 msgid "Manage/edit friends and contacts" msgstr "Manage/Edit friends and contacts" -#: src/Content/Nav.php:273 src/Module/BaseAdminModule.php:114 -msgid "Admin" -msgstr "Admin" +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "Alignment" -#: src/Content/Nav.php:273 -msgid "Site setup and configuration" -msgstr "Site setup and configuration" +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "Left" -#: src/Content/Nav.php:276 -msgid "Navigation" -msgstr "Navigation" +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "Center" -#: src/Content/Nav.php:276 -msgid "Site map" -msgstr "Site map" +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "Color scheme" -#: src/Content/OEmbed.php:255 -msgid "Embedding disabled" -msgstr "Embedding disabled" +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "Posts font size" -#: src/Content/OEmbed.php:378 -msgid "Embedded content" -msgstr "Embedded content" +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "Text areas font size" -#: src/Content/Pager.php:153 -msgid "newer" -msgstr "Later posts" +#: view/theme/vier/config.php:76 +msgid "Comma separated list of helper forums" +msgstr "Comma-separated list of helper forums" -#: src/Content/Pager.php:158 -msgid "older" -msgstr "Earlier posts" - -#: src/Content/Pager.php:203 -msgid "prev" -msgstr "prev" - -#: src/Content/Pager.php:263 -msgid "last" -msgstr "last" - -#: src/Content/Text/BBCode.php:430 -msgid "view full size" -msgstr "view full size" - -#: src/Content/Text/BBCode.php:864 src/Content/Text/BBCode.php:1591 -#: src/Content/Text/BBCode.php:1592 -msgid "Image/photo" -msgstr "Image/Photo" - -#: src/Content/Text/BBCode.php:972 -#, php-format -msgid "%2$s %3$s" -msgstr "%2$s %3$s" - -#: src/Content/Text/BBCode.php:1518 src/Content/Text/BBCode.php:1540 -msgid "$1 wrote:" -msgstr "$1 wrote:" - -#: src/Content/Text/BBCode.php:1602 src/Content/Text/BBCode.php:1603 -msgid "Encrypted content" -msgstr "Encrypted content" - -#: src/Content/Text/BBCode.php:1710 -msgid "Invalid source protocol" -msgstr "Invalid source protocol" - -#: src/Content/Text/BBCode.php:1721 -msgid "Invalid link protocol" -msgstr "Invalid link protocol" - -#: src/Content/Text/HTML.php:800 -msgid "Loading more entries..." -msgstr "Loading more entries..." - -#: src/Content/Text/HTML.php:801 -msgid "The end" -msgstr "The end" - -#: src/Content/Text/HTML.php:894 -msgid "Follow" -msgstr "Follow" - -#: src/Content/Text/HTML.php:951 src/Model/Item.php:3471 -#: src/Model/Item.php:3482 -msgid "Click to open/close" -msgstr "Reveal/hide" - -#: src/Content/Widget/CalendarExport.php:64 -msgid "Export" -msgstr "Export" - -#: src/Content/Widget/CalendarExport.php:65 -msgid "Export calendar as ical" -msgstr "Export calendar as ical" - -#: src/Content/Widget/CalendarExport.php:66 -msgid "Export calendar as csv" -msgstr "Export calendar as csv" - -#: src/Content/Widget/ContactBlock.php:58 -msgid "No contacts" -msgstr "No contacts" - -#: src/Content/Widget/ContactBlock.php:90 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d contact" -msgstr[1] "%d contacts" - -#: src/Content/Widget/ContactBlock.php:109 -msgid "View Contacts" -msgstr "View contacts" - -#: src/Content/Widget.php:35 -msgid "Add New Contact" -msgstr "Add new contact" - -#: src/Content/Widget.php:36 -msgid "Enter address or web location" -msgstr "Enter address or web location" - -#: src/Content/Widget.php:37 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Example: jo@example.com, http://example.com/jo" - -#: src/Content/Widget.php:55 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d invitation available" -msgstr[1] "%d invitations available" - -#: src/Content/Widget.php:61 view/theme/vier/theme.php:199 -msgid "Find People" -msgstr "Find people" - -#: src/Content/Widget.php:62 view/theme/vier/theme.php:200 -msgid "Enter name or interest" -msgstr "Enter name or interest" - -#: src/Content/Widget.php:64 view/theme/vier/theme.php:202 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Examples: Robert Morgenstein, fishing" - -#: src/Content/Widget.php:65 src/Module/Contact.php:820 -#: src/Module/Directory.php:91 view/theme/vier/theme.php:203 -msgid "Find" -msgstr "Find" - -#: src/Content/Widget.php:67 view/theme/vier/theme.php:205 -msgid "Similar Interests" -msgstr "Similar interests" - -#: src/Content/Widget.php:68 view/theme/vier/theme.php:206 -msgid "Random Profile" -msgstr "Random profile" - -#: src/Content/Widget.php:69 view/theme/vier/theme.php:207 -msgid "Invite Friends" -msgstr "Invite friends" - -#: src/Content/Widget.php:70 src/Module/Directory.php:83 -#: view/theme/vier/theme.php:208 -msgid "Global Directory" -msgstr "Global Directory" - -#: src/Content/Widget.php:72 view/theme/vier/theme.php:210 -msgid "Local Directory" -msgstr "Local directory" - -#: src/Content/Widget.php:158 -msgid "Protocols" -msgstr "Protocols" - -#: src/Content/Widget.php:161 -msgid "All Protocols" -msgstr "All protocols" - -#: src/Content/Widget.php:198 -msgid "Saved Folders" -msgstr "Saved Folders" - -#: src/Content/Widget.php:201 src/Content/Widget.php:243 -msgid "Everything" -msgstr "Everything" - -#: src/Content/Widget.php:240 -msgid "Categories" -msgstr "Categories" - -#: src/Content/Widget.php:324 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d contact in common" -msgstr[1] "%d contacts in common" - -#: src/Core/ACL.php:288 -msgid "Post to Email" -msgstr "Post to email" - -#: src/Core/ACL.php:300 -msgid "Visible to everybody" -msgstr "Visible to everybody" - -#: src/Core/ACL.php:301 view/theme/vier/config.php:116 -msgid "show" -msgstr "show" - -#: src/Core/ACL.php:302 view/theme/vier/config.php:116 +#: view/theme/vier/config.php:116 src/Core/ACL.php:302 msgid "don't show" msgstr "don't show" -#: src/Core/ACL.php:311 -msgid "Connectors" -msgstr "Connectors" +#: view/theme/vier/config.php:116 src/Core/ACL.php:301 +msgid "show" +msgstr "show" -#: src/Core/ACL.php:313 -msgid "Hide your profile details from unknown viewers?" -msgstr "Hide profile details from unknown viewers?" +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "Set style" -#: src/Core/ACL.php:313 +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "Community pages" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151 +msgid "Community Profiles" +msgstr "Community profiles" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "Help or @NewHere ?" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373 +msgid "Connect Services" +msgstr "Connect services" + +#: view/theme/vier/config.php:127 +msgid "Find Friends" +msgstr "Find friends" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "Last users" + +#: view/theme/vier/theme.php:199 src/Content/Widget.php:64 +msgid "Find People" +msgstr "Find people" + +#: view/theme/vier/theme.php:200 src/Content/Widget.php:65 +msgid "Enter name or interest" +msgstr "Enter name or interest" + +#: view/theme/vier/theme.php:202 src/Content/Widget.php:67 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Examples: Robert Morgenstein, fishing" + +#: view/theme/vier/theme.php:203 src/Content/Widget.php:68 +#: src/Module/Directory.php:86 src/Module/Contact.php:795 +msgid "Find" +msgstr "Find" + +#: view/theme/vier/theme.php:205 src/Content/Widget.php:70 +msgid "Similar Interests" +msgstr "Similar interests" + +#: view/theme/vier/theme.php:206 src/Content/Widget.php:71 +msgid "Random Profile" +msgstr "Random profile" + +#: view/theme/vier/theme.php:207 src/Content/Widget.php:72 +msgid "Invite Friends" +msgstr "Invite friends" + +#: view/theme/vier/theme.php:208 src/Content/Widget.php:73 +#: src/Module/Directory.php:78 +msgid "Global Directory" +msgstr "Global Directory" + +#: view/theme/vier/theme.php:210 src/Content/Widget.php:75 +msgid "Local Directory" +msgstr "Local directory" + +#: view/theme/vier/theme.php:250 src/Content/Text/HTML.php:907 +#: src/Content/Nav.php:209 src/Content/ForumManager.php:130 +msgid "Forums" +msgstr "Forums" + +#: view/theme/vier/theme.php:252 src/Content/ForumManager.php:132 +msgid "External link to forum" +msgstr "External link to forum" + +#: view/theme/vier/theme.php:255 src/Content/Widget.php:407 +#: src/Content/Widget.php:507 src/Content/ForumManager.php:135 +msgid "show more" +msgstr "show more" + +#: view/theme/vier/theme.php:288 +msgid "Quick Start" +msgstr "Quick start" + +#: view/theme/vier/theme.php:294 src/Content/Nav.php:192 +#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/AppSpecific.php:99 +#: src/Module/Settings/TwoFactor/Index.php:90 +#: src/Module/Settings/TwoFactor/Recovery.php:77 +#: src/Module/Settings/TwoFactor/Verify.php:117 +msgid "Help" +msgstr "Help" + +#: src/Core/L10n/L10n.php:370 src/Model/Event.php:397 +msgid "Tuesday" +msgstr "Tuesday" + +#: src/Core/L10n/L10n.php:370 src/Model/Event.php:398 +msgid "Wednesday" +msgstr "Wednesday" + +#: src/Core/L10n/L10n.php:370 src/Model/Event.php:399 +msgid "Thursday" +msgstr "Thursday" + +#: src/Core/L10n/L10n.php:370 src/Model/Event.php:400 +msgid "Friday" +msgstr "Friday" + +#: src/Core/L10n/L10n.php:370 src/Model/Event.php:401 +msgid "Saturday" +msgstr "Saturday" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:416 +msgid "January" +msgstr "January" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:417 +msgid "February" +msgstr "February" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:418 +msgid "March" +msgstr "March" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:419 +msgid "April" +msgstr "April" + +#: src/Core/L10n/L10n.php:374 src/Core/L10n/L10n.php:394 +#: src/Model/Event.php:407 +msgid "May" +msgstr "May" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:420 +msgid "June" +msgstr "June" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:421 +msgid "July" +msgstr "July" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:422 +msgid "August" +msgstr "August" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:423 +msgid "September" +msgstr "September" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:424 +msgid "October" +msgstr "October" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:425 +msgid "November" +msgstr "November" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:426 +msgid "December" +msgstr "December" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:388 +msgid "Mon" +msgstr "Mon" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:389 +msgid "Tue" +msgstr "Tue" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:390 +msgid "Wed" +msgstr "Wed" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:391 +msgid "Thu" +msgstr "Thu" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:392 +msgid "Fri" +msgstr "Fri" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:393 +msgid "Sat" +msgstr "Sat" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:387 +msgid "Sun" +msgstr "Sun" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:403 +msgid "Jan" +msgstr "Jan" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:404 +msgid "Feb" +msgstr "Feb" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:405 +msgid "Mar" +msgstr "Mar" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:406 +msgid "Apr" +msgstr "Apr" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:408 +msgid "Jun" +msgstr "Jun" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:409 +msgid "Jul" +msgstr "Jul" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:410 +msgid "Aug" +msgstr "Aug" + +#: src/Core/L10n/L10n.php:394 +msgid "Sep" +msgstr "Sep" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:412 +msgid "Oct" +msgstr "Oct" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:413 +msgid "Nov" +msgstr "Nov" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:414 +msgid "Dec" +msgstr "Dec" + +#: src/Core/L10n/L10n.php:413 +msgid "poke" +msgstr "poke" + +#: src/Core/L10n/L10n.php:413 +msgid "poked" +msgstr "poked" + +#: src/Core/L10n/L10n.php:414 +msgid "ping" +msgstr "ping" + +#: src/Core/L10n/L10n.php:414 +msgid "pinged" +msgstr "pinged" + +#: src/Core/L10n/L10n.php:415 +msgid "prod" +msgstr "prod" + +#: src/Core/L10n/L10n.php:415 +msgid "prodded" +msgstr "prodded" + +#: src/Core/L10n/L10n.php:416 +msgid "slap" +msgstr "slap" + +#: src/Core/L10n/L10n.php:416 +msgid "slapped" +msgstr "slapped" + +#: src/Core/L10n/L10n.php:417 +msgid "finger" +msgstr "finger" + +#: src/Core/L10n/L10n.php:417 +msgid "fingered" +msgstr "fingered" + +#: src/Core/L10n/L10n.php:418 +msgid "rebuff" +msgstr "rebuff" + +#: src/Core/L10n/L10n.php:418 +msgid "rebuffed" +msgstr "rebuffed" + +#: src/Core/Update.php:193 #, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "Connectors are disabled since \"%s\" is enabled." +msgid "Update %s failed. See error logs." +msgstr "Update %s failed. See error logs." -#: src/Core/ACL.php:315 -msgid "Close" -msgstr "Close" +#: src/Core/Update.php:257 +#, php-format +msgid "" +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +msgstr "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." -#: src/Core/Installer.php:164 +#: src/Core/Update.php:263 +#, php-format +msgid "" +"The error message is\n" +"[pre]%s[/pre]" +msgstr "The error message is\n[pre]%s[/pre]" + +#: src/Core/Update.php:269 src/Core/Update.php:308 +msgid "[Friendica Notify] Database update" +msgstr "[Friendica Notify] Database update" + +#: src/Core/Update.php:300 +#, php-format +msgid "" +"\n" +"\t\t\t\t\tThe friendica database was successfully updated from %s to %s." +msgstr "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s." + +#: src/Core/UserImport.php:107 +msgid "Error decoding account file" +msgstr "Error decoding account file" + +#: src/Core/UserImport.php:113 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Error! No version data in file! Is this a Friendica account file?" + +#: src/Core/UserImport.php:121 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "User '%s' already exists on this server!" + +#: src/Core/UserImport.php:157 +msgid "User creation error" +msgstr "User creation error" + +#: src/Core/UserImport.php:175 +msgid "User profile creation error" +msgstr "User profile creation error" + +#: src/Core/UserImport.php:219 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d contact not imported" +msgstr[1] "%d contacts not imported" + +#: src/Core/UserImport.php:284 +msgid "Done. You can now login with your username and password" +msgstr "Done. You can now login with your username and password" + +#: src/Core/Installer.php:162 msgid "" "The database configuration file \"config/local.config.php\" could not be " "written. Please use the enclosed text to create a configuration file in your" " web server root." msgstr "The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." -#: src/Core/Installer.php:183 +#: src/Core/Installer.php:181 msgid "" "You may need to import the file \"database.sql\" manually using phpmyadmin " "or mysql." msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql." -#: src/Core/Installer.php:184 src/Module/Install.php:172 -#: src/Module/Install.php:328 +#: src/Core/Installer.php:182 src/Module/Install.php:173 +#: src/Module/Install.php:329 msgid "Please see the file \"INSTALL.txt\"." msgstr "Please see the file \"INSTALL.txt\"." -#: src/Core/Installer.php:245 +#: src/Core/Installer.php:243 msgid "Could not find a command line version of PHP in the web server PATH." msgstr "Could not find a command line version of PHP in the web server PATH." -#: src/Core/Installer.php:246 +#: src/Core/Installer.php:244 msgid "" "If you don't have a command line version of PHP installed on your server, " "you will not be able to run the background processing. See 'Setup the worker'" msgstr "If your server doesn't have a command line version of PHP installed, you won't be able to run background processing. See 'Setup the worker'" -#: src/Core/Installer.php:251 +#: src/Core/Installer.php:249 msgid "PHP executable path" msgstr "PHP executable path" -#: src/Core/Installer.php:251 +#: src/Core/Installer.php:249 msgid "" "Enter full path to php executable. You can leave this blank to continue the " "installation." msgstr "Enter full path to php executable. You can leave this blank to continue the installation." -#: src/Core/Installer.php:256 +#: src/Core/Installer.php:254 msgid "Command line PHP" msgstr "Command line PHP" -#: src/Core/Installer.php:265 +#: src/Core/Installer.php:263 msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version." -#: src/Core/Installer.php:266 +#: src/Core/Installer.php:264 msgid "Found PHP version: " msgstr "Found PHP version: " -#: src/Core/Installer.php:268 +#: src/Core/Installer.php:266 msgid "PHP cli binary" msgstr "PHP cli binary" -#: src/Core/Installer.php:281 +#: src/Core/Installer.php:279 msgid "" "The command line version of PHP on your system does not have " "\"register_argc_argv\" enabled." msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." -#: src/Core/Installer.php:282 +#: src/Core/Installer.php:280 msgid "This is required for message delivery to work." msgstr "This is required for message delivery to work." -#: src/Core/Installer.php:287 +#: src/Core/Installer.php:285 msgid "PHP register_argc_argv" msgstr "PHP register_argc_argv" -#: src/Core/Installer.php:319 +#: src/Core/Installer.php:317 msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "generate encryption keys" msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" -#: src/Core/Installer.php:320 +#: src/Core/Installer.php:318 msgid "" "If running under Windows, please see " "\"http://www.php.net/manual/en/openssl.installation.php\"." msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"." -#: src/Core/Installer.php:323 +#: src/Core/Installer.php:321 msgid "Generate encryption keys" msgstr "Generate encryption keys" -#: src/Core/Installer.php:375 +#: src/Core/Installer.php:373 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Error: Apache web server mod-rewrite module is required but not installed." -#: src/Core/Installer.php:380 +#: src/Core/Installer.php:378 msgid "Apache mod_rewrite module" msgstr "Apache mod_rewrite module" -#: src/Core/Installer.php:386 +#: src/Core/Installer.php:384 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Error: PDO or MySQLi PHP module required but not installed." -#: src/Core/Installer.php:391 +#: src/Core/Installer.php:389 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Error: MySQL driver for PDO is not installed." -#: src/Core/Installer.php:395 +#: src/Core/Installer.php:393 msgid "PDO or MySQLi PHP module" msgstr "PDO or MySQLi PHP module" -#: src/Core/Installer.php:403 +#: src/Core/Installer.php:401 msgid "Error, XML PHP module required but not installed." msgstr "Error, XML PHP module required but not installed." -#: src/Core/Installer.php:407 +#: src/Core/Installer.php:405 msgid "XML PHP module" msgstr "XML PHP module" -#: src/Core/Installer.php:410 +#: src/Core/Installer.php:408 msgid "libCurl PHP module" msgstr "libCurl PHP module" -#: src/Core/Installer.php:411 +#: src/Core/Installer.php:409 msgid "Error: libCURL PHP module required but not installed." msgstr "Error: libCURL PHP module required but not installed." -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:415 msgid "GD graphics PHP module" msgstr "GD graphics PHP module" -#: src/Core/Installer.php:418 +#: src/Core/Installer.php:416 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Error: GD graphics PHP module with JPEG support required but not installed." -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:422 msgid "OpenSSL PHP module" msgstr "OpenSSL PHP module" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:423 msgid "Error: openssl PHP module required but not installed." msgstr "Error: openssl PHP module required but not installed." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:429 msgid "mb_string PHP module" msgstr "mb_string PHP module" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:430 msgid "Error: mb_string PHP module required but not installed." msgstr "Error: mb_string PHP module required but not installed." -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:436 msgid "iconv PHP module" msgstr "iconv PHP module" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:437 msgid "Error: iconv PHP module required but not installed." msgstr "Error: iconv PHP module required but not installed." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:443 msgid "POSIX PHP module" msgstr "POSIX PHP module" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:444 msgid "Error: POSIX PHP module required but not installed." msgstr "Error: POSIX PHP module required but not installed." -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:450 msgid "JSON PHP module" msgstr "JSON PHP module" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:451 msgid "Error: JSON PHP module required but not installed." msgstr "Error: JSON PHP module is required but not installed." -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:457 msgid "File Information PHP module" msgstr "File Information PHP module" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:458 msgid "Error: File Information PHP module required but not installed." msgstr "Error: File Information PHP module required but not installed." -#: src/Core/Installer.php:483 +#: src/Core/Installer.php:481 msgid "" "The web installer needs to be able to create a file called " "\"local.config.php\" in the \"config\" folder of your web server and it is " "unable to do so." msgstr "The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server, but is unable to do so." -#: src/Core/Installer.php:484 +#: src/Core/Installer.php:482 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 "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can." -#: src/Core/Installer.php:485 +#: src/Core/Installer.php:483 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named local.config.php in your Friendica \"config\" folder." msgstr "At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder." -#: src/Core/Installer.php:486 +#: src/Core/Installer.php:484 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"INSTALL.txt\" for instructions." msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions." -#: src/Core/Installer.php:489 +#: src/Core/Installer.php:487 msgid "config/local.config.php is writable" msgstr "config/local.config.php is writable" -#: src/Core/Installer.php:509 +#: src/Core/Installer.php:507 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." -#: src/Core/Installer.php:510 +#: src/Core/Installer.php:508 msgid "" "In order to store these compiled templates, the web server needs to have " "write access to the directory view/smarty3/ under the Friendica top level " "folder." msgstr "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory." -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:509 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Please ensure the user that your web server runs as (e.g. www-data) has write access to this directory." -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:510 msgid "" "Note: as a security measure, you should give the web server write access to " "view/smarty3/ only--not the template files (.tpl) that it contains." msgstr "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains." -#: src/Core/Installer.php:515 +#: src/Core/Installer.php:513 msgid "view/smarty3 is writable" msgstr "view/smarty3 is writable" -#: src/Core/Installer.php:544 +#: src/Core/Installer.php:542 msgid "" "Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist" " to .htaccess." msgstr "Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess." -#: src/Core/Installer.php:546 +#: src/Core/Installer.php:544 msgid "Error message from Curl when fetching" msgstr "Error message from Curl while fetching" -#: src/Core/Installer.php:551 +#: src/Core/Installer.php:549 msgid "Url rewrite is working" msgstr "URL rewrite is working" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:578 msgid "ImageMagick PHP extension is not installed" msgstr "ImageMagick PHP extension is not installed" -#: src/Core/Installer.php:582 +#: src/Core/Installer.php:580 msgid "ImageMagick PHP extension is installed" msgstr "ImageMagick PHP extension is installed" -#: src/Core/Installer.php:584 tests/src/Core/InstallerTest.php:347 -#: tests/src/Core/InstallerTest.php:373 +#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:372 +#: tests/src/Core/InstallerTest.php:400 msgid "ImageMagick supports GIF" msgstr "ImageMagick supports GIF" +#: src/Core/Installer.php:604 +msgid "Database already in use." +msgstr "Database already in use." + #: src/Core/Installer.php:609 msgid "Could not connect to database." msgstr "Could not connect to database." -#: src/Core/Installer.php:616 -msgid "Database already in use." -msgstr "Database already in use." - -#: src/Core/L10n.php:371 src/Model/Event.php:397 -msgid "Tuesday" -msgstr "Tuesday" - -#: src/Core/L10n.php:371 src/Model/Event.php:398 -msgid "Wednesday" -msgstr "Wednesday" - -#: src/Core/L10n.php:371 src/Model/Event.php:399 -msgid "Thursday" -msgstr "Thursday" - -#: src/Core/L10n.php:371 src/Model/Event.php:400 -msgid "Friday" -msgstr "Friday" - -#: src/Core/L10n.php:371 src/Model/Event.php:401 -msgid "Saturday" -msgstr "Saturday" - -#: src/Core/L10n.php:375 src/Model/Event.php:416 -msgid "January" -msgstr "January" - -#: src/Core/L10n.php:375 src/Model/Event.php:417 -msgid "February" -msgstr "February" - -#: src/Core/L10n.php:375 src/Model/Event.php:418 -msgid "March" -msgstr "March" - -#: src/Core/L10n.php:375 src/Model/Event.php:419 -msgid "April" -msgstr "April" - -#: src/Core/L10n.php:375 src/Core/L10n.php:394 src/Model/Event.php:407 -msgid "May" -msgstr "May" - -#: src/Core/L10n.php:375 src/Model/Event.php:420 -msgid "June" -msgstr "June" - -#: src/Core/L10n.php:375 src/Model/Event.php:421 -msgid "July" -msgstr "July" - -#: src/Core/L10n.php:375 src/Model/Event.php:422 -msgid "August" -msgstr "August" - -#: src/Core/L10n.php:375 src/Model/Event.php:423 -msgid "September" -msgstr "September" - -#: src/Core/L10n.php:375 src/Model/Event.php:424 -msgid "October" -msgstr "October" - -#: src/Core/L10n.php:375 src/Model/Event.php:425 -msgid "November" -msgstr "November" - -#: src/Core/L10n.php:375 src/Model/Event.php:426 -msgid "December" -msgstr "December" - -#: src/Core/L10n.php:390 src/Model/Event.php:388 -msgid "Mon" -msgstr "Mon" - -#: src/Core/L10n.php:390 src/Model/Event.php:389 -msgid "Tue" -msgstr "Tue" - -#: src/Core/L10n.php:390 src/Model/Event.php:390 -msgid "Wed" -msgstr "Wed" - -#: src/Core/L10n.php:390 src/Model/Event.php:391 -msgid "Thu" -msgstr "Thu" - -#: src/Core/L10n.php:390 src/Model/Event.php:392 -msgid "Fri" -msgstr "Fri" - -#: src/Core/L10n.php:390 src/Model/Event.php:393 -msgid "Sat" -msgstr "Sat" - -#: src/Core/L10n.php:390 src/Model/Event.php:387 -msgid "Sun" -msgstr "Sun" - -#: src/Core/L10n.php:394 src/Model/Event.php:403 -msgid "Jan" -msgstr "Jan" - -#: src/Core/L10n.php:394 src/Model/Event.php:404 -msgid "Feb" -msgstr "Feb" - -#: src/Core/L10n.php:394 src/Model/Event.php:405 -msgid "Mar" -msgstr "Mar" - -#: src/Core/L10n.php:394 src/Model/Event.php:406 -msgid "Apr" -msgstr "Apr" - -#: src/Core/L10n.php:394 src/Model/Event.php:409 -msgid "Jul" -msgstr "Jul" - -#: src/Core/L10n.php:394 src/Model/Event.php:410 -msgid "Aug" -msgstr "Aug" - -#: src/Core/L10n.php:394 -msgid "Sep" -msgstr "Sep" - -#: src/Core/L10n.php:394 src/Model/Event.php:412 -msgid "Oct" -msgstr "Oct" - -#: src/Core/L10n.php:394 src/Model/Event.php:413 -msgid "Nov" -msgstr "Nov" - -#: src/Core/L10n.php:394 src/Model/Event.php:414 -msgid "Dec" -msgstr "Dec" - -#: src/Core/L10n.php:413 -msgid "poke" -msgstr "poke" - -#: src/Core/L10n.php:413 -msgid "poked" -msgstr "poked" - -#: src/Core/L10n.php:414 -msgid "ping" -msgstr "ping" - -#: src/Core/L10n.php:414 -msgid "pinged" -msgstr "pinged" - -#: src/Core/L10n.php:415 -msgid "prod" -msgstr "prod" - -#: src/Core/L10n.php:415 -msgid "prodded" -msgstr "prodded" - -#: src/Core/L10n.php:416 -msgid "slap" -msgstr "slap" - -#: src/Core/L10n.php:416 -msgid "slapped" -msgstr "slapped" - -#: src/Core/L10n.php:417 -msgid "finger" -msgstr "finger" - -#: src/Core/L10n.php:417 -msgid "fingered" -msgstr "fingered" - -#: src/Core/L10n.php:418 -msgid "rebuff" -msgstr "rebuff" - -#: src/Core/L10n.php:418 -msgid "rebuffed" -msgstr "rebuffed" - #: src/Core/NotificationsManager.php:144 msgid "System" msgstr "System" +#: src/Core/NotificationsManager.php:165 src/Content/Nav.php:182 +#: src/Content/Nav.php:244 +msgid "Home" +msgstr "Home" + +#: src/Core/NotificationsManager.php:172 src/Content/Nav.php:248 +msgid "Introductions" +msgstr "Introductions" + #: src/Core/NotificationsManager.php:234 src/Core/NotificationsManager.php:246 #, php-format msgid "%s commented on %s's post" @@ -5836,102 +5122,928 @@ msgstr "%s may go to %s's event" msgid "%s is now friends with %s" msgstr "%s is now friends with %s" -#: src/Core/NotificationsManager.php:622 +#: src/Core/NotificationsManager.php:629 msgid "Friend Suggestion" msgstr "Friend suggestion" -#: src/Core/NotificationsManager.php:656 +#: src/Core/NotificationsManager.php:663 msgid "Friend/Connect Request" msgstr "Friend/Contact request" -#: src/Core/NotificationsManager.php:656 +#: src/Core/NotificationsManager.php:663 msgid "New Follower" msgstr "New follower" -#: src/Core/Session.php:194 +#: src/Core/Session.php:186 #, php-format msgid "Welcome %s" msgstr "Welcome %s" -#: src/Core/Session.php:195 +#: src/Core/Session.php:187 msgid "Please upload a profile photo." msgstr "Please upload a profile photo." -#: src/Core/Session.php:198 +#: src/Core/Session.php:190 #, php-format msgid "Welcome back %s" msgstr "Welcome back %s" -#: src/Core/Update.php:193 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "Update %s failed. See error logs." +#: src/Core/ACL.php:288 src/Module/Item/Compose.php:139 +msgid "Post to Email" +msgstr "Post to email" -#: src/Core/Update.php:257 +#: src/Core/ACL.php:300 +msgid "Visible to everybody" +msgstr "Visible to everybody" + +#: src/Core/ACL.php:311 +msgid "Connectors" +msgstr "Connectors" + +#: src/Core/ACL.php:313 +msgid "Hide your profile details from unknown viewers?" +msgstr "Hide profile details from unknown viewers?" + +#: src/Core/ACL.php:313 #, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "Connectors are disabled since \"%s\" is enabled." + +#: src/Core/ACL.php:315 +msgid "Close" +msgstr "Close" + +#: src/Util/Temporal.php:147 src/Model/Profile.php:784 +msgid "Birthday:" +msgstr "Birthday:" + +#: src/Util/Temporal.php:151 +msgid "YYYY-MM-DD or MM-DD" +msgstr "YYYY-MM-DD or MM-DD" + +#: src/Util/Temporal.php:298 +msgid "never" +msgstr "never" + +#: src/Util/Temporal.php:305 +msgid "less than a second ago" +msgstr "less than a second ago" + +#: src/Util/Temporal.php:313 +msgid "year" +msgstr "year" + +#: src/Util/Temporal.php:313 +msgid "years" +msgstr "years" + +#: src/Util/Temporal.php:314 +msgid "months" +msgstr "months" + +#: src/Util/Temporal.php:315 +msgid "weeks" +msgstr "weeks" + +#: src/Util/Temporal.php:316 +msgid "days" +msgstr "days" + +#: src/Util/Temporal.php:317 +msgid "hour" +msgstr "hour" + +#: src/Util/Temporal.php:317 +msgid "hours" +msgstr "hours" + +#: src/Util/Temporal.php:318 +msgid "minute" +msgstr "minute" + +#: src/Util/Temporal.php:318 +msgid "minutes" +msgstr "minutes" + +#: src/Util/Temporal.php:319 +msgid "second" +msgstr "second" + +#: src/Util/Temporal.php:319 +msgid "seconds" +msgstr "seconds" + +#: src/Util/Temporal.php:329 +#, php-format +msgid "in %1$d %2$s" +msgstr "in %1$d %2$s" + +#: src/Util/Temporal.php:332 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s ago" + +#: src/Content/Text/HTML.php:793 +msgid "Loading more entries..." +msgstr "Loading more entries..." + +#: src/Content/Text/HTML.php:794 +msgid "The end" +msgstr "The end" + +#: src/Content/Text/HTML.php:887 src/Model/Profile.php:544 +#: src/Module/Contact.php:297 +msgid "Follow" +msgstr "Follow" + +#: src/Content/Text/HTML.php:896 src/Content/Nav.php:79 +msgid "@name, !forum, #tags, content" +msgstr "@name, !forum, #tags, content" + +#: src/Content/Text/HTML.php:902 src/Content/Nav.php:203 +msgid "Full Text" +msgstr "Full text" + +#: src/Content/Text/HTML.php:903 src/Content/Widget/TagCloud.php:54 +#: src/Content/Nav.php:204 +msgid "Tags" +msgstr "Tags" + +#: src/Content/Text/HTML.php:944 src/Content/Text/BBCode.php:1478 +msgid "Click to open/close" +msgstr "Reveal/hide" + +#: src/Content/Text/BBCode.php:465 +msgid "view full size" +msgstr "view full size" + +#: src/Content/Text/BBCode.php:899 src/Content/Text/BBCode.php:1560 +#: src/Content/Text/BBCode.php:1561 +msgid "Image/photo" +msgstr "Image/Photo" + +#: src/Content/Text/BBCode.php:1017 +#, php-format +msgid "%2$s %3$s" +msgstr "%2$s %3$s" + +#: src/Content/Text/BBCode.php:1509 +msgid "$1 wrote:" +msgstr "$1 wrote:" + +#: src/Content/Text/BBCode.php:1563 src/Content/Text/BBCode.php:1564 +msgid "Encrypted content" +msgstr "Encrypted content" + +#: src/Content/Text/BBCode.php:1788 +msgid "Invalid source protocol" +msgstr "Invalid source protocol" + +#: src/Content/Text/BBCode.php:1803 +msgid "Invalid link protocol" +msgstr "Invalid link protocol" + +#: src/Content/Widget/CalendarExport.php:64 +msgid "Export" +msgstr "Export" + +#: src/Content/Widget/CalendarExport.php:65 +msgid "Export calendar as ical" +msgstr "Export calendar as ical" + +#: src/Content/Widget/CalendarExport.php:66 +msgid "Export calendar as csv" +msgstr "Export calendar as csv" + +#: src/Content/Widget/ContactBlock.php:58 +msgid "No contacts" +msgstr "No contacts" + +#: src/Content/Widget/ContactBlock.php:90 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d contact" +msgstr[1] "%d contacts" + +#: src/Content/Widget/ContactBlock.php:109 +msgid "View Contacts" +msgstr "View contacts" + +#: src/Content/Widget/TrendingTags.php:34 +#, php-format +msgid "Trending Tags (last %d hour)" +msgid_plural "Trending Tags (last %d hours)" +msgstr[0] "" +msgstr[1] "" + +#: src/Content/Widget/TrendingTags.php:35 +msgid "More Trending Tags" +msgstr "" + +#: src/Content/Pager.php:153 +msgid "newer" +msgstr "Later posts" + +#: src/Content/Pager.php:158 +msgid "older" +msgstr "Earlier posts" + +#: src/Content/Pager.php:203 +msgid "prev" +msgstr "prev" + +#: src/Content/Pager.php:263 +msgid "last" +msgstr "last" + +#: src/Content/Feature.php:82 +msgid "General Features" +msgstr "General" + +#: src/Content/Feature.php:84 +msgid "Multiple Profiles" +msgstr "Multiple profiles" + +#: src/Content/Feature.php:84 +msgid "Ability to create multiple profiles" +msgstr "Ability to create multiple profiles" + +#: src/Content/Feature.php:85 +msgid "Photo Location" +msgstr "Photo location" + +#: src/Content/Feature.php:85 msgid "" -"\n" -"\t\t\t\tThe friendica developers released update %s recently,\n" -"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" -"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" -"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." -msgstr "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +"Photo metadata is normally stripped. This extracts the location (if present)" +" prior to stripping metadata and links it to a map." +msgstr "Photo metadata is normally removed. This saves the geo tag (if present) and links it to a map prior to removing other metadata." -#: src/Core/Update.php:263 -#, php-format +#: src/Content/Feature.php:86 +msgid "Export Public Calendar" +msgstr "Export public calendar" + +#: src/Content/Feature.php:86 +msgid "Ability for visitors to download the public calendar" +msgstr "Ability for visitors to download the public calendar" + +#: src/Content/Feature.php:87 +msgid "Trending Tags" +msgstr "" + +#: src/Content/Feature.php:87 msgid "" -"The error message is\n" -"[pre]%s[/pre]" -msgstr "The error message is\n[pre]%s[/pre]" +"Show a community page widget with a list of the most popular tags in recent " +"public posts." +msgstr "" -#: src/Core/Update.php:269 src/Core/Update.php:308 -msgid "[Friendica Notify] Database update" -msgstr "[Friendica Notify] Database update" +#: src/Content/Feature.php:92 +msgid "Post Composition Features" +msgstr "Post composition" -#: src/Core/Update.php:300 -#, php-format +#: src/Content/Feature.php:93 +msgid "Auto-mention Forums" +msgstr "Auto-mention forums" + +#: src/Content/Feature.php:93 msgid "" -"\n" -"\t\t\t\t\tThe friendica database was successfully updated from %s to %s." -msgstr "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s." +"Add/remove mention when a forum page is selected/deselected in ACL window." +msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window." -#: src/Core/UserImport.php:99 -msgid "Error decoding account file" -msgstr "Error decoding account file" +#: src/Content/Feature.php:94 +msgid "Explicit Mentions" +msgstr "Explicit Mentions" -#: src/Core/UserImport.php:105 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "Error! No version data in file! Is this a Friendica account file?" +#: src/Content/Feature.php:94 +msgid "" +"Add explicit mentions to comment box for manual control over who gets " +"mentioned in replies." +msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies." -#: src/Core/UserImport.php:113 +#: src/Content/Feature.php:99 +msgid "Network Sidebar" +msgstr "Network sidebar" + +#: src/Content/Feature.php:100 src/Content/Widget.php:501 +msgid "Archives" +msgstr "Archives" + +#: src/Content/Feature.php:100 +msgid "Ability to select posts by date ranges" +msgstr "Ability to select posts by date ranges" + +#: src/Content/Feature.php:101 +msgid "Protocol Filter" +msgstr "Protocol filter" + +#: src/Content/Feature.php:101 +msgid "Enable widget to display Network posts only from selected protocols" +msgstr "Enable widget to display Network posts only from selected protocols" + +#: src/Content/Feature.php:106 +msgid "Network Tabs" +msgstr "Network tabs" + +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "Network new tab" + +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Enable tab to display only new network posts (last 12 hours)" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "Network shared links tab" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" +msgstr "Enable tab to display only network posts with links in them" + +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "Post/Comment tools" + +#: src/Content/Feature.php:114 +msgid "Post Categories" +msgstr "Post categories" + +#: src/Content/Feature.php:114 +msgid "Add categories to your posts" +msgstr "Add categories to your posts" + +#: src/Content/Feature.php:119 +msgid "Advanced Profile Settings" +msgstr "Advanced profiles" + +#: src/Content/Feature.php:120 +msgid "List Forums" +msgstr "List forums" + +#: src/Content/Feature.php:120 +msgid "Show visitors public community forums at the Advanced Profile Page" +msgstr "Show visitors of public community forums at the advanced profile page" + +#: src/Content/Feature.php:121 +msgid "Tag Cloud" +msgstr "Tag cloud" + +#: src/Content/Feature.php:121 +msgid "Provide a personal tag cloud on your profile page" +msgstr "Provide a personal tag cloud on your profile page" + +#: src/Content/Feature.php:122 +msgid "Display Membership Date" +msgstr "Display membership date" + +#: src/Content/Feature.php:122 +msgid "Display membership date in profile" +msgstr "Display membership date in profile" + +#: src/Content/Nav.php:74 +msgid "Nothing new here" +msgstr "Nothing new here" + +#: src/Content/Nav.php:78 +msgid "Clear notifications" +msgstr "Clear notifications" + +#: src/Content/Nav.php:153 src/Module/Login.php:315 +msgid "Logout" +msgstr "Logout" + +#: src/Content/Nav.php:153 +msgid "End this session" +msgstr "End this session" + +#: src/Content/Nav.php:155 src/Module/Login.php:316 +#: src/Module/Bookmarklet.php:25 +msgid "Login" +msgstr "Login" + +#: src/Content/Nav.php:155 +msgid "Sign in" +msgstr "Sign in" + +#: src/Content/Nav.php:165 +msgid "Personal notes" +msgstr "Personal notes" + +#: src/Content/Nav.php:165 +msgid "Your personal notes" +msgstr "My personal notes" + +#: src/Content/Nav.php:182 +msgid "Home Page" +msgstr "Home page" + +#: src/Content/Nav.php:186 src/Module/Login.php:287 +#: src/Module/Register.php:136 +msgid "Register" +msgstr "Sign up now >>" + +#: src/Content/Nav.php:186 +msgid "Create an account" +msgstr "Create account" + +#: src/Content/Nav.php:192 +msgid "Help and documentation" +msgstr "Help and documentation" + +#: src/Content/Nav.php:196 +msgid "Apps" +msgstr "Apps" + +#: src/Content/Nav.php:196 +msgid "Addon applications, utilities, games" +msgstr "Addon applications, utilities, games" + +#: src/Content/Nav.php:200 +msgid "Search site content" +msgstr "Search site content" + +#: src/Content/Nav.php:224 +msgid "Community" +msgstr "Community" + +#: src/Content/Nav.php:224 +msgid "Conversations on this and other servers" +msgstr "Conversations on this and other servers" + +#: src/Content/Nav.php:231 +msgid "Directory" +msgstr "Directory" + +#: src/Content/Nav.php:231 +msgid "People directory" +msgstr "People directory" + +#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75 +msgid "Information" +msgstr "Information" + +#: src/Content/Nav.php:233 +msgid "Information about this friendica instance" +msgstr "Information about this Friendica instance" + +#: src/Content/Nav.php:236 src/Module/Tos.php:73 src/Module/Admin/Tos.php:43 +#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:144 +msgid "Terms of Service" +msgstr "Terms of Service" + +#: src/Content/Nav.php:236 +msgid "Terms of Service of this Friendica instance" +msgstr "Terms of Service of this Friendica instance" + +#: src/Content/Nav.php:242 +msgid "Network Reset" +msgstr "Network reset" + +#: src/Content/Nav.php:242 +msgid "Load Network page with no filters" +msgstr "Load network page without filters" + +#: src/Content/Nav.php:248 +msgid "Friend Requests" +msgstr "Friend requests" + +#: src/Content/Nav.php:250 +msgid "See all notifications" +msgstr "See all notifications" + +#: src/Content/Nav.php:251 +msgid "Mark all system notifications seen" +msgstr "Mark notifications as seen" + +#: src/Content/Nav.php:255 +msgid "Inbox" +msgstr "Inbox" + +#: src/Content/Nav.php:256 +msgid "Outbox" +msgstr "Outbox" + +#: src/Content/Nav.php:260 +msgid "Manage" +msgstr "Manage" + +#: src/Content/Nav.php:260 +msgid "Manage other pages" +msgstr "Manage other pages" + +#: src/Content/Nav.php:268 +msgid "Manage/Edit Profiles" +msgstr "Manage/Edit profiles" + +#: src/Content/Nav.php:276 src/Module/BaseAdminModule.php:114 +msgid "Admin" +msgstr "Admin" + +#: src/Content/Nav.php:276 +msgid "Site setup and configuration" +msgstr "Site setup and configuration" + +#: src/Content/Nav.php:279 +msgid "Navigation" +msgstr "Navigation" + +#: src/Content/Nav.php:279 +msgid "Site map" +msgstr "Site map" + +#: src/Content/OEmbed.php:254 +msgid "Embedding disabled" +msgstr "Embedding disabled" + +#: src/Content/OEmbed.php:377 +msgid "Embedded content" +msgstr "Embedded content" + +#: src/Content/Widget.php:38 +msgid "Add New Contact" +msgstr "Add new contact" + +#: src/Content/Widget.php:39 +msgid "Enter address or web location" +msgstr "Enter address or web location" + +#: src/Content/Widget.php:40 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Example: jo@example.com, http://example.com/jo" + +#: src/Content/Widget.php:58 #, php-format -msgid "User '%s' already exists on this server!" -msgstr "User '%s' already exists on this server!" +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d invitation available" +msgstr[1] "%d invitations available" -#: src/Core/UserImport.php:149 -msgid "User creation error" -msgstr "User creation error" +#: src/Content/Widget.php:193 src/Module/Profile/Contacts.php:127 +#: src/Module/Contact.php:772 +msgid "Following" +msgstr "" -#: src/Core/UserImport.php:167 -msgid "User profile creation error" -msgstr "User profile creation error" +#: src/Content/Widget.php:194 src/Module/Profile/Contacts.php:128 +#: src/Module/Contact.php:773 +msgid "Mutual friends" +msgstr "" -#: src/Core/UserImport.php:211 +#: src/Content/Widget.php:199 +msgid "Relationships" +msgstr "" + +#: src/Content/Widget.php:201 src/Module/Group.php:287 +#: src/Module/Contact.php:660 +msgid "All Contacts" +msgstr "All contacts" + +#: src/Content/Widget.php:244 +msgid "Protocols" +msgstr "Protocols" + +#: src/Content/Widget.php:246 +msgid "All Protocols" +msgstr "All protocols" + +#: src/Content/Widget.php:279 +msgid "Saved Folders" +msgstr "Saved Folders" + +#: src/Content/Widget.php:281 src/Content/Widget.php:320 +msgid "Everything" +msgstr "Everything" + +#: src/Content/Widget.php:318 +msgid "Categories" +msgstr "Categories" + +#: src/Content/Widget.php:402 #, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d contact not imported" -msgstr[1] "%d contacts not imported" +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d contact in common" +msgstr[1] "%d contacts in common" -#: src/Core/UserImport.php:276 -msgid "Done. You can now login with your username and password" -msgstr "Done. You can now login with your username and password" +#: src/Content/ContactSelector.php:58 +msgid "Frequently" +msgstr "Frequently" -#: src/Database/DBStructure.php:47 +#: src/Content/ContactSelector.php:59 +msgid "Hourly" +msgstr "Hourly" + +#: src/Content/ContactSelector.php:60 +msgid "Twice daily" +msgstr "Twice daily" + +#: src/Content/ContactSelector.php:61 +msgid "Daily" +msgstr "Daily" + +#: src/Content/ContactSelector.php:62 +msgid "Weekly" +msgstr "Weekly" + +#: src/Content/ContactSelector.php:63 +msgid "Monthly" +msgstr "Monthly" + +#: src/Content/ContactSelector.php:116 +msgid "DFRN" +msgstr "DFRN" + +#: src/Content/ContactSelector.php:117 +msgid "OStatus" +msgstr "OStatus" + +#: src/Content/ContactSelector.php:118 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272 +#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 +#: src/Module/Admin/Users.php:315 +msgid "Email" +msgstr "Email" + +#: src/Content/ContactSelector.php:121 +msgid "Zot!" +msgstr "Zot!" + +#: src/Content/ContactSelector.php:122 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:123 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: src/Content/ContactSelector.php:124 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:125 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:126 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:127 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:128 +msgid "Diaspora Connector" +msgstr "diaspora* connector" + +#: src/Content/ContactSelector.php:129 +msgid "GNU Social Connector" +msgstr "GNU Social Connector" + +#: src/Content/ContactSelector.php:130 +msgid "ActivityPub" +msgstr "ActivityPub" + +#: src/Content/ContactSelector.php:131 +msgid "pnut" +msgstr "pnut" + +#: src/Content/ContactSelector.php:229 src/Content/ContactSelector.php:269 +#: src/Content/ContactSelector.php:307 +msgid "No answer" +msgstr "No answer" + +#: src/Content/ContactSelector.php:230 +msgid "Male" +msgstr "Male" + +#: src/Content/ContactSelector.php:231 +msgid "Female" +msgstr "Female" + +#: src/Content/ContactSelector.php:232 +msgid "Currently Male" +msgstr "Currently male" + +#: src/Content/ContactSelector.php:233 +msgid "Currently Female" +msgstr "Currently female" + +#: src/Content/ContactSelector.php:234 +msgid "Mostly Male" +msgstr "Mostly male" + +#: src/Content/ContactSelector.php:235 +msgid "Mostly Female" +msgstr "Mostly female" + +#: src/Content/ContactSelector.php:236 +msgid "Transgender" +msgstr "Transgender" + +#: src/Content/ContactSelector.php:237 +msgid "Intersex" +msgstr "Intersex" + +#: src/Content/ContactSelector.php:238 +msgid "Transsexual" +msgstr "Transsexual" + +#: src/Content/ContactSelector.php:239 +msgid "Hermaphrodite" +msgstr "Hermaphrodite" + +#: src/Content/ContactSelector.php:240 +msgid "Neuter" +msgstr "Neuter" + +#: src/Content/ContactSelector.php:241 +msgid "Non-specific" +msgstr "Non-specific" + +#: src/Content/ContactSelector.php:242 +msgid "Other" +msgstr "Other" + +#: src/Content/ContactSelector.php:270 +msgid "Males" +msgstr "Males" + +#: src/Content/ContactSelector.php:271 +msgid "Females" +msgstr "Females" + +#: src/Content/ContactSelector.php:272 +msgid "Gay" +msgstr "Gay" + +#: src/Content/ContactSelector.php:273 +msgid "Lesbian" +msgstr "Lesbian" + +#: src/Content/ContactSelector.php:274 +msgid "No Preference" +msgstr "No Preference" + +#: src/Content/ContactSelector.php:275 +msgid "Bisexual" +msgstr "Bisexual" + +#: src/Content/ContactSelector.php:276 +msgid "Autosexual" +msgstr "Auto-sexual" + +#: src/Content/ContactSelector.php:277 +msgid "Abstinent" +msgstr "Abstinent" + +#: src/Content/ContactSelector.php:278 +msgid "Virgin" +msgstr "Virgin" + +#: src/Content/ContactSelector.php:279 +msgid "Deviant" +msgstr "Deviant" + +#: src/Content/ContactSelector.php:280 +msgid "Fetish" +msgstr "Fetish" + +#: src/Content/ContactSelector.php:281 +msgid "Oodles" +msgstr "Oodles" + +#: src/Content/ContactSelector.php:282 +msgid "Nonsexual" +msgstr "Asexual" + +#: src/Content/ContactSelector.php:308 +msgid "Single" +msgstr "Single" + +#: src/Content/ContactSelector.php:309 +msgid "Lonely" +msgstr "Lonely" + +#: src/Content/ContactSelector.php:310 +msgid "In a relation" +msgstr "" + +#: src/Content/ContactSelector.php:311 +msgid "Has crush" +msgstr "Having a crush" + +#: src/Content/ContactSelector.php:312 +msgid "Infatuated" +msgstr "Infatuated" + +#: src/Content/ContactSelector.php:313 +msgid "Dating" +msgstr "Dating" + +#: src/Content/ContactSelector.php:314 +msgid "Unfaithful" +msgstr "Unfaithful" + +#: src/Content/ContactSelector.php:315 +msgid "Sex Addict" +msgstr "Sex addict" + +#: src/Content/ContactSelector.php:316 src/Model/User.php:762 +msgid "Friends" +msgstr "Friends" + +#: src/Content/ContactSelector.php:317 +msgid "Friends/Benefits" +msgstr "Friends with benefits" + +#: src/Content/ContactSelector.php:318 +msgid "Casual" +msgstr "Casual" + +#: src/Content/ContactSelector.php:319 +msgid "Engaged" +msgstr "Engaged" + +#: src/Content/ContactSelector.php:320 +msgid "Married" +msgstr "Married" + +#: src/Content/ContactSelector.php:321 +msgid "Imaginarily married" +msgstr "Imaginarily married" + +#: src/Content/ContactSelector.php:322 +msgid "Partners" +msgstr "Partners" + +#: src/Content/ContactSelector.php:323 +msgid "Cohabiting" +msgstr "Cohabiting" + +#: src/Content/ContactSelector.php:324 +msgid "Common law" +msgstr "Common law spouse" + +#: src/Content/ContactSelector.php:325 +msgid "Happy" +msgstr "Happy" + +#: src/Content/ContactSelector.php:326 +msgid "Not looking" +msgstr "Not looking" + +#: src/Content/ContactSelector.php:327 +msgid "Swinger" +msgstr "Swinger" + +#: src/Content/ContactSelector.php:328 +msgid "Betrayed" +msgstr "Betrayed" + +#: src/Content/ContactSelector.php:329 +msgid "Separated" +msgstr "Separated" + +#: src/Content/ContactSelector.php:330 +msgid "Unstable" +msgstr "Unstable" + +#: src/Content/ContactSelector.php:331 +msgid "Divorced" +msgstr "Divorced" + +#: src/Content/ContactSelector.php:332 +msgid "Imaginarily divorced" +msgstr "Imaginarily divorced" + +#: src/Content/ContactSelector.php:333 +msgid "Widowed" +msgstr "Widowed" + +#: src/Content/ContactSelector.php:334 +msgid "Uncertain" +msgstr "Uncertain" + +#: src/Content/ContactSelector.php:335 +msgid "It's complicated" +msgstr "It's complicated" + +#: src/Content/ContactSelector.php:336 +msgid "Don't care" +msgstr "Don't care" + +#: src/Content/ContactSelector.php:337 +msgid "Ask me" +msgstr "Ask me" + +#: src/Database/DBStructure.php:50 msgid "There are no tables on MyISAM." msgstr "There are no tables on MyISAM." -#: src/Database/DBStructure.php:71 +#: src/Database/DBStructure.php:74 #, php-format msgid "" "\n" @@ -5939,99 +6051,57 @@ msgid "" "%s\n" msgstr "\nError %d occurred during database update:\n%s\n" -#: src/Database/DBStructure.php:74 +#: src/Database/DBStructure.php:77 msgid "Errors encountered performing database changes: " msgstr "Errors encountered performing database changes: " -#: src/Database/DBStructure.php:263 +#: src/Database/DBStructure.php:266 #, php-format msgid "%s: Database update" msgstr "%s: Database update" -#: src/Database/DBStructure.php:524 +#: src/Database/DBStructure.php:527 #, php-format msgid "%s: updating %s table." msgstr "%s: updating %s table." -#: src/LegacyModule.php:30 +#: src/Model/Storage/Filesystem.php:63 #, php-format -msgid "Legacy module file not found: %s" -msgstr "Legacy module file not found: %s" +msgid "Filesystem storage failed to create \"%s\". Check you write permissions." +msgstr "Filesystem storage failed to create \"%s\". Check you write permissions." -#: src/Model/Contact.php:1116 -msgid "Drop Contact" -msgstr "Drop contact" - -#: src/Model/Contact.php:1651 -msgid "Organisation" -msgstr "Organization" - -#: src/Model/Contact.php:1655 -msgid "News" -msgstr "News" - -#: src/Model/Contact.php:1659 -msgid "Forum" -msgstr "Forum" - -#: src/Model/Contact.php:1888 -msgid "Connect URL missing." -msgstr "Connect URL missing." - -#: src/Model/Contact.php:1897 +#: src/Model/Storage/Filesystem.php:105 +#, php-format msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page." +"Filesystem storage failed to save data to \"%s\". Check your write " +"permissions" +msgstr "Filesystem storage failed to save data to \"%s\". Check your write permissions" -#: src/Model/Contact.php:1938 +#: src/Model/Storage/Filesystem.php:126 +msgid "Storage base path" +msgstr "Storage base path" + +#: src/Model/Storage/Filesystem.php:128 msgid "" -"This site is not configured to allow communications with other networks." -msgstr "This site is not configured to allow communications with other networks." +"Folder where uploaded files are saved. For maximum security, This should be " +"a path outside web server folder tree" +msgstr "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree" -#: src/Model/Contact.php:1939 src/Model/Contact.php:1952 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "No compatible communication protocols or feeds were discovered." +#: src/Model/Storage/Filesystem.php:138 +msgid "Enter a valid existing folder" +msgstr "Enter a valid existing folder" -#: src/Model/Contact.php:1950 -msgid "The profile address specified does not provide adequate information." -msgstr "The profile address specified does not provide adequate information." +#: src/Model/Storage/Database.php:36 +#, php-format +msgid "Database storage failed to update %s" +msgstr "Database storage failed to update %s" -#: src/Model/Contact.php:1955 -msgid "An author or name was not found." -msgstr "An author or name was not found." +#: src/Model/Storage/Database.php:43 +msgid "Database storage failed to insert data" +msgstr "Database storage failed to insert data" -#: src/Model/Contact.php:1958 -msgid "No browser URL could be matched to this address." -msgstr "No browser URL could be matched to this address." - -#: src/Model/Contact.php:1961 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Unable to match @-style identity address with a known protocol or email contact." - -#: src/Model/Contact.php:1962 -msgid "Use mailto: in front of address to force email check." -msgstr "Use mailto: in front of address to force email check." - -#: src/Model/Contact.php:1968 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "The profile address specified belongs to a network which has been disabled on this site." - -#: src/Model/Contact.php:1973 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Limited profile: This person will be unable to receive direct/private messages from you." - -#: src/Model/Contact.php:2027 -msgid "Unable to retrieve contact information." -msgstr "Unable to retrieve contact information." - -#: src/Model/Event.php:34 src/Model/Event.php:847 src/Module/Localtime.php:17 +#: src/Model/Event.php:34 src/Model/Event.php:847 +#: src/Module/Debug/Localtime.php:17 msgid "l F d, Y \\@ g:i A" msgstr "l F d, Y \\@ g:i A" @@ -6049,10 +6119,6 @@ msgstr "Finishes:" msgid "all-day" msgstr "All-day" -#: src/Model/Event.php:408 -msgid "Jun" -msgstr "Jun" - #: src/Model/Event.php:411 msgid "Sept" msgstr "Sep" @@ -6077,7 +6143,7 @@ msgstr "Duplicate event" msgid "Delete event" msgstr "Delete event" -#: src/Model/Event.php:626 src/Model/Item.php:3522 src/Model/Item.php:3529 +#: src/Model/Event.php:626 src/Model/Item.php:3547 src/Model/Item.php:3554 msgid "link to source" msgstr "Link to source" @@ -6107,397 +6173,138 @@ msgstr "%s's birthday" msgid "Happy Birthday %s" msgstr "Happy Birthday, %s!" -#: src/Model/FileTag.php:256 +#: src/Model/FileTag.php:265 msgid "Item filed" msgstr "Item filed" -#: src/Model/Group.php:63 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name." - -#: src/Model/Group.php:358 -msgid "Default privacy group for new contacts" -msgstr "Default privacy group for new contacts" - -#: src/Model/Group.php:390 -msgid "Everybody" -msgstr "Everybody" - -#: src/Model/Group.php:410 -msgid "edit" -msgstr "edit" - -#: src/Model/Group.php:439 -msgid "Edit group" -msgstr "Edit group" - -#: src/Model/Group.php:440 src/Module/Group.php:186 -msgid "Contacts not in any group" -msgstr "Contacts not in any group" - -#: src/Model/Group.php:442 -msgid "Create a new group" -msgstr "Create new group" - -#: src/Model/Group.php:443 src/Module/Group.php:171 src/Module/Group.php:194 -#: src/Module/Group.php:271 -msgid "Group Name: " -msgstr "Group name: " - -#: src/Model/Group.php:444 -msgid "Edit groups" -msgstr "Edit groups" - -#: src/Model/Item.php:3257 -msgid "activity" -msgstr "activity" - -#: src/Model/Item.php:3259 src/Object/Post.php:472 -msgid "comment" -msgid_plural "comments" -msgstr[0] "comment" -msgstr[1] "comments" - -#: src/Model/Item.php:3262 -msgid "post" -msgstr "post" - -#: src/Model/Item.php:3361 -#, php-format -msgid "Content warning: %s" -msgstr "Content warning: %s" - -#: src/Model/Item.php:3438 -msgid "bytes" -msgstr "bytes" - -#: src/Model/Item.php:3516 -msgid "View on separate page" -msgstr "View on separate page" - -#: src/Model/Item.php:3517 -msgid "view on separate page" -msgstr "view on separate page" - -#: src/Model/Mail.php:109 src/Model/Mail.php:244 -msgid "[no subject]" -msgstr "[no subject]" - -#: src/Model/Profile.php:177 src/Model/Profile.php:421 -#: src/Model/Profile.php:866 -msgid "Edit profile" -msgstr "Edit profile" - -#: src/Model/Profile.php:355 -msgid "Atom feed" -msgstr "Atom feed" - -#: src/Model/Profile.php:394 -msgid "Manage/edit profiles" -msgstr "Manage/Edit profiles" - -#: src/Model/Profile.php:443 src/Model/Profile.php:776 -#: src/Module/Directory.php:148 -msgid "Status:" -msgstr "Status:" - -#: src/Model/Profile.php:444 src/Model/Profile.php:793 -#: src/Module/Directory.php:149 -msgid "Homepage:" -msgstr "Homepage:" - -#: src/Model/Profile.php:446 src/Module/Contact.php:648 -msgid "XMPP:" -msgstr "XMPP:" - -#: src/Model/Profile.php:569 src/Model/Profile.php:666 -msgid "g A l F d" -msgstr "g A l F d" - -#: src/Model/Profile.php:570 -msgid "F d" -msgstr "F d" - -#: src/Model/Profile.php:632 src/Model/Profile.php:717 -msgid "[today]" -msgstr "[today]" - -#: src/Model/Profile.php:642 -msgid "Birthday Reminders" -msgstr "Birthday reminders" - -#: src/Model/Profile.php:643 -msgid "Birthdays this week:" -msgstr "Birthdays this week:" - -#: src/Model/Profile.php:704 -msgid "[No description]" -msgstr "[No description]" - -#: src/Model/Profile.php:730 -msgid "Event Reminders" -msgstr "Event reminders" - -#: src/Model/Profile.php:731 -msgid "Upcoming events the next 7 days:" -msgstr "Upcoming events the next 7 days:" - -#: src/Model/Profile.php:748 -msgid "Member since:" -msgstr "Member since:" - -#: src/Model/Profile.php:756 -msgid "j F, Y" -msgstr "j F, Y" - -#: src/Model/Profile.php:757 -msgid "j F" -msgstr "j F" - -#: src/Model/Profile.php:765 src/Util/Temporal.php:147 -msgid "Birthday:" -msgstr "Birthday:" - -#: src/Model/Profile.php:772 -msgid "Age:" -msgstr "Age:" - -#: src/Model/Profile.php:785 -#, php-format -msgid "for %1$d %2$s" -msgstr "for %1$d %2$s" - -#: src/Model/Profile.php:809 -msgid "Religion:" -msgstr "Religion:" - -#: src/Model/Profile.php:817 -msgid "Hobbies/Interests:" -msgstr "Hobbies/Interests:" - -#: src/Model/Profile.php:829 -msgid "Contact information and Social Networks:" -msgstr "Contact information and social networks:" - -#: src/Model/Profile.php:833 -msgid "Musical interests:" -msgstr "Music:" - -#: src/Model/Profile.php:837 -msgid "Books, literature:" -msgstr "Books/Literature:" - -#: src/Model/Profile.php:841 -msgid "Television:" -msgstr "Television:" - -#: src/Model/Profile.php:845 -msgid "Film/dance/culture/entertainment:" -msgstr "Arts, culture, entertainment:" - -#: src/Model/Profile.php:849 -msgid "Love/Romance:" -msgstr "Love/Romance:" - -#: src/Model/Profile.php:853 -msgid "Work/employment:" -msgstr "Work/Employment:" - -#: src/Model/Profile.php:857 -msgid "School/education:" -msgstr "School/Education:" - -#: src/Model/Profile.php:862 -msgid "Forums:" -msgstr "Forums:" - -#: src/Model/Profile.php:906 src/Module/Contact.php:875 -msgid "Profile Details" -msgstr "Profile Details" - -#: src/Model/Profile.php:956 -msgid "Only You Can See This" -msgstr "Only you can see this." - -#: src/Model/Profile.php:964 src/Model/Profile.php:967 -msgid "Tips for New Members" -msgstr "Tips for New Members" - -#: src/Model/Profile.php:1167 -#, php-format -msgid "OpenWebAuth: %1$s welcomes %2$s" -msgstr "OpenWebAuth: %1$s welcomes %2$s" - -#: src/Model/Storage/Database.php:36 -#, php-format -msgid "Database storage failed to update %s" -msgstr "Database storage failed to update %s" - -#: src/Model/Storage/Database.php:43 -msgid "Database storage failed to insert data" -msgstr "Database storage failed to insert data" - -#: src/Model/Storage/Filesystem.php:63 -#, php-format -msgid "Filesystem storage failed to create \"%s\". Check you write permissions." -msgstr "Filesystem storage failed to create \"%s\". Check you write permissions." - -#: src/Model/Storage/Filesystem.php:105 -#, php-format -msgid "" -"Filesystem storage failed to save data to \"%s\". Check your write " -"permissions" -msgstr "Filesystem storage failed to save data to \"%s\". Check your write permissions" - -#: src/Model/Storage/Filesystem.php:126 -msgid "Storage base path" -msgstr "Storage base path" - -#: src/Model/Storage/Filesystem.php:128 -msgid "" -"Folder where uploaded files are saved. For maximum security, This should be " -"a path outside web server folder tree" -msgstr "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree" - -#: src/Model/Storage/Filesystem.php:138 -msgid "Enter a valid existing folder" -msgstr "Enter a valid existing folder" - -#: src/Model/User.php:298 +#: src/Model/User.php:331 msgid "Login failed" msgstr "Login failed" -#: src/Model/User.php:329 +#: src/Model/User.php:362 msgid "Not enough information to authenticate" msgstr "Not enough information to authenticate" -#: src/Model/User.php:407 +#: src/Model/User.php:440 msgid "Password can't be empty" msgstr "Password can't be empty" -#: src/Model/User.php:426 +#: src/Model/User.php:459 msgid "Empty passwords are not allowed." msgstr "Empty passwords are not allowed." -#: src/Model/User.php:430 +#: src/Model/User.php:463 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "The new password has been exposed in a public data dump; please choose another." -#: src/Model/User.php:436 +#: src/Model/User.php:469 msgid "" "The password can't contain accentuated letters, white spaces or colons (:)" msgstr "The password can't contain accentuated letters, white spaces or colons (:)" -#: src/Model/User.php:536 +#: src/Model/User.php:569 msgid "Passwords do not match. Password unchanged." msgstr "Passwords do not match. Password unchanged." -#: src/Model/User.php:543 +#: src/Model/User.php:576 msgid "An invitation is required." msgstr "An invitation is required." -#: src/Model/User.php:547 +#: src/Model/User.php:580 msgid "Invitation could not be verified." msgstr "Invitation could not be verified." -#: src/Model/User.php:554 +#: src/Model/User.php:587 msgid "Invalid OpenID url" msgstr "Invalid OpenID URL" -#: src/Model/User.php:567 src/Module/Login.php:107 +#: src/Model/User.php:600 src/Module/Login.php:102 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID." -#: src/Model/User.php:567 src/Module/Login.php:107 +#: src/Model/User.php:600 src/Module/Login.php:102 msgid "The error message was:" msgstr "The error message was:" -#: src/Model/User.php:573 +#: src/Model/User.php:606 msgid "Please enter the required information." msgstr "Please enter the required information." -#: src/Model/User.php:587 +#: src/Model/User.php:620 #, php-format msgid "" "system.username_min_length (%s) and system.username_max_length (%s) are " "excluding each other, swapping values." msgstr "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values." -#: src/Model/User.php:594 +#: src/Model/User.php:627 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." msgstr[0] "Username should be at least %s character." msgstr[1] "Username should be at least %s characters." -#: src/Model/User.php:598 +#: src/Model/User.php:631 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." msgstr[0] "Username should be at most %s character." msgstr[1] "Username should be at most %s characters." -#: src/Model/User.php:606 +#: src/Model/User.php:639 msgid "That doesn't appear to be your full (First Last) name." msgstr "That doesn't appear to be your full (i.e first and last) name." -#: src/Model/User.php:611 +#: src/Model/User.php:644 msgid "Your email domain is not among those allowed on this site." msgstr "Your email domain is not allowed on this site." -#: src/Model/User.php:615 +#: src/Model/User.php:648 msgid "Not a valid email address." msgstr "Not a valid email address." -#: src/Model/User.php:618 +#: src/Model/User.php:651 msgid "The nickname was blocked from registration by the nodes admin." msgstr "The nickname was blocked from registration by the nodes admin." -#: src/Model/User.php:622 src/Model/User.php:630 +#: src/Model/User.php:655 src/Model/User.php:663 msgid "Cannot use that email." msgstr "Cannot use that email." -#: src/Model/User.php:637 +#: src/Model/User.php:670 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "Your nickname can only contain a-z, 0-9 and _." -#: src/Model/User.php:644 src/Model/User.php:701 +#: src/Model/User.php:677 src/Model/User.php:734 msgid "Nickname is already registered. Please choose another." msgstr "Nickname is already registered. Please choose another." -#: src/Model/User.php:654 +#: src/Model/User.php:687 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "SERIOUS ERROR: Generation of security keys failed." -#: src/Model/User.php:688 src/Model/User.php:692 +#: src/Model/User.php:721 src/Model/User.php:725 msgid "An error occurred during registration. Please try again." msgstr "An error occurred during registration. Please try again." -#: src/Model/User.php:712 view/theme/duepuntozero/config.php:55 -msgid "default" -msgstr "default" - -#: src/Model/User.php:717 +#: src/Model/User.php:750 msgid "An error occurred creating your default profile. Please try again." msgstr "An error occurred creating your default profile. Please try again." -#: src/Model/User.php:724 +#: src/Model/User.php:757 msgid "An error occurred creating your self contact. Please try again." msgstr "An error occurred creating your self contact. Please try again." -#: src/Model/User.php:733 +#: src/Model/User.php:766 msgid "" "An error occurred creating your default contact group. Please try again." msgstr "An error occurred while creating your default contact group. Please try again." -#: src/Model/User.php:809 +#: src/Model/User.php:842 #, php-format msgid "" "\n" @@ -6512,12 +6319,12 @@ msgid "" "\t\t" msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%4$s\n\t\t\tPassword:\t\t%5$s\n\t\t" -#: src/Model/User.php:826 +#: src/Model/User.php:859 #, php-format msgid "Registration at %s" msgstr "Registration at %s" -#: src/Model/User.php:845 +#: src/Model/User.php:878 #, php-format msgid "" "\n" @@ -6526,7 +6333,7 @@ msgid "" "\t\t" msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account has been created.\n\t\t" -#: src/Model/User.php:851 +#: src/Model/User.php:884 #, php-format msgid "" "\n" @@ -6558,11 +6365,409 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%1$s\n\t\t\tPassword:\t\t%5$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n\n\t\t\tThank you and welcome to %2$s." -#: src/Model/User.php:886 src/Module/Admin/Users.php:88 +#: src/Model/User.php:919 src/Module/Admin/Users.php:88 #, php-format msgid "Registration details for %s" msgstr "Registration details for %s" +#: src/Model/Contact.php:1230 +msgid "Drop Contact" +msgstr "Drop contact" + +#: src/Model/Contact.php:1783 +msgid "Organisation" +msgstr "Organization" + +#: src/Model/Contact.php:1787 +msgid "News" +msgstr "News" + +#: src/Model/Contact.php:1791 +msgid "Forum" +msgstr "Forum" + +#: src/Model/Contact.php:2192 +msgid "Connect URL missing." +msgstr "Connect URL missing." + +#: src/Model/Contact.php:2201 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page." + +#: src/Model/Contact.php:2242 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "This site is not configured to allow communications with other networks." + +#: src/Model/Contact.php:2243 src/Model/Contact.php:2256 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "No compatible communication protocols or feeds were discovered." + +#: src/Model/Contact.php:2254 +msgid "The profile address specified does not provide adequate information." +msgstr "The profile address specified does not provide adequate information." + +#: src/Model/Contact.php:2259 +msgid "An author or name was not found." +msgstr "An author or name was not found." + +#: src/Model/Contact.php:2262 +msgid "No browser URL could be matched to this address." +msgstr "No browser URL could be matched to this address." + +#: src/Model/Contact.php:2265 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Unable to match @-style identity address with a known protocol or email contact." + +#: src/Model/Contact.php:2266 +msgid "Use mailto: in front of address to force email check." +msgstr "Use mailto: in front of address to force email check." + +#: src/Model/Contact.php:2272 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "The profile address specified belongs to a network which has been disabled on this site." + +#: src/Model/Contact.php:2277 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Limited profile: This person will be unable to receive direct/private messages from you." + +#: src/Model/Contact.php:2332 +msgid "Unable to retrieve contact information." +msgstr "Unable to retrieve contact information." + +#: src/Model/Group.php:77 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name." + +#: src/Model/Group.php:407 +msgid "Default privacy group for new contacts" +msgstr "Default privacy group for new contacts" + +#: src/Model/Group.php:439 +msgid "Everybody" +msgstr "Everybody" + +#: src/Model/Group.php:458 +msgid "edit" +msgstr "edit" + +#: src/Model/Group.php:484 src/Module/Welcome.php:57 +#: src/Module/Contact.php:708 +msgid "Groups" +msgstr "Groups" + +#: src/Model/Group.php:488 +msgid "Edit group" +msgstr "Edit group" + +#: src/Model/Group.php:489 src/Module/Group.php:186 +msgid "Contacts not in any group" +msgstr "Contacts not in any group" + +#: src/Model/Group.php:491 +msgid "Create a new group" +msgstr "Create new group" + +#: src/Model/Group.php:492 src/Module/Group.php:171 src/Module/Group.php:194 +#: src/Module/Group.php:271 +msgid "Group Name: " +msgstr "Group name: " + +#: src/Model/Group.php:493 +msgid "Edit groups" +msgstr "Edit groups" + +#: src/Model/Mail.php:113 src/Model/Mail.php:250 +msgid "[no subject]" +msgstr "[no subject]" + +#: src/Model/Profile.php:212 src/Model/Profile.php:428 +#: src/Model/Profile.php:885 +msgid "Edit profile" +msgstr "Edit profile" + +#: src/Model/Profile.php:402 +msgid "Manage/edit profiles" +msgstr "Manage/Edit profiles" + +#: src/Model/Profile.php:451 src/Model/Profile.php:795 +#: src/Module/Directory.php:143 +msgid "Status:" +msgstr "Status:" + +#: src/Model/Profile.php:452 src/Model/Profile.php:812 +#: src/Module/Directory.php:144 +msgid "Homepage:" +msgstr "Homepage:" + +#: src/Model/Profile.php:454 src/Module/Contact.php:609 +msgid "XMPP:" +msgstr "XMPP:" + +#: src/Model/Profile.php:546 src/Module/Contact.php:299 +msgid "Unfollow" +msgstr "" + +#: src/Model/Profile.php:548 +msgid "Atom feed" +msgstr "Atom feed" + +#: src/Model/Profile.php:588 src/Model/Profile.php:685 +msgid "g A l F d" +msgstr "g A l F d" + +#: src/Model/Profile.php:589 +msgid "F d" +msgstr "F d" + +#: src/Model/Profile.php:651 src/Model/Profile.php:736 +msgid "[today]" +msgstr "[today]" + +#: src/Model/Profile.php:661 +msgid "Birthday Reminders" +msgstr "Birthday reminders" + +#: src/Model/Profile.php:662 +msgid "Birthdays this week:" +msgstr "Birthdays this week:" + +#: src/Model/Profile.php:723 +msgid "[No description]" +msgstr "[No description]" + +#: src/Model/Profile.php:749 +msgid "Event Reminders" +msgstr "Event reminders" + +#: src/Model/Profile.php:750 +msgid "Upcoming events the next 7 days:" +msgstr "Upcoming events the next 7 days:" + +#: src/Model/Profile.php:767 +msgid "Member since:" +msgstr "Member since:" + +#: src/Model/Profile.php:775 +msgid "j F, Y" +msgstr "j F, Y" + +#: src/Model/Profile.php:776 +msgid "j F" +msgstr "j F" + +#: src/Model/Profile.php:791 +msgid "Age:" +msgstr "Age:" + +#: src/Model/Profile.php:804 +#, php-format +msgid "for %1$d %2$s" +msgstr "for %1$d %2$s" + +#: src/Model/Profile.php:828 +msgid "Religion:" +msgstr "Religion:" + +#: src/Model/Profile.php:836 +msgid "Hobbies/Interests:" +msgstr "Hobbies/Interests:" + +#: src/Model/Profile.php:848 +msgid "Contact information and Social Networks:" +msgstr "Contact information and social networks:" + +#: src/Model/Profile.php:852 +msgid "Musical interests:" +msgstr "Music:" + +#: src/Model/Profile.php:856 +msgid "Books, literature:" +msgstr "Books/Literature:" + +#: src/Model/Profile.php:860 +msgid "Television:" +msgstr "Television:" + +#: src/Model/Profile.php:864 +msgid "Film/dance/culture/entertainment:" +msgstr "Arts, culture, entertainment:" + +#: src/Model/Profile.php:868 +msgid "Love/Romance:" +msgstr "Love/Romance:" + +#: src/Model/Profile.php:872 +msgid "Work/employment:" +msgstr "Work/Employment:" + +#: src/Model/Profile.php:876 +msgid "School/education:" +msgstr "School/Education:" + +#: src/Model/Profile.php:881 +msgid "Forums:" +msgstr "Forums:" + +#: src/Model/Profile.php:928 src/Module/Contact.php:850 +msgid "Profile Details" +msgstr "Profile Details" + +#: src/Model/Profile.php:978 +msgid "Only You Can See This" +msgstr "Only you can see this." + +#: src/Model/Profile.php:986 src/Model/Profile.php:989 +msgid "Tips for New Members" +msgstr "Tips for New Members" + +#: src/Model/Profile.php:1186 +#, php-format +msgid "OpenWebAuth: %1$s welcomes %2$s" +msgstr "OpenWebAuth: %1$s welcomes %2$s" + +#: src/Model/Item.php:3313 +msgid "activity" +msgstr "activity" + +#: src/Model/Item.php:3315 src/Object/Post.php:474 +msgid "comment" +msgid_plural "comments" +msgstr[0] "comment" +msgstr[1] "comments" + +#: src/Model/Item.php:3318 +msgid "post" +msgstr "post" + +#: src/Model/Item.php:3417 +#, php-format +msgid "Content warning: %s" +msgstr "Content warning: %s" + +#: src/Model/Item.php:3494 +msgid "bytes" +msgstr "bytes" + +#: src/Model/Item.php:3541 +msgid "View on separate page" +msgstr "View on separate page" + +#: src/Model/Item.php:3542 +msgid "view on separate page" +msgstr "view on separate page" + +#: src/Protocol/OStatus.php:1300 src/Module/Profile.php:119 +#: src/Module/Profile.php:122 +#, php-format +msgid "%s's timeline" +msgstr "%s's timeline" + +#: src/Protocol/OStatus.php:1304 src/Module/Profile.php:120 +#, php-format +msgid "%s's posts" +msgstr "%s's posts" + +#: src/Protocol/OStatus.php:1307 src/Module/Profile.php:121 +#, php-format +msgid "%s's comments" +msgstr "%s's comments" + +#: src/Protocol/OStatus.php:1861 +#, php-format +msgid "%s is now following %s." +msgstr "%s is now following %s." + +#: src/Protocol/OStatus.php:1862 +msgid "following" +msgstr "following" + +#: src/Protocol/OStatus.php:1865 +#, php-format +msgid "%s stopped following %s." +msgstr "%s stopped following %s." + +#: src/Protocol/OStatus.php:1866 +msgid "stopped following" +msgstr "stopped following" + +#: src/Protocol/Diaspora.php:2527 +msgid "Sharing notification from Diaspora network" +msgstr "Sharing notification from diaspora* network" + +#: src/Protocol/Diaspora.php:3674 +msgid "Attachments:" +msgstr "Attachments:" + +#: src/Worker/Delivery.php:508 +msgid "(no subject)" +msgstr "(no subject)" + +#: src/Module/Tos.php:35 src/Module/Tos.php:77 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen" +" name), an username (nickname) and a working email address. The names will " +"be accessible on the profile page of the account by any visitor of the page," +" even if other profile details are not displayed. The email address will " +"only be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or" +" the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), a username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but won’t be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication." + +#: src/Module/Tos.php:36 src/Module/Tos.php:78 +msgid "" +"This data is required for communication and is passed on to the nodes of the" +" communication partners and is stored there. Users can enter additional " +"private data that may be transmitted to the communication partners accounts." +msgstr "This information is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts." + +#: src/Module/Tos.php:37 src/Module/Tos.php:79 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the" +" account settings. If the user wants " +"to delete their account they can do so at %1$s/removeme. The deletion of the account will " +"be permanent. Deletion of the data will also be requested from the nodes of " +"the communication partners." +msgstr "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners." + +#: src/Module/Tos.php:40 src/Module/Tos.php:76 +msgid "Privacy Statement" +msgstr "Privacy Statement" + +#: src/Module/Apps.php:29 +msgid "No installed applications." +msgstr "No installed applications." + +#: src/Module/Apps.php:34 +msgid "Applications" +msgstr "Applications" + +#: src/Module/Credits.php:25 +msgid "Credits" +msgstr "Credits" + +#: src/Module/Credits.php:26 +msgid "" +"Friendica is a community project, that would not be possible without the " +"help of many people. Here is a list of those who have contributed to the " +"code or the translation of Friendica. Thank you all!" +msgstr "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!" + #: src/Module/Admin/Addons/Details.php:51 msgid "Addon not found." msgstr "Addon not found." @@ -6588,14 +6793,14 @@ msgid "Enable" msgstr "Enable" #: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 -#: src/Module/Admin/Blocklist/Contact.php:60 +#: src/Module/Admin/Blocklist/Contact.php:61 #: src/Module/Admin/Blocklist/Server.php:73 -#: src/Module/Admin/Federation.php:185 src/Module/Admin/Item/Delete.php:46 -#: src/Module/Admin/Logs/Settings.php:57 src/Module/Admin/Logs/View.php:46 -#: src/Module/Admin/Queue.php:56 src/Module/Admin/Site.php:568 -#: src/Module/Admin/Summary.php:160 src/Module/Admin/Themes/Details.php:104 -#: src/Module/Admin/Themes/Index.php:93 src/Module/Admin/Tos.php:42 -#: src/Module/Admin/Users.php:277 +#: src/Module/Admin/Federation.php:187 src/Module/Admin/Item/Delete.php:46 +#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 +#: src/Module/Admin/Themes/Details.php:104 +#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:42 +#: src/Module/Admin/Users.php:277 src/Module/Admin/Queue.php:56 +#: src/Module/Admin/Site.php:566 src/Module/Admin/Summary.php:173 msgid "Administration" msgstr "Administration" @@ -6631,152 +6836,180 @@ msgid "" " the open addon registry at %2$s" msgstr "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s" -#: src/Module/Admin/Blocklist/Contact.php:37 +#: src/Module/Admin/Blocklist/Contact.php:28 +#: src/Console/GlobalCommunityBlock.php:87 +msgid "The contact has been blocked from the node" +msgstr "This contact has been blocked from the node" + +#: src/Module/Admin/Blocklist/Contact.php:30 +#: src/Console/GlobalCommunityBlock.php:82 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "Could not find any contact entry for this URL (%s)" + +#: src/Module/Admin/Blocklist/Contact.php:38 #, php-format msgid "%s contact unblocked" msgid_plural "%s contacts unblocked" msgstr[0] "%s contact unblocked" msgstr[1] "%s contacts unblocked" -#: src/Module/Admin/Blocklist/Contact.php:61 +#: src/Module/Admin/Blocklist/Contact.php:62 msgid "Remote Contact Blocklist" msgstr "Remote contact blocklist" -#: src/Module/Admin/Blocklist/Contact.php:62 +#: src/Module/Admin/Blocklist/Contact.php:63 msgid "" "This page allows you to prevent any message from a remote contact to reach " "your node." msgstr "This page allows you to prevent any message from a remote contact to reach your node." -#: src/Module/Admin/Blocklist/Contact.php:63 +#: src/Module/Admin/Blocklist/Contact.php:64 msgid "Block Remote Contact" msgstr "Block remote contact" -#: src/Module/Admin/Blocklist/Contact.php:64 src/Module/Admin/Users.php:280 +#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280 msgid "select all" msgstr "select all" -#: src/Module/Admin/Blocklist/Contact.php:65 +#: src/Module/Admin/Blocklist/Contact.php:66 msgid "select none" msgstr "select none" -#: src/Module/Admin/Blocklist/Contact.php:67 src/Module/Admin/Users.php:291 -#: src/Module/Contact.php:624 src/Module/Contact.php:827 -#: src/Module/Contact.php:1080 +#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 +#: src/Module/Contact.php:585 src/Module/Contact.php:802 +#: src/Module/Contact.php:1061 msgid "Unblock" msgstr "Unblock" -#: src/Module/Admin/Blocklist/Contact.php:68 +#: src/Module/Admin/Blocklist/Contact.php:69 msgid "No remote contact is blocked from this node." msgstr "No remote contact is blocked from this node." -#: src/Module/Admin/Blocklist/Contact.php:70 +#: src/Module/Admin/Blocklist/Contact.php:71 msgid "Blocked Remote Contacts" msgstr "Blocked remote contacts" -#: src/Module/Admin/Blocklist/Contact.php:71 +#: src/Module/Admin/Blocklist/Contact.php:72 msgid "Block New Remote Contact" msgstr "Block new remote contact" -#: src/Module/Admin/Blocklist/Contact.php:72 +#: src/Module/Admin/Blocklist/Contact.php:73 msgid "Photo" msgstr "Photo" -#: src/Module/Admin/Blocklist/Contact.php:80 +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Reason" +msgstr "" + +#: src/Module/Admin/Blocklist/Contact.php:81 #, php-format msgid "%s total blocked contact" msgid_plural "%s total blocked contacts" msgstr[0] "%s total blocked contact" msgstr[1] "%s blocked contacts" -#: src/Module/Admin/Blocklist/Contact.php:82 +#: src/Module/Admin/Blocklist/Contact.php:83 msgid "URL of the remote contact to block." msgstr "URL of the remote contact to block." +#: src/Module/Admin/Blocklist/Contact.php:84 +msgid "Block Reason" +msgstr "" + #: src/Module/Admin/Blocklist/Server.php:31 -msgid "Server added to blocklist." -msgstr "Server added to blocklist." +msgid "Server domain pattern added to blocklist." +msgstr "" #: src/Module/Admin/Blocklist/Server.php:47 msgid "Site blocklist updated." msgstr "Site blocklist updated." #: src/Module/Admin/Blocklist/Server.php:64 -msgid "The blocked domain" -msgstr "Blocked domain" +#: src/Module/Admin/Blocklist/Server.php:89 +msgid "Blocked server domain pattern" +msgstr "" #: src/Module/Admin/Blocklist/Server.php:65 -#: src/Module/Admin/Blocklist/Server.php:84 src/Module/Friendica.php:60 +#: src/Module/Admin/Blocklist/Server.php:90 src/Module/Friendica.php:60 msgid "Reason for the block" msgstr "Reason for the block" -#: src/Module/Admin/Blocklist/Server.php:65 -#: src/Module/Admin/Blocklist/Server.php:79 -msgid "The reason why you blocked this domain." -msgstr "Reason why you blocked this domain." - #: src/Module/Admin/Blocklist/Server.php:66 -msgid "Delete domain" -msgstr "Delete domain" +msgid "Delete server domain pattern" +msgstr "" #: src/Module/Admin/Blocklist/Server.php:66 msgid "Check to delete this entry from the blocklist" msgstr "Check to delete this entry from the blocklist" -#: src/Module/Admin/Blocklist/Server.php:74 src/Module/BaseAdminModule.php:94 -msgid "Server Blocklist" -msgstr "Server blocklist" +#: src/Module/Admin/Blocklist/Server.php:74 +msgid "Server Domain Pattern Blocklist" +msgstr "" #: src/Module/Admin/Blocklist/Server.php:75 msgid "" -"This page can be used to define a black list of servers from the federated " -"network that are not allowed to interact with your node. For all entered " -"domains you should also give a reason why you have blocked the remote " -"server." -msgstr "This page can be used to define a blacklist of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server." +"This page can be used to define a blacklist of server domain patterns from " +"the federated network that are not allowed to interact with your node. For " +"each domain pattern you should also provide the reason why you block it." +msgstr "" #: src/Module/Admin/Blocklist/Server.php:76 msgid "" -"The list of blocked servers will be made publically available on the " -"/friendica page so that your users and people investigating communication " -"problems can find the reason easily." -msgstr "The list of blocked servers will be available publicly on the Friendica page so that your users and people investigating communication problems can find the reason." +"The list of blocked server domain patterns will be made publically available" +" on the /friendica page so that your users and " +"people investigating communication problems can find the reason easily." +msgstr "" #: src/Module/Admin/Blocklist/Server.php:77 +msgid "" +"

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n" +"
    \n" +"\t
  • *: Any number of characters
  • \n" +"\t
  • ?: Any single character
  • \n" +"\t
  • [<char1><char2>...]: char1 or char2
  • \n" +"
" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:83 msgid "Add new entry to block list" msgstr "Add new entry to block list" -#: src/Module/Admin/Blocklist/Server.php:78 -msgid "Server Domain" -msgstr "Server domain" +#: src/Module/Admin/Blocklist/Server.php:84 +msgid "Server Domain Pattern" +msgstr "" -#: src/Module/Admin/Blocklist/Server.php:78 +#: src/Module/Admin/Blocklist/Server.php:84 msgid "" -"The domain of the new server to add to the block list. Do not include the " -"protocol." -msgstr "The domain of the new server to add to the block list. Do not include the protocol." +"The domain pattern of the new server to add to the block list. Do not " +"include the protocol." +msgstr "" -#: src/Module/Admin/Blocklist/Server.php:79 +#: src/Module/Admin/Blocklist/Server.php:85 msgid "Block reason" msgstr "Block reason" -#: src/Module/Admin/Blocklist/Server.php:80 +#: src/Module/Admin/Blocklist/Server.php:85 +msgid "The reason why you blocked this server domain pattern." +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:86 msgid "Add Entry" msgstr "Add entry" -#: src/Module/Admin/Blocklist/Server.php:81 +#: src/Module/Admin/Blocklist/Server.php:87 msgid "Save changes to the blocklist" msgstr "Save changes to the blocklist" -#: src/Module/Admin/Blocklist/Server.php:82 +#: src/Module/Admin/Blocklist/Server.php:88 msgid "Current Entries in the Blocklist" msgstr "Current entries in the blocklist" -#: src/Module/Admin/Blocklist/Server.php:85 +#: src/Module/Admin/Blocklist/Server.php:91 msgid "Delete entry from blocklist" msgstr "Delete entry from blocklist" -#: src/Module/Admin/Blocklist/Server.php:88 +#: src/Module/Admin/Blocklist/Server.php:94 msgid "Delete entry from blocklist?" msgstr "Delete entry from blocklist?" @@ -6852,24 +7085,24 @@ msgstr "Manage additional features" msgid "unknown" msgstr "unknown" -#: src/Module/Admin/Federation.php:179 +#: src/Module/Admin/Federation.php:181 msgid "" "This page offers you some numbers to the known part of the federated social " "network your Friendica node is part of. These numbers are not complete but " "only reflect the part of the network your node is aware of." msgstr "This page offers statistics about the federated social network, of which your Friendica node is one part. These numbers do not represent the entire network, but merely the parts that are connected to your node.\"" -#: src/Module/Admin/Federation.php:180 +#: src/Module/Admin/Federation.php:182 msgid "" "The Auto Discovered Contact Directory feature is not enabled, it " "will improve the data displayed here." msgstr "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here." -#: src/Module/Admin/Federation.php:186 src/Module/BaseAdminModule.php:77 +#: src/Module/Admin/Federation.php:188 src/Module/BaseAdminModule.php:77 msgid "Federation Statistics" msgstr "Federation statistics" -#: src/Module/Admin/Federation.php:192 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "" "Currently this node is aware of %d nodes with %d registered users from the " @@ -6909,54 +7142,60 @@ msgstr "GUID" msgid "The GUID of the item you want to delete." msgstr "GUID of item to be deleted." -#: src/Module/Admin/Item/Source.php:46 src/Module/Itemsource.php:46 +#: src/Module/Admin/Item/Source.php:47 msgid "Item Guid" msgstr "Item Guid" -#: src/Module/Admin/Logs/Settings.php:30 +#: src/Module/Admin/Logs/Settings.php:27 src/Module/Admin/Summary.php:83 +#: src/Module/Admin/Summary.php:90 +#, php-format +msgid "The logfile '%s' is not writable. No logging possible" +msgstr "" + +#: src/Module/Admin/Logs/Settings.php:36 msgid "Log settings updated." msgstr "Log settings updated." -#: src/Module/Admin/Logs/Settings.php:49 +#: src/Module/Admin/Logs/Settings.php:55 msgid "PHP log currently enabled." msgstr "PHP log currently enabled." -#: src/Module/Admin/Logs/Settings.php:51 +#: src/Module/Admin/Logs/Settings.php:57 msgid "PHP log currently disabled." msgstr "PHP log currently disabled." -#: src/Module/Admin/Logs/Settings.php:58 src/Module/BaseAdminModule.php:97 +#: src/Module/Admin/Logs/Settings.php:64 src/Module/BaseAdminModule.php:97 #: src/Module/BaseAdminModule.php:98 msgid "Logs" msgstr "Logs" -#: src/Module/Admin/Logs/Settings.php:60 +#: src/Module/Admin/Logs/Settings.php:66 msgid "Clear" msgstr "Clear" -#: src/Module/Admin/Logs/Settings.php:64 +#: src/Module/Admin/Logs/Settings.php:70 msgid "Enable Debugging" msgstr "Enable debugging" -#: src/Module/Admin/Logs/Settings.php:65 +#: src/Module/Admin/Logs/Settings.php:71 msgid "Log file" msgstr "Log file" -#: src/Module/Admin/Logs/Settings.php:65 +#: src/Module/Admin/Logs/Settings.php:71 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "Must be writable by web server and relative to your Friendica top-level directory." -#: src/Module/Admin/Logs/Settings.php:66 +#: src/Module/Admin/Logs/Settings.php:72 msgid "Log level" msgstr "Log level" -#: src/Module/Admin/Logs/Settings.php:68 +#: src/Module/Admin/Logs/Settings.php:74 msgid "PHP logging" msgstr "PHP logging" -#: src/Module/Admin/Logs/Settings.php:69 +#: src/Module/Admin/Logs/Settings.php:75 msgid "" "To temporarily enable logging of PHP errors and warnings you can prepend the" " following to the index.php file of your installation. The filename set in " @@ -6983,1174 +7222,21 @@ msgstr "Couldn't open %1$s log file.\\r\\n
Check if file %1 msgid "View Logs" msgstr "View logs" -#: src/Module/Admin/Queue.php:34 -msgid "Inspect Deferred Worker Queue" -msgstr "Inspect deferred worker queue" - -#: src/Module/Admin/Queue.php:35 -msgid "" -"This page lists the deferred worker jobs. This are jobs that couldn't be " -"executed at the first time." -msgstr "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed." - -#: src/Module/Admin/Queue.php:38 -msgid "Inspect Worker Queue" -msgstr "Inspect worker queue" - -#: src/Module/Admin/Queue.php:39 -msgid "" -"This page lists the currently queued worker jobs. These jobs are handled by " -"the worker cronjob you've set up during install." -msgstr "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install." - -#: src/Module/Admin/Queue.php:59 -msgid "ID" -msgstr "ID" - -#: src/Module/Admin/Queue.php:60 -msgid "Job Parameters" -msgstr "Job parameters" - -#: src/Module/Admin/Queue.php:61 -msgid "Created" -msgstr "Created" - -#: src/Module/Admin/Queue.php:62 -msgid "Priority" -msgstr "Priority" - -#: src/Module/Admin/Site.php:49 -msgid "Can not parse base url. Must have at least ://" -msgstr "Can not parse base URL. Must have at least ://" - -#: src/Module/Admin/Site.php:235 -msgid "Invalid storage backend setting value." -msgstr "Invalid storage backend setting." - -#: src/Module/Admin/Site.php:412 -msgid "Site settings updated." -msgstr "Site settings updated." - -#: src/Module/Admin/Site.php:464 -msgid "No community page for local users" -msgstr "No community page for local users" - -#: src/Module/Admin/Site.php:465 -msgid "No community page" -msgstr "No community page" - -#: src/Module/Admin/Site.php:466 -msgid "Public postings from users of this site" -msgstr "Public postings from users of this site" - -#: src/Module/Admin/Site.php:467 -msgid "Public postings from the federated network" -msgstr "Public postings from the federated network" - -#: src/Module/Admin/Site.php:468 -msgid "Public postings from local users and the federated network" -msgstr "Public postings from local users and the federated network" - -#: src/Module/Admin/Site.php:472 src/Module/Admin/Site.php:668 -#: src/Module/Admin/Site.php:678 src/Module/Contact.php:549 -#: src/Module/Settings/TwoFactor/Index.php:91 -msgid "Disabled" -msgstr "Disabled" - -#: src/Module/Admin/Site.php:473 src/Module/Admin/Users.php:278 -#: src/Module/Admin/Users.php:295 src/Module/BaseAdminModule.php:81 -msgid "Users" -msgstr "Users" - -#: src/Module/Admin/Site.php:474 -msgid "Users, Global Contacts" -msgstr "Users, Global Contacts" - -#: src/Module/Admin/Site.php:475 -msgid "Users, Global Contacts/fallback" -msgstr "Users, Global Contacts/fallback" - -#: src/Module/Admin/Site.php:479 -msgid "One month" -msgstr "One month" - -#: src/Module/Admin/Site.php:480 -msgid "Three months" -msgstr "Three months" - -#: src/Module/Admin/Site.php:481 -msgid "Half a year" -msgstr "Half a year" - -#: src/Module/Admin/Site.php:482 -msgid "One year" -msgstr "One a year" - -#: src/Module/Admin/Site.php:488 -msgid "Multi user instance" -msgstr "Multi user instance" - -#: src/Module/Admin/Site.php:510 -msgid "Closed" -msgstr "Closed" - -#: src/Module/Admin/Site.php:511 -msgid "Requires approval" -msgstr "Requires approval" - -#: src/Module/Admin/Site.php:512 -msgid "Open" -msgstr "Open" - -#: src/Module/Admin/Site.php:516 src/Module/Install.php:181 -msgid "No SSL policy, links will track page SSL state" -msgstr "No SSL policy, links will track page SSL state" - -#: src/Module/Admin/Site.php:517 src/Module/Install.php:182 -msgid "Force all links to use SSL" -msgstr "Force all links to use SSL" - -#: src/Module/Admin/Site.php:518 src/Module/Install.php:183 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Self-signed certificate, use SSL for local links only (discouraged)" - -#: src/Module/Admin/Site.php:522 -msgid "Don't check" -msgstr "Don't check" - -#: src/Module/Admin/Site.php:523 -msgid "check the stable version" -msgstr "check for stable version updates" - -#: src/Module/Admin/Site.php:524 -msgid "check the development version" -msgstr "check for development version updates" - -#: src/Module/Admin/Site.php:544 -msgid "Database (legacy)" -msgstr "Database (legacy)" - -#: src/Module/Admin/Site.php:569 src/Module/BaseAdminModule.php:80 -msgid "Site" -msgstr "Site" - -#: src/Module/Admin/Site.php:571 -msgid "Republish users to directory" -msgstr "Republish users to directory" - -#: src/Module/Admin/Site.php:572 src/Module/Register.php:121 -msgid "Registration" -msgstr "Registration" - -#: src/Module/Admin/Site.php:573 -msgid "File upload" -msgstr "File upload" - -#: src/Module/Admin/Site.php:574 -msgid "Policies" -msgstr "Policies" - -#: src/Module/Admin/Site.php:576 -msgid "Auto Discovered Contact Directory" -msgstr "Auto-discovered contact directory" - -#: src/Module/Admin/Site.php:577 -msgid "Performance" -msgstr "Performance" - -#: src/Module/Admin/Site.php:578 -msgid "Worker" -msgstr "Worker" - -#: src/Module/Admin/Site.php:579 -msgid "Message Relay" -msgstr "Message relay" - -#: src/Module/Admin/Site.php:580 -msgid "Relocate Instance" -msgstr "Relocate Instance" - -#: src/Module/Admin/Site.php:581 -msgid "Warning! Advanced function. Could make this server unreachable." -msgstr "Warning! Advanced function that could make this server unreachable." - -#: src/Module/Admin/Site.php:585 -msgid "Site name" -msgstr "Site name" - -#: src/Module/Admin/Site.php:586 -msgid "Sender Email" -msgstr "Sender email" - -#: src/Module/Admin/Site.php:586 -msgid "" -"The email address your server shall use to send notification emails from." -msgstr "The email address your server shall use to send notification emails from." - -#: src/Module/Admin/Site.php:587 -msgid "Banner/Logo" -msgstr "Banner/Logo" - -#: src/Module/Admin/Site.php:588 -msgid "Shortcut icon" -msgstr "Shortcut icon" - -#: src/Module/Admin/Site.php:588 -msgid "Link to an icon that will be used for browsers." -msgstr "Link to an icon that will be used for browsers." - -#: src/Module/Admin/Site.php:589 -msgid "Touch icon" -msgstr "Touch icon" - -#: src/Module/Admin/Site.php:589 -msgid "Link to an icon that will be used for tablets and mobiles." -msgstr "Link to an icon that will be used for tablets and mobiles." - -#: src/Module/Admin/Site.php:590 -msgid "Additional Info" -msgstr "Additional Info" - -#: src/Module/Admin/Site.php:590 -#, php-format -msgid "" -"For public servers: you can add additional information here that will be " -"listed at %s/servers." -msgstr "For public servers: You can add additional information here that will be listed at %s/servers." - -#: src/Module/Admin/Site.php:591 -msgid "System language" -msgstr "System language" - -#: src/Module/Admin/Site.php:592 -msgid "System theme" -msgstr "System theme" - -#: src/Module/Admin/Site.php:592 -msgid "" -"Default system theme - may be over-ridden by user profiles - Change default theme settings" -msgstr "Default system theme - may be over-ridden by user profiles - Change default theme settings" - -#: src/Module/Admin/Site.php:593 -msgid "Mobile system theme" -msgstr "Mobile system theme" - -#: src/Module/Admin/Site.php:593 -msgid "Theme for mobile devices" -msgstr "Theme for mobile devices" - -#: src/Module/Admin/Site.php:594 src/Module/Install.php:191 -msgid "SSL link policy" -msgstr "SSL link policy" - -#: src/Module/Admin/Site.php:594 src/Module/Install.php:193 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Determines whether generated links should be forced to use SSL" - -#: src/Module/Admin/Site.php:595 -msgid "Force SSL" -msgstr "Force SSL" - -#: src/Module/Admin/Site.php:595 -msgid "" -"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" -" to endless loops." -msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops." - -#: src/Module/Admin/Site.php:596 -msgid "Hide help entry from navigation menu" -msgstr "Hide help entry from navigation menu" - -#: src/Module/Admin/Site.php:596 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL." - -#: src/Module/Admin/Site.php:597 -msgid "Single user instance" -msgstr "Single user instance" - -#: src/Module/Admin/Site.php:597 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "Make this instance multi-user or single-user for the named user" - -#: src/Module/Admin/Site.php:599 -msgid "File storage backend" -msgstr "File storage backend" - -#: src/Module/Admin/Site.php:599 -msgid "" -"The backend used to store uploaded data. If you change the storage backend, " -"you can manually move the existing files. If you do not do so, the files " -"uploaded before the change will still be available at the old backend. " -"Please see the settings documentation" -" for more information about the choices and the moving procedure." -msgstr "The backend used to store uploaded data. If you change the storage backend, you can manually move the existing files. If you do not do so, the files uploaded before the change will still be available at the old backend. Please see the settings documentation for more information about the choices and the moving procedure." - -#: src/Module/Admin/Site.php:601 -msgid "Maximum image size" -msgstr "Maximum image size" - -#: src/Module/Admin/Site.php:601 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits." - -#: src/Module/Admin/Site.php:602 -msgid "Maximum image length" -msgstr "Maximum image length" - -#: src/Module/Admin/Site.php:602 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits." - -#: src/Module/Admin/Site.php:603 -msgid "JPEG image quality" -msgstr "JPEG image quality" - -#: src/Module/Admin/Site.php:603 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "Uploaded JPEGs will be saved at this quality setting [0-100]. Default is 100, which is the original quality level." - -#: src/Module/Admin/Site.php:605 -msgid "Register policy" -msgstr "Registration policy" - -#: src/Module/Admin/Site.php:606 -msgid "Maximum Daily Registrations" -msgstr "Maximum daily registrations" - -#: src/Module/Admin/Site.php:606 -msgid "" -"If registration is permitted above, this sets the maximum number of new user" -" registrations to accept per day. If register is set to closed, this " -"setting has no effect." -msgstr "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval." - -#: src/Module/Admin/Site.php:607 -msgid "Register text" -msgstr "Registration text" - -#: src/Module/Admin/Site.php:607 -msgid "" -"Will be displayed prominently on the registration page. You can use BBCode " -"here." -msgstr "Will be displayed prominently on the registration page. You may use BBCode here." - -#: src/Module/Admin/Site.php:608 -msgid "Forbidden Nicknames" -msgstr "Forbidden Nicknames" - -#: src/Module/Admin/Site.php:608 -msgid "" -"Comma separated list of nicknames that are forbidden from registration. " -"Preset is a list of role names according RFC 2142." -msgstr "Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142." - -#: src/Module/Admin/Site.php:609 -msgid "Accounts abandoned after x days" -msgstr "Accounts abandoned after so many days" - -#: src/Module/Admin/Site.php:609 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit." - -#: src/Module/Admin/Site.php:610 -msgid "Allowed friend domains" -msgstr "Allowed friend domains" - -#: src/Module/Admin/Site.php:610 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Comma-separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains" - -#: src/Module/Admin/Site.php:611 -msgid "Allowed email domains" -msgstr "Allowed email domains" - -#: src/Module/Admin/Site.php:611 -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 "Comma-separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains" - -#: src/Module/Admin/Site.php:612 -msgid "No OEmbed rich content" -msgstr "No OEmbed rich content" - -#: src/Module/Admin/Site.php:612 -msgid "" -"Don't show the rich content (e.g. embedded PDF), except from the domains " -"listed below." -msgstr "Don't show rich content (e.g. embedded PDF), except from the domains listed below." - -#: src/Module/Admin/Site.php:613 -msgid "Allowed OEmbed domains" -msgstr "Allowed OEmbed domains" - -#: src/Module/Admin/Site.php:613 -msgid "" -"Comma separated list of domains which oembed content is allowed to be " -"displayed. Wildcards are accepted." -msgstr "Comma-separated list of domains from where OEmbed content is allowed. Wildcards are possible." - -#: src/Module/Admin/Site.php:614 -msgid "Block public" -msgstr "Block public" - -#: src/Module/Admin/Site.php:614 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in." - -#: src/Module/Admin/Site.php:615 -msgid "Force publish" -msgstr "Mandatory directory listing" - -#: src/Module/Admin/Site.php:615 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Force all profiles on this site to be listed in the site directory." - -#: src/Module/Admin/Site.php:615 -msgid "Enabling this may violate privacy laws like the GDPR" -msgstr "Enabling this may violate privacy laws like the GDPR" - -#: src/Module/Admin/Site.php:616 -msgid "Global directory URL" -msgstr "Global directory URL" - -#: src/Module/Admin/Site.php:616 -msgid "" -"URL to the global directory. If this is not set, the global directory is " -"completely unavailable to the application." -msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application." - -#: src/Module/Admin/Site.php:617 -msgid "Private posts by default for new users" -msgstr "Private posts by default for new users" - -#: src/Module/Admin/Site.php:617 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Set default post permissions for all new members to the default privacy group rather than public." - -#: src/Module/Admin/Site.php:618 -msgid "Don't include post content in email notifications" -msgstr "Don't include post content in email notifications" - -#: src/Module/Admin/Site.php:618 -msgid "" -"Don't include the content of a post/comment/private message/etc. in the " -"email notifications that are sent out from this site, as a privacy measure." -msgstr "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure." - -#: src/Module/Admin/Site.php:619 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "Disallow public access to addons listed in the apps menu." - -#: src/Module/Admin/Site.php:619 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "Checking this box will restrict addons listed in the apps menu to members only." - -#: src/Module/Admin/Site.php:620 -msgid "Don't embed private images in posts" -msgstr "Don't embed private images in posts" - -#: src/Module/Admin/Site.php:620 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a " -"while." -msgstr "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while." - -#: src/Module/Admin/Site.php:621 -msgid "Explicit Content" -msgstr "Explicit Content" - -#: src/Module/Admin/Site.php:621 -msgid "" -"Set this to announce that your node is used mostly for explicit content that" -" might not be suited for minors. This information will be published in the " -"node information and might be used, e.g. by the global directory, to filter " -"your node from listings of nodes to join. Additionally a note about this " -"will be shown at the user registration page." -msgstr "Set this to announce that your node is used mostly for explicit content that might not be suited for minors. This information will be published in the node information and might be used, e.g. by the global directory, to filter your node from listings of nodes to join. Additionally a note about this will be shown at the user registration page." - -#: src/Module/Admin/Site.php:622 -msgid "Allow Users to set remote_self" -msgstr "Allow users to set \"Remote self\"" - -#: src/Module/Admin/Site.php:622 -msgid "" -"With checking this, every user is allowed to mark every contact as a " -"remote_self in the repair contact dialog. Setting this flag on a contact " -"causes mirroring every posting of that contact in the users stream." -msgstr "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream." - -#: src/Module/Admin/Site.php:623 -msgid "Block multiple registrations" -msgstr "Block multiple registrations" - -#: src/Module/Admin/Site.php:623 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Disallow users to sign up for additional accounts." - -#: src/Module/Admin/Site.php:624 -msgid "Disable OpenID" -msgstr "Disable OpenID" - -#: src/Module/Admin/Site.php:624 -msgid "Disable OpenID support for registration and logins." -msgstr "Disable OpenID support for registration and logins." - -#: src/Module/Admin/Site.php:625 -msgid "No Fullname check" -msgstr "No full name check" - -#: src/Module/Admin/Site.php:625 -msgid "" -"Allow users to register without a space between the first name and the last " -"name in their full name." -msgstr "Allow users to register without a space between the first name and the last name in their full name." - -#: src/Module/Admin/Site.php:626 -msgid "Community pages for visitors" -msgstr "Community pages for visitors" - -#: src/Module/Admin/Site.php:626 -msgid "" -"Which community pages should be available for visitors. Local users always " -"see both pages." -msgstr "Which community pages should be available for visitors. Local users always see both pages." - -#: src/Module/Admin/Site.php:627 -msgid "Posts per user on community page" -msgstr "Posts per user on community page" - -#: src/Module/Admin/Site.php:627 -msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"\"Global Community\")" -msgstr "The maximum number of posts per user on the community page. (Not valid for \"Global Community\")" - -#: src/Module/Admin/Site.php:628 -msgid "Disable OStatus support" -msgstr "Disable OStatus support" - -#: src/Module/Admin/Site.php:628 -msgid "" -"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed." - -#: src/Module/Admin/Site.php:629 -msgid "Only import OStatus/ActivityPub threads from our contacts" -msgstr "Only import OStatus/ActivityPub threads from our contacts" - -#: src/Module/Admin/Site.php:629 -msgid "" -"Normally we import every content from our OStatus and ActivityPub contacts. " -"With this option we only store threads that are started by a contact that is" -" known on our system." -msgstr "Normally we import every content from our OStatus and ActivityPub contacts. With this option we only store threads that are started by a contact that is known on our system." - -#: src/Module/Admin/Site.php:630 -msgid "OStatus support can only be enabled if threading is enabled." -msgstr "OStatus support can only be enabled if threading is enabled." - -#: src/Module/Admin/Site.php:632 -msgid "" -"Diaspora support can't be enabled because Friendica was installed into a sub" -" directory." -msgstr "diaspora* support can't be enabled because Friendica was installed into a sub directory." - -#: src/Module/Admin/Site.php:633 -msgid "Enable Diaspora support" -msgstr "Enable diaspora* support" - -#: src/Module/Admin/Site.php:633 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Provide built-in diaspora* network compatibility." - -#: src/Module/Admin/Site.php:634 -msgid "Only allow Friendica contacts" -msgstr "Only allow Friendica contacts" - -#: src/Module/Admin/Site.php:634 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled." - -#: src/Module/Admin/Site.php:635 -msgid "Verify SSL" -msgstr "Verify SSL" - -#: src/Module/Admin/Site.php:635 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites." - -#: src/Module/Admin/Site.php:636 -msgid "Proxy user" -msgstr "Proxy user" - -#: src/Module/Admin/Site.php:637 -msgid "Proxy URL" -msgstr "Proxy URL" - -#: src/Module/Admin/Site.php:638 -msgid "Network timeout" -msgstr "Network timeout" - -#: src/Module/Admin/Site.php:638 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)." - -#: src/Module/Admin/Site.php:639 -msgid "Maximum Load Average" -msgstr "Maximum load average" - -#: src/Module/Admin/Site.php:639 -#, php-format -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default %d." -msgstr "Maximum system load before delivery and poll processes are deferred - default %d." - -#: src/Module/Admin/Site.php:640 -msgid "Maximum Load Average (Frontend)" -msgstr "Maximum load average (frontend)" - -#: src/Module/Admin/Site.php:640 -msgid "Maximum system load before the frontend quits service - default 50." -msgstr "Maximum system load before the frontend quits service (default 50)." - -#: src/Module/Admin/Site.php:641 -msgid "Minimal Memory" -msgstr "Minimal memory" - -#: src/Module/Admin/Site.php:641 -msgid "" -"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " -"default 0 (deactivated)." -msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)." - -#: src/Module/Admin/Site.php:642 -msgid "Maximum table size for optimization" -msgstr "Maximum table size for optimization" - -#: src/Module/Admin/Site.php:642 -msgid "" -"Maximum table size (in MB) for the automatic optimization. Enter -1 to " -"disable it." -msgstr "Maximum table size (in MB) for automatic optimization. Enter -1 to disable it." - -#: src/Module/Admin/Site.php:643 -msgid "Minimum level of fragmentation" -msgstr "Minimum level of fragmentation" - -#: src/Module/Admin/Site.php:643 -msgid "" -"Minimum fragmenation level to start the automatic optimization - default " -"value is 30%." -msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)." - -#: src/Module/Admin/Site.php:645 -msgid "Periodical check of global contacts" -msgstr "Periodical check of global contacts" - -#: src/Module/Admin/Site.php:645 -msgid "" -"If enabled, the global contacts are checked periodically for missing or " -"outdated data and the vitality of the contacts and servers." -msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers." - -#: src/Module/Admin/Site.php:646 -msgid "Days between requery" -msgstr "Days between enquiry" - -#: src/Module/Admin/Site.php:646 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "Number of days after which a server is rechecked for contacts." - -#: src/Module/Admin/Site.php:647 -msgid "Discover contacts from other servers" -msgstr "Discover contacts from other servers" - -#: src/Module/Admin/Site.php:647 -msgid "" -"Periodically query other servers for contacts. You can choose between " -"\"Users\": the users on the remote system, \"Global Contacts\": active " -"contacts that are known on the system. The fallback is meant for Redmatrix " -"servers and older friendica servers, where global contacts weren't " -"available. The fallback increases the server load, so the recommended " -"setting is \"Users, Global Contacts\"." -msgstr "Periodically query other servers for contacts. You can choose between \"Users\": the users on the remote system, \"Global Contacts\": active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommended setting is \"Users, Global Contacts\"." - -#: src/Module/Admin/Site.php:648 -msgid "Timeframe for fetching global contacts" -msgstr "Time-frame for fetching global contacts" - -#: src/Module/Admin/Site.php:648 -msgid "" -"When the discovery is activated, this value defines the timeframe for the " -"activity of the global contacts that are fetched from other servers." -msgstr "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers." - -#: src/Module/Admin/Site.php:649 -msgid "Search the local directory" -msgstr "Search the local directory" - -#: src/Module/Admin/Site.php:649 -msgid "" -"Search the local directory instead of the global directory. When searching " -"locally, every search will be executed on the global directory in the " -"background. This improves the search results when the search is repeated." -msgstr "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated." - -#: src/Module/Admin/Site.php:651 -msgid "Publish server information" -msgstr "Publish server information" - -#: src/Module/Admin/Site.php:651 -msgid "" -"If enabled, general server and usage data will be published. The data " -"contains the name and version of the server, number of users with public " -"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." -msgstr "If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." - -#: src/Module/Admin/Site.php:653 -msgid "Check upstream version" -msgstr "Check upstream version" - -#: src/Module/Admin/Site.php:653 -msgid "" -"Enables checking for new Friendica versions at github. If there is a new " -"version, you will be informed in the admin panel overview." -msgstr "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview." - -#: src/Module/Admin/Site.php:654 -msgid "Suppress Tags" -msgstr "Suppress tags" - -#: src/Module/Admin/Site.php:654 -msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "Suppress listed hashtags at the end of posts." - -#: src/Module/Admin/Site.php:655 -msgid "Clean database" -msgstr "Clean database" - -#: src/Module/Admin/Site.php:655 -msgid "" -"Remove old remote items, orphaned database records and old content from some" -" other helper tables." -msgstr "Remove old remote items, orphaned database records, and old content from some other helper tables." - -#: src/Module/Admin/Site.php:656 -msgid "Lifespan of remote items" -msgstr "Lifespan of remote items" - -#: src/Module/Admin/Site.php:656 -msgid "" -"When the database cleanup is enabled, this defines the days after which " -"remote items will be deleted. Own items, and marked or filed items are " -"always kept. 0 disables this behaviour." -msgstr "When the database cleanup is enabled, this defines the days after which remote items will be deleted. Own items, and marked or filed items, are always kept. 0 disables this behavior." - -#: src/Module/Admin/Site.php:657 -msgid "Lifespan of unclaimed items" -msgstr "Lifespan of unclaimed items" - -#: src/Module/Admin/Site.php:657 -msgid "" -"When the database cleanup is enabled, this defines the days after which " -"unclaimed remote items (mostly content from the relay) will be deleted. " -"Default value is 90 days. Defaults to the general lifespan value of remote " -"items if set to 0." -msgstr "When the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0." - -#: src/Module/Admin/Site.php:658 -msgid "Lifespan of raw conversation data" -msgstr "Lifespan of raw conversation data" - -#: src/Module/Admin/Site.php:658 -msgid "" -"The conversation data is used for ActivityPub and OStatus, as well as for " -"debug purposes. It should be safe to remove it after 14 days, default is 90 " -"days." -msgstr "The conversation data is used for ActivityPub and OStatus, as well as for debug purposes. It should be safe to remove it after 14 days, default is 90 days." - -#: src/Module/Admin/Site.php:659 -msgid "Path to item cache" -msgstr "Path to item cache" - -#: src/Module/Admin/Site.php:659 -msgid "The item caches buffers generated bbcode and external images." -msgstr "The item cache retains expanded bbcode and external images." - -#: src/Module/Admin/Site.php:660 -msgid "Cache duration in seconds" -msgstr "Cache duration in seconds" - -#: src/Module/Admin/Site.php:660 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One" -" day). To disable the item cache, set the value to -1." -msgstr "How long should cache files be held? (Default 86400 seconds - one day; -1 disables item cache)" - -#: src/Module/Admin/Site.php:661 -msgid "Maximum numbers of comments per post" -msgstr "Maximum number of comments per post" - -#: src/Module/Admin/Site.php:661 -msgid "How much comments should be shown for each post? Default value is 100." -msgstr "How many comments should be shown for each post? (Default 100)" - -#: src/Module/Admin/Site.php:662 -msgid "Temp path" -msgstr "Temp path" - -#: src/Module/Admin/Site.php:662 -msgid "" -"If you have a restricted system where the webserver can't access the system " -"temp path, enter another path here." -msgstr "Enter a different temp path if your system restricts the webserver's access to the system temp path." - -#: src/Module/Admin/Site.php:663 -msgid "Disable picture proxy" -msgstr "Disable picture proxy" - -#: src/Module/Admin/Site.php:663 -msgid "" -"The picture proxy increases performance and privacy. It shouldn't be used on" -" systems with very low bandwidth." -msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwidth." - -#: src/Module/Admin/Site.php:664 -msgid "Only search in tags" -msgstr "Only search in tags" - -#: src/Module/Admin/Site.php:664 -msgid "On large systems the text search can slow down the system extremely." -msgstr "On large systems, the text search can slow down the system significantly." - -#: src/Module/Admin/Site.php:666 -msgid "New base url" -msgstr "New base URL" - -#: src/Module/Admin/Site.php:666 -msgid "" -"Change base url for this server. Sends relocate message to all Friendica and" -" Diaspora* contacts of all users." -msgstr "Change base URL for this server. Sends a relocate message to all Friendica and diaspora* contacts, for all users." - -#: src/Module/Admin/Site.php:668 -msgid "RINO Encryption" -msgstr "RINO Encryption" - -#: src/Module/Admin/Site.php:668 -msgid "Encryption layer between nodes." -msgstr "Encryption layer between nodes." - -#: src/Module/Admin/Site.php:668 -msgid "Enabled" -msgstr "Enabled" - -#: src/Module/Admin/Site.php:670 -msgid "Maximum number of parallel workers" -msgstr "Maximum number of parallel workers" - -#: src/Module/Admin/Site.php:670 -#, php-format -msgid "" -"On shared hosters set this to %d. On larger systems, values of %d are great." -" Default value is %d." -msgstr "On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d." - -#: src/Module/Admin/Site.php:671 -msgid "Don't use \"proc_open\" with the worker" -msgstr "Don't use \"proc_open\" with the worker" - -#: src/Module/Admin/Site.php:671 -msgid "" -"Enable this if your system doesn't allow the use of \"proc_open\". This can " -"happen on shared hosters. If this is enabled you should increase the " -"frequency of worker calls in your crontab." -msgstr "Enable this if your system doesn't allow the use of \"proc_open\". This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab." - -#: src/Module/Admin/Site.php:672 -msgid "Enable fastlane" -msgstr "Enable fast-lane" - -#: src/Module/Admin/Site.php:672 -msgid "" -"When enabed, the fastlane mechanism starts an additional worker if processes" -" with higher priority are blocked by processes of lower priority." -msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority." - -#: src/Module/Admin/Site.php:673 -msgid "Enable frontend worker" -msgstr "Enable frontend worker" - -#: src/Module/Admin/Site.php:673 -#, php-format -msgid "" -"When enabled the Worker process is triggered when backend access is " -"performed (e.g. messages being delivered). On smaller sites you might want " -"to call %s/worker on a regular basis via an external cron job. You should " -"only enable this option if you cannot utilize cron/scheduled jobs on your " -"server." -msgstr "When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server." - -#: src/Module/Admin/Site.php:675 -msgid "Subscribe to relay" -msgstr "Subscribe to relay" - -#: src/Module/Admin/Site.php:675 -msgid "" -"Enables the receiving of public posts from the relay. They will be included " -"in the search, subscribed tags and on the global community page." -msgstr "Receive public posts from the specified relay. Post will be included in searches, subscribed tags, and on the global community page." - -#: src/Module/Admin/Site.php:676 -msgid "Relay server" -msgstr "Relay server" - -#: src/Module/Admin/Site.php:676 -msgid "" -"Address of the relay server where public posts should be send to. For " -"example https://relay.diasp.org" -msgstr "Address of the relay server where public posts should be sent. For example https://relay.diasp.org" - -#: src/Module/Admin/Site.php:677 -msgid "Direct relay transfer" -msgstr "Direct relay transfer" - -#: src/Module/Admin/Site.php:677 -msgid "" -"Enables the direct transfer to other servers without using the relay servers" -msgstr "Enables direct transfer to other servers without using a relay server." - -#: src/Module/Admin/Site.php:678 -msgid "Relay scope" -msgstr "Relay scope" - -#: src/Module/Admin/Site.php:678 -msgid "" -"Can be \"all\" or \"tags\". \"all\" means that every public post should be " -"received. \"tags\" means that only posts with selected tags should be " -"received." -msgstr "Can be \"all\" or \"tags\". \"all\" means that every public post should be received. \"tags\" means that only posts with selected tags should be received." - -#: src/Module/Admin/Site.php:678 -msgid "all" -msgstr "all" - -#: src/Module/Admin/Site.php:678 -msgid "tags" -msgstr "tags" - -#: src/Module/Admin/Site.php:679 -msgid "Server tags" -msgstr "Server tags" - -#: src/Module/Admin/Site.php:679 -msgid "Comma separated list of tags for the \"tags\" subscription." -msgstr "Comma separated list of tags for the \"tags\" subscription." - -#: src/Module/Admin/Site.php:680 -msgid "Allow user tags" -msgstr "Allow user tags" - -#: src/Module/Admin/Site.php:680 -msgid "" -"If enabled, the tags from the saved searches will used for the \"tags\" " -"subscription in addition to the \"relay_server_tags\"." -msgstr "If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"." - -#: src/Module/Admin/Site.php:683 -msgid "Start Relocation" -msgstr "Start Relocation" - -#: src/Module/Admin/Summary.php:30 -#, php-format -msgid "" -"Your DB still runs with MyISAM tables. You should change the engine type to " -"InnoDB. As Friendica will use InnoDB only features in the future, you should" -" change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the command php " -"bin/console.php dbstructure toinnodb of your Friendica installation for" -" an automatic conversion.
" -msgstr "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB-only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
" - -#: src/Module/Admin/Summary.php:38 -#, php-format -msgid "" -"There is a new version of Friendica available for download. Your current " -"version is %1$s, upstream version is %2$s" -msgstr "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s" - -#: src/Module/Admin/Summary.php:47 -msgid "" -"The database update failed. Please run \"php bin/console.php dbstructure " -"update\" from the command line and have a look at the errors that might " -"appear." -msgstr "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear." - -#: src/Module/Admin/Summary.php:51 -msgid "" -"The last update failed. Please run \"php bin/console.php dbstructure " -"update\" from the command line and have a look at the errors that might " -"appear. (Some of the errors are possibly inside the logfile.)" -msgstr "The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that may appear in the console and logfile output." - -#: src/Module/Admin/Summary.php:56 -msgid "The worker was never executed. Please check your database structure!" -msgstr "The worker process has never been executed. Please check your database structure!" - -#: src/Module/Admin/Summary.php:58 -#, php-format -msgid "" -"The last worker execution was on %s UTC. This is older than one hour. Please" -" check your crontab settings." -msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings." - -#: src/Module/Admin/Summary.php:63 -#, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from " -".htconfig.php. See the Config help page for " -"help with the transition." -msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition..htconfig.php. See the Config help page for help with the transition." - -#: src/Module/Admin/Summary.php:67 -#, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from " -"config/local.ini.php. See the Config help " -"page for help with the transition." -msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition." - -#: src/Module/Admin/Summary.php:73 -#, php-format -msgid "" -"%s is not reachable on your system. This is a severe " -"configuration issue that prevents server to server communication. See the installation page for help." -msgstr "%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help." - -#: src/Module/Admin/Summary.php:89 -#, php-format -msgid "" -"Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" -" system.basepath from your db to avoid differences." -msgstr "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences." - -#: src/Module/Admin/Summary.php:97 -#, php-format -msgid "" -"Friendica's current system.basepath '%s' is wrong and the config file '%s' " -"isn't used." -msgstr "The current system.basepath '%s' is wrong and the config file '%s' isn't used." - -#: src/Module/Admin/Summary.php:105 -#, php-format -msgid "" -"Friendica's current system.basepath '%s' is not equal to the config file " -"'%s'. Please fix your configuration." -msgstr "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration." - -#: src/Module/Admin/Summary.php:112 -msgid "Normal Account" -msgstr "Standard account" - -#: src/Module/Admin/Summary.php:113 -msgid "Automatic Follower Account" -msgstr "Automatic follower account" - -#: src/Module/Admin/Summary.php:114 -msgid "Public Forum Account" -msgstr "Public forum account" - -#: src/Module/Admin/Summary.php:115 -msgid "Automatic Friend Account" -msgstr "Automatic friend account" - -#: src/Module/Admin/Summary.php:116 -msgid "Blog Account" -msgstr "Blog account" - -#: src/Module/Admin/Summary.php:117 -msgid "Private Forum Account" -msgstr "Private forum account" - -#: src/Module/Admin/Summary.php:141 -msgid "Message queues" -msgstr "Message queues" - -#: src/Module/Admin/Summary.php:147 -msgid "Server Settings" -msgstr "Server Settings" - -#: src/Module/Admin/Summary.php:161 -msgid "Summary" -msgstr "Summary" - -#: src/Module/Admin/Summary.php:163 -msgid "Registered users" -msgstr "Signed up users" - -#: src/Module/Admin/Summary.php:165 -msgid "Pending registrations" -msgstr "Pending registrations" - -#: src/Module/Admin/Summary.php:166 -msgid "Version" -msgstr "Version" - -#: src/Module/Admin/Summary.php:170 -msgid "Active addons" -msgstr "Active addons" - #: src/Module/Admin/Themes/Details.php:32 src/Module/Admin/Themes/Embed.php:46 msgid "Theme settings updated." msgstr "Theme settings updated." -#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:47 +#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49 #, php-format msgid "Theme %s disabled." msgstr "Theme %s disabled." -#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:49 +#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51 #, php-format msgid "Theme %s successfully enabled." msgstr "Theme %s successfully enabled." -#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:51 +#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53 #, php-format msgid "Theme %s failed to install." msgstr "Theme %s failed to install." @@ -8160,7 +7246,7 @@ msgid "Screenshot" msgstr "Screenshot" #: src/Module/Admin/Themes/Details.php:105 -#: src/Module/Admin/Themes/Index.php:94 src/Module/BaseAdminModule.php:83 +#: src/Module/Admin/Themes/Index.php:96 src/Module/BaseAdminModule.php:83 msgid "Themes" msgstr "Theme selection" @@ -8168,20 +7254,20 @@ msgstr "Theme selection" msgid "Unknown theme." msgstr "Unknown theme." -#: src/Module/Admin/Themes/Index.php:96 +#: src/Module/Admin/Themes/Index.php:98 msgid "Reload active themes" msgstr "Reload active themes" -#: src/Module/Admin/Themes/Index.php:101 +#: src/Module/Admin/Themes/Index.php:103 #, php-format msgid "No themes found on the system. They should be placed in %1$s" msgstr "No themes found on the system. They should be placed in %1$s" -#: src/Module/Admin/Themes/Index.php:102 +#: src/Module/Admin/Themes/Index.php:104 msgid "[Experimental]" msgstr "[Experimental]" -#: src/Module/Admin/Themes/Index.php:103 +#: src/Module/Admin/Themes/Index.php:105 msgid "[Unsupported]" msgstr "[Unsupported]" @@ -8328,6 +7414,11 @@ msgstr "Last item" msgid "Type" msgstr "Type" +#: src/Module/Admin/Users.php:278 src/Module/Admin/Users.php:295 +#: src/Module/Admin/Site.php:471 src/Module/BaseAdminModule.php:81 +msgid "Users" +msgstr "Users" + #: src/Module/Admin/Users.php:279 msgid "Add User" msgstr "Add user" @@ -8404,125 +7495,1156 @@ msgstr "Nickname of the new user." msgid "Email address of the new user." msgstr "Email address of the new user." +#: src/Module/Admin/Queue.php:34 +msgid "Inspect Deferred Worker Queue" +msgstr "Inspect deferred worker queue" + +#: src/Module/Admin/Queue.php:35 +msgid "" +"This page lists the deferred worker jobs. This are jobs that couldn't be " +"executed at the first time." +msgstr "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed." + +#: src/Module/Admin/Queue.php:38 +msgid "Inspect Worker Queue" +msgstr "Inspect worker queue" + +#: src/Module/Admin/Queue.php:39 +msgid "" +"This page lists the currently queued worker jobs. These jobs are handled by " +"the worker cronjob you've set up during install." +msgstr "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install." + +#: src/Module/Admin/Queue.php:59 +msgid "ID" +msgstr "ID" + +#: src/Module/Admin/Queue.php:60 +msgid "Job Parameters" +msgstr "Job parameters" + +#: src/Module/Admin/Queue.php:61 +msgid "Created" +msgstr "Created" + +#: src/Module/Admin/Queue.php:62 +msgid "Priority" +msgstr "Priority" + +#: src/Module/Admin/Site.php:49 +msgid "Can not parse base url. Must have at least ://" +msgstr "Can not parse base URL. Must have at least ://" + +#: src/Module/Admin/Site.php:234 +msgid "Invalid storage backend setting value." +msgstr "Invalid storage backend setting." + +#: src/Module/Admin/Site.php:410 +msgid "Site settings updated." +msgstr "Site settings updated." + +#: src/Module/Admin/Site.php:462 +msgid "No community page for local users" +msgstr "No community page for local users" + +#: src/Module/Admin/Site.php:463 +msgid "No community page" +msgstr "No community page" + +#: src/Module/Admin/Site.php:464 +msgid "Public postings from users of this site" +msgstr "Public postings from users of this site" + +#: src/Module/Admin/Site.php:465 +msgid "Public postings from the federated network" +msgstr "Public postings from the federated network" + +#: src/Module/Admin/Site.php:466 +msgid "Public postings from local users and the federated network" +msgstr "Public postings from local users and the federated network" + +#: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665 +#: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97 +#: src/Module/Contact.php:525 +msgid "Disabled" +msgstr "Disabled" + +#: src/Module/Admin/Site.php:472 +msgid "Users, Global Contacts" +msgstr "Users, Global Contacts" + +#: src/Module/Admin/Site.php:473 +msgid "Users, Global Contacts/fallback" +msgstr "Users, Global Contacts/fallback" + +#: src/Module/Admin/Site.php:477 +msgid "One month" +msgstr "One month" + +#: src/Module/Admin/Site.php:478 +msgid "Three months" +msgstr "Three months" + +#: src/Module/Admin/Site.php:479 +msgid "Half a year" +msgstr "Half a year" + +#: src/Module/Admin/Site.php:480 +msgid "One year" +msgstr "One a year" + +#: src/Module/Admin/Site.php:486 +msgid "Multi user instance" +msgstr "Multi user instance" + +#: src/Module/Admin/Site.php:508 +msgid "Closed" +msgstr "Closed" + +#: src/Module/Admin/Site.php:509 +msgid "Requires approval" +msgstr "Requires approval" + +#: src/Module/Admin/Site.php:510 +msgid "Open" +msgstr "Open" + +#: src/Module/Admin/Site.php:514 src/Module/Install.php:182 +msgid "No SSL policy, links will track page SSL state" +msgstr "No SSL policy, links will track page SSL state" + +#: src/Module/Admin/Site.php:515 src/Module/Install.php:183 +msgid "Force all links to use SSL" +msgstr "Force all links to use SSL" + +#: src/Module/Admin/Site.php:516 src/Module/Install.php:184 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Self-signed certificate, use SSL for local links only (discouraged)" + +#: src/Module/Admin/Site.php:520 +msgid "Don't check" +msgstr "Don't check" + +#: src/Module/Admin/Site.php:521 +msgid "check the stable version" +msgstr "check for stable version updates" + +#: src/Module/Admin/Site.php:522 +msgid "check the development version" +msgstr "check for development version updates" + +#: src/Module/Admin/Site.php:542 +msgid "Database (legacy)" +msgstr "Database (legacy)" + +#: src/Module/Admin/Site.php:567 src/Module/BaseAdminModule.php:80 +msgid "Site" +msgstr "Site" + +#: src/Module/Admin/Site.php:569 +msgid "Republish users to directory" +msgstr "Republish users to directory" + +#: src/Module/Admin/Site.php:570 src/Module/Register.php:121 +msgid "Registration" +msgstr "Registration" + +#: src/Module/Admin/Site.php:571 +msgid "File upload" +msgstr "File upload" + +#: src/Module/Admin/Site.php:572 +msgid "Policies" +msgstr "Policies" + +#: src/Module/Admin/Site.php:574 +msgid "Auto Discovered Contact Directory" +msgstr "Auto-discovered contact directory" + +#: src/Module/Admin/Site.php:575 +msgid "Performance" +msgstr "Performance" + +#: src/Module/Admin/Site.php:576 +msgid "Worker" +msgstr "Worker" + +#: src/Module/Admin/Site.php:577 +msgid "Message Relay" +msgstr "Message relay" + +#: src/Module/Admin/Site.php:578 +msgid "Relocate Instance" +msgstr "Relocate Instance" + +#: src/Module/Admin/Site.php:579 +msgid "Warning! Advanced function. Could make this server unreachable." +msgstr "Warning! Advanced function that could make this server unreachable." + +#: src/Module/Admin/Site.php:583 +msgid "Site name" +msgstr "Site name" + +#: src/Module/Admin/Site.php:584 +msgid "Sender Email" +msgstr "Sender email" + +#: src/Module/Admin/Site.php:584 +msgid "" +"The email address your server shall use to send notification emails from." +msgstr "The email address your server shall use to send notification emails from." + +#: src/Module/Admin/Site.php:585 +msgid "Banner/Logo" +msgstr "Banner/Logo" + +#: src/Module/Admin/Site.php:586 +msgid "Shortcut icon" +msgstr "Shortcut icon" + +#: src/Module/Admin/Site.php:586 +msgid "Link to an icon that will be used for browsers." +msgstr "Link to an icon that will be used for browsers." + +#: src/Module/Admin/Site.php:587 +msgid "Touch icon" +msgstr "Touch icon" + +#: src/Module/Admin/Site.php:587 +msgid "Link to an icon that will be used for tablets and mobiles." +msgstr "Link to an icon that will be used for tablets and mobiles." + +#: src/Module/Admin/Site.php:588 +msgid "Additional Info" +msgstr "Additional Info" + +#: src/Module/Admin/Site.php:588 +#, php-format +msgid "" +"For public servers: you can add additional information here that will be " +"listed at %s/servers." +msgstr "For public servers: You can add additional information here that will be listed at %s/servers." + +#: src/Module/Admin/Site.php:589 +msgid "System language" +msgstr "System language" + +#: src/Module/Admin/Site.php:590 +msgid "System theme" +msgstr "System theme" + +#: src/Module/Admin/Site.php:590 +msgid "" +"Default system theme - may be over-ridden by user profiles - Change default theme settings" +msgstr "Default system theme - may be over-ridden by user profiles - Change default theme settings" + +#: src/Module/Admin/Site.php:591 +msgid "Mobile system theme" +msgstr "Mobile system theme" + +#: src/Module/Admin/Site.php:591 +msgid "Theme for mobile devices" +msgstr "Theme for mobile devices" + +#: src/Module/Admin/Site.php:592 src/Module/Install.php:192 +msgid "SSL link policy" +msgstr "SSL link policy" + +#: src/Module/Admin/Site.php:592 src/Module/Install.php:194 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Determines whether generated links should be forced to use SSL" + +#: src/Module/Admin/Site.php:593 +msgid "Force SSL" +msgstr "Force SSL" + +#: src/Module/Admin/Site.php:593 +msgid "" +"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" +" to endless loops." +msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops." + +#: src/Module/Admin/Site.php:594 +msgid "Hide help entry from navigation menu" +msgstr "Hide help entry from navigation menu" + +#: src/Module/Admin/Site.php:594 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL." + +#: src/Module/Admin/Site.php:595 +msgid "Single user instance" +msgstr "Single user instance" + +#: src/Module/Admin/Site.php:595 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Make this instance multi-user or single-user for the named user" + +#: src/Module/Admin/Site.php:597 +msgid "File storage backend" +msgstr "File storage backend" + +#: src/Module/Admin/Site.php:597 +msgid "" +"The backend used to store uploaded data. If you change the storage backend, " +"you can manually move the existing files. If you do not do so, the files " +"uploaded before the change will still be available at the old backend. " +"Please see the settings documentation" +" for more information about the choices and the moving procedure." +msgstr "The backend used to store uploaded data. If you change the storage backend, you can manually move the existing files. If you do not do so, the files uploaded before the change will still be available at the old backend. Please see the settings documentation for more information about the choices and the moving procedure." + +#: src/Module/Admin/Site.php:599 +msgid "Maximum image size" +msgstr "Maximum image size" + +#: src/Module/Admin/Site.php:599 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits." + +#: src/Module/Admin/Site.php:600 +msgid "Maximum image length" +msgstr "Maximum image length" + +#: src/Module/Admin/Site.php:600 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits." + +#: src/Module/Admin/Site.php:601 +msgid "JPEG image quality" +msgstr "JPEG image quality" + +#: src/Module/Admin/Site.php:601 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "Uploaded JPEGs will be saved at this quality setting [0-100]. Default is 100, which is the original quality level." + +#: src/Module/Admin/Site.php:603 +msgid "Register policy" +msgstr "Registration policy" + +#: src/Module/Admin/Site.php:604 +msgid "Maximum Daily Registrations" +msgstr "Maximum daily registrations" + +#: src/Module/Admin/Site.php:604 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval." + +#: src/Module/Admin/Site.php:605 +msgid "Register text" +msgstr "Registration text" + +#: src/Module/Admin/Site.php:605 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "Will be displayed prominently on the registration page. You may use BBCode here." + +#: src/Module/Admin/Site.php:606 +msgid "Forbidden Nicknames" +msgstr "Forbidden Nicknames" + +#: src/Module/Admin/Site.php:606 +msgid "" +"Comma separated list of nicknames that are forbidden from registration. " +"Preset is a list of role names according RFC 2142." +msgstr "Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142." + +#: src/Module/Admin/Site.php:607 +msgid "Accounts abandoned after x days" +msgstr "Accounts abandoned after so many days" + +#: src/Module/Admin/Site.php:607 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit." + +#: src/Module/Admin/Site.php:608 +msgid "Allowed friend domains" +msgstr "Allowed friend domains" + +#: src/Module/Admin/Site.php:608 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Comma-separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains" + +#: src/Module/Admin/Site.php:609 +msgid "Allowed email domains" +msgstr "Allowed email domains" + +#: src/Module/Admin/Site.php:609 +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 "Comma-separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains" + +#: src/Module/Admin/Site.php:610 +msgid "No OEmbed rich content" +msgstr "No OEmbed rich content" + +#: src/Module/Admin/Site.php:610 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "Don't show rich content (e.g. embedded PDF), except from the domains listed below." + +#: src/Module/Admin/Site.php:611 +msgid "Allowed OEmbed domains" +msgstr "Allowed OEmbed domains" + +#: src/Module/Admin/Site.php:611 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "Comma-separated list of domains from where OEmbed content is allowed. Wildcards are possible." + +#: src/Module/Admin/Site.php:612 +msgid "Block public" +msgstr "Block public" + +#: src/Module/Admin/Site.php:612 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in." + +#: src/Module/Admin/Site.php:613 +msgid "Force publish" +msgstr "Mandatory directory listing" + +#: src/Module/Admin/Site.php:613 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Force all profiles on this site to be listed in the site directory." + +#: src/Module/Admin/Site.php:613 +msgid "Enabling this may violate privacy laws like the GDPR" +msgstr "Enabling this may violate privacy laws like the GDPR" + +#: src/Module/Admin/Site.php:614 +msgid "Global directory URL" +msgstr "Global directory URL" + +#: src/Module/Admin/Site.php:614 +msgid "" +"URL to the global directory. If this is not set, the global directory is " +"completely unavailable to the application." +msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application." + +#: src/Module/Admin/Site.php:615 +msgid "Private posts by default for new users" +msgstr "Private posts by default for new users" + +#: src/Module/Admin/Site.php:615 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Set default post permissions for all new members to the default privacy group rather than public." + +#: src/Module/Admin/Site.php:616 +msgid "Don't include post content in email notifications" +msgstr "Don't include post content in email notifications" + +#: src/Module/Admin/Site.php:616 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure." + +#: src/Module/Admin/Site.php:617 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "Disallow public access to addons listed in the apps menu." + +#: src/Module/Admin/Site.php:617 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "Checking this box will restrict addons listed in the apps menu to members only." + +#: src/Module/Admin/Site.php:618 +msgid "Don't embed private images in posts" +msgstr "Don't embed private images in posts" + +#: src/Module/Admin/Site.php:618 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while." + +#: src/Module/Admin/Site.php:619 +msgid "Explicit Content" +msgstr "Explicit Content" + +#: src/Module/Admin/Site.php:619 +msgid "" +"Set this to announce that your node is used mostly for explicit content that" +" might not be suited for minors. This information will be published in the " +"node information and might be used, e.g. by the global directory, to filter " +"your node from listings of nodes to join. Additionally a note about this " +"will be shown at the user registration page." +msgstr "Set this to announce that your node is used mostly for explicit content that might not be suited for minors. This information will be published in the node information and might be used, e.g. by the global directory, to filter your node from listings of nodes to join. Additionally a note about this will be shown at the user registration page." + +#: src/Module/Admin/Site.php:620 +msgid "Allow Users to set remote_self" +msgstr "Allow users to set \"Remote self\"" + +#: src/Module/Admin/Site.php:620 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream." + +#: src/Module/Admin/Site.php:621 +msgid "Block multiple registrations" +msgstr "Block multiple registrations" + +#: src/Module/Admin/Site.php:621 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Disallow users to sign up for additional accounts." + +#: src/Module/Admin/Site.php:622 +msgid "Disable OpenID" +msgstr "Disable OpenID" + +#: src/Module/Admin/Site.php:622 +msgid "Disable OpenID support for registration and logins." +msgstr "Disable OpenID support for registration and logins." + +#: src/Module/Admin/Site.php:623 +msgid "No Fullname check" +msgstr "No full name check" + +#: src/Module/Admin/Site.php:623 +msgid "" +"Allow users to register without a space between the first name and the last " +"name in their full name." +msgstr "Allow users to register without a space between the first name and the last name in their full name." + +#: src/Module/Admin/Site.php:624 +msgid "Community pages for visitors" +msgstr "Community pages for visitors" + +#: src/Module/Admin/Site.php:624 +msgid "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "Which community pages should be available for visitors. Local users always see both pages." + +#: src/Module/Admin/Site.php:625 +msgid "Posts per user on community page" +msgstr "Posts per user on community page" + +#: src/Module/Admin/Site.php:625 +msgid "" +"The maximum number of posts per user on the community page. (Not valid for " +"\"Global Community\")" +msgstr "The maximum number of posts per user on the community page. (Not valid for \"Global Community\")" + +#: src/Module/Admin/Site.php:626 +msgid "Disable OStatus support" +msgstr "Disable OStatus support" + +#: src/Module/Admin/Site.php:626 +msgid "" +"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed." + +#: src/Module/Admin/Site.php:627 +msgid "OStatus support can only be enabled if threading is enabled." +msgstr "OStatus support can only be enabled if threading is enabled." + +#: src/Module/Admin/Site.php:629 +msgid "" +"Diaspora support can't be enabled because Friendica was installed into a sub" +" directory." +msgstr "diaspora* support can't be enabled because Friendica was installed into a sub directory." + +#: src/Module/Admin/Site.php:630 +msgid "Enable Diaspora support" +msgstr "Enable diaspora* support" + +#: src/Module/Admin/Site.php:630 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Provide built-in diaspora* network compatibility." + +#: src/Module/Admin/Site.php:631 +msgid "Only allow Friendica contacts" +msgstr "Only allow Friendica contacts" + +#: src/Module/Admin/Site.php:631 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled." + +#: src/Module/Admin/Site.php:632 +msgid "Verify SSL" +msgstr "Verify SSL" + +#: src/Module/Admin/Site.php:632 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites." + +#: src/Module/Admin/Site.php:633 +msgid "Proxy user" +msgstr "Proxy user" + +#: src/Module/Admin/Site.php:634 +msgid "Proxy URL" +msgstr "Proxy URL" + +#: src/Module/Admin/Site.php:635 +msgid "Network timeout" +msgstr "Network timeout" + +#: src/Module/Admin/Site.php:635 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)." + +#: src/Module/Admin/Site.php:636 +msgid "Maximum Load Average" +msgstr "Maximum load average" + +#: src/Module/Admin/Site.php:636 +#, php-format +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default %d." +msgstr "Maximum system load before delivery and poll processes are deferred - default %d." + +#: src/Module/Admin/Site.php:637 +msgid "Maximum Load Average (Frontend)" +msgstr "Maximum load average (frontend)" + +#: src/Module/Admin/Site.php:637 +msgid "Maximum system load before the frontend quits service - default 50." +msgstr "Maximum system load before the frontend quits service (default 50)." + +#: src/Module/Admin/Site.php:638 +msgid "Minimal Memory" +msgstr "Minimal memory" + +#: src/Module/Admin/Site.php:638 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)." + +#: src/Module/Admin/Site.php:639 +msgid "Maximum table size for optimization" +msgstr "Maximum table size for optimization" + +#: src/Module/Admin/Site.php:639 +msgid "" +"Maximum table size (in MB) for the automatic optimization. Enter -1 to " +"disable it." +msgstr "Maximum table size (in MB) for automatic optimization. Enter -1 to disable it." + +#: src/Module/Admin/Site.php:640 +msgid "Minimum level of fragmentation" +msgstr "Minimum level of fragmentation" + +#: src/Module/Admin/Site.php:640 +msgid "" +"Minimum fragmenation level to start the automatic optimization - default " +"value is 30%." +msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)." + +#: src/Module/Admin/Site.php:642 +msgid "Periodical check of global contacts" +msgstr "Periodical check of global contacts" + +#: src/Module/Admin/Site.php:642 +msgid "" +"If enabled, the global contacts are checked periodically for missing or " +"outdated data and the vitality of the contacts and servers." +msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers." + +#: src/Module/Admin/Site.php:643 +msgid "Days between requery" +msgstr "Days between enquiry" + +#: src/Module/Admin/Site.php:643 +msgid "Number of days after which a server is requeried for his contacts." +msgstr "Number of days after which a server is rechecked for contacts." + +#: src/Module/Admin/Site.php:644 +msgid "Discover contacts from other servers" +msgstr "Discover contacts from other servers" + +#: src/Module/Admin/Site.php:644 +msgid "" +"Periodically query other servers for contacts. You can choose between " +"\"Users\": the users on the remote system, \"Global Contacts\": active " +"contacts that are known on the system. The fallback is meant for Redmatrix " +"servers and older friendica servers, where global contacts weren't " +"available. The fallback increases the server load, so the recommended " +"setting is \"Users, Global Contacts\"." +msgstr "Periodically query other servers for contacts. You can choose between \"Users\": the users on the remote system, \"Global Contacts\": active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommended setting is \"Users, Global Contacts\"." + +#: src/Module/Admin/Site.php:645 +msgid "Timeframe for fetching global contacts" +msgstr "Time-frame for fetching global contacts" + +#: src/Module/Admin/Site.php:645 +msgid "" +"When the discovery is activated, this value defines the timeframe for the " +"activity of the global contacts that are fetched from other servers." +msgstr "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers." + +#: src/Module/Admin/Site.php:646 +msgid "Search the local directory" +msgstr "Search the local directory" + +#: src/Module/Admin/Site.php:646 +msgid "" +"Search the local directory instead of the global directory. When searching " +"locally, every search will be executed on the global directory in the " +"background. This improves the search results when the search is repeated." +msgstr "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated." + +#: src/Module/Admin/Site.php:648 +msgid "Publish server information" +msgstr "Publish server information" + +#: src/Module/Admin/Site.php:648 +msgid "" +"If enabled, general server and usage data will be published. The data " +"contains the name and version of the server, number of users with public " +"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." +msgstr "If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." + +#: src/Module/Admin/Site.php:650 +msgid "Check upstream version" +msgstr "Check upstream version" + +#: src/Module/Admin/Site.php:650 +msgid "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview." + +#: src/Module/Admin/Site.php:651 +msgid "Suppress Tags" +msgstr "Suppress tags" + +#: src/Module/Admin/Site.php:651 +msgid "Suppress showing a list of hashtags at the end of the posting." +msgstr "Suppress listed hashtags at the end of posts." + +#: src/Module/Admin/Site.php:652 +msgid "Clean database" +msgstr "Clean database" + +#: src/Module/Admin/Site.php:652 +msgid "" +"Remove old remote items, orphaned database records and old content from some" +" other helper tables." +msgstr "Remove old remote items, orphaned database records, and old content from some other helper tables." + +#: src/Module/Admin/Site.php:653 +msgid "Lifespan of remote items" +msgstr "Lifespan of remote items" + +#: src/Module/Admin/Site.php:653 +msgid "" +"When the database cleanup is enabled, this defines the days after which " +"remote items will be deleted. Own items, and marked or filed items are " +"always kept. 0 disables this behaviour." +msgstr "When the database cleanup is enabled, this defines the days after which remote items will be deleted. Own items, and marked or filed items, are always kept. 0 disables this behavior." + +#: src/Module/Admin/Site.php:654 +msgid "Lifespan of unclaimed items" +msgstr "Lifespan of unclaimed items" + +#: src/Module/Admin/Site.php:654 +msgid "" +"When the database cleanup is enabled, this defines the days after which " +"unclaimed remote items (mostly content from the relay) will be deleted. " +"Default value is 90 days. Defaults to the general lifespan value of remote " +"items if set to 0." +msgstr "When the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0." + +#: src/Module/Admin/Site.php:655 +msgid "Lifespan of raw conversation data" +msgstr "Lifespan of raw conversation data" + +#: src/Module/Admin/Site.php:655 +msgid "" +"The conversation data is used for ActivityPub and OStatus, as well as for " +"debug purposes. It should be safe to remove it after 14 days, default is 90 " +"days." +msgstr "The conversation data is used for ActivityPub and OStatus, as well as for debug purposes. It should be safe to remove it after 14 days, default is 90 days." + +#: src/Module/Admin/Site.php:656 +msgid "Path to item cache" +msgstr "Path to item cache" + +#: src/Module/Admin/Site.php:656 +msgid "The item caches buffers generated bbcode and external images." +msgstr "The item cache retains expanded bbcode and external images." + +#: src/Module/Admin/Site.php:657 +msgid "Cache duration in seconds" +msgstr "Cache duration in seconds" + +#: src/Module/Admin/Site.php:657 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day). To disable the item cache, set the value to -1." +msgstr "How long should cache files be held? (Default 86400 seconds - one day; -1 disables item cache)" + +#: src/Module/Admin/Site.php:658 +msgid "Maximum numbers of comments per post" +msgstr "Maximum number of comments per post" + +#: src/Module/Admin/Site.php:658 +msgid "How much comments should be shown for each post? Default value is 100." +msgstr "How many comments should be shown for each post? (Default 100)" + +#: src/Module/Admin/Site.php:659 +msgid "Temp path" +msgstr "Temp path" + +#: src/Module/Admin/Site.php:659 +msgid "" +"If you have a restricted system where the webserver can't access the system " +"temp path, enter another path here." +msgstr "Enter a different temp path if your system restricts the webserver's access to the system temp path." + +#: src/Module/Admin/Site.php:660 +msgid "Disable picture proxy" +msgstr "Disable picture proxy" + +#: src/Module/Admin/Site.php:660 +msgid "" +"The picture proxy increases performance and privacy. It shouldn't be used on" +" systems with very low bandwidth." +msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwidth." + +#: src/Module/Admin/Site.php:661 +msgid "Only search in tags" +msgstr "Only search in tags" + +#: src/Module/Admin/Site.php:661 +msgid "On large systems the text search can slow down the system extremely." +msgstr "On large systems, the text search can slow down the system significantly." + +#: src/Module/Admin/Site.php:663 +msgid "New base url" +msgstr "New base URL" + +#: src/Module/Admin/Site.php:663 +msgid "" +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." +msgstr "Change base URL for this server. Sends a relocate message to all Friendica and diaspora* contacts, for all users." + +#: src/Module/Admin/Site.php:665 +msgid "RINO Encryption" +msgstr "RINO Encryption" + +#: src/Module/Admin/Site.php:665 +msgid "Encryption layer between nodes." +msgstr "Encryption layer between nodes." + +#: src/Module/Admin/Site.php:665 +msgid "Enabled" +msgstr "Enabled" + +#: src/Module/Admin/Site.php:667 +msgid "Maximum number of parallel workers" +msgstr "Maximum number of parallel workers" + +#: src/Module/Admin/Site.php:667 +#, php-format +msgid "" +"On shared hosters set this to %d. On larger systems, values of %d are great." +" Default value is %d." +msgstr "On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d." + +#: src/Module/Admin/Site.php:668 +msgid "Don't use \"proc_open\" with the worker" +msgstr "Don't use \"proc_open\" with the worker" + +#: src/Module/Admin/Site.php:668 +msgid "" +"Enable this if your system doesn't allow the use of \"proc_open\". This can " +"happen on shared hosters. If this is enabled you should increase the " +"frequency of worker calls in your crontab." +msgstr "Enable this if your system doesn't allow the use of \"proc_open\". This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab." + +#: src/Module/Admin/Site.php:669 +msgid "Enable fastlane" +msgstr "Enable fast-lane" + +#: src/Module/Admin/Site.php:669 +msgid "" +"When enabed, the fastlane mechanism starts an additional worker if processes" +" with higher priority are blocked by processes of lower priority." +msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority." + +#: src/Module/Admin/Site.php:670 +msgid "Enable frontend worker" +msgstr "Enable frontend worker" + +#: src/Module/Admin/Site.php:670 +#, php-format +msgid "" +"When enabled the Worker process is triggered when backend access is " +"performed (e.g. messages being delivered). On smaller sites you might want " +"to call %s/worker on a regular basis via an external cron job. You should " +"only enable this option if you cannot utilize cron/scheduled jobs on your " +"server." +msgstr "When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server." + +#: src/Module/Admin/Site.php:672 +msgid "Subscribe to relay" +msgstr "Subscribe to relay" + +#: src/Module/Admin/Site.php:672 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "Receive public posts from the specified relay. Post will be included in searches, subscribed tags, and on the global community page." + +#: src/Module/Admin/Site.php:673 +msgid "Relay server" +msgstr "Relay server" + +#: src/Module/Admin/Site.php:673 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "Address of the relay server where public posts should be sent. For example https://relay.diasp.org" + +#: src/Module/Admin/Site.php:674 +msgid "Direct relay transfer" +msgstr "Direct relay transfer" + +#: src/Module/Admin/Site.php:674 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "Enables direct transfer to other servers without using a relay server." + +#: src/Module/Admin/Site.php:675 +msgid "Relay scope" +msgstr "Relay scope" + +#: src/Module/Admin/Site.php:675 +msgid "" +"Can be \"all\" or \"tags\". \"all\" means that every public post should be " +"received. \"tags\" means that only posts with selected tags should be " +"received." +msgstr "Can be \"all\" or \"tags\". \"all\" means that every public post should be received. \"tags\" means that only posts with selected tags should be received." + +#: src/Module/Admin/Site.php:675 +msgid "all" +msgstr "all" + +#: src/Module/Admin/Site.php:675 +msgid "tags" +msgstr "tags" + +#: src/Module/Admin/Site.php:676 +msgid "Server tags" +msgstr "Server tags" + +#: src/Module/Admin/Site.php:676 +msgid "Comma separated list of tags for the \"tags\" subscription." +msgstr "Comma separated list of tags for the \"tags\" subscription." + +#: src/Module/Admin/Site.php:677 +msgid "Allow user tags" +msgstr "Allow user tags" + +#: src/Module/Admin/Site.php:677 +msgid "" +"If enabled, the tags from the saved searches will used for the \"tags\" " +"subscription in addition to the \"relay_server_tags\"." +msgstr "If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"." + +#: src/Module/Admin/Site.php:680 +msgid "Start Relocation" +msgstr "Start Relocation" + +#: src/Module/Admin/Summary.php:30 +#, php-format +msgid "" +"Your DB still runs with MyISAM tables. You should change the engine type to " +"InnoDB. As Friendica will use InnoDB only features in the future, you should" +" change this! See here for a guide that may be helpful " +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
" +msgstr "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB-only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
" + +#: src/Module/Admin/Summary.php:38 +#, php-format +msgid "" +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" +msgstr "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s" + +#: src/Module/Admin/Summary.php:47 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear." + +#: src/Module/Admin/Summary.php:51 +msgid "" +"The last update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear. (Some of the errors are possibly inside the logfile.)" +msgstr "The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that may appear in the console and logfile output." + +#: src/Module/Admin/Summary.php:56 +msgid "The worker was never executed. Please check your database structure!" +msgstr "The worker process has never been executed. Please check your database structure!" + +#: src/Module/Admin/Summary.php:58 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings." + +#: src/Module/Admin/Summary.php:63 +#, php-format +msgid "" +"Friendica's configuration now is stored in config/local.config.php, please " +"copy config/local-sample.config.php and move your config from " +".htconfig.php. See the Config help page for " +"help with the transition." +msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition..htconfig.php. See the Config help page for help with the transition." + +#: src/Module/Admin/Summary.php:67 +#, php-format +msgid "" +"Friendica's configuration now is stored in config/local.config.php, please " +"copy config/local-sample.config.php and move your config from " +"config/local.ini.php. See the Config help " +"page for help with the transition." +msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition." + +#: src/Module/Admin/Summary.php:73 +#, php-format +msgid "" +"%s is not reachable on your system. This is a severe " +"configuration issue that prevents server to server communication. See the installation page for help." +msgstr "%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help." + +#: src/Module/Admin/Summary.php:106 +#, php-format +msgid "" +"Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" +" system.basepath from your db to avoid differences." +msgstr "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences." + +#: src/Module/Admin/Summary.php:114 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is wrong and the config file '%s' " +"isn't used." +msgstr "The current system.basepath '%s' is wrong and the config file '%s' isn't used." + +#: src/Module/Admin/Summary.php:122 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is not equal to the config file " +"'%s'. Please fix your configuration." +msgstr "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration." + +#: src/Module/Admin/Summary.php:129 +msgid "Normal Account" +msgstr "Standard account" + +#: src/Module/Admin/Summary.php:130 +msgid "Automatic Follower Account" +msgstr "Automatic follower account" + +#: src/Module/Admin/Summary.php:131 +msgid "Public Forum Account" +msgstr "Public forum account" + +#: src/Module/Admin/Summary.php:132 +msgid "Automatic Friend Account" +msgstr "Automatic friend account" + +#: src/Module/Admin/Summary.php:133 +msgid "Blog Account" +msgstr "Blog account" + +#: src/Module/Admin/Summary.php:134 +msgid "Private Forum Account" +msgstr "Private forum account" + +#: src/Module/Admin/Summary.php:154 +msgid "Message queues" +msgstr "Message queues" + +#: src/Module/Admin/Summary.php:160 +msgid "Server Settings" +msgstr "Server Settings" + +#: src/Module/Admin/Summary.php:174 +msgid "Summary" +msgstr "Summary" + +#: src/Module/Admin/Summary.php:176 +msgid "Registered users" +msgstr "Signed up users" + +#: src/Module/Admin/Summary.php:178 +msgid "Pending registrations" +msgstr "Pending registrations" + +#: src/Module/Admin/Summary.php:179 +msgid "Version" +msgstr "Version" + +#: src/Module/Admin/Summary.php:183 +msgid "Active addons" +msgstr "Active addons" + #: src/Module/AllFriends.php:55 msgid "No friends to display." msgstr "No friends to display." -#: src/Module/Apps.php:29 -msgid "No installed applications." -msgstr "No installed applications." - -#: src/Module/Apps.php:34 -msgid "Applications" -msgstr "Applications" - #: src/Module/Attach.php:36 src/Module/Attach.php:48 msgid "Item was not found." msgstr "Item was not found." -#: src/Module/Babel.php:31 -msgid "Source input" -msgstr "Source input" - -#: src/Module/Babel.php:37 -msgid "BBCode::toPlaintext" -msgstr "BBCode::toPlaintext" - -#: src/Module/Babel.php:43 -msgid "BBCode::convert (raw HTML)" -msgstr "BBCode::convert (raw HTML)" - -#: src/Module/Babel.php:48 -msgid "BBCode::convert" -msgstr "BBCode::convert" - -#: src/Module/Babel.php:54 -msgid "BBCode::convert => HTML::toBBCode" -msgstr "BBCode::convert => HTML::toBBCode" - -#: src/Module/Babel.php:60 -msgid "BBCode::toMarkdown" -msgstr "BBCode::toMarkdown" - -#: src/Module/Babel.php:66 -msgid "BBCode::toMarkdown => Markdown::convert" -msgstr "BBCode::toMarkdown => Markdown::convert" - -#: src/Module/Babel.php:72 -msgid "BBCode::toMarkdown => Markdown::toBBCode" -msgstr "BBCode::toMarkdown => Markdown::toBBCode" - -#: src/Module/Babel.php:78 -msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" -msgstr "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" - -#: src/Module/Babel.php:89 -msgid "Item Body" -msgstr "Item body" - -#: src/Module/Babel.php:93 -msgid "Item Tags" -msgstr "Item tags" - -#: src/Module/Babel.php:100 -msgid "Source input (Diaspora format)" -msgstr "Source input (diaspora* format)" - -#: src/Module/Babel.php:106 -msgid "Markdown::convert (raw HTML)" -msgstr "Markdown::convert (raw HTML)" - -#: src/Module/Babel.php:111 -msgid "Markdown::convert" -msgstr "Markdown::convert" - -#: src/Module/Babel.php:117 -msgid "Markdown::toBBCode" -msgstr "Markdown::toBBCode" - -#: src/Module/Babel.php:124 -msgid "Raw HTML input" -msgstr "Raw HTML input" - -#: src/Module/Babel.php:129 -msgid "HTML Input" -msgstr "HTML input" - -#: src/Module/Babel.php:135 -msgid "HTML::toBBCode" -msgstr "HTML::toBBCode" - -#: src/Module/Babel.php:141 -msgid "HTML::toBBCode => BBCode::convert" -msgstr "HTML::toBBCode => BBCode::convert" - -#: src/Module/Babel.php:146 -msgid "HTML::toBBCode => BBCode::convert (raw HTML)" -msgstr "HTML::toBBCode => BBCode::convert (raw HTML)" - -#: src/Module/Babel.php:152 -msgid "HTML::toMarkdown" -msgstr "HTML::toMarkdown" - -#: src/Module/Babel.php:158 -msgid "HTML::toPlaintext" -msgstr "HTML::toPlaintext" - -#: src/Module/Babel.php:166 -msgid "Source text" -msgstr "Source text" - -#: src/Module/Babel.php:167 -msgid "BBCode" -msgstr "BBCode" - -#: src/Module/Babel.php:168 -msgid "Markdown" -msgstr "Markdown" - -#: src/Module/Babel.php:169 -msgid "HTML" -msgstr "HTML" +#: src/Module/BaseAdminModule.php:62 +msgid "" +"Submanaged account can't access the administation pages. Please log back in " +"as the master account." +msgstr "A managed account cannot access the administration pages. Please log in as administrator." #: src/Module/BaseAdminModule.php:76 msgid "Overview" @@ -8556,6 +8678,10 @@ msgstr "Tools" msgid "Contact Blocklist" msgstr "Contact blocklist" +#: src/Module/BaseAdminModule.php:94 +msgid "Server Blocklist" +msgstr "Server blocklist" + #: src/Module/BaseAdminModule.php:101 msgid "Diagnostics" msgstr "Diagnostics" @@ -8588,412 +8714,195 @@ msgstr "Addon features" msgid "User registrations waiting for confirmation" msgstr "User registrations awaiting confirmation" -#: src/Module/Bookmarklet.php:35 -msgid "This page is missing a url parameter." -msgstr "This page is missing a URL parameter." - -#: src/Module/Bookmarklet.php:57 -msgid "The post was created" -msgstr "The post was created" - -#: src/Module/Contact.php:166 +#: src/Module/BaseSearchModule.php:52 #, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "%d contact edited." -msgstr[1] "%d contacts edited." +msgid "People Search - %s" +msgstr "People search - %s" -#: src/Module/Contact.php:193 src/Module/Contact.php:377 -msgid "Could not access contact record." -msgstr "Could not access contact record." - -#: src/Module/Contact.php:203 -msgid "Could not locate selected profile." -msgstr "Could not locate selected profile." - -#: src/Module/Contact.php:235 -msgid "Contact updated." -msgstr "Contact updated." - -#: src/Module/Contact.php:398 -msgid "Contact has been blocked" -msgstr "Contact has been blocked" - -#: src/Module/Contact.php:398 -msgid "Contact has been unblocked" -msgstr "Contact has been unblocked" - -#: src/Module/Contact.php:408 -msgid "Contact has been ignored" -msgstr "Contact has been ignored" - -#: src/Module/Contact.php:408 -msgid "Contact has been unignored" -msgstr "Contact has been unignored" - -#: src/Module/Contact.php:418 -msgid "Contact has been archived" -msgstr "Contact has been archived" - -#: src/Module/Contact.php:418 -msgid "Contact has been unarchived" -msgstr "Contact has been unarchived" - -#: src/Module/Contact.php:442 -msgid "Drop contact" -msgstr "Drop contact" - -#: src/Module/Contact.php:445 src/Module/Contact.php:823 -msgid "Do you really want to delete this contact?" -msgstr "Do you really want to delete this contact?" - -#: src/Module/Contact.php:459 -msgid "Contact has been removed." -msgstr "Contact has been removed." - -#: src/Module/Contact.php:489 +#: src/Module/BaseSearchModule.php:62 #, php-format -msgid "You are mutual friends with %s" -msgstr "You are mutual friends with %s" +msgid "Forum Search - %s" +msgstr "Forum search - %s" -#: src/Module/Contact.php:494 -#, php-format -msgid "You are sharing with %s" -msgstr "You are sharing with %s" - -#: src/Module/Contact.php:499 -#, php-format -msgid "%s is sharing with you" -msgstr "%s is sharing with you" - -#: src/Module/Contact.php:523 -msgid "Private communications are not available for this contact." -msgstr "Private communications are not available for this contact." - -#: src/Module/Contact.php:525 -msgid "Never" -msgstr "Never" - -#: src/Module/Contact.php:528 -msgid "(Update was successful)" -msgstr "(Update was successful)" - -#: src/Module/Contact.php:528 -msgid "(Update was not successful)" -msgstr "(Update was not successful)" - -#: src/Module/Contact.php:530 src/Module/Contact.php:1061 -msgid "Suggest friends" -msgstr "Suggest friends" - -#: src/Module/Contact.php:534 -#, php-format -msgid "Network type: %s" -msgstr "Network type: %s" - -#: src/Module/Contact.php:539 -msgid "Communications lost with this contact!" -msgstr "Communications lost with this contact!" - -#: src/Module/Contact.php:545 -msgid "Fetch further information for feeds" -msgstr "Fetch further information for feeds" - -#: src/Module/Contact.php:547 -msgid "" -"Fetch information like preview pictures, title and teaser from the feed " -"item. You can activate this if the feed doesn't contain much text. Keywords " -"are taken from the meta header in the feed item and are posted as hash tags." -msgstr "Fetch information like preview pictures, title, and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags." - -#: src/Module/Contact.php:550 -msgid "Fetch information" -msgstr "Fetch information" - -#: src/Module/Contact.php:551 -msgid "Fetch keywords" -msgstr "Fetch keywords" - -#: src/Module/Contact.php:552 -msgid "Fetch information and keywords" -msgstr "Fetch information and keywords" - -#: src/Module/Contact.php:584 -msgid "Profile Visibility" -msgstr "Profile visibility" - -#: src/Module/Contact.php:585 -msgid "Contact Information / Notes" -msgstr "Personal note" - -#: src/Module/Contact.php:586 -msgid "Contact Settings" -msgstr "Notification and privacy " - -#: src/Module/Contact.php:595 -msgid "Contact" -msgstr "Contact" - -#: src/Module/Contact.php:599 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Please choose the profile you would like to display to %s when viewing your profile securely." - -#: src/Module/Contact.php:601 -msgid "Their personal note" -msgstr "Their personal note" - -#: src/Module/Contact.php:603 -msgid "Edit contact notes" -msgstr "Edit contact notes" - -#: src/Module/Contact.php:607 -msgid "Block/Unblock contact" -msgstr "Block/Unblock contact" - -#: src/Module/Contact.php:608 -msgid "Ignore contact" -msgstr "Ignore contact" - -#: src/Module/Contact.php:609 -msgid "Repair URL settings" -msgstr "Repair URL settings" - -#: src/Module/Contact.php:610 -msgid "View conversations" -msgstr "View conversations" - -#: src/Module/Contact.php:615 -msgid "Last update:" -msgstr "Last update:" - -#: src/Module/Contact.php:617 -msgid "Update public posts" -msgstr "Update public posts" - -#: src/Module/Contact.php:619 src/Module/Contact.php:1071 -msgid "Update now" -msgstr "Update now" - -#: src/Module/Contact.php:625 src/Module/Contact.php:828 -#: src/Module/Contact.php:1088 -msgid "Unignore" -msgstr "Unignore" - -#: src/Module/Contact.php:629 -msgid "Currently blocked" -msgstr "Currently blocked" - -#: src/Module/Contact.php:630 -msgid "Currently ignored" -msgstr "Currently ignored" - -#: src/Module/Contact.php:631 -msgid "Currently archived" -msgstr "Currently archived" - -#: src/Module/Contact.php:632 -msgid "Awaiting connection acknowledge" -msgstr "Awaiting connection acknowledgement" - -#: src/Module/Contact.php:633 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Replies/Likes to your public posts may still be visible" - -#: src/Module/Contact.php:634 -msgid "Notification for new posts" -msgstr "Notification for new posts" - -#: src/Module/Contact.php:634 -msgid "Send a notification of every new post of this contact" -msgstr "Send notification for every new post from this contact" - -#: src/Module/Contact.php:636 -msgid "Blacklisted keywords" -msgstr "Blacklisted keywords" - -#: src/Module/Contact.php:636 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "Comma-separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected" - -#: src/Module/Contact.php:653 src/Module/Settings/TwoFactor/Index.php:100 -msgid "Actions" -msgstr "Actions" - -#: src/Module/Contact.php:700 -msgid "Suggestions" -msgstr "Suggestions" - -#: src/Module/Contact.php:703 -msgid "Suggest potential friends" -msgstr "Suggest potential friends" - -#: src/Module/Contact.php:708 src/Module/Group.php:287 -msgid "All Contacts" -msgstr "All contacts" - -#: src/Module/Contact.php:711 -msgid "Show all contacts" -msgstr "Show all contacts" - -#: src/Module/Contact.php:716 -msgid "Unblocked" -msgstr "Unblocked" - -#: src/Module/Contact.php:719 -msgid "Only show unblocked contacts" -msgstr "Only show unblocked contacts" - -#: src/Module/Contact.php:724 -msgid "Blocked" -msgstr "Blocked" - -#: src/Module/Contact.php:727 -msgid "Only show blocked contacts" -msgstr "Only show blocked contacts" - -#: src/Module/Contact.php:732 -msgid "Ignored" -msgstr "Ignored" - -#: src/Module/Contact.php:735 -msgid "Only show ignored contacts" -msgstr "Only show ignored contacts" - -#: src/Module/Contact.php:740 -msgid "Archived" -msgstr "Archived" - -#: src/Module/Contact.php:743 -msgid "Only show archived contacts" -msgstr "Only show archived contacts" - -#: src/Module/Contact.php:748 -msgid "Hidden" -msgstr "Hidden" - -#: src/Module/Contact.php:751 -msgid "Only show hidden contacts" -msgstr "Only show hidden contacts" - -#: src/Module/Contact.php:759 -msgid "Organize your contact groups" -msgstr "Organize your contact groups" - -#: src/Module/Contact.php:818 -msgid "Search your contacts" -msgstr "Search your contacts" - -#: src/Module/Contact.php:829 src/Module/Contact.php:1097 -msgid "Archive" -msgstr "Archive" - -#: src/Module/Contact.php:829 src/Module/Contact.php:1097 -msgid "Unarchive" -msgstr "Unarchive" - -#: src/Module/Contact.php:832 -msgid "Batch Actions" -msgstr "Batch actions" - -#: src/Module/Contact.php:859 -msgid "Conversations started by this contact" -msgstr "Conversations started by this contact" - -#: src/Module/Contact.php:864 -msgid "Posts and Comments" -msgstr "Posts and Comments" - -#: src/Module/Contact.php:887 -msgid "View all contacts" -msgstr "View all contacts" - -#: src/Module/Contact.php:898 -msgid "View all common friends" -msgstr "View all common friends" - -#: src/Module/Contact.php:908 -msgid "Advanced Contact Settings" -msgstr "Advanced contact settings" - -#: src/Module/Contact.php:994 -msgid "Mutual Friendship" -msgstr "Mutual friendship" - -#: src/Module/Contact.php:999 -msgid "is a fan of yours" -msgstr "is a fan of yours" - -#: src/Module/Contact.php:1004 -msgid "you are a fan of" -msgstr "I follow them" - -#: src/Module/Contact.php:1028 -msgid "Edit contact" -msgstr "Edit contact" - -#: src/Module/Contact.php:1082 -msgid "Toggle Blocked status" -msgstr "Toggle blocked status" - -#: src/Module/Contact.php:1090 -msgid "Toggle Ignored status" -msgstr "Toggle ignored status" - -#: src/Module/Contact.php:1099 -msgid "Toggle Archive status" -msgstr "Toggle archive status" - -#: src/Module/Contact.php:1107 -msgid "Delete contact" -msgstr "Delete contact" - -#: src/Module/Credits.php:25 -msgid "Credits" -msgstr "Credits" - -#: src/Module/Credits.php:26 -msgid "" -"Friendica is a community project, that would not be possible without the " -"help of many people. Here is a list of those who have contributed to the " -"code or the translation of Friendica. Thank you all!" -msgstr "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!" - -#: src/Module/Directory.php:66 -msgid "No entries (some entries may be hidden)." -msgstr "No entries (entries may be hidden)." - -#: src/Module/Directory.php:85 -msgid "Find on this site" -msgstr "Find on this site" - -#: src/Module/Directory.php:87 -msgid "Results for:" -msgstr "Results for:" - -#: src/Module/Directory.php:89 -msgid "Site Directory" -msgstr "Site directory" - -#: src/Module/Feedtest.php:20 src/Module/Filer/SaveTag.php:20 +#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20 msgid "You must be logged in to use this module" msgstr "You must be logged in to use this module" -#: src/Module/Feedtest.php:49 +#: src/Module/Debug/Feed.php:49 msgid "Source URL" msgstr "Source URL" +#: src/Module/Debug/Localtime.php:30 +msgid "Time Conversion" +msgstr "Time conversion" + +#: src/Module/Debug/Localtime.php:31 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica provides this service for sharing events with other networks and friends in unknown time zones." + +#: src/Module/Debug/Localtime.php:32 +#, php-format +msgid "UTC time: %s" +msgstr "UTC time: %s" + +#: src/Module/Debug/Localtime.php:35 +#, php-format +msgid "Current timezone: %s" +msgstr "Current time zone: %s" + +#: src/Module/Debug/Localtime.php:39 +#, php-format +msgid "Converted localtime: %s" +msgstr "Converted local time: %s" + +#: src/Module/Debug/Localtime.php:43 +msgid "Please select your timezone:" +msgstr "Please select your time zone:" + +#: src/Module/Debug/Probe.php:19 src/Module/Debug/WebFinger.php:18 +msgid "Only logged in users are permitted to perform a probing." +msgstr "Only logged in users are permitted to use the Probe feature." + +#: src/Module/Debug/Probe.php:35 +msgid "Lookup address" +msgstr "" + +#: src/Module/Debug/Babel.php:32 +msgid "Source input" +msgstr "Source input" + +#: src/Module/Debug/Babel.php:38 +msgid "BBCode::toPlaintext" +msgstr "BBCode::toPlaintext" + +#: src/Module/Debug/Babel.php:44 +msgid "BBCode::convert (raw HTML)" +msgstr "BBCode::convert (raw HTML)" + +#: src/Module/Debug/Babel.php:49 +msgid "BBCode::convert" +msgstr "BBCode::convert" + +#: src/Module/Debug/Babel.php:55 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "BBCode::convert => HTML::toBBCode" + +#: src/Module/Debug/Babel.php:61 +msgid "BBCode::toMarkdown" +msgstr "BBCode::toMarkdown" + +#: src/Module/Debug/Babel.php:67 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "BBCode::toMarkdown => Markdown::convert" + +#: src/Module/Debug/Babel.php:73 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::toBBCode" + +#: src/Module/Debug/Babel.php:79 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" + +#: src/Module/Debug/Babel.php:90 +msgid "Item Body" +msgstr "Item body" + +#: src/Module/Debug/Babel.php:94 +msgid "Item Tags" +msgstr "Item tags" + +#: src/Module/Debug/Babel.php:101 +msgid "Source input (Diaspora format)" +msgstr "Source input (diaspora* format)" + +#: src/Module/Debug/Babel.php:107 +msgid "Markdown::convert (raw HTML)" +msgstr "Markdown::convert (raw HTML)" + +#: src/Module/Debug/Babel.php:112 +msgid "Markdown::convert" +msgstr "Markdown::convert" + +#: src/Module/Debug/Babel.php:118 +msgid "Markdown::toBBCode" +msgstr "Markdown::toBBCode" + +#: src/Module/Debug/Babel.php:125 +msgid "Raw HTML input" +msgstr "Raw HTML input" + +#: src/Module/Debug/Babel.php:130 +msgid "HTML Input" +msgstr "HTML input" + +#: src/Module/Debug/Babel.php:136 +msgid "HTML::toBBCode" +msgstr "HTML::toBBCode" + +#: src/Module/Debug/Babel.php:142 +msgid "HTML::toBBCode => BBCode::convert" +msgstr "HTML::toBBCode => BBCode::convert" + +#: src/Module/Debug/Babel.php:147 +msgid "HTML::toBBCode => BBCode::convert (raw HTML)" +msgstr "HTML::toBBCode => BBCode::convert (raw HTML)" + +#: src/Module/Debug/Babel.php:153 +msgid "HTML::toBBCode => BBCode::toPlaintext" +msgstr "" + +#: src/Module/Debug/Babel.php:159 +msgid "HTML::toMarkdown" +msgstr "HTML::toMarkdown" + +#: src/Module/Debug/Babel.php:165 +msgid "HTML::toPlaintext" +msgstr "HTML::toPlaintext" + +#: src/Module/Debug/Babel.php:171 +msgid "HTML::toPlaintext (compact)" +msgstr "" + +#: src/Module/Debug/Babel.php:179 +msgid "Source text" +msgstr "Source text" + +#: src/Module/Debug/Babel.php:180 +msgid "BBCode" +msgstr "BBCode" + +#: src/Module/Debug/Babel.php:181 +msgid "Markdown" +msgstr "Markdown" + +#: src/Module/Debug/Babel.php:182 +msgid "HTML" +msgstr "HTML" + +#: src/Module/Directory.php:61 +msgid "No entries (some entries may be hidden)." +msgstr "No entries (entries may be hidden)." + +#: src/Module/Directory.php:80 +msgid "Find on this site" +msgstr "Find on this site" + +#: src/Module/Directory.php:82 +msgid "Results for:" +msgstr "Results for:" + +#: src/Module/Directory.php:84 +msgid "Site Directory" +msgstr "Site directory" + #: src/Module/Filer/SaveTag.php:39 #, php-format msgid "Filetag %s saved to item" msgstr "File-tag %s saved to item" -#: src/Module/Filer/SaveTag.php:49 +#: src/Module/Filer/SaveTag.php:48 msgid "- select -" msgstr "- select -" @@ -9148,150 +9057,6 @@ msgstr "Help:" msgid "Welcome to %s" msgstr "Welcome to %s" -#: src/Module/Install.php:158 -msgid "Friendica Communications Server - Setup" -msgstr "Friendica Communications Server - Setup" - -#: src/Module/Install.php:169 -msgid "System check" -msgstr "System check" - -#: src/Module/Install.php:174 -msgid "Check again" -msgstr "Check again" - -#: src/Module/Install.php:189 -msgid "Base settings" -msgstr "Base settings" - -#: src/Module/Install.php:196 -msgid "Host name" -msgstr "Host name" - -#: src/Module/Install.php:198 -msgid "" -"Overwrite this field in case the determinated hostname isn't right, " -"otherweise leave it as is." -msgstr "Overwrite this field in case the hostname is incorrect, otherwise leave it as is." - -#: src/Module/Install.php:201 -msgid "Base path to installation" -msgstr "Base path to installation" - -#: src/Module/Install.php:203 -msgid "" -"If the system cannot detect the correct path to your installation, enter the" -" correct path here. This setting should only be set if you are using a " -"restricted system and symbolic links to your webroot." -msgstr "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot." - -#: src/Module/Install.php:206 -msgid "Sub path of the URL" -msgstr "URL Sub-path " - -#: src/Module/Install.php:208 -msgid "" -"Overwrite this field in case the sub path determination isn't right, " -"otherwise leave it as is. Leaving this field blank means the installation is" -" at the base URL without sub path." -msgstr "Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub-path." - -#: src/Module/Install.php:219 -msgid "Database connection" -msgstr "Database connection" - -#: src/Module/Install.php:220 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "In order to install Friendica we need to know how to connect to your database." - -#: src/Module/Install.php:221 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." - -#: src/Module/Install.php:222 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "The database you specify below should already exist. If it does not, please create it before continuing." - -#: src/Module/Install.php:229 -msgid "Database Server Name" -msgstr "Database server name" - -#: src/Module/Install.php:234 -msgid "Database Login Name" -msgstr "Database login name" - -#: src/Module/Install.php:240 -msgid "Database Login Password" -msgstr "Database login password" - -#: src/Module/Install.php:242 -msgid "For security reasons the password must not be empty" -msgstr "For security reasons the password must not be empty" - -#: src/Module/Install.php:245 -msgid "Database Name" -msgstr "Database name" - -#: src/Module/Install.php:249 src/Module/Install.php:278 -msgid "Please select a default timezone for your website" -msgstr "Please select a default time zone for your website" - -#: src/Module/Install.php:263 -msgid "Site settings" -msgstr "Site settings" - -#: src/Module/Install.php:273 -msgid "Site administrator email address" -msgstr "Site administrator email address" - -#: src/Module/Install.php:275 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Your account email address must match this in order to use the web admin panel." - -#: src/Module/Install.php:282 -msgid "System Language:" -msgstr "System language:" - -#: src/Module/Install.php:284 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "Set the default language for your Friendica installation interface and email communication." - -#: src/Module/Install.php:296 -msgid "Your Friendica site database has been installed." -msgstr "Your Friendica site database has been installed." - -#: src/Module/Install.php:304 -msgid "Installation finished" -msgstr "Installation finished" - -#: src/Module/Install.php:326 -msgid "

What next

" -msgstr "

What next

" - -#: src/Module/Install.php:327 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"worker." -msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." - -#: src/Module/Install.php:330 -#, php-format -msgid "" -"Go to your new Friendica node registration page " -"and register as new user. Remember to use the same email you have entered as" -" administrator email. This will allow you to enter the site admin panel." -msgstr "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel." - #: src/Module/Invite.php:37 msgid "Total invitation limit exceeded." msgstr "Total invitation limit exceeded" @@ -9396,72 +9161,93 @@ msgid "" "important, please visit http://friendi.ca" msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca" -#: src/Module/Localtime.php:30 -msgid "Time Conversion" -msgstr "Time conversion" +#: src/Module/Item/Compose.php:30 +msgid "Please enter a post body." +msgstr "" -#: src/Module/Localtime.php:31 +#: src/Module/Item/Compose.php:43 +msgid "This feature is only available with the frio theme." +msgstr "" + +#: src/Module/Item/Compose.php:63 +msgid "Compose new personal note" +msgstr "" + +#: src/Module/Item/Compose.php:70 +msgid "Compose new post" +msgstr "" + +#: src/Module/Item/Compose.php:190 +msgid "Clear the location" +msgstr "" + +#: src/Module/Item/Compose.php:191 +msgid "Location services are unavailable on your device" +msgstr "" + +#: src/Module/Item/Compose.php:192 msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica provides this service for sharing events with other networks and friends in unknown time zones." +"Location services are disabled. Please check the website's permissions on " +"your device" +msgstr "" -#: src/Module/Localtime.php:32 -#, php-format -msgid "UTC time: %s" -msgstr "UTC time: %s" +#: src/Module/Item/Compose.php:196 +msgid "Public" +msgstr "" -#: src/Module/Localtime.php:35 -#, php-format -msgid "Current timezone: %s" -msgstr "Current time zone: %s" +#: src/Module/Item/Compose.php:197 +msgid "" +"This post will be sent to all your followers and can be seen in the " +"community pages and by anyone with its link." +msgstr "" -#: src/Module/Localtime.php:39 -#, php-format -msgid "Converted localtime: %s" -msgstr "Converted local time: %s" +#: src/Module/Item/Compose.php:198 +msgid "Limited/Private" +msgstr "" -#: src/Module/Localtime.php:43 -msgid "Please select your timezone:" -msgstr "Please select your time zone:" +#: src/Module/Item/Compose.php:199 +msgid "" +"This post will be sent only to the people in the first box, to the exception" +" of the people mentioned in the second box. It won't appear anywhere public." +msgstr "" -#: src/Module/Login.php:295 +#: src/Module/Login.php:286 msgid "Create a New Account" msgstr "Create a new account" -#: src/Module/Login.php:328 +#: src/Module/Login.php:319 msgid "Password: " msgstr "Password: " -#: src/Module/Login.php:329 +#: src/Module/Login.php:320 msgid "Remember me" msgstr "Remember me" -#: src/Module/Login.php:332 +#: src/Module/Login.php:323 msgid "Or login using OpenID: " msgstr "Or login with OpenID: " -#: src/Module/Login.php:338 +#: src/Module/Login.php:329 msgid "Forgot your password?" msgstr "Forgot your password?" -#: src/Module/Login.php:341 +#: src/Module/Login.php:332 msgid "Website Terms of Service" msgstr "Website Terms of Service" -#: src/Module/Login.php:342 +#: src/Module/Login.php:333 msgid "terms of service" msgstr "Terms of service" -#: src/Module/Login.php:344 +#: src/Module/Login.php:335 msgid "Website Privacy Policy" msgstr "Website Privacy Policy" -#: src/Module/Login.php:345 +#: src/Module/Login.php:336 msgid "privacy policy" msgstr "Privacy policy" -#: src/Module/Logout.php:27 +#: src/Module/Logout.php:38 msgid "Logged out." msgstr "Logged out." @@ -9478,21 +9264,51 @@ msgstr "Page not found" msgid "Invalid photo with id %s." msgstr "Invalid photo with id %s." -#: src/Module/Profile.php:110 src/Module/Profile.php:113 -#: src/Protocol/OStatus.php:1302 -#, php-format -msgid "%s's timeline" -msgstr "%s's timeline" +#: src/Module/Profile/Contacts.php:23 src/Module/Profile/Contacts.php:36 +msgid "User not found." +msgstr "" -#: src/Module/Profile.php:111 src/Protocol/OStatus.php:1306 -#, php-format -msgid "%s's posts" -msgstr "%s's posts" +#: src/Module/Profile/Contacts.php:78 +msgid "No contacts." +msgstr "No contacts." -#: src/Module/Profile.php:112 src/Protocol/OStatus.php:1309 +#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:569 +#: src/Module/Contact.php:1008 #, php-format -msgid "%s's comments" -msgstr "%s's comments" +msgid "Visit %s's profile [%s]" +msgstr "Visit %s's profile [%s]" + +#: src/Module/Profile/Contacts.php:112 +#, php-format +msgid "Follower (%s)" +msgid_plural "Followers (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Profile/Contacts.php:113 +#, php-format +msgid "Following (%s)" +msgid_plural "Following (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Profile/Contacts.php:114 +#, php-format +msgid "Mutual friend (%s)" +msgid_plural "Mutual friends (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Profile/Contacts.php:116 +#, php-format +msgid "Contact (%s)" +msgid_plural "Contacts (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Profile/Contacts.php:125 +msgid "All contacts" +msgstr "" #: src/Module/Register.php:83 msgid "" @@ -9587,81 +9403,176 @@ msgstr "Your registration cannot be processed." msgid "Your registration is pending approval by the site owner." msgstr "Your registration is pending approval by the site administrator." -#: src/Module/Settings/TwoFactor/Index.php:50 +#: src/Module/Settings/TwoFactor/AppSpecific.php:36 +#: src/Module/Settings/TwoFactor/Recovery.php:34 +#: src/Module/Settings/TwoFactor/Verify.php:41 +msgid "Please enter your password to access this page." +msgstr "Please enter your password to access this page." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:54 +msgid "App-specific password generation failed: The description is empty." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:57 +msgid "" +"App-specific password generation failed: This description already exists." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:61 +msgid "New app-specific password generated." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:67 +msgid "App-specific passwords successfully revoked." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:77 +msgid "App-specific password successfully revoked." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:98 +msgid "Two-factor app-specific passwords" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 +msgid "" +"

App-specific passwords are randomly generated passwords used instead your" +" regular password to authenticate your account on third-party applications " +"that don't support two-factor authentication.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:101 +msgid "" +"Make sure to copy your new app-specific password now. You won’t be able to " +"see it again!" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:104 +msgid "Description" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:105 +msgid "Last Used" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:106 +msgid "Revoke" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +msgid "Revoke All" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 +msgid "" +"When you generate a new app-specific password, you must use it right away, " +"it will be shown to you once after you generate it." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:111 +msgid "Generate new app-specific password" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:112 +msgid "Friendiqa on my Fairphone 2..." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:113 +msgid "Generate" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:51 msgid "Two-factor authentication successfully disabled." msgstr "Two-factor authentication successfully disabled." -#: src/Module/Settings/TwoFactor/Index.php:86 +#: src/Module/Settings/TwoFactor/Index.php:92 msgid "" "

Use an application on a mobile device to get two-factor authentication " "codes when prompted on login.

" msgstr "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

" -#: src/Module/Settings/TwoFactor/Index.php:90 +#: src/Module/Settings/TwoFactor/Index.php:96 msgid "Authenticator app" msgstr "Authenticator app" -#: src/Module/Settings/TwoFactor/Index.php:91 +#: src/Module/Settings/TwoFactor/Index.php:97 msgid "Configured" msgstr "Configured" -#: src/Module/Settings/TwoFactor/Index.php:91 +#: src/Module/Settings/TwoFactor/Index.php:97 msgid "Not Configured" msgstr "Not configured" -#: src/Module/Settings/TwoFactor/Index.php:92 +#: src/Module/Settings/TwoFactor/Index.php:98 msgid "

You haven't finished configuring your authenticator app.

" msgstr "

You haven't finished configuring your authenticator app.

" -#: src/Module/Settings/TwoFactor/Index.php:93 +#: src/Module/Settings/TwoFactor/Index.php:99 msgid "

Your authenticator app is correctly configured.

" msgstr "

Your authenticator app is correctly configured.

" -#: src/Module/Settings/TwoFactor/Index.php:95 +#: src/Module/Settings/TwoFactor/Index.php:101 msgid "Recovery codes" msgstr "Recovery codes" -#: src/Module/Settings/TwoFactor/Index.php:96 +#: src/Module/Settings/TwoFactor/Index.php:102 msgid "Remaining valid codes" msgstr "Remaining valid codes" -#: src/Module/Settings/TwoFactor/Index.php:98 +#: src/Module/Settings/TwoFactor/Index.php:104 msgid "" "

These one-use codes can replace an authenticator app code in case you " "have lost access to it.

" msgstr "

These one-use codes can replace an authenticator app code in case you have lost access to it.

" -#: src/Module/Settings/TwoFactor/Index.php:101 +#: src/Module/Settings/TwoFactor/Index.php:106 +msgid "App-specific passwords" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:107 +msgid "Generated app-specific passwords" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:109 +msgid "" +"

These randomly generated passwords allow you to authenticate on apps not " +"supporting two-factor authentication.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:614 +msgid "Actions" +msgstr "Actions" + +#: src/Module/Settings/TwoFactor/Index.php:112 msgid "Current password:" msgstr "Current password:" -#: src/Module/Settings/TwoFactor/Index.php:101 +#: src/Module/Settings/TwoFactor/Index.php:112 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "You need to provide your current password to change two-factor authentication settings." -#: src/Module/Settings/TwoFactor/Index.php:102 +#: src/Module/Settings/TwoFactor/Index.php:113 msgid "Enable two-factor authentication" msgstr "Enable two-factor authentication" -#: src/Module/Settings/TwoFactor/Index.php:103 +#: src/Module/Settings/TwoFactor/Index.php:114 msgid "Disable two-factor authentication" msgstr "Disable two-factor authentication" -#: src/Module/Settings/TwoFactor/Index.php:104 +#: src/Module/Settings/TwoFactor/Index.php:115 msgid "Show recovery codes" msgstr "Show recovery codes" -#: src/Module/Settings/TwoFactor/Index.php:105 +#: src/Module/Settings/TwoFactor/Index.php:116 +msgid "Manage app-specific passwords" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:117 msgid "Finish app configuration" msgstr "Finish app configuration" -#: src/Module/Settings/TwoFactor/Recovery.php:34 -#: src/Module/Settings/TwoFactor/Verify.php:41 -msgid "Please enter your password to access this page." -msgstr "Please enter your password to access this page." - #: src/Module/Settings/TwoFactor/Recovery.php:50 msgid "New recovery codes successfully generated." msgstr "New recovery codes successfully generated." @@ -9698,7 +9609,7 @@ msgid "Two-factor authentication successfully activated." msgstr "Two-factor authentication successfully activated." #: src/Module/Settings/TwoFactor/Verify.php:67 -#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:41 +#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:43 msgid "Invalid code, please retry." msgstr "Invalid code, please try again." @@ -9740,7 +9651,7 @@ msgid "" msgstr "

Or you can open the following URL in your mobile device:

%s

" #: src/Module/Settings/TwoFactor/Verify.php:126 -#: src/Module/TwoFactor/Verify.php:63 +#: src/Module/TwoFactor/Verify.php:67 msgid "Please enter a code from your authentication app" msgstr "Please enter a code from your authentication app" @@ -9811,41 +9722,6 @@ msgstr "The server is currently unavailable (possibly because it is overloaded o msgid "Go back" msgstr "Go back" -#: src/Module/Tos.php:35 src/Module/Tos.php:77 -msgid "" -"At the time of registration, and for providing communications between the " -"user account and their contacts, the user has to provide a display name (pen" -" name), an username (nickname) and a working email address. The names will " -"be accessible on the profile page of the account by any visitor of the page," -" even if other profile details are not displayed. The email address will " -"only be used to send the user notifications about interactions, but wont be " -"visibly displayed. The listing of an account in the node's user directory or" -" the global user directory is optional and can be controlled in the user " -"settings, it is not necessary for communication." -msgstr "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), a username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but won’t be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication." - -#: src/Module/Tos.php:36 src/Module/Tos.php:78 -msgid "" -"This data is required for communication and is passed on to the nodes of the" -" communication partners and is stored there. Users can enter additional " -"private data that may be transmitted to the communication partners accounts." -msgstr "This information is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts." - -#: src/Module/Tos.php:37 src/Module/Tos.php:79 -#, php-format -msgid "" -"At any point in time a logged in user can export their account data from the" -" account settings. If the user wants " -"to delete their account they can do so at %1$s/removeme. The deletion of the account will " -"be permanent. Deletion of the data will also be requested from the nodes of " -"the communication partners." -msgstr "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners." - -#: src/Module/Tos.php:40 src/Module/Tos.php:76 -msgid "Privacy Statement" -msgstr "Privacy Statement" - #: src/Module/TwoFactor/Recovery.php:41 #, php-format msgid "Remaining recovery codes: %d" @@ -9861,7 +9737,7 @@ msgid "" " to your mobile device.

" msgstr "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

" -#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:62 +#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:66 #, php-format msgid "Don’t have your phone? Enter a two-factor recovery code" msgstr "Don’t have your phone? Enter a two-factor recovery code" @@ -9874,251 +9750,886 @@ msgstr "Please enter a recovery code" msgid "Submit recovery code and complete login" msgstr "Submit recovery code and complete login" -#: src/Module/TwoFactor/Verify.php:61 +#: src/Module/TwoFactor/Verify.php:63 msgid "" "

Open the two-factor authentication app on your device to get an " "authentication code and verify your identity.

" msgstr "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

" -#: src/Module/TwoFactor/Verify.php:64 +#: src/Module/TwoFactor/Verify.php:68 msgid "Verify code and complete login" msgstr "Verify code and complete login" -#: src/Object/Post.php:137 +#: src/Module/Welcome.php:25 +msgid "Welcome to Friendica" +msgstr "Welcome to Friendica" + +#: src/Module/Welcome.php:26 +msgid "New Member Checklist" +msgstr "New Member Checklist" + +#: src/Module/Welcome.php:27 +msgid "" +"We would like to offer some tips and links to help make your experience " +"enjoyable. Click any item to visit the relevant page. A link to this page " +"will be visible from your home page for two weeks after your initial " +"registration and then will quietly disappear." +msgstr "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear." + +#: src/Module/Welcome.php:29 +msgid "Getting Started" +msgstr "Getting started" + +#: src/Module/Welcome.php:30 +msgid "Friendica Walk-Through" +msgstr "Friendica walk-through" + +#: src/Module/Welcome.php:31 +msgid "" +"On your Quick Start page - find a brief introduction to your " +"profile and network tabs, make some new connections, and find some groups to" +" join." +msgstr "On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join." + +#: src/Module/Welcome.php:34 +msgid "Go to Your Settings" +msgstr "Go to your settings" + +#: src/Module/Welcome.php:35 +msgid "" +"On your Settings page - change your initial password. Also make a " +"note of your Identity Address. This looks just like an email address - and " +"will be useful in making friends on the free social web." +msgstr "On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web." + +#: src/Module/Welcome.php:36 +msgid "" +"Review the other settings, particularly the privacy settings. An unpublished" +" directory listing is like having an unlisted phone number. In general, you " +"should probably publish your listing - unless all of your friends and " +"potential friends know exactly how to find you." +msgstr "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you." + +#: src/Module/Welcome.php:40 +msgid "" +"Upload a profile photo if you have not done so already. Studies have shown " +"that people with real photos of themselves are ten times more likely to make" +" friends than people who do not." +msgstr "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not." + +#: src/Module/Welcome.php:41 +msgid "Edit Your Profile" +msgstr "Edit your profile" + +#: src/Module/Welcome.php:42 +msgid "" +"Edit your default profile to your liking. Review the " +"settings for hiding your list of friends and hiding the profile from unknown" +" visitors." +msgstr "Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors." + +#: src/Module/Welcome.php:43 +msgid "Profile Keywords" +msgstr "Profile keywords" + +#: src/Module/Welcome.php:44 +msgid "" +"Set some public keywords for your default profile which describe your " +"interests. We may be able to find other people with similar interests and " +"suggest friendships." +msgstr "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships." + +#: src/Module/Welcome.php:46 +msgid "Connecting" +msgstr "Connecting" + +#: src/Module/Welcome.php:48 +msgid "Importing Emails" +msgstr "Importing emails" + +#: src/Module/Welcome.php:49 +msgid "" +"Enter your email access information on your Connector Settings page if you " +"wish to import and interact with friends or mailing lists from your email " +"INBOX" +msgstr "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX" + +#: src/Module/Welcome.php:50 +msgid "Go to Your Contacts Page" +msgstr "Go to your contacts page" + +#: src/Module/Welcome.php:51 +msgid "" +"Your Contacts page is your gateway to managing friendships and connecting " +"with friends on other networks. Typically you enter their address or site " +"URL in the Add New Contact dialog." +msgstr "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add new contact dialog." + +#: src/Module/Welcome.php:52 +msgid "Go to Your Site's Directory" +msgstr "Go to your site's directory" + +#: src/Module/Welcome.php:53 +msgid "" +"The Directory page lets you find other people in this network or other " +"federated sites. Look for a Connect or Follow link on " +"their profile page. Provide your own Identity Address if requested." +msgstr "The directory lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own identity address when requested." + +#: src/Module/Welcome.php:54 +msgid "Finding New People" +msgstr "Finding new people" + +#: src/Module/Welcome.php:55 +msgid "" +"On the side panel of the Contacts page are several tools to find new " +"friends. We can match people by interest, look up people by name or " +"interest, and provide suggestions based on network relationships. On a brand" +" new site, friend suggestions will usually begin to be populated within 24 " +"hours." +msgstr "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours." + +#: src/Module/Welcome.php:58 +msgid "Group Your Contacts" +msgstr "Group your contacts" + +#: src/Module/Welcome.php:59 +msgid "" +"Once you have made some friends, organize them into private conversation " +"groups from the sidebar of your Contacts page and then you can interact with" +" each group privately on your Network page." +msgstr "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page." + +#: src/Module/Welcome.php:61 +msgid "Why Aren't My Posts Public?" +msgstr "Why aren't my posts public?" + +#: src/Module/Welcome.php:62 +msgid "" +"Friendica respects your privacy. By default, your posts will only show up to" +" people you've added as friends. For more information, see the help section " +"from the link above." +msgstr "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above." + +#: src/Module/Welcome.php:64 +msgid "Getting Help" +msgstr "Getting help" + +#: src/Module/Welcome.php:65 +msgid "Go to the Help Section" +msgstr "Go to the help section" + +#: src/Module/Welcome.php:66 +msgid "" +"Our help pages may be consulted for detail on other program" +" features and resources." +msgstr "Our help pages may be consulted for detail on other program features and resources." + +#: src/Module/Bookmarklet.php:35 +msgid "This page is missing a url parameter." +msgstr "This page is missing a URL parameter." + +#: src/Module/Bookmarklet.php:57 +msgid "The post was created" +msgstr "The post was created" + +#: src/Module/Contact.php:72 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "%d contact edited." +msgstr[1] "%d contacts edited." + +#: src/Module/Contact.php:99 +msgid "Could not access contact record." +msgstr "Could not access contact record." + +#: src/Module/Contact.php:109 +msgid "Could not locate selected profile." +msgstr "Could not locate selected profile." + +#: src/Module/Contact.php:141 +msgid "Contact updated." +msgstr "Contact updated." + +#: src/Module/Contact.php:355 +msgid "Contact not found" +msgstr "" + +#: src/Module/Contact.php:374 +msgid "Contact has been blocked" +msgstr "Contact has been blocked" + +#: src/Module/Contact.php:374 +msgid "Contact has been unblocked" +msgstr "Contact has been unblocked" + +#: src/Module/Contact.php:384 +msgid "Contact has been ignored" +msgstr "Contact has been ignored" + +#: src/Module/Contact.php:384 +msgid "Contact has been unignored" +msgstr "Contact has been unignored" + +#: src/Module/Contact.php:394 +msgid "Contact has been archived" +msgstr "Contact has been archived" + +#: src/Module/Contact.php:394 +msgid "Contact has been unarchived" +msgstr "Contact has been unarchived" + +#: src/Module/Contact.php:418 +msgid "Drop contact" +msgstr "Drop contact" + +#: src/Module/Contact.php:421 src/Module/Contact.php:798 +msgid "Do you really want to delete this contact?" +msgstr "Do you really want to delete this contact?" + +#: src/Module/Contact.php:435 +msgid "Contact has been removed." +msgstr "Contact has been removed." + +#: src/Module/Contact.php:465 +#, php-format +msgid "You are mutual friends with %s" +msgstr "You are mutual friends with %s" + +#: src/Module/Contact.php:470 +#, php-format +msgid "You are sharing with %s" +msgstr "You are sharing with %s" + +#: src/Module/Contact.php:475 +#, php-format +msgid "%s is sharing with you" +msgstr "%s is sharing with you" + +#: src/Module/Contact.php:499 +msgid "Private communications are not available for this contact." +msgstr "Private communications are not available for this contact." + +#: src/Module/Contact.php:501 +msgid "Never" +msgstr "Never" + +#: src/Module/Contact.php:504 +msgid "(Update was successful)" +msgstr "(Update was successful)" + +#: src/Module/Contact.php:504 +msgid "(Update was not successful)" +msgstr "(Update was not successful)" + +#: src/Module/Contact.php:506 src/Module/Contact.php:1042 +msgid "Suggest friends" +msgstr "Suggest friends" + +#: src/Module/Contact.php:510 +#, php-format +msgid "Network type: %s" +msgstr "Network type: %s" + +#: src/Module/Contact.php:515 +msgid "Communications lost with this contact!" +msgstr "Communications lost with this contact!" + +#: src/Module/Contact.php:521 +msgid "Fetch further information for feeds" +msgstr "Fetch further information for feeds" + +#: src/Module/Contact.php:523 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "Fetch information like preview pictures, title, and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags." + +#: src/Module/Contact.php:526 +msgid "Fetch information" +msgstr "Fetch information" + +#: src/Module/Contact.php:527 +msgid "Fetch keywords" +msgstr "Fetch keywords" + +#: src/Module/Contact.php:528 +msgid "Fetch information and keywords" +msgstr "Fetch information and keywords" + +#: src/Module/Contact.php:547 +msgid "Profile Visibility" +msgstr "Profile visibility" + +#: src/Module/Contact.php:548 +msgid "Contact Information / Notes" +msgstr "Personal note" + +#: src/Module/Contact.php:549 +msgid "Contact Settings" +msgstr "Notification and privacy " + +#: src/Module/Contact.php:558 +msgid "Contact" +msgstr "Contact" + +#: src/Module/Contact.php:562 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Please choose the profile you would like to display to %s when viewing your profile securely." + +#: src/Module/Contact.php:564 +msgid "Their personal note" +msgstr "Their personal note" + +#: src/Module/Contact.php:566 +msgid "Edit contact notes" +msgstr "Edit contact notes" + +#: src/Module/Contact.php:570 +msgid "Block/Unblock contact" +msgstr "Block/Unblock contact" + +#: src/Module/Contact.php:571 +msgid "Ignore contact" +msgstr "Ignore contact" + +#: src/Module/Contact.php:572 +msgid "Repair URL settings" +msgstr "Repair URL settings" + +#: src/Module/Contact.php:573 +msgid "View conversations" +msgstr "View conversations" + +#: src/Module/Contact.php:578 +msgid "Last update:" +msgstr "Last update:" + +#: src/Module/Contact.php:580 +msgid "Update public posts" +msgstr "Update public posts" + +#: src/Module/Contact.php:582 src/Module/Contact.php:1052 +msgid "Update now" +msgstr "Update now" + +#: src/Module/Contact.php:586 src/Module/Contact.php:803 +#: src/Module/Contact.php:1069 +msgid "Unignore" +msgstr "Unignore" + +#: src/Module/Contact.php:590 +msgid "Currently blocked" +msgstr "Currently blocked" + +#: src/Module/Contact.php:591 +msgid "Currently ignored" +msgstr "Currently ignored" + +#: src/Module/Contact.php:592 +msgid "Currently archived" +msgstr "Currently archived" + +#: src/Module/Contact.php:593 +msgid "Awaiting connection acknowledge" +msgstr "Awaiting connection acknowledgement" + +#: src/Module/Contact.php:594 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Replies/Likes to your public posts may still be visible" + +#: src/Module/Contact.php:595 +msgid "Notification for new posts" +msgstr "Notification for new posts" + +#: src/Module/Contact.php:595 +msgid "Send a notification of every new post of this contact" +msgstr "Send notification for every new post from this contact" + +#: src/Module/Contact.php:597 +msgid "Blacklisted keywords" +msgstr "Blacklisted keywords" + +#: src/Module/Contact.php:597 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "Comma-separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected" + +#: src/Module/Contact.php:663 +msgid "Show all contacts" +msgstr "Show all contacts" + +#: src/Module/Contact.php:668 src/Module/Contact.php:778 +msgid "Pending" +msgstr "" + +#: src/Module/Contact.php:671 +msgid "Only show pending contacts" +msgstr "" + +#: src/Module/Contact.php:676 src/Module/Contact.php:779 +msgid "Blocked" +msgstr "Blocked" + +#: src/Module/Contact.php:679 +msgid "Only show blocked contacts" +msgstr "Only show blocked contacts" + +#: src/Module/Contact.php:684 src/Module/Contact.php:781 +msgid "Ignored" +msgstr "Ignored" + +#: src/Module/Contact.php:687 +msgid "Only show ignored contacts" +msgstr "Only show ignored contacts" + +#: src/Module/Contact.php:692 src/Module/Contact.php:782 +msgid "Archived" +msgstr "Archived" + +#: src/Module/Contact.php:695 +msgid "Only show archived contacts" +msgstr "Only show archived contacts" + +#: src/Module/Contact.php:700 src/Module/Contact.php:780 +msgid "Hidden" +msgstr "Hidden" + +#: src/Module/Contact.php:703 +msgid "Only show hidden contacts" +msgstr "Only show hidden contacts" + +#: src/Module/Contact.php:711 +msgid "Organize your contact groups" +msgstr "Organize your contact groups" + +#: src/Module/Contact.php:793 +msgid "Search your contacts" +msgstr "Search your contacts" + +#: src/Module/Contact.php:804 src/Module/Contact.php:1078 +msgid "Archive" +msgstr "Archive" + +#: src/Module/Contact.php:804 src/Module/Contact.php:1078 +msgid "Unarchive" +msgstr "Unarchive" + +#: src/Module/Contact.php:807 +msgid "Batch Actions" +msgstr "Batch actions" + +#: src/Module/Contact.php:834 +msgid "Conversations started by this contact" +msgstr "Conversations started by this contact" + +#: src/Module/Contact.php:839 +msgid "Posts and Comments" +msgstr "Posts and Comments" + +#: src/Module/Contact.php:862 +msgid "View all contacts" +msgstr "View all contacts" + +#: src/Module/Contact.php:873 +msgid "View all common friends" +msgstr "View all common friends" + +#: src/Module/Contact.php:883 +msgid "Advanced Contact Settings" +msgstr "Advanced contact settings" + +#: src/Module/Contact.php:966 +msgid "Mutual Friendship" +msgstr "Mutual friendship" + +#: src/Module/Contact.php:971 +msgid "is a fan of yours" +msgstr "is a fan of yours" + +#: src/Module/Contact.php:976 +msgid "you are a fan of" +msgstr "I follow them" + +#: src/Module/Contact.php:994 +msgid "Pending outgoing contact request" +msgstr "" + +#: src/Module/Contact.php:996 +msgid "Pending incoming contact request" +msgstr "" + +#: src/Module/Contact.php:1009 +msgid "Edit contact" +msgstr "Edit contact" + +#: src/Module/Contact.php:1063 +msgid "Toggle Blocked status" +msgstr "Toggle blocked status" + +#: src/Module/Contact.php:1071 +msgid "Toggle Ignored status" +msgstr "Toggle ignored status" + +#: src/Module/Contact.php:1080 +msgid "Toggle Archive status" +msgstr "Toggle archive status" + +#: src/Module/Contact.php:1088 +msgid "Delete contact" +msgstr "Delete contact" + +#: src/Module/Install.php:159 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica Communications Server - Setup" + +#: src/Module/Install.php:170 +msgid "System check" +msgstr "System check" + +#: src/Module/Install.php:175 +msgid "Check again" +msgstr "Check again" + +#: src/Module/Install.php:190 +msgid "Base settings" +msgstr "Base settings" + +#: src/Module/Install.php:197 +msgid "Host name" +msgstr "Host name" + +#: src/Module/Install.php:199 +msgid "" +"Overwrite this field in case the determinated hostname isn't right, " +"otherweise leave it as is." +msgstr "Overwrite this field in case the hostname is incorrect, otherwise leave it as is." + +#: src/Module/Install.php:202 +msgid "Base path to installation" +msgstr "Base path to installation" + +#: src/Module/Install.php:204 +msgid "" +"If the system cannot detect the correct path to your installation, enter the" +" correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot." + +#: src/Module/Install.php:207 +msgid "Sub path of the URL" +msgstr "URL Sub-path " + +#: src/Module/Install.php:209 +msgid "" +"Overwrite this field in case the sub path determination isn't right, " +"otherwise leave it as is. Leaving this field blank means the installation is" +" at the base URL without sub path." +msgstr "Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub-path." + +#: src/Module/Install.php:220 +msgid "Database connection" +msgstr "Database connection" + +#: src/Module/Install.php:221 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "In order to install Friendica we need to know how to connect to your database." + +#: src/Module/Install.php:222 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." + +#: src/Module/Install.php:223 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "The database you specify below should already exist. If it does not, please create it before continuing." + +#: src/Module/Install.php:230 +msgid "Database Server Name" +msgstr "Database server name" + +#: src/Module/Install.php:235 +msgid "Database Login Name" +msgstr "Database login name" + +#: src/Module/Install.php:241 +msgid "Database Login Password" +msgstr "Database login password" + +#: src/Module/Install.php:243 +msgid "For security reasons the password must not be empty" +msgstr "For security reasons the password must not be empty" + +#: src/Module/Install.php:246 +msgid "Database Name" +msgstr "Database name" + +#: src/Module/Install.php:250 src/Module/Install.php:279 +msgid "Please select a default timezone for your website" +msgstr "Please select a default time zone for your website" + +#: src/Module/Install.php:264 +msgid "Site settings" +msgstr "Site settings" + +#: src/Module/Install.php:274 +msgid "Site administrator email address" +msgstr "Site administrator email address" + +#: src/Module/Install.php:276 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Your account email address must match this in order to use the web admin panel." + +#: src/Module/Install.php:283 +msgid "System Language:" +msgstr "System language:" + +#: src/Module/Install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "Set the default language for your Friendica installation interface and email communication." + +#: src/Module/Install.php:297 +msgid "Your Friendica site database has been installed." +msgstr "Your Friendica site database has been installed." + +#: src/Module/Install.php:305 +msgid "Installation finished" +msgstr "Installation finished" + +#: src/Module/Install.php:327 +msgid "

What next

" +msgstr "

What next

" + +#: src/Module/Install.php:328 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." + +#: src/Module/Install.php:331 +#, php-format +msgid "" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel." + +#: src/Object/Post.php:138 msgid "This entry was edited" msgstr "This entry was edited" -#: src/Object/Post.php:157 +#: src/Object/Post.php:158 msgid "Private Message" msgstr "Private message" -#: src/Object/Post.php:199 +#: src/Object/Post.php:200 msgid "Delete locally" msgstr "Delete locally" -#: src/Object/Post.php:202 +#: src/Object/Post.php:203 msgid "Delete globally" msgstr "Delete globally" -#: src/Object/Post.php:202 +#: src/Object/Post.php:203 msgid "Remove locally" msgstr "Remove locally" -#: src/Object/Post.php:216 +#: src/Object/Post.php:217 msgid "save to folder" msgstr "Save to folder" -#: src/Object/Post.php:251 +#: src/Object/Post.php:252 msgid "I will attend" msgstr "I will attend" -#: src/Object/Post.php:251 +#: src/Object/Post.php:252 msgid "I will not attend" msgstr "I will not attend" -#: src/Object/Post.php:251 +#: src/Object/Post.php:252 msgid "I might attend" msgstr "I might attend" -#: src/Object/Post.php:279 +#: src/Object/Post.php:280 msgid "ignore thread" msgstr "Ignore thread" -#: src/Object/Post.php:280 +#: src/Object/Post.php:281 msgid "unignore thread" msgstr "Unignore thread" -#: src/Object/Post.php:281 +#: src/Object/Post.php:282 msgid "toggle ignore status" msgstr "Toggle ignore status" -#: src/Object/Post.php:292 +#: src/Object/Post.php:293 msgid "add star" msgstr "Add star" -#: src/Object/Post.php:293 +#: src/Object/Post.php:294 msgid "remove star" msgstr "Remove star" -#: src/Object/Post.php:294 +#: src/Object/Post.php:295 msgid "toggle star status" msgstr "Toggle star status" -#: src/Object/Post.php:297 +#: src/Object/Post.php:298 msgid "starred" msgstr "Starred" -#: src/Object/Post.php:301 +#: src/Object/Post.php:302 msgid "add tag" msgstr "Add tag" -#: src/Object/Post.php:312 +#: src/Object/Post.php:313 msgid "like" msgstr "Like" -#: src/Object/Post.php:313 +#: src/Object/Post.php:314 msgid "dislike" msgstr "Dislike" -#: src/Object/Post.php:316 +#: src/Object/Post.php:317 msgid "Share this" msgstr "Share this" -#: src/Object/Post.php:316 +#: src/Object/Post.php:317 msgid "share" msgstr "Share" -#: src/Object/Post.php:384 +#: src/Object/Post.php:385 msgid "to" msgstr "to" -#: src/Object/Post.php:385 +#: src/Object/Post.php:386 msgid "via" msgstr "via" -#: src/Object/Post.php:386 +#: src/Object/Post.php:387 msgid "Wall-to-Wall" msgstr "Wall-to-wall" -#: src/Object/Post.php:387 +#: src/Object/Post.php:388 msgid "via Wall-To-Wall:" msgstr "via wall-to-wall:" -#: src/Object/Post.php:420 +#: src/Object/Post.php:421 #, php-format msgid "Reply to %s" msgstr "Reply to %s" -#: src/Object/Post.php:435 +#: src/Object/Post.php:437 msgid "Notifier task is pending" msgstr "Notifier task is pending" -#: src/Object/Post.php:436 +#: src/Object/Post.php:438 msgid "Delivery to remote servers is pending" msgstr "Delivery to remote servers is pending" -#: src/Object/Post.php:437 +#: src/Object/Post.php:439 msgid "Delivery to remote servers is underway" msgstr "Delivery to remote servers is underway" -#: src/Object/Post.php:438 +#: src/Object/Post.php:440 msgid "Delivery to remote servers is mostly done" msgstr "Delivery to remote servers is mostly done" -#: src/Object/Post.php:439 +#: src/Object/Post.php:441 msgid "Delivery to remote servers is done" msgstr "Delivery to remote servers is done" -#: src/Object/Post.php:459 +#: src/Object/Post.php:461 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d comment" msgstr[1] "%d comments -" -#: src/Object/Post.php:460 +#: src/Object/Post.php:462 msgid "Show more" msgstr "Show more" -#: src/Object/Post.php:461 +#: src/Object/Post.php:463 msgid "Show fewer" msgstr "Show fewer" -#: src/Protocol/Diaspora.php:2438 -msgid "Sharing notification from Diaspora network" -msgstr "Sharing notification from diaspora* network" +#: src/App/Module.php:205 +msgid "You must be logged in to use addons. " +msgstr "You must be logged in to use addons. " -#: src/Protocol/Diaspora.php:3598 -msgid "Attachments:" -msgstr "Attachments:" +#: src/App/Page.php:229 +msgid "Delete this item?" +msgstr "Delete this item?" -#: src/Protocol/OStatus.php:1863 +#: src/App/Page.php:277 +msgid "toggle mobile" +msgstr "Toggle mobile" + +#: src/LegacyModule.php:30 #, php-format -msgid "%s is now following %s." -msgstr "%s is now following %s." +msgid "Legacy module file not found: %s" +msgstr "Legacy module file not found: %s" -#: src/Protocol/OStatus.php:1864 -msgid "following" -msgstr "following" +#: src/BaseModule.php:135 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours." -#: src/Protocol/OStatus.php:1867 +#: src/Console/ArchiveContact.php:86 #, php-format -msgid "%s stopped following %s." -msgstr "%s stopped following %s." +msgid "Could not find any unarchived contact entry for this URL (%s)" +msgstr "Could not find any unarchived contact entry for this URL (%s)" -#: src/Protocol/OStatus.php:1868 -msgid "stopped following" -msgstr "stopped following" +#: src/Console/ArchiveContact.php:89 +msgid "The contact entries have been archived" +msgstr "The contact entries have been archived" -#: src/Util/Temporal.php:151 -msgid "YYYY-MM-DD or MM-DD" -msgstr "YYYY-MM-DD or MM-DD" +#: src/Console/NewPassword.php:93 +msgid "Enter new password: " +msgstr "Enter new password: " -#: src/Util/Temporal.php:298 -msgid "never" -msgstr "never" - -#: src/Util/Temporal.php:305 -msgid "less than a second ago" -msgstr "less than a second ago" - -#: src/Util/Temporal.php:313 -msgid "year" -msgstr "year" - -#: src/Util/Temporal.php:313 -msgid "years" -msgstr "years" - -#: src/Util/Temporal.php:314 -msgid "months" -msgstr "months" - -#: src/Util/Temporal.php:315 -msgid "weeks" -msgstr "weeks" - -#: src/Util/Temporal.php:316 -msgid "days" -msgstr "days" - -#: src/Util/Temporal.php:317 -msgid "hour" -msgstr "hour" - -#: src/Util/Temporal.php:317 -msgid "hours" -msgstr "hours" - -#: src/Util/Temporal.php:318 -msgid "minute" -msgstr "minute" - -#: src/Util/Temporal.php:318 -msgid "minutes" -msgstr "minutes" - -#: src/Util/Temporal.php:319 -msgid "second" -msgstr "second" - -#: src/Util/Temporal.php:319 -msgid "seconds" -msgstr "seconds" - -#: src/Util/Temporal.php:329 +#: src/Console/PostUpdate.php:73 #, php-format -msgid "in %1$d %2$s" -msgstr "in %1$d %2$s" +msgid "Post update version number has been set to %s." +msgstr "Post update version number has been set to %s." -#: src/Util/Temporal.php:332 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s ago" +#: src/Console/PostUpdate.php:81 +msgid "Check for pending update actions." +msgstr "Check for pending update actions." -#: src/Worker/Delivery.php:450 -msgid "(no subject)" -msgstr "(no subject)" +#: src/Console/PostUpdate.php:83 +msgid "Done." +msgstr "Done." + +#: src/Console/PostUpdate.php:85 +msgid "Execute pending post updates." +msgstr "Execute pending post updates." + +#: src/Console/PostUpdate.php:91 +msgid "All pending post updates are done." +msgstr "All pending post updates are done." + +#: src/App.php:485 +msgid "No system theme config value set." +msgstr "No system theme configuration value set." #: update.php:218 #, php-format @@ -10129,201 +10640,3 @@ msgstr "%s: Updating author-id and owner-id in item and thread table. " #, php-format msgid "%s: Updating post-type." msgstr "%s: Updating post-type." - -#: view/theme/duepuntozero/config.php:56 -msgid "greenzero" -msgstr "greenzero" - -#: view/theme/duepuntozero/config.php:57 -msgid "purplezero" -msgstr "purplezero" - -#: view/theme/duepuntozero/config.php:58 -msgid "easterbunny" -msgstr "easterbunny" - -#: view/theme/duepuntozero/config.php:59 -msgid "darkzero" -msgstr "darkzero" - -#: view/theme/duepuntozero/config.php:60 -msgid "comix" -msgstr "comix" - -#: view/theme/duepuntozero/config.php:61 -msgid "slackr" -msgstr "slackr" - -#: view/theme/duepuntozero/config.php:74 -msgid "Variations" -msgstr "Variations" - -#: view/theme/frio/config.php:105 -msgid "Custom" -msgstr "Custom" - -#: view/theme/frio/config.php:117 -msgid "Note" -msgstr "Note" - -#: view/theme/frio/config.php:117 -msgid "Check image permissions if all users are allowed to see the image" -msgstr "Check image permissions that everyone is allowed to see the image" - -#: view/theme/frio/config.php:123 -msgid "Select color scheme" -msgstr "Select color scheme" - -#: view/theme/frio/config.php:124 -msgid "Copy or paste schemestring" -msgstr "Copy or paste theme string" - -#: view/theme/frio/config.php:124 -msgid "" -"You can copy this string to share your theme with others. Pasting here " -"applies the schemestring" -msgstr "You can copy this string to share your theme with others. Pasting here applies the theme string" - -#: view/theme/frio/config.php:125 -msgid "Navigation bar background color" -msgstr "Navigation bar background color:" - -#: view/theme/frio/config.php:126 -msgid "Navigation bar icon color " -msgstr "Navigation bar icon color:" - -#: view/theme/frio/config.php:127 -msgid "Link color" -msgstr "Link color:" - -#: view/theme/frio/config.php:128 -msgid "Set the background color" -msgstr "Background color:" - -#: view/theme/frio/config.php:129 -msgid "Content background opacity" -msgstr "Content background opacity" - -#: view/theme/frio/config.php:130 -msgid "Set the background image" -msgstr "Background image:" - -#: view/theme/frio/config.php:131 -msgid "Background image style" -msgstr "Background image style" - -#: view/theme/frio/config.php:136 -msgid "Login page background image" -msgstr "Login page background image" - -#: view/theme/frio/config.php:140 -msgid "Login page background color" -msgstr "Login page background color" - -#: view/theme/frio/config.php:140 -msgid "Leave background image and color empty for theme defaults" -msgstr "Leave background image and color empty for theme defaults" - -#: view/theme/frio/php/Image.php:24 -msgid "Top Banner" -msgstr "Top Banner" - -#: view/theme/frio/php/Image.php:24 -msgid "" -"Resize image to the width of the screen and show background color below on " -"long pages." -msgstr "Resize image to the width of the screen and show background color below on long pages." - -#: view/theme/frio/php/Image.php:25 -msgid "Full screen" -msgstr "Full screen" - -#: view/theme/frio/php/Image.php:25 -msgid "" -"Resize image to fill entire screen, clipping either the right or the bottom." -msgstr "Resize image to fill entire screen, clipping either the right or the bottom." - -#: view/theme/frio/php/Image.php:26 -msgid "Single row mosaic" -msgstr "Single row mosaic" - -#: view/theme/frio/php/Image.php:26 -msgid "" -"Resize image to repeat it on a single row, either vertical or horizontal." -msgstr "Resize image to repeat it on a single row, either vertical or horizontal." - -#: view/theme/frio/php/Image.php:27 -msgid "Mosaic" -msgstr "Mosaic" - -#: view/theme/frio/php/Image.php:27 -msgid "Repeat image to fill the screen." -msgstr "Repeat image to fill the screen." - -#: view/theme/frio/theme.php:239 -msgid "Guest" -msgstr "Guest" - -#: view/theme/frio/theme.php:244 -msgid "Visitor" -msgstr "Visitor" - -#: view/theme/quattro/config.php:76 -msgid "Alignment" -msgstr "Alignment" - -#: view/theme/quattro/config.php:76 -msgid "Left" -msgstr "Left" - -#: view/theme/quattro/config.php:76 -msgid "Center" -msgstr "Center" - -#: view/theme/quattro/config.php:77 -msgid "Color scheme" -msgstr "Color scheme" - -#: view/theme/quattro/config.php:78 -msgid "Posts font size" -msgstr "Posts font size" - -#: view/theme/quattro/config.php:79 -msgid "Textareas font size" -msgstr "Text areas font size" - -#: view/theme/vier/config.php:76 -msgid "Comma separated list of helper forums" -msgstr "Comma-separated list of helper forums" - -#: view/theme/vier/config.php:122 -msgid "Set style" -msgstr "Set style" - -#: view/theme/vier/config.php:123 -msgid "Community Pages" -msgstr "Community pages" - -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151 -msgid "Community Profiles" -msgstr "Community profiles" - -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" -msgstr "Help or @NewHere ?" - -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373 -msgid "Connect Services" -msgstr "Connect services" - -#: view/theme/vier/config.php:127 -msgid "Find Friends" -msgstr "Find friends" - -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" -msgstr "Last users" - -#: view/theme/vier/theme.php:288 -msgid "Quick Start" -msgstr "Quick start" diff --git a/view/lang/en-us/strings.php b/view/lang/en-us/strings.php index e77eb64e15..8e1769bbbe 100644 --- a/view/lang/en-us/strings.php +++ b/view/lang/en-us/strings.php @@ -6,6 +6,11 @@ function string_plural_select_en_us($n){ return ($n != 1);; }} ; +$a->strings["Item not found."] = "Item not found."; +$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?"; +$a->strings["Yes"] = "Yes"; +$a->strings["Cancel"] = "Cancel"; +$a->strings["Permission denied."] = "Permission denied."; $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ 0 => "Daily posting limit of %d post reached. The post was rejected.", 1 => "Daily posting limit of %d posts reached. This post was rejected.", @@ -108,7 +113,6 @@ $a->strings["Permission settings"] = "Permission settings"; $a->strings["permissions"] = "permissions"; $a->strings["Public post"] = "Public post"; $a->strings["Preview"] = "Preview"; -$a->strings["Cancel"] = "Cancel"; $a->strings["Post to Groups"] = "Post to groups"; $a->strings["Post to Contacts"] = "Post to contacts"; $a->strings["Private post"] = "Private post"; @@ -194,17 +198,193 @@ $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Y $a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s."; $a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"; $a->strings["Please visit %s to approve or reject the request."] = "Please visit %s to approve or reject the request."; -$a->strings["Item not found."] = "Item not found."; -$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?"; -$a->strings["Yes"] = "Yes"; -$a->strings["Permission denied."] = "Permission denied."; -$a->strings["Archives"] = "Archives"; -$a->strings["show more"] = "show more"; $a->strings["Authorize application connection"] = "Authorize application connection"; $a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:"; $a->strings["Please login to continue."] = "Please login to continue."; $a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorize this application to access your posts and contacts and create new posts for you?"; $a->strings["No"] = "No"; +$a->strings["Parent user not found."] = "Parent user not found."; +$a->strings["No parent user"] = "No parent user"; +$a->strings["Parent Password:"] = "Parent Password:"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorize this request."; +$a->strings["Parent User"] = "Parent user"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."; +$a->strings["Save Settings"] = "Save settings"; +$a->strings["Delegate Page Management"] = "Delegate Page Management"; +$a->strings["Delegates"] = "Delegates"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."; +$a->strings["Existing Page Delegates"] = "Existing page delegates"; +$a->strings["Potential Delegates"] = "Potential delegates"; +$a->strings["Remove"] = "Remove"; +$a->strings["Add"] = "Add"; +$a->strings["No entries."] = "No entries."; +$a->strings["Post successful."] = "Post successful."; +$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts"; +$a->strings["No contact provided."] = "No contact provided."; +$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact."; +$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact."; +$a->strings["Done"] = "Done"; +$a->strings["success"] = "success"; +$a->strings["failed"] = "failed"; +$a->strings["ignored"] = "Ignored"; +$a->strings["Keep this window open until done."] = "Keep this window open until done."; +$a->strings["Permission denied"] = "Permission denied"; +$a->strings["Invalid profile identifier."] = "Invalid profile identifier."; +$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor"; +$a->strings["Profile"] = "Profile"; +$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it."; +$a->strings["Visible To"] = "Visible to"; +$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access"; +$a->strings["Account approved."] = "Account approved."; +$a->strings["Registration revoked for %s"] = "Registration revoked for %s"; +$a->strings["Please login."] = "Please login."; +$a->strings["User deleted their account"] = "User deleted their account"; +$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "A user deleted his or her account on your Friendica node. Please ensure these data are removed from the backups."; +$a->strings["The user id is %d"] = "The user id is %d"; +$a->strings["Remove My Account"] = "Remove My Account"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable."; +$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:"; +$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts"; +$a->strings["Error"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Tag(s) removed"] = "Tag(s) removed"; +$a->strings["Remove Item Tag"] = "Remove Item tag"; +$a->strings["Select a tag to remove: "] = "Select a tag to remove: "; +$a->strings["User imports on closed servers can only be done by an administrator."] = "User imports on closed servers can only be done by an administrator."; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."; +$a->strings["Import"] = "Import profile"; +$a->strings["Move account"] = "Move Existing Friendica Account"; +$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node."; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora."; +$a->strings["Account file"] = "Account file:"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""; +$a->strings["You aren't following this contact."] = "You aren't following this contact."; +$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network."; +$a->strings["Contact unfollowed"] = "Contact unfollowed"; +$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow"; +$a->strings["Your Identity Address:"] = "My identity address:"; +$a->strings["Submit Request"] = "Submit request"; +$a->strings["Profile URL"] = "Profile URL:"; +$a->strings["Status Messages and Posts"] = "Status Messages and Posts"; +$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]"; +$a->strings["Invalid request."] = "Invalid request."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows"; +$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?"; +$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s"; +$a->strings["File upload failed."] = "File upload failed."; +$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s"; +$a->strings["Unable to process image."] = "Unable to process image."; +$a->strings["Wall Photos"] = "Wall photos"; +$a->strings["Image upload failed."] = "Image upload failed."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed."; +$a->strings["No recipient selected."] = "No recipient selected."; +$a->strings["Unable to check your home location."] = "Unable to check your home location."; +$a->strings["Message could not be sent."] = "Message could not be sent."; +$a->strings["Message collection failure."] = "Message collection failure."; +$a->strings["Message sent."] = "Message sent."; +$a->strings["No recipient."] = "No recipient."; +$a->strings["Please enter a link URL:"] = "Please enter a link URL:"; +$a->strings["Send Private Message"] = "Send private message"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."; +$a->strings["To:"] = "To:"; +$a->strings["Subject:"] = "Subject:"; +$a->strings["Your message:"] = "Your message:"; +$a->strings["Insert web link"] = "Insert web link"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile."; +$a->strings["Connect"] = "Connect"; +$a->strings["first"] = "first"; +$a->strings["next"] = "next"; +$a->strings["No matches"] = "No matches"; +$a->strings["Profile Match"] = "Profile Match"; +$a->strings["Profile not found."] = "Profile not found."; +$a->strings["Profile deleted."] = "Profile deleted."; +$a->strings["Profile-"] = "Profile-"; +$a->strings["New profile created."] = "New profile created."; +$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone."; +$a->strings["Profile Name is required."] = "Profile name is required."; +$a->strings["Marital Status"] = "Marital status"; +$a->strings["Romantic Partner"] = "Romantic partner"; +$a->strings["Work/Employment"] = "Work/Employment:"; +$a->strings["Religion"] = "Religion"; +$a->strings["Political Views"] = "Political views"; +$a->strings["Gender"] = "Gender"; +$a->strings["Sexual Preference"] = "Sexual preference"; +$a->strings["XMPP"] = "XMPP"; +$a->strings["Homepage"] = "Homepage"; +$a->strings["Interests"] = "Interests"; +$a->strings["Address"] = "Address"; +$a->strings["Location"] = "Location"; +$a->strings["Profile updated."] = "Profile updated."; +$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?"; +$a->strings["Show more profile fields:"] = "Show more profile fields:"; +$a->strings["Profile Actions"] = "Profile actions"; +$a->strings["Edit Profile Details"] = "Edit Profile Details"; +$a->strings["Submit"] = "Submit"; +$a->strings["Change Profile Photo"] = "Change profile photo"; +$a->strings["View this profile"] = "View this profile"; +$a->strings["View all profiles"] = "View all profiles"; +$a->strings["Edit visibility"] = "Edit visibility"; +$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings"; +$a->strings["Clone this profile"] = "Clone this profile"; +$a->strings["Delete this profile"] = "Delete this profile"; +$a->strings["Basic information"] = "Basic information"; +$a->strings["Profile picture"] = "Profile picture"; +$a->strings["Preferences"] = "Preferences"; +$a->strings["Status information"] = "Status information"; +$a->strings["Additional information"] = "Additional information"; +$a->strings["Personal"] = "Personal"; +$a->strings["Relation"] = "Relation"; +$a->strings["Miscellaneous"] = "Miscellaneous"; +$a->strings["Upload Profile Photo"] = "Upload profile photo"; +$a->strings["Your Gender:"] = "Gender:"; +$a->strings[" Marital Status:"] = " Marital status:"; +$a->strings["Sexual Preference:"] = "Sexual preference:"; +$a->strings["Example: fishing photography software"] = "Example: fishing photography software"; +$a->strings["Profile Name:"] = "Profile name:"; +$a->strings["Required"] = "Required"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "This is your public profile.
It may be visible to anybody using the internet."; +$a->strings["Your Full Name:"] = "My full name:"; +$a->strings["Title/Description:"] = "Title/Description:"; +$a->strings["Street Address:"] = "Street address:"; +$a->strings["Locality/City:"] = "Locality/City:"; +$a->strings["Region/State:"] = "Region/State:"; +$a->strings["Postal/Zip Code:"] = "Postcode:"; +$a->strings["Country:"] = "Country:"; +$a->strings["Age: "] = "Age: "; +$a->strings["Who: (if applicable)"] = "Who: (if applicable)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Since when:"; +$a->strings["Tell us about yourself..."] = "About myself:"; +$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you."; +$a->strings["Homepage URL:"] = "Homepage URL:"; +$a->strings["Hometown:"] = "Home town:"; +$a->strings["Political Views:"] = "Political views:"; +$a->strings["Religious Views:"] = "Religious views:"; +$a->strings["Public Keywords:"] = "Public keywords:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others."; +$a->strings["Private Keywords:"] = "Private keywords:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others."; +$a->strings["Likes:"] = "Likes:"; +$a->strings["Dislikes:"] = "Dislikes:"; +$a->strings["Musical interests"] = "Music:"; +$a->strings["Books, literature"] = "Books, literature, poetry:"; +$a->strings["Television"] = "Television:"; +$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment"; +$a->strings["Hobbies/Interests"] = "Hobbies/Interests:"; +$a->strings["Love/romance"] = "Love/Romance:"; +$a->strings["Work/employment"] = "Work/Employment:"; +$a->strings["School/education"] = "School/Education:"; +$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:"; +$a->strings["Profile Image"] = "Profile image"; +$a->strings["visible to everybody"] = "Visible to everybody"; +$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles"; +$a->strings["Change profile photo"] = "Change profile photo"; +$a->strings["Create New Profile"] = "Create new profile"; $a->strings["Access denied."] = "Access denied."; $a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted."; $a->strings["Events"] = "Events"; @@ -241,7 +421,6 @@ $a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting"; $a->strings["Mirror as my own posting"] = "Mirror as my own posting"; $a->strings["Return to contact editor"] = "Return to contact editor"; $a->strings["Refetch contact data"] = "Re-fetch contact data."; -$a->strings["Submit"] = "Submit"; $a->strings["Remote Self"] = "Remote self"; $a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:"; $a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact."; @@ -255,22 +434,6 @@ $a->strings["Friend Confirm URL"] = "Friend confirm URL:"; $a->strings["Notification Endpoint URL"] = "Notification endpoint URL"; $a->strings["Poll/Feed URL"] = "Poll/Feed URL:"; $a->strings["New photo from this URL"] = "New photo from this URL:"; -$a->strings["Parent user not found."] = "Parent user not found."; -$a->strings["No parent user"] = "No parent user"; -$a->strings["Parent Password:"] = "Parent Password:"; -$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorize this request."; -$a->strings["Parent User"] = "Parent user"; -$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["Delegate Page Management"] = "Delegate Page Management"; -$a->strings["Delegates"] = "Delegates"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."; -$a->strings["Existing Page Delegates"] = "Existing page delegates"; -$a->strings["Potential Delegates"] = "Potential delegates"; -$a->strings["Remove"] = "Remove"; -$a->strings["Add"] = "Add"; -$a->strings["No entries."] = "No entries."; -$a->strings["Profile not found."] = "Profile not found."; $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "This may occasionally happen if contact was requested by both persons and it has already been approved."; $a->strings["Response from remote site was not understood."] = "Response from remote site was not understood."; $a->strings["Unexpected response from remote site: "] = "Unexpected response from remote site: "; @@ -328,18 +491,9 @@ $a->strings["Friendica"] = "Friendica"; $a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; $a->strings["Diaspora (Socialhome, Hubzilla)"] = "diaspora* (Socialhome, Hubzilla)"; $a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - please do not use this form. Instead, enter %s into your diaspora* search bar."; -$a->strings["Your Identity Address:"] = "My identity address:"; -$a->strings["Submit Request"] = "Submit request"; -$a->strings["People Search - %s"] = "People search - %s"; -$a->strings["Forum Search - %s"] = "Forum search - %s"; -$a->strings["Connect"] = "Connect"; -$a->strings["No matches"] = "No matches"; -$a->strings["The requested item doesn't exist or has been deleted."] = "The requested item doesn't exist or has been deleted."; -$a->strings["The feed for this item is unavailable."] = "The feed for this item is unavailable."; $a->strings["Item not found"] = "Item not found"; $a->strings["Edit post"] = "Edit post"; $a->strings["Save"] = "Save"; -$a->strings["Insert web link"] = "Insert web link"; $a->strings["web link"] = "web link"; $a->strings["Insert video link"] = "Insert video link"; $a->strings["video link"] = "video link"; @@ -347,25 +501,6 @@ $a->strings["Insert audio link"] = "Insert audio link"; $a->strings["audio link"] = "audio link"; $a->strings["CC: email addresses"] = "CC: email addresses"; $a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com"; -$a->strings["Event can not end before it has started."] = "Event cannot end before it has started."; -$a->strings["Event title and start time are required."] = "Event title and starting time are required."; -$a->strings["Create New Event"] = "Create new event"; -$a->strings["Event details"] = "Event details"; -$a->strings["Starting date and Title are required."] = "Starting date and title are required."; -$a->strings["Event Starts:"] = "Event starts:"; -$a->strings["Required"] = "Required"; -$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant"; -$a->strings["Event Finishes:"] = "Event finishes:"; -$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone"; -$a->strings["Description:"] = "Description:"; -$a->strings["Location:"] = "Location:"; -$a->strings["Title:"] = "Title:"; -$a->strings["Share this event"] = "Share this event"; -$a->strings["Basic"] = "Basic"; -$a->strings["Advanced"] = "Advanced"; -$a->strings["Permissions"] = "Permissions"; -$a->strings["Failed to remove event"] = "Failed to remove event"; -$a->strings["Event removed"] = "Event removed"; $a->strings["Photos"] = "Photos"; $a->strings["Contact Photos"] = "Contact photos"; $a->strings["Upload"] = "Upload"; @@ -375,21 +510,16 @@ $a->strings["You already added this contact."] = "You already added this contact $a->strings["Diaspora support isn't enabled. Contact can't be added."] = "diaspora* support isn't enabled. Contact can't be added."; $a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added."; $a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added."; -$a->strings["Profile URL"] = "Profile URL:"; $a->strings["Tags:"] = "Tags:"; -$a->strings["Status Messages and Posts"] = "Status Messages and Posts"; +$a->strings["Suggested contact not found."] = ""; $a->strings["Friend suggestion sent."] = "Friend suggestion sent"; $a->strings["Suggest Friends"] = "Suggest friends"; $a->strings["Suggest a friend for %s"] = "Suggest a friend for %s"; $a->strings["No profile"] = "No profile"; -$a->strings["Unable to locate original post."] = "Unable to locate original post."; -$a->strings["Empty post discarded."] = "Empty post discarded."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network."; -$a->strings["You may visit them online at %s"] = "You may visit them online at %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages."; -$a->strings["%s posted an update."] = "%s posted an update."; $a->strings["Remote privacy information not available."] = "Remote privacy information not available."; $a->strings["Visible to:"] = "Visible to:"; +$a->strings["Followers"] = ""; +$a->strings["Mutuals"] = ""; $a->strings["No valid account found."] = "No valid account found."; $a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email."; $a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was received at \"%2\$s\" to reset your account password\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."; @@ -413,27 +543,14 @@ $a->strings["Your password has been changed at %s"] = "Your password has been ch $a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages"; $a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own."; $a->strings["Select an identity to manage: "] = "Select identity:"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile."; -$a->strings["first"] = "first"; -$a->strings["next"] = "next"; -$a->strings["Profile Match"] = "Profile Match"; $a->strings["New Message"] = "New Message"; -$a->strings["No recipient selected."] = "No recipient selected."; $a->strings["Unable to locate contact information."] = "Unable to locate contact information."; -$a->strings["Message could not be sent."] = "Message could not be sent."; -$a->strings["Message collection failure."] = "Message collection failure."; -$a->strings["Message sent."] = "Message sent."; $a->strings["Discard"] = "Discard"; $a->strings["Messages"] = "Messages"; $a->strings["Do you really want to delete this message?"] = "Do you really want to delete this message?"; $a->strings["Conversation not found."] = "Conversation not found."; $a->strings["Message deleted."] = "Message deleted."; $a->strings["Conversation removed."] = "Conversation removed."; -$a->strings["Please enter a link URL:"] = "Please enter a link URL:"; -$a->strings["Send Private Message"] = "Send private message"; -$a->strings["To:"] = "To:"; -$a->strings["Subject:"] = "Subject:"; -$a->strings["Your message:"] = "Your message:"; $a->strings["No messages."] = "No messages."; $a->strings["Message not available."] = "Message not available."; $a->strings["Delete message"] = "Delete message"; @@ -465,7 +582,6 @@ $a->strings["Commented Order"] = "Commented last"; $a->strings["Sort by Comment Date"] = "Sort by comment date"; $a->strings["Posted Order"] = "Posted last"; $a->strings["Sort by Post Date"] = "Sort by post date"; -$a->strings["Personal"] = "Personal"; $a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me"; $a->strings["New"] = "New"; $a->strings["Activity Stream - by date"] = "Activity Stream - by date"; @@ -473,84 +589,7 @@ $a->strings["Shared Links"] = "Shared links"; $a->strings["Interesting Links"] = "Interesting links"; $a->strings["Starred"] = "Starred"; $a->strings["Favourite Posts"] = "My favorite posts"; -$a->strings["Welcome to Friendica"] = "Welcome to Friendica"; -$a->strings["New Member Checklist"] = "New Member Checklist"; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."; -$a->strings["Getting Started"] = "Getting started"; -$a->strings["Friendica Walk-Through"] = "Friendica walk-through"; -$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."; -$a->strings["Settings"] = "Settings"; -$a->strings["Go to Your Settings"] = "Go to your settings"; -$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."; -$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."; -$a->strings["Profile"] = "Profile"; -$a->strings["Upload Profile Photo"] = "Upload profile photo"; -$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."; -$a->strings["Edit Your Profile"] = "Edit your profile"; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."; -$a->strings["Profile Keywords"] = "Profile keywords"; -$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."; -$a->strings["Connecting"] = "Connecting"; -$a->strings["Importing Emails"] = "Importing emails"; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX"; -$a->strings["Go to Your Contacts Page"] = "Go to your contacts page"; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add new contact dialog."; -$a->strings["Go to Your Site's Directory"] = "Go to your site's directory"; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "The directory lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own identity address when requested."; -$a->strings["Finding New People"] = "Finding new people"; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."; -$a->strings["Groups"] = "Groups"; -$a->strings["Group Your Contacts"] = "Group your contacts"; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page."; -$a->strings["Why Aren't My Posts Public?"] = "Why aren't my posts public?"; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."; -$a->strings["Getting Help"] = "Getting help"; -$a->strings["Go to the Help Section"] = "Go to the help section"; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Our help pages may be consulted for detail on other program features and resources."; $a->strings["Personal Notes"] = "Personal notes"; -$a->strings["Invalid request identifier."] = "Invalid request identifier."; -$a->strings["Notifications"] = "Notifications"; -$a->strings["Network Notifications"] = "Network notifications"; -$a->strings["System Notifications"] = "System notifications"; -$a->strings["Personal Notifications"] = "Personal notifications"; -$a->strings["Home Notifications"] = "Home notifications"; -$a->strings["Show unread"] = "Show unread"; -$a->strings["Show all"] = "Show all"; -$a->strings["Show Ignored Requests"] = "Show ignored requests."; -$a->strings["Hide Ignored Requests"] = "Hide ignored requests"; -$a->strings["Notification type:"] = "Notification type:"; -$a->strings["Suggested by:"] = "Suggested by:"; -$a->strings["Hide this contact from others"] = "Hide this contact from others"; -$a->strings["Approve"] = "Approve"; -$a->strings["Claims to be known to you: "] = "Says they know me:"; -$a->strings["yes"] = "yes"; -$a->strings["no"] = "no"; -$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?"; -$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts. You will also receive updates from them in your news feed."; -$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; -$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; -$a->strings["Friend"] = "Friend"; -$a->strings["Sharer"] = "Sharer"; -$a->strings["Subscriber"] = "Subscriber"; -$a->strings["About:"] = "About:"; -$a->strings["Gender:"] = "Gender:"; -$a->strings["Network:"] = "Network:"; -$a->strings["No introductions."] = "No introductions."; -$a->strings["No more %s notifications."] = "No more %s notifications."; -$a->strings["No more system notifications."] = "No more system notifications."; -$a->strings["Post successful."] = "Post successful."; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site."; -$a->strings["Login failed."] = "Login failed."; -$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts"; -$a->strings["No contact provided."] = "No contact provided."; -$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact."; -$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact."; -$a->strings["Done"] = "Done"; -$a->strings["success"] = "success"; -$a->strings["failed"] = "failed"; -$a->strings["ignored"] = "Ignored"; -$a->strings["Keep this window open until done."] = "Keep this window open until done."; $a->strings["Photo Albums"] = "Photo Albums"; $a->strings["Recent Photos"] = "Recent photos"; $a->strings["Upload New Photos"] = "Upload new photos"; @@ -561,19 +600,17 @@ $a->strings["Album successfully deleted"] = "Album successfully deleted"; $a->strings["Album was empty."] = "Album was empty."; $a->strings["a photo"] = "a photo"; $a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s"; -$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s"; $a->strings["Image upload didn't complete, please try again"] = "Image upload didn't complete. Please try again."; $a->strings["Image file is missing"] = "Image file is missing"; $a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server can't accept new file uploads at this time. Please contact your administrator."; $a->strings["Image file is empty."] = "Image file is empty."; -$a->strings["Unable to process image."] = "Unable to process image."; -$a->strings["Image upload failed."] = "Image upload failed."; $a->strings["No photos selected"] = "No photos selected"; $a->strings["Access to this item is restricted."] = "Access to this item is restricted."; $a->strings["Upload Photos"] = "Upload photos"; $a->strings["New album name: "] = "New album name: "; $a->strings["or select existing album:"] = "or select existing album:"; $a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload"; +$a->strings["Permissions"] = "Permissions"; $a->strings["Show to Groups"] = "Show to groups"; $a->strings["Show to Contacts"] = "Show to contacts"; $a->strings["Do you really want to delete this photo album and all its photos?"] = "Do you really want to delete this photo album and all its photos?"; @@ -615,88 +652,6 @@ $a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do oth $a->strings["Recipient"] = "Recipient:"; $a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:"; $a->strings["Make this post private"] = "Make this post private"; -$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to use the Probe feature."; -$a->strings["Profile deleted."] = "Profile deleted."; -$a->strings["Profile-"] = "Profile-"; -$a->strings["New profile created."] = "New profile created."; -$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone."; -$a->strings["Profile Name is required."] = "Profile name is required."; -$a->strings["Marital Status"] = "Marital status"; -$a->strings["Romantic Partner"] = "Romantic partner"; -$a->strings["Work/Employment"] = "Work/Employment:"; -$a->strings["Religion"] = "Religion"; -$a->strings["Political Views"] = "Political views"; -$a->strings["Gender"] = "Gender"; -$a->strings["Sexual Preference"] = "Sexual preference"; -$a->strings["XMPP"] = "XMPP"; -$a->strings["Homepage"] = "Homepage"; -$a->strings["Interests"] = "Interests"; -$a->strings["Address"] = "Address"; -$a->strings["Location"] = "Location"; -$a->strings["Profile updated."] = "Profile updated."; -$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?"; -$a->strings["Show more profile fields:"] = "Show more profile fields:"; -$a->strings["Profile Actions"] = "Profile actions"; -$a->strings["Edit Profile Details"] = "Edit Profile Details"; -$a->strings["Change Profile Photo"] = "Change profile photo"; -$a->strings["View this profile"] = "View this profile"; -$a->strings["View all profiles"] = "View all profiles"; -$a->strings["Edit visibility"] = "Edit visibility"; -$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings"; -$a->strings["Clone this profile"] = "Clone this profile"; -$a->strings["Delete this profile"] = "Delete this profile"; -$a->strings["Basic information"] = "Basic information"; -$a->strings["Profile picture"] = "Profile picture"; -$a->strings["Preferences"] = "Preferences"; -$a->strings["Status information"] = "Status information"; -$a->strings["Additional information"] = "Additional information"; -$a->strings["Relation"] = "Relation"; -$a->strings["Miscellaneous"] = "Miscellaneous"; -$a->strings["Your Gender:"] = "Gender:"; -$a->strings[" Marital Status:"] = " Marital status:"; -$a->strings["Sexual Preference:"] = "Sexual preference:"; -$a->strings["Example: fishing photography software"] = "Example: fishing photography software"; -$a->strings["Profile Name:"] = "Profile name:"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "This is your public profile.
It may be visible to anybody using the internet."; -$a->strings["Your Full Name:"] = "My full name:"; -$a->strings["Title/Description:"] = "Title/Description:"; -$a->strings["Street Address:"] = "Street address:"; -$a->strings["Locality/City:"] = "Locality/City:"; -$a->strings["Region/State:"] = "Region/State:"; -$a->strings["Postal/Zip Code:"] = "Postcode:"; -$a->strings["Country:"] = "Country:"; -$a->strings["Age: "] = "Age: "; -$a->strings["Who: (if applicable)"] = "Who: (if applicable)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = "Since when:"; -$a->strings["Tell us about yourself..."] = "About myself:"; -$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:"; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you."; -$a->strings["Homepage URL:"] = "Homepage URL:"; -$a->strings["Hometown:"] = "Home town:"; -$a->strings["Political Views:"] = "Political views:"; -$a->strings["Religious Views:"] = "Religious views:"; -$a->strings["Public Keywords:"] = "Public keywords:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others."; -$a->strings["Private Keywords:"] = "Private keywords:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others."; -$a->strings["Likes:"] = "Likes:"; -$a->strings["Dislikes:"] = "Dislikes:"; -$a->strings["Musical interests"] = "Music:"; -$a->strings["Books, literature"] = "Books, literature, poetry:"; -$a->strings["Television"] = "Television:"; -$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment"; -$a->strings["Hobbies/Interests"] = "Hobbies/Interests:"; -$a->strings["Love/romance"] = "Love/Romance:"; -$a->strings["Work/employment"] = "Work/Employment:"; -$a->strings["School/education"] = "School/Education:"; -$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:"; -$a->strings["Profile Image"] = "Profile image"; -$a->strings["visible to everybody"] = "Visible to everybody"; -$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles"; -$a->strings["Change profile photo"] = "Change profile photo"; -$a->strings["Create New Profile"] = "Create new profile"; $a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed."; $a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed."; $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately."; @@ -710,28 +665,83 @@ $a->strings["Crop Image"] = "Crop Image"; $a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing."; $a->strings["Done Editing"] = "Done editing"; $a->strings["Image uploaded successfully."] = "Image uploaded successfully."; -$a->strings["Permission denied"] = "Permission denied"; -$a->strings["Invalid profile identifier."] = "Invalid profile identifier."; -$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor"; -$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it."; -$a->strings["Visible To"] = "Visible to"; -$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access"; -$a->strings["Account approved."] = "Account approved."; -$a->strings["Registration revoked for %s"] = "Registration revoked for %s"; -$a->strings["Please login."] = "Please login."; -$a->strings["User deleted their account"] = "User deleted their account"; -$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "A user deleted his or her account on your Friendica node. Please ensure these data are removed from the backups."; -$a->strings["The user id is %d"] = "The user id is %d"; -$a->strings["Remove My Account"] = "Remove My Account"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable."; -$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:"; -$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts"; -$a->strings["Error"] = "Error"; $a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search."; $a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not-logged-in users."; $a->strings["Search"] = "Search"; $a->strings["Items tagged with: %s"] = "Items tagged with: %s"; $a->strings["Results for: %s"] = "Results for: %s"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s"; +$a->strings["Contact suggestion successfully ignored."] = "Contact suggestion successfully ignored."; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours."; +$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?"; +$a->strings["Ignore/Hide"] = "Ignore/Hide"; +$a->strings["Friend Suggestions"] = "Friend suggestions"; +$a->strings["Export account"] = "Export account"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server."; +$a->strings["Export all"] = "Export all"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported."; +$a->strings["Export personal data"] = "Export personal data"; +$a->strings["No videos selected"] = "No videos selected"; +$a->strings["View Video"] = "View video"; +$a->strings["Recent Videos"] = "Recent videos"; +$a->strings["Upload New Videos"] = "Upload new videos"; +$a->strings["The requested item doesn't exist or has been deleted."] = "The requested item doesn't exist or has been deleted."; +$a->strings["The feed for this item is unavailable."] = "The feed for this item is unavailable."; +$a->strings["Event can not end before it has started."] = "Event cannot end before it has started."; +$a->strings["Event title and start time are required."] = "Event title and starting time are required."; +$a->strings["Create New Event"] = "Create new event"; +$a->strings["Event details"] = "Event details"; +$a->strings["Starting date and Title are required."] = "Starting date and title are required."; +$a->strings["Event Starts:"] = "Event starts:"; +$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant"; +$a->strings["Event Finishes:"] = "Event finishes:"; +$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone"; +$a->strings["Description:"] = "Description:"; +$a->strings["Location:"] = "Location:"; +$a->strings["Title:"] = "Title:"; +$a->strings["Share this event"] = "Share this event"; +$a->strings["Basic"] = "Basic"; +$a->strings["Advanced"] = "Advanced"; +$a->strings["Failed to remove event"] = "Failed to remove event"; +$a->strings["Event removed"] = "Event removed"; +$a->strings["Unable to locate original post."] = "Unable to locate original post."; +$a->strings["Empty post discarded."] = "Empty post discarded."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network."; +$a->strings["You may visit them online at %s"] = "You may visit them online at %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages."; +$a->strings["%s posted an update."] = "%s posted an update."; +$a->strings["Invalid request identifier."] = "Invalid request identifier."; +$a->strings["Notifications"] = "Notifications"; +$a->strings["Network Notifications"] = "Network notifications"; +$a->strings["System Notifications"] = "System notifications"; +$a->strings["Personal Notifications"] = "Personal notifications"; +$a->strings["Home Notifications"] = "Home notifications"; +$a->strings["Show unread"] = "Show unread"; +$a->strings["Show all"] = "Show all"; +$a->strings["Show Ignored Requests"] = "Show ignored requests."; +$a->strings["Hide Ignored Requests"] = "Hide ignored requests"; +$a->strings["Notification type:"] = "Notification type:"; +$a->strings["Suggested by:"] = "Suggested by:"; +$a->strings["Hide this contact from others"] = "Hide this contact from others"; +$a->strings["Approve"] = "Approve"; +$a->strings["Claims to be known to you: "] = "Says they know me:"; +$a->strings["yes"] = "yes"; +$a->strings["no"] = "no"; +$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?"; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts. You will also receive updates from them in your news feed."; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; +$a->strings["Friend"] = "Friend"; +$a->strings["Sharer"] = "Sharer"; +$a->strings["Subscriber"] = "Subscriber"; +$a->strings["About:"] = "About:"; +$a->strings["Gender:"] = "Gender:"; +$a->strings["Network:"] = "Network:"; +$a->strings["No introductions."] = "No introductions."; +$a->strings["No more %s notifications."] = "No more %s notifications."; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site."; +$a->strings["Login failed."] = "Login failed."; $a->strings["Account"] = "Account"; $a->strings["Two-factor authentication"] = "Two-factor authentication"; $a->strings["Profiles"] = "Profiles"; @@ -741,13 +751,14 @@ $a->strings["Social Networks"] = "Social networks"; $a->strings["Addons"] = "Addons"; $a->strings["Delegations"] = "Delegations"; $a->strings["Connected apps"] = "Connected apps"; -$a->strings["Export personal data"] = "Export personal data"; $a->strings["Remove account"] = "Remove account"; +$a->strings["Settings"] = "Settings"; $a->strings["Missing some important data!"] = "Missing some important data!"; $a->strings["Update"] = "Update"; $a->strings["Failed to connect with email account using the settings provided."] = "Failed to connect with email account using the settings provided."; $a->strings["Email settings updated."] = "Email settings updated."; $a->strings["Features updated"] = "Features updated"; +$a->strings["The theme you chose isn't available."] = ""; $a->strings["Relocate message has been send to your contacts"] = "Relocate message has been sent to your contacts"; $a->strings["Passwords do not match."] = "Passwords do not match."; $a->strings["Password update failed. Please try again."] = "Password update failed. Please try again."; @@ -784,6 +795,8 @@ $a->strings["Built-in support for %s connectivity is %s"] = "Built-in support fo $a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; $a->strings["Email access is disabled on this site."] = "Email access is disabled on this site."; $a->strings["General Social Media Settings"] = "General Social Media Settings"; +$a->strings["Accept only top level posts by contacts you follow"] = "Accept only top-level posts by contacts you follow"; +$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behavior. When activated, you will only receive posts from people you really do follow."; $a->strings["Disable Content Warning"] = "Disable content warning"; $a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up."; $a->strings["Disable intelligent shortening"] = "Disable intelligent shortening"; @@ -867,6 +880,7 @@ $a->strings["Publish your default profile in your local site directory?"] = "Pub $a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."; $a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?"; $a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible."; +$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = ""; $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?"; $a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Your contact list won't be shown in your default profile page. You can decide to display your contact list separately for each additional profile you create"; $a->strings["Hide your profile details from anonymous viewers?"] = "Hide your profile details from anonymous viewers?"; @@ -937,182 +951,42 @@ $a->strings["Change the behaviour of this account for special situations"] = "Ch $a->strings["Relocate"] = "Recent relocation"; $a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:"; $a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s"; -$a->strings["Contact suggestion successfully ignored."] = "Contact suggestion successfully ignored."; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours."; -$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?"; -$a->strings["Ignore/Hide"] = "Ignore/Hide"; -$a->strings["Friend Suggestions"] = "Friend suggestions"; -$a->strings["Tag(s) removed"] = "Tag(s) removed"; -$a->strings["Remove Item Tag"] = "Remove Item tag"; -$a->strings["Select a tag to remove: "] = "Select a tag to remove: "; -$a->strings["Export account"] = "Export account"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server."; -$a->strings["Export all"] = "Export all"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported."; -$a->strings["User imports on closed servers can only be done by an administrator."] = "User imports on closed servers can only be done by an administrator."; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."; -$a->strings["Import"] = "Import profile"; -$a->strings["Move account"] = "Move Existing Friendica Account"; -$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node."; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora."; -$a->strings["Account file"] = "Account file:"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""; -$a->strings["You aren't following this contact."] = "You aren't following this contact."; -$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network."; -$a->strings["Contact unfollowed"] = "Contact unfollowed"; -$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow"; -$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]"; -$a->strings["No videos selected"] = "No videos selected"; -$a->strings["View Video"] = "View video"; -$a->strings["Recent Videos"] = "Recent videos"; -$a->strings["Upload New Videos"] = "Upload new videos"; -$a->strings["No contacts."] = "No contacts."; -$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]"; -$a->strings["Contacts"] = "Contacts"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed."; -$a->strings["Unable to check your home location."] = "Unable to check your home location."; -$a->strings["No recipient."] = "No recipient."; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."; -$a->strings["Invalid request."] = "Invalid request."; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows"; -$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?"; -$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s"; -$a->strings["File upload failed."] = "File upload failed."; -$a->strings["Wall Photos"] = "Wall photos"; -$a->strings["Delete this item?"] = "Delete this item?"; -$a->strings["toggle mobile"] = "Toggle mobile"; -$a->strings["No system theme config value set."] = "No system theme configuration value set."; -$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."; -$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)"; -$a->strings["The contact entries have been archived"] = "The contact entries have been archived"; -$a->strings["Could not find any contact entry for this URL (%s)"] = "Could not find any contact entry for this URL (%s)"; -$a->strings["The contact has been blocked from the node"] = "This contact has been blocked from the node"; -$a->strings["Enter new password: "] = "Enter new password: "; -$a->strings["Post update version number has been set to %s."] = "Post update version number has been set to %s."; -$a->strings["Check for pending update actions."] = "Check for pending update actions."; -$a->strings["Done."] = "Done."; -$a->strings["Execute pending post updates."] = "Execute pending post updates."; -$a->strings["All pending post updates are done."] = "All pending post updates are done."; -$a->strings["Frequently"] = "Frequently"; -$a->strings["Hourly"] = "Hourly"; -$a->strings["Twice daily"] = "Twice daily"; -$a->strings["Daily"] = "Daily"; -$a->strings["Weekly"] = "Weekly"; -$a->strings["Monthly"] = "Monthly"; -$a->strings["DFRN"] = "DFRN"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "Email"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = "pump.io"; -$a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "diaspora* connector"; -$a->strings["GNU Social Connector"] = "GNU Social Connector"; -$a->strings["ActivityPub"] = "ActivityPub"; -$a->strings["pnut"] = "pnut"; -$a->strings["No answer"] = "No answer"; -$a->strings["Male"] = "Male"; -$a->strings["Female"] = "Female"; -$a->strings["Currently Male"] = "Currently male"; -$a->strings["Currently Female"] = "Currently female"; -$a->strings["Mostly Male"] = "Mostly male"; -$a->strings["Mostly Female"] = "Mostly female"; -$a->strings["Transgender"] = "Transgender"; -$a->strings["Intersex"] = "Intersex"; -$a->strings["Transsexual"] = "Transsexual"; -$a->strings["Hermaphrodite"] = "Hermaphrodite"; -$a->strings["Neuter"] = "Neuter"; -$a->strings["Non-specific"] = "Non-specific"; -$a->strings["Other"] = "Other"; -$a->strings["Males"] = "Males"; -$a->strings["Females"] = "Females"; -$a->strings["Gay"] = "Gay"; -$a->strings["Lesbian"] = "Lesbian"; -$a->strings["No Preference"] = "No Preference"; -$a->strings["Bisexual"] = "Bisexual"; -$a->strings["Autosexual"] = "Auto-sexual"; -$a->strings["Abstinent"] = "Abstinent"; -$a->strings["Virgin"] = "Virgin"; -$a->strings["Deviant"] = "Deviant"; -$a->strings["Fetish"] = "Fetish"; -$a->strings["Oodles"] = "Oodles"; -$a->strings["Nonsexual"] = "Asexual"; -$a->strings["Single"] = "Single"; -$a->strings["Lonely"] = "Lonely"; -$a->strings["Available"] = "Available"; -$a->strings["Unavailable"] = "Unavailable"; -$a->strings["Has crush"] = "Having a crush"; -$a->strings["Infatuated"] = "Infatuated"; -$a->strings["Dating"] = "Dating"; -$a->strings["Unfaithful"] = "Unfaithful"; -$a->strings["Sex Addict"] = "Sex addict"; -$a->strings["Friends"] = "Friends"; -$a->strings["Friends/Benefits"] = "Friends with benefits"; -$a->strings["Casual"] = "Casual"; -$a->strings["Engaged"] = "Engaged"; -$a->strings["Married"] = "Married"; -$a->strings["Imaginarily married"] = "Imaginarily married"; -$a->strings["Partners"] = "Partners"; -$a->strings["Cohabiting"] = "Cohabiting"; -$a->strings["Common law"] = "Common law spouse"; -$a->strings["Happy"] = "Happy"; -$a->strings["Not looking"] = "Not looking"; -$a->strings["Swinger"] = "Swinger"; -$a->strings["Betrayed"] = "Betrayed"; -$a->strings["Separated"] = "Separated"; -$a->strings["Unstable"] = "Unstable"; -$a->strings["Divorced"] = "Divorced"; -$a->strings["Imaginarily divorced"] = "Imaginarily divorced"; -$a->strings["Widowed"] = "Widowed"; -$a->strings["Uncertain"] = "Uncertain"; -$a->strings["It's complicated"] = "It's complicated"; -$a->strings["Don't care"] = "Don't care"; -$a->strings["Ask me"] = "Ask me"; -$a->strings["General Features"] = "General"; -$a->strings["Multiple Profiles"] = "Multiple profiles"; -$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles"; -$a->strings["Photo Location"] = "Photo location"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This saves the geo tag (if present) and links it to a map prior to removing other metadata."; -$a->strings["Export Public Calendar"] = "Export public calendar"; -$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar"; -$a->strings["Post Composition Features"] = "Post composition"; -$a->strings["Auto-mention Forums"] = "Auto-mention forums"; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window."; -$a->strings["Explicit Mentions"] = "Explicit Mentions"; -$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Add explicit mentions to comment box for manual control over who gets mentioned in replies."; -$a->strings["Network Sidebar"] = "Network sidebar"; -$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges"; -$a->strings["Protocol Filter"] = "Protocol filter"; -$a->strings["Enable widget to display Network posts only from selected protocols"] = "Enable widget to display Network posts only from selected protocols"; -$a->strings["Network Tabs"] = "Network tabs"; -$a->strings["Network New Tab"] = "Network new tab"; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)"; -$a->strings["Network Shared Links Tab"] = "Network shared links tab"; -$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them"; -$a->strings["Post/Comment Tools"] = "Post/Comment tools"; -$a->strings["Post Categories"] = "Post categories"; -$a->strings["Add categories to your posts"] = "Add categories to your posts"; -$a->strings["Advanced Profile Settings"] = "Advanced profiles"; -$a->strings["List Forums"] = "List forums"; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page"; -$a->strings["Tag Cloud"] = "Tag cloud"; -$a->strings["Provide a personal tag cloud on your profile page"] = "Provide a personal tag cloud on your profile page"; -$a->strings["Display Membership Date"] = "Display membership date"; -$a->strings["Display membership date in profile"] = "Display membership date in profile"; -$a->strings["Forums"] = "Forums"; -$a->strings["External link to forum"] = "External link to forum"; -$a->strings["Nothing new here"] = "Nothing new here"; -$a->strings["Clear notifications"] = "Clear notifications"; -$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content"; -$a->strings["Logout"] = "Logout"; -$a->strings["End this session"] = "End this session"; +$a->strings["default"] = "default"; +$a->strings["greenzero"] = "greenzero"; +$a->strings["purplezero"] = "purplezero"; +$a->strings["easterbunny"] = "easterbunny"; +$a->strings["darkzero"] = "darkzero"; +$a->strings["comix"] = "comix"; +$a->strings["slackr"] = "slackr"; +$a->strings["Variations"] = "Variations"; +$a->strings["Top Banner"] = "Top Banner"; +$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Resize image to the width of the screen and show background color below on long pages."; +$a->strings["Full screen"] = "Full screen"; +$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Resize image to fill entire screen, clipping either the right or the bottom."; +$a->strings["Single row mosaic"] = "Single row mosaic"; +$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Resize image to repeat it on a single row, either vertical or horizontal."; +$a->strings["Mosaic"] = "Mosaic"; +$a->strings["Repeat image to fill the screen."] = "Repeat image to fill the screen."; +$a->strings["Custom"] = "Custom"; +$a->strings["Note"] = "Note"; +$a->strings["Check image permissions if all users are allowed to see the image"] = "Check image permissions that everyone is allowed to see the image"; +$a->strings["Select color scheme"] = "Select color scheme"; +$a->strings["Copy or paste schemestring"] = "Copy or paste theme string"; +$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "You can copy this string to share your theme with others. Pasting here applies the theme string"; +$a->strings["Navigation bar background color"] = "Navigation bar background color:"; +$a->strings["Navigation bar icon color "] = "Navigation bar icon color:"; +$a->strings["Link color"] = "Link color:"; +$a->strings["Set the background color"] = "Background color:"; +$a->strings["Content background opacity"] = "Content background opacity"; +$a->strings["Set the background image"] = "Background image:"; +$a->strings["Background image style"] = "Background image style"; +$a->strings["Enable Compose page"] = ""; +$a->strings["This replaces the jot modal window for writing new posts with a link to the new Compose page."] = ""; +$a->strings["Login page background image"] = "Login page background image"; +$a->strings["Login page background color"] = "Login page background color"; +$a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and color empty for theme defaults"; +$a->strings["Guest"] = "Guest"; +$a->strings["Visitor"] = "Visitor"; $a->strings["Status"] = "Status"; $a->strings["Your posts and conversations"] = "My posts and conversations"; $a->strings["Your profile page"] = "My profile page"; @@ -1120,83 +994,29 @@ $a->strings["Your photos"] = "My photos"; $a->strings["Videos"] = "Videos"; $a->strings["Your videos"] = "My videos"; $a->strings["Your events"] = "My events"; -$a->strings["Personal notes"] = "Personal notes"; -$a->strings["Your personal notes"] = "My personal notes"; -$a->strings["Login"] = "Login"; -$a->strings["Sign in"] = "Sign in"; -$a->strings["Home"] = "Home"; -$a->strings["Home Page"] = "Home page"; -$a->strings["Register"] = "Sign up now >>"; -$a->strings["Create an account"] = "Create account"; -$a->strings["Help"] = "Help"; -$a->strings["Help and documentation"] = "Help and documentation"; -$a->strings["Apps"] = "Apps"; -$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games"; -$a->strings["Search site content"] = "Search site content"; -$a->strings["Full Text"] = "Full text"; -$a->strings["Tags"] = "Tags"; -$a->strings["Community"] = "Community"; -$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers"; -$a->strings["Events and Calendar"] = "Events and calendar"; -$a->strings["Directory"] = "Directory"; -$a->strings["People directory"] = "People directory"; -$a->strings["Information"] = "Information"; -$a->strings["Information about this friendica instance"] = "Information about this Friendica instance"; -$a->strings["Terms of Service"] = "Terms of Service"; -$a->strings["Terms of Service of this Friendica instance"] = "Terms of Service of this Friendica instance"; $a->strings["Network"] = "Network"; $a->strings["Conversations from your friends"] = "My friends' conversations"; -$a->strings["Network Reset"] = "Network reset"; -$a->strings["Load Network page with no filters"] = "Load network page without filters"; -$a->strings["Introductions"] = "Introductions"; -$a->strings["Friend Requests"] = "Friend requests"; -$a->strings["See all notifications"] = "See all notifications"; -$a->strings["Mark all system notifications seen"] = "Mark notifications as seen"; +$a->strings["Events and Calendar"] = "Events and calendar"; $a->strings["Private mail"] = "Private messages"; -$a->strings["Inbox"] = "Inbox"; -$a->strings["Outbox"] = "Outbox"; -$a->strings["Manage"] = "Manage"; -$a->strings["Manage other pages"] = "Manage other pages"; $a->strings["Account settings"] = "Account settings"; -$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles"; +$a->strings["Contacts"] = "Contacts"; $a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts"; -$a->strings["Admin"] = "Admin"; -$a->strings["Site setup and configuration"] = "Site setup and configuration"; -$a->strings["Navigation"] = "Navigation"; -$a->strings["Site map"] = "Site map"; -$a->strings["Embedding disabled"] = "Embedding disabled"; -$a->strings["Embedded content"] = "Embedded content"; -$a->strings["newer"] = "Later posts"; -$a->strings["older"] = "Earlier posts"; -$a->strings["prev"] = "prev"; -$a->strings["last"] = "last"; -$a->strings["view full size"] = "view full size"; -$a->strings["Image/photo"] = "Image/Photo"; -$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; -$a->strings["$1 wrote:"] = "$1 wrote:"; -$a->strings["Encrypted content"] = "Encrypted content"; -$a->strings["Invalid source protocol"] = "Invalid source protocol"; -$a->strings["Invalid link protocol"] = "Invalid link protocol"; -$a->strings["Loading more entries..."] = "Loading more entries..."; -$a->strings["The end"] = "The end"; -$a->strings["Follow"] = "Follow"; -$a->strings["Click to open/close"] = "Reveal/hide"; -$a->strings["Export"] = "Export"; -$a->strings["Export calendar as ical"] = "Export calendar as ical"; -$a->strings["Export calendar as csv"] = "Export calendar as csv"; -$a->strings["No contacts"] = "No contacts"; -$a->strings["%d Contact"] = [ - 0 => "%d contact", - 1 => "%d contacts", -]; -$a->strings["View Contacts"] = "View contacts"; -$a->strings["Add New Contact"] = "Add new contact"; -$a->strings["Enter address or web location"] = "Enter address or web location"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo"; -$a->strings["%d invitation available"] = [ - 0 => "%d invitation available", - 1 => "%d invitations available", -]; +$a->strings["Alignment"] = "Alignment"; +$a->strings["Left"] = "Left"; +$a->strings["Center"] = "Center"; +$a->strings["Color scheme"] = "Color scheme"; +$a->strings["Posts font size"] = "Posts font size"; +$a->strings["Textareas font size"] = "Text areas font size"; +$a->strings["Comma separated list of helper forums"] = "Comma-separated list of helper forums"; +$a->strings["don't show"] = "don't show"; +$a->strings["show"] = "show"; +$a->strings["Set style"] = "Set style"; +$a->strings["Community Pages"] = "Community pages"; +$a->strings["Community Profiles"] = "Community profiles"; +$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?"; +$a->strings["Connect Services"] = "Connect services"; +$a->strings["Find Friends"] = "Find friends"; +$a->strings["Last users"] = "Last users"; $a->strings["Find People"] = "Find people"; $a->strings["Enter name or interest"] = "Enter name or interest"; $a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing"; @@ -1206,23 +1026,73 @@ $a->strings["Random Profile"] = "Random profile"; $a->strings["Invite Friends"] = "Invite friends"; $a->strings["Global Directory"] = "Global Directory"; $a->strings["Local Directory"] = "Local directory"; -$a->strings["Protocols"] = "Protocols"; -$a->strings["All Protocols"] = "All protocols"; -$a->strings["Saved Folders"] = "Saved Folders"; -$a->strings["Everything"] = "Everything"; -$a->strings["Categories"] = "Categories"; -$a->strings["%d contact in common"] = [ - 0 => "%d contact in common", - 1 => "%d contacts in common", +$a->strings["Forums"] = "Forums"; +$a->strings["External link to forum"] = "External link to forum"; +$a->strings["show more"] = "show more"; +$a->strings["Quick Start"] = "Quick start"; +$a->strings["Help"] = "Help"; +$a->strings["Tuesday"] = "Tuesday"; +$a->strings["Wednesday"] = "Wednesday"; +$a->strings["Thursday"] = "Thursday"; +$a->strings["Friday"] = "Friday"; +$a->strings["Saturday"] = "Saturday"; +$a->strings["January"] = "January"; +$a->strings["February"] = "February"; +$a->strings["March"] = "March"; +$a->strings["April"] = "April"; +$a->strings["May"] = "May"; +$a->strings["June"] = "June"; +$a->strings["July"] = "July"; +$a->strings["August"] = "August"; +$a->strings["September"] = "September"; +$a->strings["October"] = "October"; +$a->strings["November"] = "November"; +$a->strings["December"] = "December"; +$a->strings["Mon"] = "Mon"; +$a->strings["Tue"] = "Tue"; +$a->strings["Wed"] = "Wed"; +$a->strings["Thu"] = "Thu"; +$a->strings["Fri"] = "Fri"; +$a->strings["Sat"] = "Sat"; +$a->strings["Sun"] = "Sun"; +$a->strings["Jan"] = "Jan"; +$a->strings["Feb"] = "Feb"; +$a->strings["Mar"] = "Mar"; +$a->strings["Apr"] = "Apr"; +$a->strings["Jun"] = "Jun"; +$a->strings["Jul"] = "Jul"; +$a->strings["Aug"] = "Aug"; +$a->strings["Sep"] = "Sep"; +$a->strings["Oct"] = "Oct"; +$a->strings["Nov"] = "Nov"; +$a->strings["Dec"] = "Dec"; +$a->strings["poke"] = "poke"; +$a->strings["poked"] = "poked"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = "pinged"; +$a->strings["prod"] = "prod"; +$a->strings["prodded"] = "prodded"; +$a->strings["slap"] = "slap"; +$a->strings["slapped"] = "slapped"; +$a->strings["finger"] = "finger"; +$a->strings["fingered"] = "fingered"; +$a->strings["rebuff"] = "rebuff"; +$a->strings["rebuffed"] = "rebuffed"; +$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs."; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."; +$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]"; +$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify] Database update"; +$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."; +$a->strings["Error decoding account file"] = "Error decoding account file"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?"; +$a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!"; +$a->strings["User creation error"] = "User creation error"; +$a->strings["User profile creation error"] = "User profile creation error"; +$a->strings["%d contact not imported"] = [ + 0 => "%d contact not imported", + 1 => "%d contacts not imported", ]; -$a->strings["Post to Email"] = "Post to email"; -$a->strings["Visible to everybody"] = "Visible to everybody"; -$a->strings["show"] = "show"; -$a->strings["don't show"] = "don't show"; -$a->strings["Connectors"] = "Connectors"; -$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled."; -$a->strings["Close"] = "Close"; +$a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password"; $a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."; $a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."; $a->strings["Please see the file \"INSTALL.txt\"."] = "Please see the file \"INSTALL.txt\"."; @@ -1279,55 +1149,11 @@ $a->strings["Url rewrite is working"] = "URL rewrite is working"; $a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP extension is not installed"; $a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extension is installed"; $a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF"; -$a->strings["Could not connect to database."] = "Could not connect to database."; $a->strings["Database already in use."] = "Database already in use."; -$a->strings["Tuesday"] = "Tuesday"; -$a->strings["Wednesday"] = "Wednesday"; -$a->strings["Thursday"] = "Thursday"; -$a->strings["Friday"] = "Friday"; -$a->strings["Saturday"] = "Saturday"; -$a->strings["January"] = "January"; -$a->strings["February"] = "February"; -$a->strings["March"] = "March"; -$a->strings["April"] = "April"; -$a->strings["May"] = "May"; -$a->strings["June"] = "June"; -$a->strings["July"] = "July"; -$a->strings["August"] = "August"; -$a->strings["September"] = "September"; -$a->strings["October"] = "October"; -$a->strings["November"] = "November"; -$a->strings["December"] = "December"; -$a->strings["Mon"] = "Mon"; -$a->strings["Tue"] = "Tue"; -$a->strings["Wed"] = "Wed"; -$a->strings["Thu"] = "Thu"; -$a->strings["Fri"] = "Fri"; -$a->strings["Sat"] = "Sat"; -$a->strings["Sun"] = "Sun"; -$a->strings["Jan"] = "Jan"; -$a->strings["Feb"] = "Feb"; -$a->strings["Mar"] = "Mar"; -$a->strings["Apr"] = "Apr"; -$a->strings["Jul"] = "Jul"; -$a->strings["Aug"] = "Aug"; -$a->strings["Sep"] = "Sep"; -$a->strings["Oct"] = "Oct"; -$a->strings["Nov"] = "Nov"; -$a->strings["Dec"] = "Dec"; -$a->strings["poke"] = "poke"; -$a->strings["poked"] = "poked"; -$a->strings["ping"] = "ping"; -$a->strings["pinged"] = "pinged"; -$a->strings["prod"] = "prod"; -$a->strings["prodded"] = "prodded"; -$a->strings["slap"] = "slap"; -$a->strings["slapped"] = "slapped"; -$a->strings["finger"] = "finger"; -$a->strings["fingered"] = "fingered"; -$a->strings["rebuff"] = "rebuff"; -$a->strings["rebuffed"] = "rebuffed"; +$a->strings["Could not connect to database."] = "Could not connect to database."; $a->strings["System"] = "System"; +$a->strings["Home"] = "Home"; +$a->strings["Introductions"] = "Introductions"; $a->strings["%s commented on %s's post"] = "%s commented on %s's post"; $a->strings["%s created a new post"] = "%s posted something new"; $a->strings["%s liked %s's post"] = "%s liked %s's post"; @@ -1342,48 +1168,248 @@ $a->strings["New Follower"] = "New follower"; $a->strings["Welcome %s"] = "Welcome %s"; $a->strings["Please upload a profile photo."] = "Please upload a profile photo."; $a->strings["Welcome back %s"] = "Welcome back %s"; -$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs."; -$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."; -$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]"; -$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify] Database update"; -$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."; -$a->strings["Error decoding account file"] = "Error decoding account file"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?"; -$a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!"; -$a->strings["User creation error"] = "User creation error"; -$a->strings["User profile creation error"] = "User profile creation error"; -$a->strings["%d contact not imported"] = [ - 0 => "%d contact not imported", - 1 => "%d contacts not imported", +$a->strings["Post to Email"] = "Post to email"; +$a->strings["Visible to everybody"] = "Visible to everybody"; +$a->strings["Connectors"] = "Connectors"; +$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled."; +$a->strings["Close"] = "Close"; +$a->strings["Birthday:"] = "Birthday:"; +$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD"; +$a->strings["never"] = "never"; +$a->strings["less than a second ago"] = "less than a second ago"; +$a->strings["year"] = "year"; +$a->strings["years"] = "years"; +$a->strings["months"] = "months"; +$a->strings["weeks"] = "weeks"; +$a->strings["days"] = "days"; +$a->strings["hour"] = "hour"; +$a->strings["hours"] = "hours"; +$a->strings["minute"] = "minute"; +$a->strings["minutes"] = "minutes"; +$a->strings["second"] = "second"; +$a->strings["seconds"] = "seconds"; +$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago"; +$a->strings["Loading more entries..."] = "Loading more entries..."; +$a->strings["The end"] = "The end"; +$a->strings["Follow"] = "Follow"; +$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content"; +$a->strings["Full Text"] = "Full text"; +$a->strings["Tags"] = "Tags"; +$a->strings["Click to open/close"] = "Reveal/hide"; +$a->strings["view full size"] = "view full size"; +$a->strings["Image/photo"] = "Image/Photo"; +$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; +$a->strings["$1 wrote:"] = "$1 wrote:"; +$a->strings["Encrypted content"] = "Encrypted content"; +$a->strings["Invalid source protocol"] = "Invalid source protocol"; +$a->strings["Invalid link protocol"] = "Invalid link protocol"; +$a->strings["Export"] = "Export"; +$a->strings["Export calendar as ical"] = "Export calendar as ical"; +$a->strings["Export calendar as csv"] = "Export calendar as csv"; +$a->strings["No contacts"] = "No contacts"; +$a->strings["%d Contact"] = [ + 0 => "%d contact", + 1 => "%d contacts", ]; -$a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password"; +$a->strings["View Contacts"] = "View contacts"; +$a->strings["Trending Tags (last %d hour)"] = [ + 0 => "", + 1 => "", +]; +$a->strings["More Trending Tags"] = ""; +$a->strings["newer"] = "Later posts"; +$a->strings["older"] = "Earlier posts"; +$a->strings["prev"] = "prev"; +$a->strings["last"] = "last"; +$a->strings["General Features"] = "General"; +$a->strings["Multiple Profiles"] = "Multiple profiles"; +$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles"; +$a->strings["Photo Location"] = "Photo location"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This saves the geo tag (if present) and links it to a map prior to removing other metadata."; +$a->strings["Export Public Calendar"] = "Export public calendar"; +$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar"; +$a->strings["Trending Tags"] = ""; +$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = ""; +$a->strings["Post Composition Features"] = "Post composition"; +$a->strings["Auto-mention Forums"] = "Auto-mention forums"; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window."; +$a->strings["Explicit Mentions"] = "Explicit Mentions"; +$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Add explicit mentions to comment box for manual control over who gets mentioned in replies."; +$a->strings["Network Sidebar"] = "Network sidebar"; +$a->strings["Archives"] = "Archives"; +$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges"; +$a->strings["Protocol Filter"] = "Protocol filter"; +$a->strings["Enable widget to display Network posts only from selected protocols"] = "Enable widget to display Network posts only from selected protocols"; +$a->strings["Network Tabs"] = "Network tabs"; +$a->strings["Network New Tab"] = "Network new tab"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)"; +$a->strings["Network Shared Links Tab"] = "Network shared links tab"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them"; +$a->strings["Post/Comment Tools"] = "Post/Comment tools"; +$a->strings["Post Categories"] = "Post categories"; +$a->strings["Add categories to your posts"] = "Add categories to your posts"; +$a->strings["Advanced Profile Settings"] = "Advanced profiles"; +$a->strings["List Forums"] = "List forums"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page"; +$a->strings["Tag Cloud"] = "Tag cloud"; +$a->strings["Provide a personal tag cloud on your profile page"] = "Provide a personal tag cloud on your profile page"; +$a->strings["Display Membership Date"] = "Display membership date"; +$a->strings["Display membership date in profile"] = "Display membership date in profile"; +$a->strings["Nothing new here"] = "Nothing new here"; +$a->strings["Clear notifications"] = "Clear notifications"; +$a->strings["Logout"] = "Logout"; +$a->strings["End this session"] = "End this session"; +$a->strings["Login"] = "Login"; +$a->strings["Sign in"] = "Sign in"; +$a->strings["Personal notes"] = "Personal notes"; +$a->strings["Your personal notes"] = "My personal notes"; +$a->strings["Home Page"] = "Home page"; +$a->strings["Register"] = "Sign up now >>"; +$a->strings["Create an account"] = "Create account"; +$a->strings["Help and documentation"] = "Help and documentation"; +$a->strings["Apps"] = "Apps"; +$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games"; +$a->strings["Search site content"] = "Search site content"; +$a->strings["Community"] = "Community"; +$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers"; +$a->strings["Directory"] = "Directory"; +$a->strings["People directory"] = "People directory"; +$a->strings["Information"] = "Information"; +$a->strings["Information about this friendica instance"] = "Information about this Friendica instance"; +$a->strings["Terms of Service"] = "Terms of Service"; +$a->strings["Terms of Service of this Friendica instance"] = "Terms of Service of this Friendica instance"; +$a->strings["Network Reset"] = "Network reset"; +$a->strings["Load Network page with no filters"] = "Load network page without filters"; +$a->strings["Friend Requests"] = "Friend requests"; +$a->strings["See all notifications"] = "See all notifications"; +$a->strings["Mark all system notifications seen"] = "Mark notifications as seen"; +$a->strings["Inbox"] = "Inbox"; +$a->strings["Outbox"] = "Outbox"; +$a->strings["Manage"] = "Manage"; +$a->strings["Manage other pages"] = "Manage other pages"; +$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles"; +$a->strings["Admin"] = "Admin"; +$a->strings["Site setup and configuration"] = "Site setup and configuration"; +$a->strings["Navigation"] = "Navigation"; +$a->strings["Site map"] = "Site map"; +$a->strings["Embedding disabled"] = "Embedding disabled"; +$a->strings["Embedded content"] = "Embedded content"; +$a->strings["Add New Contact"] = "Add new contact"; +$a->strings["Enter address or web location"] = "Enter address or web location"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo"; +$a->strings["%d invitation available"] = [ + 0 => "%d invitation available", + 1 => "%d invitations available", +]; +$a->strings["Following"] = ""; +$a->strings["Mutual friends"] = ""; +$a->strings["Relationships"] = ""; +$a->strings["All Contacts"] = "All contacts"; +$a->strings["Protocols"] = "Protocols"; +$a->strings["All Protocols"] = "All protocols"; +$a->strings["Saved Folders"] = "Saved Folders"; +$a->strings["Everything"] = "Everything"; +$a->strings["Categories"] = "Categories"; +$a->strings["%d contact in common"] = [ + 0 => "%d contact in common", + 1 => "%d contacts in common", +]; +$a->strings["Frequently"] = "Frequently"; +$a->strings["Hourly"] = "Hourly"; +$a->strings["Twice daily"] = "Twice daily"; +$a->strings["Daily"] = "Daily"; +$a->strings["Weekly"] = "Weekly"; +$a->strings["Monthly"] = "Monthly"; +$a->strings["DFRN"] = "DFRN"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "Email"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["pump.io"] = "pump.io"; +$a->strings["Twitter"] = "Twitter"; +$a->strings["Diaspora Connector"] = "diaspora* connector"; +$a->strings["GNU Social Connector"] = "GNU Social Connector"; +$a->strings["ActivityPub"] = "ActivityPub"; +$a->strings["pnut"] = "pnut"; +$a->strings["No answer"] = "No answer"; +$a->strings["Male"] = "Male"; +$a->strings["Female"] = "Female"; +$a->strings["Currently Male"] = "Currently male"; +$a->strings["Currently Female"] = "Currently female"; +$a->strings["Mostly Male"] = "Mostly male"; +$a->strings["Mostly Female"] = "Mostly female"; +$a->strings["Transgender"] = "Transgender"; +$a->strings["Intersex"] = "Intersex"; +$a->strings["Transsexual"] = "Transsexual"; +$a->strings["Hermaphrodite"] = "Hermaphrodite"; +$a->strings["Neuter"] = "Neuter"; +$a->strings["Non-specific"] = "Non-specific"; +$a->strings["Other"] = "Other"; +$a->strings["Males"] = "Males"; +$a->strings["Females"] = "Females"; +$a->strings["Gay"] = "Gay"; +$a->strings["Lesbian"] = "Lesbian"; +$a->strings["No Preference"] = "No Preference"; +$a->strings["Bisexual"] = "Bisexual"; +$a->strings["Autosexual"] = "Auto-sexual"; +$a->strings["Abstinent"] = "Abstinent"; +$a->strings["Virgin"] = "Virgin"; +$a->strings["Deviant"] = "Deviant"; +$a->strings["Fetish"] = "Fetish"; +$a->strings["Oodles"] = "Oodles"; +$a->strings["Nonsexual"] = "Asexual"; +$a->strings["Single"] = "Single"; +$a->strings["Lonely"] = "Lonely"; +$a->strings["In a relation"] = ""; +$a->strings["Has crush"] = "Having a crush"; +$a->strings["Infatuated"] = "Infatuated"; +$a->strings["Dating"] = "Dating"; +$a->strings["Unfaithful"] = "Unfaithful"; +$a->strings["Sex Addict"] = "Sex addict"; +$a->strings["Friends"] = "Friends"; +$a->strings["Friends/Benefits"] = "Friends with benefits"; +$a->strings["Casual"] = "Casual"; +$a->strings["Engaged"] = "Engaged"; +$a->strings["Married"] = "Married"; +$a->strings["Imaginarily married"] = "Imaginarily married"; +$a->strings["Partners"] = "Partners"; +$a->strings["Cohabiting"] = "Cohabiting"; +$a->strings["Common law"] = "Common law spouse"; +$a->strings["Happy"] = "Happy"; +$a->strings["Not looking"] = "Not looking"; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Betrayed"; +$a->strings["Separated"] = "Separated"; +$a->strings["Unstable"] = "Unstable"; +$a->strings["Divorced"] = "Divorced"; +$a->strings["Imaginarily divorced"] = "Imaginarily divorced"; +$a->strings["Widowed"] = "Widowed"; +$a->strings["Uncertain"] = "Uncertain"; +$a->strings["It's complicated"] = "It's complicated"; +$a->strings["Don't care"] = "Don't care"; +$a->strings["Ask me"] = "Ask me"; $a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM."; $a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n"; $a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: "; $a->strings["%s: Database update"] = "%s: Database update"; $a->strings["%s: updating %s table."] = "%s: updating %s table."; -$a->strings["Legacy module file not found: %s"] = "Legacy module file not found: %s"; -$a->strings["Drop Contact"] = "Drop contact"; -$a->strings["Organisation"] = "Organization"; -$a->strings["News"] = "News"; -$a->strings["Forum"] = "Forum"; -$a->strings["Connect URL missing."] = "Connect URL missing."; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."; -$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered."; -$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information."; -$a->strings["An author or name was not found."] = "An author or name was not found."; -$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact."; -$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check."; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you."; -$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information."; +$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Filesystem storage failed to create \"%s\". Check you write permissions."; +$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Filesystem storage failed to save data to \"%s\". Check your write permissions"; +$a->strings["Storage base path"] = "Storage base path"; +$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree"; +$a->strings["Enter a valid existing folder"] = "Enter a valid existing folder"; +$a->strings["Database storage failed to update %s"] = "Database storage failed to update %s"; +$a->strings["Database storage failed to insert data"] = "Database storage failed to insert data"; $a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; $a->strings["Starts:"] = "Starts:"; $a->strings["Finishes:"] = "Finishes:"; $a->strings["all-day"] = "All-day"; -$a->strings["Jun"] = "Jun"; $a->strings["Sept"] = "Sep"; $a->strings["No events to display"] = "No events to display"; $a->strings["l, F j"] = "l, F j"; @@ -1398,68 +1424,6 @@ $a->strings["Hide map"] = "Hide map"; $a->strings["%s's birthday"] = "%s's birthday"; $a->strings["Happy Birthday %s"] = "Happy Birthday, %s!"; $a->strings["Item filed"] = "Item filed"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."; -$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts"; -$a->strings["Everybody"] = "Everybody"; -$a->strings["edit"] = "edit"; -$a->strings["Edit group"] = "Edit group"; -$a->strings["Contacts not in any group"] = "Contacts not in any group"; -$a->strings["Create a new group"] = "Create new group"; -$a->strings["Group Name: "] = "Group name: "; -$a->strings["Edit groups"] = "Edit groups"; -$a->strings["activity"] = "activity"; -$a->strings["comment"] = [ - 0 => "comment", - 1 => "comments", -]; -$a->strings["post"] = "post"; -$a->strings["Content warning: %s"] = "Content warning: %s"; -$a->strings["bytes"] = "bytes"; -$a->strings["View on separate page"] = "View on separate page"; -$a->strings["view on separate page"] = "view on separate page"; -$a->strings["[no subject]"] = "[no subject]"; -$a->strings["Edit profile"] = "Edit profile"; -$a->strings["Atom feed"] = "Atom feed"; -$a->strings["Manage/edit profiles"] = "Manage/Edit profiles"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Homepage:"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["g A l F d"] = "g A l F d"; -$a->strings["F d"] = "F d"; -$a->strings["[today]"] = "[today]"; -$a->strings["Birthday Reminders"] = "Birthday reminders"; -$a->strings["Birthdays this week:"] = "Birthdays this week:"; -$a->strings["[No description]"] = "[No description]"; -$a->strings["Event Reminders"] = "Event reminders"; -$a->strings["Upcoming events the next 7 days:"] = "Upcoming events the next 7 days:"; -$a->strings["Member since:"] = "Member since:"; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "Birthday:"; -$a->strings["Age:"] = "Age:"; -$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s"; -$a->strings["Religion:"] = "Religion:"; -$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:"; -$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:"; -$a->strings["Musical interests:"] = "Music:"; -$a->strings["Books, literature:"] = "Books/Literature:"; -$a->strings["Television:"] = "Television:"; -$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:"; -$a->strings["Love/Romance:"] = "Love/Romance:"; -$a->strings["Work/employment:"] = "Work/Employment:"; -$a->strings["School/education:"] = "School/Education:"; -$a->strings["Forums:"] = "Forums:"; -$a->strings["Profile Details"] = "Profile Details"; -$a->strings["Only You Can See This"] = "Only you can see this."; -$a->strings["Tips for New Members"] = "Tips for New Members"; -$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s welcomes %2\$s"; -$a->strings["Database storage failed to update %s"] = "Database storage failed to update %s"; -$a->strings["Database storage failed to insert data"] = "Database storage failed to insert data"; -$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Filesystem storage failed to create \"%s\". Check you write permissions."; -$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Filesystem storage failed to save data to \"%s\". Check your write permissions"; -$a->strings["Storage base path"] = "Storage base path"; -$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree"; -$a->strings["Enter a valid existing folder"] = "Enter a valid existing folder"; $a->strings["Login failed"] = "Login failed"; $a->strings["Not enough information to authenticate"] = "Not enough information to authenticate"; $a->strings["Password can't be empty"] = "Password can't be empty"; @@ -1491,7 +1455,6 @@ $a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Your nickname c $a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another."; $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed."; $a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again."; -$a->strings["default"] = "default"; $a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again."; $a->strings["An error occurred creating your self contact. Please try again."] = "An error occurred creating your self contact. Please try again."; $a->strings["An error occurred creating your default contact group. Please try again."] = "An error occurred while creating your default contact group. Please try again."; @@ -1500,6 +1463,96 @@ $a->strings["Registration at %s"] = "Registration at %s"; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"; $a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."; $a->strings["Registration details for %s"] = "Registration details for %s"; +$a->strings["Drop Contact"] = "Drop contact"; +$a->strings["Organisation"] = "Organization"; +$a->strings["News"] = "News"; +$a->strings["Forum"] = "Forum"; +$a->strings["Connect URL missing."] = "Connect URL missing."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."; +$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered."; +$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information."; +$a->strings["An author or name was not found."] = "An author or name was not found."; +$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact."; +$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you."; +$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information."; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."; +$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts"; +$a->strings["Everybody"] = "Everybody"; +$a->strings["edit"] = "edit"; +$a->strings["Groups"] = "Groups"; +$a->strings["Edit group"] = "Edit group"; +$a->strings["Contacts not in any group"] = "Contacts not in any group"; +$a->strings["Create a new group"] = "Create new group"; +$a->strings["Group Name: "] = "Group name: "; +$a->strings["Edit groups"] = "Edit groups"; +$a->strings["[no subject]"] = "[no subject]"; +$a->strings["Edit profile"] = "Edit profile"; +$a->strings["Manage/edit profiles"] = "Manage/Edit profiles"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Homepage:"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Unfollow"] = ""; +$a->strings["Atom feed"] = "Atom feed"; +$a->strings["g A l F d"] = "g A l F d"; +$a->strings["F d"] = "F d"; +$a->strings["[today]"] = "[today]"; +$a->strings["Birthday Reminders"] = "Birthday reminders"; +$a->strings["Birthdays this week:"] = "Birthdays this week:"; +$a->strings["[No description]"] = "[No description]"; +$a->strings["Event Reminders"] = "Event reminders"; +$a->strings["Upcoming events the next 7 days:"] = "Upcoming events the next 7 days:"; +$a->strings["Member since:"] = "Member since:"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Age:"] = "Age:"; +$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s"; +$a->strings["Religion:"] = "Religion:"; +$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:"; +$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:"; +$a->strings["Musical interests:"] = "Music:"; +$a->strings["Books, literature:"] = "Books/Literature:"; +$a->strings["Television:"] = "Television:"; +$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:"; +$a->strings["Love/Romance:"] = "Love/Romance:"; +$a->strings["Work/employment:"] = "Work/Employment:"; +$a->strings["School/education:"] = "School/Education:"; +$a->strings["Forums:"] = "Forums:"; +$a->strings["Profile Details"] = "Profile Details"; +$a->strings["Only You Can See This"] = "Only you can see this."; +$a->strings["Tips for New Members"] = "Tips for New Members"; +$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s welcomes %2\$s"; +$a->strings["activity"] = "activity"; +$a->strings["comment"] = [ + 0 => "comment", + 1 => "comments", +]; +$a->strings["post"] = "post"; +$a->strings["Content warning: %s"] = "Content warning: %s"; +$a->strings["bytes"] = "bytes"; +$a->strings["View on separate page"] = "View on separate page"; +$a->strings["view on separate page"] = "view on separate page"; +$a->strings["%s's timeline"] = "%s's timeline"; +$a->strings["%s's posts"] = "%s's posts"; +$a->strings["%s's comments"] = "%s's comments"; +$a->strings["%s is now following %s."] = "%s is now following %s."; +$a->strings["following"] = "following"; +$a->strings["%s stopped following %s."] = "%s stopped following %s."; +$a->strings["stopped following"] = "stopped following"; +$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from diaspora* network"; +$a->strings["Attachments:"] = "Attachments:"; +$a->strings["(no subject)"] = "(no subject)"; +$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), a username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but won’t be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."; +$a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "This information is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts."; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."; +$a->strings["Privacy Statement"] = "Privacy Statement"; +$a->strings["No installed applications."] = "No installed applications."; +$a->strings["Applications"] = "Applications"; +$a->strings["Credits"] = "Credits"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"; $a->strings["Addon not found."] = "Addon not found."; $a->strings["Addon %s disabled."] = "Addon %s disabled."; $a->strings["Addon %s enabled."] = "Addon %s enabled."; @@ -1512,6 +1565,8 @@ $a->strings["Maintainer: "] = "Maintainer: "; $a->strings["Addon %s failed to install."] = "Addon %s failed to install."; $a->strings["Reload active addons"] = "Reload active addons"; $a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"; +$a->strings["The contact has been blocked from the node"] = "This contact has been blocked from the node"; +$a->strings["Could not find any contact entry for this URL (%s)"] = "Could not find any contact entry for this URL (%s)"; $a->strings["%s contact unblocked"] = [ 0 => "%s contact unblocked", 1 => "%s contacts unblocked", @@ -1526,25 +1581,28 @@ $a->strings["No remote contact is blocked from this node."] = "No remote contact $a->strings["Blocked Remote Contacts"] = "Blocked remote contacts"; $a->strings["Block New Remote Contact"] = "Block new remote contact"; $a->strings["Photo"] = "Photo"; +$a->strings["Reason"] = ""; $a->strings["%s total blocked contact"] = [ 0 => "%s total blocked contact", 1 => "%s blocked contacts", ]; $a->strings["URL of the remote contact to block."] = "URL of the remote contact to block."; -$a->strings["Server added to blocklist."] = "Server added to blocklist."; +$a->strings["Block Reason"] = ""; +$a->strings["Server domain pattern added to blocklist."] = ""; $a->strings["Site blocklist updated."] = "Site blocklist updated."; -$a->strings["The blocked domain"] = "Blocked domain"; +$a->strings["Blocked server domain pattern"] = ""; $a->strings["Reason for the block"] = "Reason for the block"; -$a->strings["The reason why you blocked this domain."] = "Reason why you blocked this domain."; -$a->strings["Delete domain"] = "Delete domain"; +$a->strings["Delete server domain pattern"] = ""; $a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the blocklist"; -$a->strings["Server Blocklist"] = "Server blocklist"; -$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "This page can be used to define a blacklist of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."; -$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked servers will be available publicly on the Friendica page so that your users and people investigating communication problems can find the reason."; +$a->strings["Server Domain Pattern Blocklist"] = ""; +$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = ""; +$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; +$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = ""; $a->strings["Add new entry to block list"] = "Add new entry to block list"; -$a->strings["Server Domain"] = "Server domain"; -$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "The domain of the new server to add to the block list. Do not include the protocol."; +$a->strings["Server Domain Pattern"] = ""; +$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = ""; $a->strings["Block reason"] = "Block reason"; +$a->strings["The reason why you blocked this server domain pattern."] = ""; $a->strings["Add Entry"] = "Add entry"; $a->strings["Save changes to the blocklist"] = "Save changes to the blocklist"; $a->strings["Current Entries in the Blocklist"] = "Current entries in the blocklist"; @@ -1578,6 +1636,7 @@ $a->strings["You need to know the GUID of the item. You can find it e.g. by look $a->strings["GUID"] = "GUID"; $a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted."; $a->strings["Item Guid"] = "Item Guid"; +$a->strings["The logfile '%s' is not writable. No logging possible"] = ""; $a->strings["Log settings updated."] = "Log settings updated."; $a->strings["PHP log currently enabled."] = "PHP log currently enabled."; $a->strings["PHP log currently disabled."] = "PHP log currently disabled."; @@ -1592,6 +1651,68 @@ $a->strings["To temporarily enable logging of PHP errors and warnings you can pr $a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."; $a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "Couldn't open %1\$s log file.\\r\\n
Check if file %1\$s is readable."; $a->strings["View Logs"] = "View logs"; +$a->strings["Theme settings updated."] = "Theme settings updated."; +$a->strings["Theme %s disabled."] = "Theme %s disabled."; +$a->strings["Theme %s successfully enabled."] = "Theme %s successfully enabled."; +$a->strings["Theme %s failed to install."] = "Theme %s failed to install."; +$a->strings["Screenshot"] = "Screenshot"; +$a->strings["Themes"] = "Theme selection"; +$a->strings["Unknown theme."] = "Unknown theme."; +$a->strings["Reload active themes"] = "Reload active themes"; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s"; +$a->strings["[Experimental]"] = "[Experimental]"; +$a->strings["[Unsupported]"] = "[Unsupported]"; +$a->strings["The Terms of Service settings have been updated."] = "The Terms of Service settings have been updated."; +$a->strings["Display Terms of Service"] = "Display Terms of Service"; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Enable the Terms of Service page. If this is enabled, a link to the terms will be added to the registration form and to the general information page."; +$a->strings["Display Privacy Statement"] = "Display Privacy Statement"; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = "Show some information needed, for example, to comply with EU-GDPR."; +$a->strings["Privacy Statement Preview"] = "Privacy Statement Preview"; +$a->strings["The Terms of Service"] = "Terms of Service"; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or less."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you."; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."; +$a->strings["%s user blocked"] = [ + 0 => "%s user blocked", + 1 => "%s users blocked", +]; +$a->strings["%s user unblocked"] = [ + 0 => "%s user unblocked", + 1 => "%s users unblocked", +]; +$a->strings["You can't remove yourself"] = "You can't remove yourself"; +$a->strings["%s user deleted"] = [ + 0 => "%s user deleted", + 1 => "%s users deleted", +]; +$a->strings["User \"%s\" deleted"] = "User \"%s\" deleted"; +$a->strings["User \"%s\" blocked"] = "User \"%s\" blocked"; +$a->strings["User \"%s\" unblocked"] = "User \"%s\" unblocked"; +$a->strings["Private Forum"] = "Private Forum"; +$a->strings["Relay"] = "Relay"; +$a->strings["Register date"] = "Registration date"; +$a->strings["Last login"] = "Last login"; +$a->strings["Last item"] = "Last item"; +$a->strings["Type"] = "Type"; +$a->strings["Users"] = "Users"; +$a->strings["Add User"] = "Add user"; +$a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation"; +$a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion"; +$a->strings["Request date"] = "Request date"; +$a->strings["No registrations."] = "No registrations."; +$a->strings["Note from the user"] = "Note from the user"; +$a->strings["Deny"] = "Deny"; +$a->strings["User blocked"] = "User blocked"; +$a->strings["Site admin"] = "Site admin"; +$a->strings["Account expired"] = "Account expired"; +$a->strings["New User"] = "New user"; +$a->strings["Permanent deletion"] = "Permanent deletion"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Selected users will be deleted!\\n\\nEverything these users have posted on this site will be permanently deleted!\\n\\nAre you sure?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"; +$a->strings["Name of the new user."] = "Name of the new user."; +$a->strings["Nickname"] = "Nickname"; +$a->strings["Nickname of the new user."] = "Nickname of the new user."; +$a->strings["Email address of the new user."] = "Email address of the new user."; $a->strings["Inspect Deferred Worker Queue"] = "Inspect deferred worker queue"; $a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed."; $a->strings["Inspect Worker Queue"] = "Inspect worker queue"; @@ -1609,7 +1730,6 @@ $a->strings["Public postings from users of this site"] = "Public postings from u $a->strings["Public postings from the federated network"] = "Public postings from the federated network"; $a->strings["Public postings from local users and the federated network"] = "Public postings from local users and the federated network"; $a->strings["Disabled"] = "Disabled"; -$a->strings["Users"] = "Users"; $a->strings["Users, Global Contacts"] = "Users, Global Contacts"; $a->strings["Users, Global Contacts/fallback"] = "Users, Global Contacts/fallback"; $a->strings["One month"] = "One month"; @@ -1717,8 +1837,6 @@ $a->strings["Posts per user on community page"] = "Posts per user on community p $a->strings["The maximum number of posts per user on the community page. (Not valid for \"Global Community\")"] = "The maximum number of posts per user on the community page. (Not valid for \"Global Community\")"; $a->strings["Disable OStatus support"] = "Disable OStatus support"; $a->strings["Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."; -$a->strings["Only import OStatus/ActivityPub threads from our contacts"] = "Only import OStatus/ActivityPub threads from our contacts"; -$a->strings["Normally we import every content from our OStatus and ActivityPub contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normally we import every content from our OStatus and ActivityPub contacts. With this option we only store threads that are started by a contact that is known on our system."; $a->strings["OStatus support can only be enabled if threading is enabled."] = "OStatus support can only be enabled if threading is enabled."; $a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "diaspora* support can't be enabled because Friendica was installed into a sub directory."; $a->strings["Enable Diaspora support"] = "Enable diaspora* support"; @@ -1830,71 +1948,38 @@ $a->strings["Registered users"] = "Signed up users"; $a->strings["Pending registrations"] = "Pending registrations"; $a->strings["Version"] = "Version"; $a->strings["Active addons"] = "Active addons"; -$a->strings["Theme settings updated."] = "Theme settings updated."; -$a->strings["Theme %s disabled."] = "Theme %s disabled."; -$a->strings["Theme %s successfully enabled."] = "Theme %s successfully enabled."; -$a->strings["Theme %s failed to install."] = "Theme %s failed to install."; -$a->strings["Screenshot"] = "Screenshot"; -$a->strings["Themes"] = "Theme selection"; -$a->strings["Unknown theme."] = "Unknown theme."; -$a->strings["Reload active themes"] = "Reload active themes"; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s"; -$a->strings["[Experimental]"] = "[Experimental]"; -$a->strings["[Unsupported]"] = "[Unsupported]"; -$a->strings["The Terms of Service settings have been updated."] = "The Terms of Service settings have been updated."; -$a->strings["Display Terms of Service"] = "Display Terms of Service"; -$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Enable the Terms of Service page. If this is enabled, a link to the terms will be added to the registration form and to the general information page."; -$a->strings["Display Privacy Statement"] = "Display Privacy Statement"; -$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = "Show some information needed, for example, to comply with EU-GDPR."; -$a->strings["Privacy Statement Preview"] = "Privacy Statement Preview"; -$a->strings["The Terms of Service"] = "Terms of Service"; -$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or less."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you."; -$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."; -$a->strings["%s user blocked"] = [ - 0 => "%s user blocked", - 1 => "%s users blocked", -]; -$a->strings["%s user unblocked"] = [ - 0 => "%s user unblocked", - 1 => "%s users unblocked", -]; -$a->strings["You can't remove yourself"] = "You can't remove yourself"; -$a->strings["%s user deleted"] = [ - 0 => "%s user deleted", - 1 => "%s users deleted", -]; -$a->strings["User \"%s\" deleted"] = "User \"%s\" deleted"; -$a->strings["User \"%s\" blocked"] = "User \"%s\" blocked"; -$a->strings["User \"%s\" unblocked"] = "User \"%s\" unblocked"; -$a->strings["Private Forum"] = "Private Forum"; -$a->strings["Relay"] = "Relay"; -$a->strings["Register date"] = "Registration date"; -$a->strings["Last login"] = "Last login"; -$a->strings["Last item"] = "Last item"; -$a->strings["Type"] = "Type"; -$a->strings["Add User"] = "Add user"; -$a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation"; -$a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion"; -$a->strings["Request date"] = "Request date"; -$a->strings["No registrations."] = "No registrations."; -$a->strings["Note from the user"] = "Note from the user"; -$a->strings["Deny"] = "Deny"; -$a->strings["User blocked"] = "User blocked"; -$a->strings["Site admin"] = "Site admin"; -$a->strings["Account expired"] = "Account expired"; -$a->strings["New User"] = "New user"; -$a->strings["Permanent deletion"] = "Permanent deletion"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Selected users will be deleted!\\n\\nEverything these users have posted on this site will be permanently deleted!\\n\\nAre you sure?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"; -$a->strings["Name of the new user."] = "Name of the new user."; -$a->strings["Nickname"] = "Nickname"; -$a->strings["Nickname of the new user."] = "Nickname of the new user."; -$a->strings["Email address of the new user."] = "Email address of the new user."; $a->strings["No friends to display."] = "No friends to display."; -$a->strings["No installed applications."] = "No installed applications."; -$a->strings["Applications"] = "Applications"; $a->strings["Item was not found."] = "Item was not found."; +$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "A managed account cannot access the administration pages. Please log in as administrator."; +$a->strings["Overview"] = "Overview"; +$a->strings["Configuration"] = "Configuration"; +$a->strings["Database"] = "Database"; +$a->strings["DB updates"] = "DB updates"; +$a->strings["Inspect Deferred Workers"] = "Inspect deferred workers"; +$a->strings["Inspect worker Queue"] = "Inspect worker queue"; +$a->strings["Tools"] = "Tools"; +$a->strings["Contact Blocklist"] = "Contact blocklist"; +$a->strings["Server Blocklist"] = "Server blocklist"; +$a->strings["Diagnostics"] = "Diagnostics"; +$a->strings["PHP Info"] = "PHP info"; +$a->strings["probe address"] = "Probe address"; +$a->strings["check webfinger"] = "Check webfinger"; +$a->strings["Item Source"] = "Item source"; +$a->strings["Babel"] = "Babel"; +$a->strings["Addon Features"] = "Addon features"; +$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation"; +$a->strings["People Search - %s"] = "People search - %s"; +$a->strings["Forum Search - %s"] = "Forum search - %s"; +$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module"; +$a->strings["Source URL"] = "Source URL"; +$a->strings["Time Conversion"] = "Time conversion"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones."; +$a->strings["UTC time: %s"] = "UTC time: %s"; +$a->strings["Current timezone: %s"] = "Current time zone: %s"; +$a->strings["Converted localtime: %s"] = "Converted local time: %s"; +$a->strings["Please select your timezone:"] = "Please select your time zone:"; +$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to use the Probe feature."; +$a->strings["Lookup address"] = ""; $a->strings["Source input"] = "Source input"; $a->strings["BBCode::toPlaintext"] = "BBCode::toPlaintext"; $a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raw HTML)"; @@ -1915,28 +2000,245 @@ $a->strings["HTML Input"] = "HTML input"; $a->strings["HTML::toBBCode"] = "HTML::toBBCode"; $a->strings["HTML::toBBCode => BBCode::convert"] = "HTML::toBBCode => BBCode::convert"; $a->strings["HTML::toBBCode => BBCode::convert (raw HTML)"] = "HTML::toBBCode => BBCode::convert (raw HTML)"; +$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = ""; $a->strings["HTML::toMarkdown"] = "HTML::toMarkdown"; $a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; +$a->strings["HTML::toPlaintext (compact)"] = ""; $a->strings["Source text"] = "Source text"; $a->strings["BBCode"] = "BBCode"; $a->strings["Markdown"] = "Markdown"; $a->strings["HTML"] = "HTML"; -$a->strings["Overview"] = "Overview"; -$a->strings["Configuration"] = "Configuration"; -$a->strings["Database"] = "Database"; -$a->strings["DB updates"] = "DB updates"; -$a->strings["Inspect Deferred Workers"] = "Inspect deferred workers"; -$a->strings["Inspect worker Queue"] = "Inspect worker queue"; -$a->strings["Tools"] = "Tools"; -$a->strings["Contact Blocklist"] = "Contact blocklist"; -$a->strings["Diagnostics"] = "Diagnostics"; -$a->strings["PHP Info"] = "PHP info"; -$a->strings["probe address"] = "Probe address"; -$a->strings["check webfinger"] = "Check webfinger"; -$a->strings["Item Source"] = "Item source"; -$a->strings["Babel"] = "Babel"; -$a->strings["Addon Features"] = "Addon features"; -$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation"; +$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden)."; +$a->strings["Find on this site"] = "Find on this site"; +$a->strings["Results for:"] = "Results for:"; +$a->strings["Site Directory"] = "Site directory"; +$a->strings["Filetag %s saved to item"] = "File-tag %s saved to item"; +$a->strings["- select -"] = "- select -"; +$a->strings["No given contact."] = "No given contact."; +$a->strings["Installed addons/apps:"] = "Installed addons/apps:"; +$a->strings["No installed addons/apps"] = "No installed addons/apps"; +$a->strings["Read about the Terms of Service of this node."] = "Read about the Terms of Service of this node."; +$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked."; +$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Please visit Friendi.ca to learn more about the Friendica project."; +$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit"; +$a->strings["the bugtracker at github"] = "the bugtracker at github"; +$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"; +$a->strings["Group created."] = "Group created."; +$a->strings["Could not create group."] = "Could not create group."; +$a->strings["Group not found."] = "Group not found."; +$a->strings["Group name changed."] = "Group name changed."; +$a->strings["Unknown group."] = "Unknown group."; +$a->strings["Contact is unavailable."] = "Contact is unavailable."; +$a->strings["Contact is deleted."] = "Contact is deleted."; +$a->strings["Contact is blocked, unable to add it to a group."] = "Contact is blocked, unable to add it to a group."; +$a->strings["Unable to add the contact to the group."] = "Unable to add contact to group."; +$a->strings["Contact successfully added to group."] = "Contact successfully added to group."; +$a->strings["Unable to remove the contact from the group."] = "Unable to remove contact from group."; +$a->strings["Contact successfully removed from group."] = "Contact successfully removed from group."; +$a->strings["Unknown group command."] = "Unknown group command."; +$a->strings["Bad request."] = "Bad request."; +$a->strings["Save Group"] = "Save group"; +$a->strings["Filter"] = "Filter"; +$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends."; +$a->strings["Group removed."] = "Group removed."; +$a->strings["Unable to remove group."] = "Unable to remove group."; +$a->strings["Delete Group"] = "Delete group"; +$a->strings["Edit Group Name"] = "Edit group name"; +$a->strings["Members"] = "Members"; +$a->strings["Remove contact from group"] = "Remove contact from group"; +$a->strings["Add contact to group"] = "Add contact to group"; +$a->strings["Help:"] = "Help:"; +$a->strings["Welcome to %s"] = "Welcome to %s"; +$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded"; +$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address"; +$a->strings["Please join us on Friendica"] = "Please join us on Friendica."; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator."; +$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed"; +$a->strings["%d message sent."] = [ + 0 => "%d message sent.", + 1 => "%d messages sent.", +]; +$a->strings["You have no more invitations available"] = "You have no more invitations available."; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connected to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connected to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."; +$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s."; +$a->strings["Send invitations"] = "Send invitations"; +$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have signed up, please connect with me via my profile page at:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"; +$a->strings["Please enter a post body."] = ""; +$a->strings["This feature is only available with the frio theme."] = ""; +$a->strings["Compose new personal note"] = ""; +$a->strings["Compose new post"] = ""; +$a->strings["Clear the location"] = ""; +$a->strings["Location services are unavailable on your device"] = ""; +$a->strings["Location services are disabled. Please check the website's permissions on your device"] = ""; +$a->strings["Public"] = ""; +$a->strings["This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."] = ""; +$a->strings["Limited/Private"] = ""; +$a->strings["This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = ""; +$a->strings["Create a New Account"] = "Create a new account"; +$a->strings["Password: "] = "Password: "; +$a->strings["Remember me"] = "Remember me"; +$a->strings["Or login using OpenID: "] = "Or login with OpenID: "; +$a->strings["Forgot your password?"] = "Forgot your password?"; +$a->strings["Website Terms of Service"] = "Website Terms of Service"; +$a->strings["terms of service"] = "Terms of service"; +$a->strings["Website Privacy Policy"] = "Website Privacy Policy"; +$a->strings["privacy policy"] = "Privacy policy"; +$a->strings["Logged out."] = "Logged out."; +$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance."; +$a->strings["Page not found."] = "Page not found"; +$a->strings["Invalid photo with id %s."] = "Invalid photo with id %s."; +$a->strings["User not found."] = ""; +$a->strings["No contacts."] = "No contacts."; +$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]"; +$a->strings["Follower (%s)"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Following (%s)"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Mutual friend (%s)"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Contact (%s)"] = [ + 0 => "", + 1 => "", +]; +$a->strings["All contacts"] = ""; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."; +$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): "; +$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?"; +$a->strings["Note for the admin"] = "Note for the admin"; +$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin. Why do you want to join this node?"; +$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only."; +$a->strings["Your invitation code: "] = "Your invitation code: "; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: "; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be sent there, so this must be an existing address.)"; +$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password."; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."; +$a->strings["Choose a nickname: "] = "Choose a nickname: "; +$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node."; +$a->strings["Note: This node explicitly contains adult content"] = "Note: This node explicitly contains adult content"; +$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions."; +$a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "Failed to send email message. Here are your account details:
login: %s
password: %s

You can change your password after login."; +$a->strings["Registration successful."] = "Registration successful."; +$a->strings["Your registration can not be processed."] = "Your registration cannot be processed."; +$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator."; +$a->strings["Please enter your password to access this page."] = "Please enter your password to access this page."; +$a->strings["App-specific password generation failed: The description is empty."] = ""; +$a->strings["App-specific password generation failed: This description already exists."] = ""; +$a->strings["New app-specific password generated."] = ""; +$a->strings["App-specific passwords successfully revoked."] = ""; +$a->strings["App-specific password successfully revoked."] = ""; +$a->strings["Two-factor app-specific passwords"] = ""; +$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = ""; +$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = ""; +$a->strings["Description"] = ""; +$a->strings["Last Used"] = ""; +$a->strings["Revoke"] = ""; +$a->strings["Revoke All"] = ""; +$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = ""; +$a->strings["Generate new app-specific password"] = ""; +$a->strings["Friendiqa on my Fairphone 2..."] = ""; +$a->strings["Generate"] = ""; +$a->strings["Two-factor authentication successfully disabled."] = "Two-factor authentication successfully disabled."; +$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"; +$a->strings["Authenticator app"] = "Authenticator app"; +$a->strings["Configured"] = "Configured"; +$a->strings["Not Configured"] = "Not configured"; +$a->strings["

You haven't finished configuring your authenticator app.

"] = "

You haven't finished configuring your authenticator app.

"; +$a->strings["

Your authenticator app is correctly configured.

"] = "

Your authenticator app is correctly configured.

"; +$a->strings["Recovery codes"] = "Recovery codes"; +$a->strings["Remaining valid codes"] = "Remaining valid codes"; +$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

These one-use codes can replace an authenticator app code in case you have lost access to it.

"; +$a->strings["App-specific passwords"] = ""; +$a->strings["Generated app-specific passwords"] = ""; +$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = ""; +$a->strings["Actions"] = "Actions"; +$a->strings["Current password:"] = "Current password:"; +$a->strings["You need to provide your current password to change two-factor authentication settings."] = "You need to provide your current password to change two-factor authentication settings."; +$a->strings["Enable two-factor authentication"] = "Enable two-factor authentication"; +$a->strings["Disable two-factor authentication"] = "Disable two-factor authentication"; +$a->strings["Show recovery codes"] = "Show recovery codes"; +$a->strings["Manage app-specific passwords"] = ""; +$a->strings["Finish app configuration"] = "Finish app configuration"; +$a->strings["New recovery codes successfully generated."] = "New recovery codes successfully generated."; +$a->strings["Two-factor recovery codes"] = "Two-factor recovery codes"; +$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = "

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe place! If you lose your device and don’t have the recovery codes you will lose access to your account.

"; +$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."; +$a->strings["Generate new recovery codes"] = "Generate new recovery codes"; +$a->strings["Next: Verification"] = "Next: Verification"; +$a->strings["Two-factor authentication successfully activated."] = "Two-factor authentication successfully activated."; +$a->strings["Invalid code, please retry."] = "Invalid code, please try again."; +$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"; +$a->strings["Two-factor code verification"] = "Two-factor code verification"; +$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

Please scan this QR Code with your authenticator app and submit the provided code.

"; +$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

Or you can open the following URL in your mobile device:

%s

"; +$a->strings["Please enter a code from your authentication app"] = "Please enter a code from your authentication app"; +$a->strings["Verify code and enable two-factor authentication"] = "Verify code and enable two-factor authentication"; +$a->strings["Bad Request"] = "Bad request"; +$a->strings["Unauthorized"] = "Unauthorized"; +$a->strings["Forbidden"] = "Forbidden"; +$a->strings["Not Found"] = "Not found"; +$a->strings["Internal Server Error"] = "Internal Server Error"; +$a->strings["Service Unavailable"] = "Service Unavailable"; +$a->strings["The server cannot or will not process the request due to an apparent client error."] = "The server cannot process the request due to an apparent client error."; +$a->strings["Authentication is required and has failed or has not yet been provided."] = "Authentication is required but has failed or not yet being provided."; +$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."; +$a->strings["The requested resource could not be found but may be available in the future."] = "The requested resource could not be found but may be available in the future."; +$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "An unexpected condition was encountered and no more specific message is available."; +$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "The server is currently unavailable (possibly because it is overloaded or down for maintenance). Please try again later."; +$a->strings["Go back"] = "Go back"; +$a->strings["Remaining recovery codes: %d"] = "Remaining recovery codes: %d"; +$a->strings["Two-factor recovery"] = "Two-factor recovery"; +$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"; +$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "Don’t have your phone? Enter a two-factor recovery code"; +$a->strings["Please enter a recovery code"] = "Please enter a recovery code"; +$a->strings["Submit recovery code and complete login"] = "Submit recovery code and complete login"; +$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"; +$a->strings["Verify code and complete login"] = "Verify code and complete login"; +$a->strings["Welcome to Friendica"] = "Welcome to Friendica"; +$a->strings["New Member Checklist"] = "New Member Checklist"; +$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."; +$a->strings["Getting Started"] = "Getting started"; +$a->strings["Friendica Walk-Through"] = "Friendica walk-through"; +$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."; +$a->strings["Go to Your Settings"] = "Go to your settings"; +$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."; +$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."; +$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."; +$a->strings["Edit Your Profile"] = "Edit your profile"; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."; +$a->strings["Profile Keywords"] = "Profile keywords"; +$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."; +$a->strings["Connecting"] = "Connecting"; +$a->strings["Importing Emails"] = "Importing emails"; +$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX"; +$a->strings["Go to Your Contacts Page"] = "Go to your contacts page"; +$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add new contact dialog."; +$a->strings["Go to Your Site's Directory"] = "Go to your site's directory"; +$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "The directory lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own identity address when requested."; +$a->strings["Finding New People"] = "Finding new people"; +$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."; +$a->strings["Group Your Contacts"] = "Group your contacts"; +$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page."; +$a->strings["Why Aren't My Posts Public?"] = "Why aren't my posts public?"; +$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."; +$a->strings["Getting Help"] = "Getting help"; +$a->strings["Go to the Help Section"] = "Go to the help section"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Our help pages may be consulted for detail on other program features and resources."; $a->strings["This page is missing a url parameter."] = "This page is missing a URL parameter."; $a->strings["The post was created"] = "The post was created"; $a->strings["%d contact edited."] = [ @@ -1946,6 +2248,7 @@ $a->strings["%d contact edited."] = [ $a->strings["Could not access contact record."] = "Could not access contact record."; $a->strings["Could not locate selected profile."] = "Could not locate selected profile."; $a->strings["Contact updated."] = "Contact updated."; +$a->strings["Contact not found"] = ""; $a->strings["Contact has been blocked"] = "Contact has been blocked"; $a->strings["Contact has been unblocked"] = "Contact has been unblocked"; $a->strings["Contact has been ignored"] = "Contact has been ignored"; @@ -1994,13 +2297,9 @@ $a->strings["Notification for new posts"] = "Notification for new posts"; $a->strings["Send a notification of every new post of this contact"] = "Send notification for every new post from this contact"; $a->strings["Blacklisted keywords"] = "Blacklisted keywords"; $a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Comma-separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"; -$a->strings["Actions"] = "Actions"; -$a->strings["Suggestions"] = "Suggestions"; -$a->strings["Suggest potential friends"] = "Suggest potential friends"; -$a->strings["All Contacts"] = "All contacts"; $a->strings["Show all contacts"] = "Show all contacts"; -$a->strings["Unblocked"] = "Unblocked"; -$a->strings["Only show unblocked contacts"] = "Only show unblocked contacts"; +$a->strings["Pending"] = ""; +$a->strings["Only show pending contacts"] = ""; $a->strings["Blocked"] = "Blocked"; $a->strings["Only show blocked contacts"] = "Only show blocked contacts"; $a->strings["Ignored"] = "Ignored"; @@ -2022,57 +2321,13 @@ $a->strings["Advanced Contact Settings"] = "Advanced contact settings"; $a->strings["Mutual Friendship"] = "Mutual friendship"; $a->strings["is a fan of yours"] = "is a fan of yours"; $a->strings["you are a fan of"] = "I follow them"; +$a->strings["Pending outgoing contact request"] = ""; +$a->strings["Pending incoming contact request"] = ""; $a->strings["Edit contact"] = "Edit contact"; $a->strings["Toggle Blocked status"] = "Toggle blocked status"; $a->strings["Toggle Ignored status"] = "Toggle ignored status"; $a->strings["Toggle Archive status"] = "Toggle archive status"; $a->strings["Delete contact"] = "Delete contact"; -$a->strings["Credits"] = "Credits"; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"; -$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden)."; -$a->strings["Find on this site"] = "Find on this site"; -$a->strings["Results for:"] = "Results for:"; -$a->strings["Site Directory"] = "Site directory"; -$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module"; -$a->strings["Source URL"] = "Source URL"; -$a->strings["Filetag %s saved to item"] = "File-tag %s saved to item"; -$a->strings["- select -"] = "- select -"; -$a->strings["No given contact."] = "No given contact."; -$a->strings["Installed addons/apps:"] = "Installed addons/apps:"; -$a->strings["No installed addons/apps"] = "No installed addons/apps"; -$a->strings["Read about the Terms of Service of this node."] = "Read about the Terms of Service of this node."; -$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked."; -$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."; -$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Please visit Friendi.ca to learn more about the Friendica project."; -$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit"; -$a->strings["the bugtracker at github"] = "the bugtracker at github"; -$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"; -$a->strings["Group created."] = "Group created."; -$a->strings["Could not create group."] = "Could not create group."; -$a->strings["Group not found."] = "Group not found."; -$a->strings["Group name changed."] = "Group name changed."; -$a->strings["Unknown group."] = "Unknown group."; -$a->strings["Contact is unavailable."] = "Contact is unavailable."; -$a->strings["Contact is deleted."] = "Contact is deleted."; -$a->strings["Contact is blocked, unable to add it to a group."] = "Contact is blocked, unable to add it to a group."; -$a->strings["Unable to add the contact to the group."] = "Unable to add contact to group."; -$a->strings["Contact successfully added to group."] = "Contact successfully added to group."; -$a->strings["Unable to remove the contact from the group."] = "Unable to remove contact from group."; -$a->strings["Contact successfully removed from group."] = "Contact successfully removed from group."; -$a->strings["Unknown group command."] = "Unknown group command."; -$a->strings["Bad request."] = "Bad request."; -$a->strings["Save Group"] = "Save group"; -$a->strings["Filter"] = "Filter"; -$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends."; -$a->strings["Group removed."] = "Group removed."; -$a->strings["Unable to remove group."] = "Unable to remove group."; -$a->strings["Delete Group"] = "Delete group"; -$a->strings["Edit Group Name"] = "Edit group name"; -$a->strings["Members"] = "Members"; -$a->strings["Remove contact from group"] = "Remove contact from group"; -$a->strings["Add contact to group"] = "Add contact to group"; -$a->strings["Help:"] = "Help:"; -$a->strings["Welcome to %s"] = "Welcome to %s"; $a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup"; $a->strings["System check"] = "System check"; $a->strings["Check again"] = "Check again"; @@ -2103,126 +2358,6 @@ $a->strings["Installation finished"] = "Installation finished"; $a->strings["

What next

"] = "

What next

"; $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."; $a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."; -$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded"; -$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address"; -$a->strings["Please join us on Friendica"] = "Please join us on Friendica."; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator."; -$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed"; -$a->strings["%d message sent."] = [ - 0 => "%d message sent.", - 1 => "%d messages sent.", -]; -$a->strings["You have no more invitations available"] = "You have no more invitations available."; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connected to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connected to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."; -$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s."; -$a->strings["Send invitations"] = "Send invitations"; -$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have signed up, please connect with me via my profile page at:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"; -$a->strings["Time Conversion"] = "Time conversion"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones."; -$a->strings["UTC time: %s"] = "UTC time: %s"; -$a->strings["Current timezone: %s"] = "Current time zone: %s"; -$a->strings["Converted localtime: %s"] = "Converted local time: %s"; -$a->strings["Please select your timezone:"] = "Please select your time zone:"; -$a->strings["Create a New Account"] = "Create a new account"; -$a->strings["Password: "] = "Password: "; -$a->strings["Remember me"] = "Remember me"; -$a->strings["Or login using OpenID: "] = "Or login with OpenID: "; -$a->strings["Forgot your password?"] = "Forgot your password?"; -$a->strings["Website Terms of Service"] = "Website Terms of Service"; -$a->strings["terms of service"] = "Terms of service"; -$a->strings["Website Privacy Policy"] = "Website Privacy Policy"; -$a->strings["privacy policy"] = "Privacy policy"; -$a->strings["Logged out."] = "Logged out."; -$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance."; -$a->strings["Page not found."] = "Page not found"; -$a->strings["Invalid photo with id %s."] = "Invalid photo with id %s."; -$a->strings["%s's timeline"] = "%s's timeline"; -$a->strings["%s's posts"] = "%s's posts"; -$a->strings["%s's comments"] = "%s's comments"; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."; -$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): "; -$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?"; -$a->strings["Note for the admin"] = "Note for the admin"; -$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin. Why do you want to join this node?"; -$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only."; -$a->strings["Your invitation code: "] = "Your invitation code: "; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: "; -$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be sent there, so this must be an existing address.)"; -$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password."; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."; -$a->strings["Choose a nickname: "] = "Choose a nickname: "; -$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node."; -$a->strings["Note: This node explicitly contains adult content"] = "Note: This node explicitly contains adult content"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions."; -$a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "Failed to send email message. Here are your account details:
login: %s
password: %s

You can change your password after login."; -$a->strings["Registration successful."] = "Registration successful."; -$a->strings["Your registration can not be processed."] = "Your registration cannot be processed."; -$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator."; -$a->strings["Two-factor authentication successfully disabled."] = "Two-factor authentication successfully disabled."; -$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"; -$a->strings["Authenticator app"] = "Authenticator app"; -$a->strings["Configured"] = "Configured"; -$a->strings["Not Configured"] = "Not configured"; -$a->strings["

You haven't finished configuring your authenticator app.

"] = "

You haven't finished configuring your authenticator app.

"; -$a->strings["

Your authenticator app is correctly configured.

"] = "

Your authenticator app is correctly configured.

"; -$a->strings["Recovery codes"] = "Recovery codes"; -$a->strings["Remaining valid codes"] = "Remaining valid codes"; -$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

These one-use codes can replace an authenticator app code in case you have lost access to it.

"; -$a->strings["Current password:"] = "Current password:"; -$a->strings["You need to provide your current password to change two-factor authentication settings."] = "You need to provide your current password to change two-factor authentication settings."; -$a->strings["Enable two-factor authentication"] = "Enable two-factor authentication"; -$a->strings["Disable two-factor authentication"] = "Disable two-factor authentication"; -$a->strings["Show recovery codes"] = "Show recovery codes"; -$a->strings["Finish app configuration"] = "Finish app configuration"; -$a->strings["Please enter your password to access this page."] = "Please enter your password to access this page."; -$a->strings["New recovery codes successfully generated."] = "New recovery codes successfully generated."; -$a->strings["Two-factor recovery codes"] = "Two-factor recovery codes"; -$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = "

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe place! If you lose your device and don’t have the recovery codes you will lose access to your account.

"; -$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."; -$a->strings["Generate new recovery codes"] = "Generate new recovery codes"; -$a->strings["Next: Verification"] = "Next: Verification"; -$a->strings["Two-factor authentication successfully activated."] = "Two-factor authentication successfully activated."; -$a->strings["Invalid code, please retry."] = "Invalid code, please try again."; -$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"; -$a->strings["Two-factor code verification"] = "Two-factor code verification"; -$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

Please scan this QR Code with your authenticator app and submit the provided code.

"; -$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

Or you can open the following URL in your mobile device:

%s

"; -$a->strings["Please enter a code from your authentication app"] = "Please enter a code from your authentication app"; -$a->strings["Verify code and enable two-factor authentication"] = "Verify code and enable two-factor authentication"; -$a->strings["Bad Request"] = "Bad request"; -$a->strings["Unauthorized"] = "Unauthorized"; -$a->strings["Forbidden"] = "Forbidden"; -$a->strings["Not Found"] = "Not found"; -$a->strings["Internal Server Error"] = "Internal Server Error"; -$a->strings["Service Unavailable"] = "Service Unavailable"; -$a->strings["The server cannot or will not process the request due to an apparent client error."] = "The server cannot process the request due to an apparent client error."; -$a->strings["Authentication is required and has failed or has not yet been provided."] = "Authentication is required but has failed or not yet being provided."; -$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."; -$a->strings["The requested resource could not be found but may be available in the future."] = "The requested resource could not be found but may be available in the future."; -$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "An unexpected condition was encountered and no more specific message is available."; -$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "The server is currently unavailable (possibly because it is overloaded or down for maintenance). Please try again later."; -$a->strings["Go back"] = "Go back"; -$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), a username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but won’t be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."; -$a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "This information is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts."; -$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."; -$a->strings["Privacy Statement"] = "Privacy Statement"; -$a->strings["Remaining recovery codes: %d"] = "Remaining recovery codes: %d"; -$a->strings["Two-factor recovery"] = "Two-factor recovery"; -$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"; -$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "Don’t have your phone? Enter a two-factor recovery code"; -$a->strings["Please enter a recovery code"] = "Please enter a recovery code"; -$a->strings["Submit recovery code and complete login"] = "Submit recovery code and complete login"; -$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"; -$a->strings["Verify code and complete login"] = "Verify code and complete login"; $a->strings["This entry was edited"] = "This entry was edited"; $a->strings["Private Message"] = "Private message"; $a->strings["Delete locally"] = "Delete locally"; @@ -2260,76 +2395,19 @@ $a->strings["%d comment"] = [ ]; $a->strings["Show more"] = "Show more"; $a->strings["Show fewer"] = "Show fewer"; -$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from diaspora* network"; -$a->strings["Attachments:"] = "Attachments:"; -$a->strings["%s is now following %s."] = "%s is now following %s."; -$a->strings["following"] = "following"; -$a->strings["%s stopped following %s."] = "%s stopped following %s."; -$a->strings["stopped following"] = "stopped following"; -$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD"; -$a->strings["never"] = "never"; -$a->strings["less than a second ago"] = "less than a second ago"; -$a->strings["year"] = "year"; -$a->strings["years"] = "years"; -$a->strings["months"] = "months"; -$a->strings["weeks"] = "weeks"; -$a->strings["days"] = "days"; -$a->strings["hour"] = "hour"; -$a->strings["hours"] = "hours"; -$a->strings["minute"] = "minute"; -$a->strings["minutes"] = "minutes"; -$a->strings["second"] = "second"; -$a->strings["seconds"] = "seconds"; -$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago"; -$a->strings["(no subject)"] = "(no subject)"; +$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. "; +$a->strings["Delete this item?"] = "Delete this item?"; +$a->strings["toggle mobile"] = "Toggle mobile"; +$a->strings["Legacy module file not found: %s"] = "Legacy module file not found: %s"; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."; +$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)"; +$a->strings["The contact entries have been archived"] = "The contact entries have been archived"; +$a->strings["Enter new password: "] = "Enter new password: "; +$a->strings["Post update version number has been set to %s."] = "Post update version number has been set to %s."; +$a->strings["Check for pending update actions."] = "Check for pending update actions."; +$a->strings["Done."] = "Done."; +$a->strings["Execute pending post updates."] = "Execute pending post updates."; +$a->strings["All pending post updates are done."] = "All pending post updates are done."; +$a->strings["No system theme config value set."] = "No system theme configuration value set."; $a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Updating author-id and owner-id in item and thread table. "; $a->strings["%s: Updating post-type."] = "%s: Updating post-type."; -$a->strings["greenzero"] = "greenzero"; -$a->strings["purplezero"] = "purplezero"; -$a->strings["easterbunny"] = "easterbunny"; -$a->strings["darkzero"] = "darkzero"; -$a->strings["comix"] = "comix"; -$a->strings["slackr"] = "slackr"; -$a->strings["Variations"] = "Variations"; -$a->strings["Custom"] = "Custom"; -$a->strings["Note"] = "Note"; -$a->strings["Check image permissions if all users are allowed to see the image"] = "Check image permissions that everyone is allowed to see the image"; -$a->strings["Select color scheme"] = "Select color scheme"; -$a->strings["Copy or paste schemestring"] = "Copy or paste theme string"; -$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "You can copy this string to share your theme with others. Pasting here applies the theme string"; -$a->strings["Navigation bar background color"] = "Navigation bar background color:"; -$a->strings["Navigation bar icon color "] = "Navigation bar icon color:"; -$a->strings["Link color"] = "Link color:"; -$a->strings["Set the background color"] = "Background color:"; -$a->strings["Content background opacity"] = "Content background opacity"; -$a->strings["Set the background image"] = "Background image:"; -$a->strings["Background image style"] = "Background image style"; -$a->strings["Login page background image"] = "Login page background image"; -$a->strings["Login page background color"] = "Login page background color"; -$a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and color empty for theme defaults"; -$a->strings["Top Banner"] = "Top Banner"; -$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Resize image to the width of the screen and show background color below on long pages."; -$a->strings["Full screen"] = "Full screen"; -$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Resize image to fill entire screen, clipping either the right or the bottom."; -$a->strings["Single row mosaic"] = "Single row mosaic"; -$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Resize image to repeat it on a single row, either vertical or horizontal."; -$a->strings["Mosaic"] = "Mosaic"; -$a->strings["Repeat image to fill the screen."] = "Repeat image to fill the screen."; -$a->strings["Guest"] = "Guest"; -$a->strings["Visitor"] = "Visitor"; -$a->strings["Alignment"] = "Alignment"; -$a->strings["Left"] = "Left"; -$a->strings["Center"] = "Center"; -$a->strings["Color scheme"] = "Color scheme"; -$a->strings["Posts font size"] = "Posts font size"; -$a->strings["Textareas font size"] = "Text areas font size"; -$a->strings["Comma separated list of helper forums"] = "Comma-separated list of helper forums"; -$a->strings["Set style"] = "Set style"; -$a->strings["Community Pages"] = "Community pages"; -$a->strings["Community Profiles"] = "Community profiles"; -$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?"; -$a->strings["Connect Services"] = "Connect services"; -$a->strings["Find Friends"] = "Find friends"; -$a->strings["Last users"] = "Last users"; -$a->strings["Quick Start"] = "Quick start"; From 28e533451cea1d1c53c7cddbe4e4bf192e9056c0 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 27 Sep 2019 08:44:48 +0200 Subject: [PATCH 07/12] EN GB translation update THX AndyH3 --- view/lang/en-gb/messages.po | 13047 +++++++++++++++++----------------- view/lang/en-gb/strings.php | 2066 +++--- 2 files changed, 7752 insertions(+), 7361 deletions(-) diff --git a/view/lang/en-gb/messages.po b/view/lang/en-gb/messages.po index 8a0db1b841..069389b6c5 100644 --- a/view/lang/en-gb/messages.po +++ b/view/lang/en-gb/messages.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-05-15 08:55-0400\n" -"PO-Revision-Date: 2019-06-16 06:56+0000\n" +"POT-Creation-Date: 2019-09-15 07:45+0200\n" +"PO-Revision-Date: 2019-09-27 06:09+0000\n" "Last-Translator: Andy H3 \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -19,14 +19,68 @@ msgstr "" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/api.php:1116 +#: include/items.php:354 src/Module/Admin/Themes/Details.php:53 +#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27 +#: src/Module/Debug/ItemBody.php:40 +msgid "Item not found." +msgstr "Item not found." + +#: include/items.php:392 +msgid "Do you really want to delete this item?" +msgstr "Do you really want to delete this item?" + +#: include/items.php:394 mod/api.php:109 mod/profiles.php:526 +#: mod/profiles.php:529 mod/profiles.php:551 mod/dfrn_request.php:640 +#: mod/follow.php:163 mod/message.php:150 mod/suggest.php:73 +#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102 +#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142 +#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 +#: mod/settings.php:1146 src/Module/Register.php:97 src/Module/Contact.php:423 +msgid "Yes" +msgstr "Yes" + +#: include/items.php:397 include/conversation.php:1251 mod/tagrm.php:20 +#: mod/tagrm.php:115 mod/unfollow.php:132 mod/dfrn_request.php:650 +#: mod/editpost.php:110 mod/fbrowser.php:110 mod/fbrowser.php:139 +#: mod/follow.php:174 mod/message.php:153 mod/photos.php:1084 +#: mod/photos.php:1191 mod/suggest.php:76 mod/settings.php:678 +#: mod/settings.php:704 src/Module/Contact.php:426 +msgid "Cancel" +msgstr "Cancel" + +#: include/items.php:444 mod/api.php:34 mod/api.php:39 mod/delegate.php:30 +#: mod/delegate.php:48 mod/delegate.php:59 mod/ostatus_subscribe.php:18 +#: mod/regmod.php:89 mod/repair_ostatus.php:16 mod/uimport.php:17 +#: mod/unfollow.php:22 mod/unfollow.php:77 mod/unfollow.php:109 +#: mod/wall_attach.php:76 mod/wall_attach.php:79 mod/wall_upload.php:107 +#: mod/wall_upload.php:110 mod/wallmessage.php:19 mod/wallmessage.php:43 +#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/profiles.php:182 +#: mod/profiles.php:499 mod/cal.php:301 mod/common.php:27 mod/crepair.php:90 +#: mod/dfrn_confirm.php:64 mod/editpost.php:21 mod/follow.php:57 +#: mod/follow.php:134 mod/fsuggest.php:63 mod/manage.php:130 +#: mod/message.php:56 mod/message.php:101 mod/network.php:37 mod/notes.php:27 +#: mod/photos.php:178 mod/photos.php:962 mod/poke.php:141 +#: mod/profile_photo.php:32 mod/profile_photo.php:177 +#: mod/profile_photo.php:197 mod/suggest.php:39 mod/events.php:208 +#: mod/item.php:170 mod/notifications.php:73 mod/settings.php:52 +#: mod/settings.php:165 mod/settings.php:667 src/Module/Attach.php:42 +#: src/Module/FollowConfirm.php:27 src/Module/Group.php:31 +#: src/Module/Group.php:77 src/Module/Invite.php:22 src/Module/Invite.php:110 +#: src/Module/Notifications/Notify.php:19 src/Module/Profile/Contacts.php:50 +#: src/Module/Register.php:192 src/Module/Search/Directory.php:18 +#: src/Module/Contact.php:340 +msgid "Permission denied." +msgstr "Permission denied." + +#: include/api.php:1119 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "Daily posting limit of %d post reached. The post was rejected." msgstr[1] "Daily posting limit of %d posts are reached. This post was rejected." -#: include/api.php:1130 +#: include/api.php:1133 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -34,487 +88,490 @@ msgid_plural "" msgstr[0] "Weekly posting limit of %d post reached. The post was rejected." msgstr[1] "Weekly posting limit of %d posts are reached. This post was rejected." -#: include/api.php:1144 +#: include/api.php:1147 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgstr "Monthly posting limit of %d posts are reached. The post was rejected." -#: include/api.php:4511 mod/photos.php:91 mod/photos.php:193 -#: mod/photos.php:636 mod/photos.php:1082 mod/photos.php:1099 -#: mod/photos.php:1601 mod/profile_photo.php:85 mod/profile_photo.php:94 -#: mod/profile_photo.php:103 mod/profile_photo.php:217 -#: mod/profile_photo.php:305 mod/profile_photo.php:315 src/Model/User.php:763 -#: src/Model/User.php:771 src/Model/User.php:779 +#: include/api.php:4589 mod/photos.php:91 mod/photos.php:196 +#: mod/photos.php:640 mod/photos.php:1090 mod/photos.php:1107 +#: mod/photos.php:1610 mod/profile_photo.php:85 mod/profile_photo.php:94 +#: mod/profile_photo.php:103 mod/profile_photo.php:210 +#: mod/profile_photo.php:298 mod/profile_photo.php:308 src/Model/User.php:796 +#: src/Model/User.php:804 src/Model/User.php:812 msgid "Profile Photos" msgstr "Profile photos" -#: include/conversation.php:160 include/conversation.php:297 -#: src/Model/Item.php:3253 +#: include/conversation.php:161 include/conversation.php:298 +#: src/Model/Item.php:3309 msgid "event" msgstr "event" -#: include/conversation.php:163 include/conversation.php:173 -#: include/conversation.php:300 include/conversation.php:309 -#: mod/subthread.php:88 mod/tagger.php:68 +#: include/conversation.php:164 include/conversation.php:174 +#: include/conversation.php:301 include/conversation.php:310 +#: mod/subthread.php:88 mod/tagger.php:69 msgid "status" msgstr "status" -#: include/conversation.php:168 include/conversation.php:305 -#: mod/subthread.php:88 mod/tagger.php:68 src/Model/Item.php:3255 +#: include/conversation.php:169 include/conversation.php:306 +#: mod/subthread.php:88 mod/tagger.php:69 src/Model/Item.php:3311 msgid "photo" msgstr "photo" -#: include/conversation.php:181 +#: include/conversation.php:182 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "%1$s likes %2$s's %3$s" -#: include/conversation.php:183 +#: include/conversation.php:184 #, php-format msgid "%1$s doesn't like %2$s's %3$s" msgstr "%1$s doesn't like %2$s's %3$s" -#: include/conversation.php:185 +#: include/conversation.php:186 #, php-format msgid "%1$s attends %2$s's %3$s" msgstr "%1$s goes to %2$s's %3$s" -#: include/conversation.php:187 +#: include/conversation.php:188 #, php-format msgid "%1$s doesn't attend %2$s's %3$s" msgstr "%1$s doesn't go %2$s's %3$s" -#: include/conversation.php:189 +#: include/conversation.php:190 #, php-format msgid "%1$s attends maybe %2$s's %3$s" msgstr "%1$s might go to %2$s's %3$s" -#: include/conversation.php:224 +#: include/conversation.php:225 #, php-format msgid "%1$s is now friends with %2$s" msgstr "%1$s is now friends with %2$s" -#: include/conversation.php:265 +#: include/conversation.php:266 #, php-format msgid "%1$s poked %2$s" msgstr "%1$s poked %2$s" -#: include/conversation.php:319 mod/tagger.php:101 +#: include/conversation.php:320 mod/tagger.php:102 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s tagged %2$s's %3$s with %4$s" -#: include/conversation.php:341 +#: include/conversation.php:342 msgid "post/item" msgstr "Post/Item" -#: include/conversation.php:342 +#: include/conversation.php:343 #, php-format msgid "%1$s marked %2$s's %3$s as favorite" msgstr "%1$s marked %2$s's %3$s as favourite" -#: include/conversation.php:568 mod/photos.php:1433 mod/profiles.php:352 +#: include/conversation.php:569 mod/profiles.php:352 mod/photos.php:1442 msgid "Likes" msgstr "Likes" -#: include/conversation.php:569 mod/photos.php:1433 mod/profiles.php:355 +#: include/conversation.php:570 mod/profiles.php:355 mod/photos.php:1442 msgid "Dislikes" msgstr "Dislikes" -#: include/conversation.php:570 include/conversation.php:1564 -#: mod/photos.php:1434 +#: include/conversation.php:571 include/conversation.php:1566 +#: mod/photos.php:1443 msgid "Attending" msgid_plural "Attending" msgstr[0] "Attending" msgstr[1] "Attending" -#: include/conversation.php:571 mod/photos.php:1434 +#: include/conversation.php:572 mod/photos.php:1443 msgid "Not attending" msgstr "Not attending" -#: include/conversation.php:572 mod/photos.php:1434 +#: include/conversation.php:573 mod/photos.php:1443 msgid "Might attend" msgstr "Might attend" -#: include/conversation.php:573 +#: include/conversation.php:574 msgid "Reshares" msgstr "Reshares" -#: include/conversation.php:653 mod/photos.php:1490 src/Object/Post.php:208 +#: include/conversation.php:654 mod/photos.php:1499 src/Object/Post.php:209 msgid "Select" msgstr "Select" -#: include/conversation.php:654 mod/photos.php:1491 mod/settings.php:735 -#: src/Module/Admin/Users.php:288 src/Module/Contact.php:830 -#: src/Module/Contact.php:1105 +#: include/conversation.php:655 mod/photos.php:1500 mod/settings.php:738 +#: src/Module/Admin/Users.php:288 src/Module/Contact.php:805 +#: src/Module/Contact.php:1086 msgid "Delete" msgstr "Delete" -#: include/conversation.php:679 src/Object/Post.php:382 -#: src/Object/Post.php:383 +#: include/conversation.php:681 src/Object/Post.php:383 +#: src/Object/Post.php:384 #, php-format msgid "View %s's profile @ %s" msgstr "View %s's profile @ %s" -#: include/conversation.php:692 src/Object/Post.php:370 +#: include/conversation.php:694 src/Object/Post.php:371 msgid "Categories:" msgstr "Categories:" -#: include/conversation.php:693 src/Object/Post.php:371 +#: include/conversation.php:695 src/Object/Post.php:372 msgid "Filed under:" msgstr "Filed under:" -#: include/conversation.php:700 src/Object/Post.php:396 +#: include/conversation.php:702 src/Object/Post.php:397 #, php-format msgid "%s from %s" msgstr "%s from %s" -#: include/conversation.php:715 +#: include/conversation.php:717 msgid "View in context" msgstr "View in context" -#: include/conversation.php:717 include/conversation.php:1230 -#: mod/editpost.php:86 mod/message.php:260 mod/message.php:442 -#: mod/photos.php:1406 mod/wallmessage.php:141 src/Object/Post.php:423 +#: include/conversation.php:719 include/conversation.php:1232 +#: mod/wallmessage.php:141 mod/editpost.php:86 mod/message.php:260 +#: mod/message.php:442 mod/photos.php:1415 src/Module/Item/Compose.php:193 +#: src/Object/Post.php:424 msgid "Please wait" msgstr "Please wait" -#: include/conversation.php:781 +#: include/conversation.php:783 msgid "remove" msgstr "Remove" -#: include/conversation.php:785 +#: include/conversation.php:787 msgid "Delete Selected Items" msgstr "Delete selected items" -#: include/conversation.php:940 view/theme/frio/theme.php:358 +#: include/conversation.php:942 view/theme/frio/theme.php:363 msgid "Follow Thread" msgstr "Follow thread" -#: include/conversation.php:941 src/Model/Contact.php:1111 +#: include/conversation.php:943 src/Model/Contact.php:1225 msgid "View Status" msgstr "View status" -#: include/conversation.php:942 include/conversation.php:960 -#: mod/dirfind.php:226 mod/match.php:87 mod/suggest.php:87 -#: src/Model/Contact.php:1051 src/Model/Contact.php:1104 -#: src/Model/Contact.php:1112 src/Module/AllFriends.php:74 -#: src/Module/Directory.php:155 +#: include/conversation.php:944 include/conversation.php:962 mod/match.php:87 +#: mod/suggest.php:87 src/Model/Contact.php:1165 src/Model/Contact.php:1218 +#: src/Model/Contact.php:1226 src/Module/AllFriends.php:74 +#: src/Module/BaseSearchModule.php:133 src/Module/Directory.php:150 msgid "View Profile" msgstr "View profile" -#: include/conversation.php:943 src/Model/Contact.php:1113 +#: include/conversation.php:945 src/Model/Contact.php:1227 msgid "View Photos" msgstr "View photos" -#: include/conversation.php:944 src/Model/Contact.php:1105 -#: src/Model/Contact.php:1114 +#: include/conversation.php:946 src/Model/Contact.php:1219 +#: src/Model/Contact.php:1228 msgid "Network Posts" msgstr "Network posts" -#: include/conversation.php:945 src/Model/Contact.php:1106 -#: src/Model/Contact.php:1115 +#: include/conversation.php:947 src/Model/Contact.php:1220 +#: src/Model/Contact.php:1229 msgid "View Contact" msgstr "View contact" -#: include/conversation.php:946 src/Model/Contact.php:1117 +#: include/conversation.php:948 src/Model/Contact.php:1231 msgid "Send PM" msgstr "Send PM" -#: include/conversation.php:947 src/Module/Admin/Blocklist/Contact.php:66 -#: src/Module/Admin/Users.php:289 src/Module/Contact.php:624 -#: src/Module/Contact.php:827 src/Module/Contact.php:1080 +#: include/conversation.php:949 src/Module/Admin/Blocklist/Contact.php:67 +#: src/Module/Admin/Users.php:289 src/Module/Contact.php:585 +#: src/Module/Contact.php:802 src/Module/Contact.php:1061 msgid "Block" msgstr "Block" -#: include/conversation.php:948 mod/notifications.php:60 -#: mod/notifications.php:186 mod/notifications.php:279 -#: src/Module/Contact.php:625 src/Module/Contact.php:828 -#: src/Module/Contact.php:1088 +#: include/conversation.php:950 mod/notifications.php:63 +#: mod/notifications.php:197 mod/notifications.php:290 +#: src/Module/Contact.php:586 src/Module/Contact.php:803 +#: src/Module/Contact.php:1069 msgid "Ignore" msgstr "Ignore" -#: include/conversation.php:952 src/Model/Contact.php:1118 +#: include/conversation.php:954 src/Model/Contact.php:1232 msgid "Poke" msgstr "Poke" -#: include/conversation.php:957 mod/dirfind.php:227 mod/follow.php:158 -#: mod/match.php:88 mod/suggest.php:88 src/Content/Widget.php:63 -#: src/Model/Contact.php:1107 src/Module/AllFriends.php:75 -#: src/Module/Contact.php:577 view/theme/vier/theme.php:201 +#: include/conversation.php:959 mod/match.php:88 mod/follow.php:160 +#: mod/suggest.php:88 view/theme/vier/theme.php:201 src/Content/Widget.php:66 +#: src/Model/Contact.php:1221 src/Module/AllFriends.php:75 +#: src/Module/BaseSearchModule.php:134 msgid "Connect/Follow" msgstr "Connect/Follow" -#: include/conversation.php:1082 +#: include/conversation.php:1084 #, php-format msgid "%s likes this." msgstr "%s likes this." -#: include/conversation.php:1085 +#: include/conversation.php:1087 #, php-format msgid "%s doesn't like this." msgstr "%s doesn't like this." -#: include/conversation.php:1088 +#: include/conversation.php:1090 #, php-format msgid "%s attends." msgstr "%s attends." -#: include/conversation.php:1091 +#: include/conversation.php:1093 #, php-format msgid "%s doesn't attend." msgstr "%s doesn't attend." -#: include/conversation.php:1094 +#: include/conversation.php:1096 #, php-format msgid "%s attends maybe." msgstr "%s may attend." -#: include/conversation.php:1097 include/conversation.php:1140 +#: include/conversation.php:1099 include/conversation.php:1142 #, php-format msgid "%s reshared this." msgstr "%s reshared this." -#: include/conversation.php:1105 +#: include/conversation.php:1107 msgid "and" msgstr "and" -#: include/conversation.php:1111 +#: include/conversation.php:1113 #, php-format msgid "and %d other people" msgstr "and %d other people" -#: include/conversation.php:1119 +#: include/conversation.php:1121 #, php-format msgid "%2$d people like this" msgstr "%2$d people like this" -#: include/conversation.php:1120 +#: include/conversation.php:1122 #, php-format msgid "%s like this." msgstr "%s like this." -#: include/conversation.php:1123 +#: include/conversation.php:1125 #, php-format msgid "%2$d people don't like this" msgstr "%2$d people don't like this" -#: include/conversation.php:1124 +#: include/conversation.php:1126 #, php-format msgid "%s don't like this." msgstr "%s don't like this." -#: include/conversation.php:1127 +#: include/conversation.php:1129 #, php-format msgid "%2$d people attend" msgstr "%2$d people attend" -#: include/conversation.php:1128 +#: include/conversation.php:1130 #, php-format msgid "%s attend." msgstr "%s attend." -#: include/conversation.php:1131 +#: include/conversation.php:1133 #, php-format msgid "%2$d people don't attend" msgstr "%2$d people don't attend" -#: include/conversation.php:1132 +#: include/conversation.php:1134 #, php-format msgid "%s don't attend." msgstr "%s don't attend." -#: include/conversation.php:1135 +#: include/conversation.php:1137 #, php-format msgid "%2$d people attend maybe" msgstr "%2$d people attend maybe" -#: include/conversation.php:1136 +#: include/conversation.php:1138 #, php-format msgid "%s attend maybe." msgstr "%s may be attending." -#: include/conversation.php:1139 +#: include/conversation.php:1141 #, php-format msgid "%2$d people reshared this" msgstr "%2$d people reshared this" -#: include/conversation.php:1169 +#: include/conversation.php:1171 msgid "Visible to everybody" msgstr "Visible to everybody" -#: include/conversation.php:1170 src/Object/Post.php:886 +#: include/conversation.php:1172 src/Module/Item/Compose.php:187 +#: src/Object/Post.php:888 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Please enter an image/video/audio/webpage URL:" -#: include/conversation.php:1171 +#: include/conversation.php:1173 msgid "Tag term:" msgstr "Tag term:" -#: include/conversation.php:1172 src/Module/Filer/SaveTag.php:49 +#: include/conversation.php:1174 src/Module/Filer/SaveTag.php:48 msgid "Save to Folder:" msgstr "Save to folder:" -#: include/conversation.php:1173 +#: include/conversation.php:1175 msgid "Where are you right now?" msgstr "Where are you right now?" -#: include/conversation.php:1174 +#: include/conversation.php:1176 msgid "Delete item(s)?" msgstr "Delete item(s)?" -#: include/conversation.php:1206 +#: include/conversation.php:1208 msgid "New Post" msgstr "New post" -#: include/conversation.php:1209 +#: include/conversation.php:1211 msgid "Share" msgstr "Share" -#: include/conversation.php:1210 mod/editpost.php:72 mod/message.php:258 -#: mod/message.php:439 mod/wallmessage.php:139 +#: include/conversation.php:1212 mod/wallmessage.php:139 mod/editpost.php:72 +#: mod/message.php:258 mod/message.php:439 msgid "Upload photo" msgstr "Upload photo" -#: include/conversation.php:1211 mod/editpost.php:73 +#: include/conversation.php:1213 mod/editpost.php:73 msgid "upload photo" msgstr "upload photo" -#: include/conversation.php:1212 mod/editpost.php:74 +#: include/conversation.php:1214 mod/editpost.php:74 msgid "Attach file" msgstr "Attach file" -#: include/conversation.php:1213 mod/editpost.php:75 +#: include/conversation.php:1215 mod/editpost.php:75 msgid "attach file" msgstr "attach file" -#: include/conversation.php:1214 src/Object/Post.php:878 +#: include/conversation.php:1216 src/Module/Item/Compose.php:179 +#: src/Object/Post.php:880 msgid "Bold" msgstr "Bold" -#: include/conversation.php:1215 src/Object/Post.php:879 +#: include/conversation.php:1217 src/Module/Item/Compose.php:180 +#: src/Object/Post.php:881 msgid "Italic" msgstr "Italic" -#: include/conversation.php:1216 src/Object/Post.php:880 +#: include/conversation.php:1218 src/Module/Item/Compose.php:181 +#: src/Object/Post.php:882 msgid "Underline" msgstr "Underline" -#: include/conversation.php:1217 src/Object/Post.php:881 +#: include/conversation.php:1219 src/Module/Item/Compose.php:182 +#: src/Object/Post.php:883 msgid "Quote" msgstr "Quote" -#: include/conversation.php:1218 src/Object/Post.php:882 +#: include/conversation.php:1220 src/Module/Item/Compose.php:183 +#: src/Object/Post.php:884 msgid "Code" msgstr "Code" -#: include/conversation.php:1219 src/Object/Post.php:883 +#: include/conversation.php:1221 src/Module/Item/Compose.php:184 +#: src/Object/Post.php:885 msgid "Image" msgstr "Image" -#: include/conversation.php:1220 src/Object/Post.php:884 +#: include/conversation.php:1222 src/Module/Item/Compose.php:185 +#: src/Object/Post.php:886 msgid "Link" msgstr "Link" -#: include/conversation.php:1221 src/Object/Post.php:885 +#: include/conversation.php:1223 src/Module/Item/Compose.php:186 +#: src/Object/Post.php:887 msgid "Link or Media" msgstr "Link or media" -#: include/conversation.php:1222 mod/editpost.php:82 +#: include/conversation.php:1224 mod/editpost.php:82 +#: src/Module/Item/Compose.php:189 msgid "Set your location" msgstr "Set your location" -#: include/conversation.php:1223 mod/editpost.php:83 +#: include/conversation.php:1225 mod/editpost.php:83 msgid "set location" msgstr "set location" -#: include/conversation.php:1224 mod/editpost.php:84 +#: include/conversation.php:1226 mod/editpost.php:84 msgid "Clear browser location" msgstr "Clear browser location" -#: include/conversation.php:1225 mod/editpost.php:85 +#: include/conversation.php:1227 mod/editpost.php:85 msgid "clear location" msgstr "clear location" -#: include/conversation.php:1227 mod/editpost.php:99 +#: include/conversation.php:1229 mod/editpost.php:99 +#: src/Module/Item/Compose.php:194 msgid "Set title" msgstr "Set title" -#: include/conversation.php:1229 mod/editpost.php:101 +#: include/conversation.php:1231 mod/editpost.php:101 +#: src/Module/Item/Compose.php:195 msgid "Categories (comma-separated list)" msgstr "Categories (comma-separated list)" -#: include/conversation.php:1231 mod/editpost.php:87 +#: include/conversation.php:1233 mod/editpost.php:87 msgid "Permission settings" msgstr "Permission settings" -#: include/conversation.php:1232 mod/editpost.php:116 +#: include/conversation.php:1234 mod/editpost.php:116 msgid "permissions" msgstr "permissions" -#: include/conversation.php:1241 mod/editpost.php:96 +#: include/conversation.php:1243 mod/editpost.php:96 msgid "Public post" msgstr "Public post" -#: include/conversation.php:1245 mod/editpost.php:107 mod/events.php:549 -#: mod/photos.php:1424 mod/photos.php:1463 mod/photos.php:1523 -#: src/Object/Post.php:887 +#: include/conversation.php:1247 mod/editpost.php:107 mod/photos.php:1433 +#: mod/photos.php:1472 mod/photos.php:1532 mod/events.php:550 +#: src/Module/Item/Compose.php:188 src/Object/Post.php:889 msgid "Preview" msgstr "Preview" -#: include/conversation.php:1249 include/items.php:397 -#: mod/dfrn_request.php:650 mod/editpost.php:110 mod/fbrowser.php:110 -#: mod/fbrowser.php:139 mod/follow.php:172 mod/message.php:153 -#: mod/photos.php:1076 mod/photos.php:1183 mod/settings.php:675 -#: mod/settings.php:701 mod/suggest.php:76 mod/tagrm.php:20 mod/tagrm.php:115 -#: mod/unfollow.php:132 src/Module/Contact.php:450 -msgid "Cancel" -msgstr "Cancel" - -#: include/conversation.php:1254 +#: include/conversation.php:1256 msgid "Post to Groups" msgstr "Post to groups" -#: include/conversation.php:1255 +#: include/conversation.php:1257 msgid "Post to Contacts" msgstr "Post to contacts" -#: include/conversation.php:1256 +#: include/conversation.php:1258 msgid "Private post" msgstr "Private post" -#: include/conversation.php:1261 mod/editpost.php:114 -#: src/Model/Profile.php:366 +#: include/conversation.php:1263 mod/editpost.php:114 +#: src/Model/Profile.php:550 src/Module/Contact.php:301 msgid "Message" msgstr "Message" -#: include/conversation.php:1262 mod/editpost.php:115 +#: include/conversation.php:1264 mod/editpost.php:115 msgid "Browser" msgstr "Browser" -#: include/conversation.php:1534 +#: include/conversation.php:1536 msgid "View all" msgstr "View all" -#: include/conversation.php:1558 +#: include/conversation.php:1560 msgid "Like" msgid_plural "Likes" msgstr[0] "Like" msgstr[1] "Likes" -#: include/conversation.php:1561 +#: include/conversation.php:1563 msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "Dislike" msgstr[1] "Dislikes" -#: include/conversation.php:1567 +#: include/conversation.php:1569 msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "Not attending" msgstr[1] "Not attending" -#: include/conversation.php:1570 src/Content/ContactSelector.php:167 +#: include/conversation.php:1572 src/Content/ContactSelector.php:243 msgid "Undecided" msgid_plural "Undecided" msgstr[0] "Undecided" @@ -835,58 +892,6 @@ msgstr "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)" msgid "Please visit %s to approve or reject the request." msgstr "Please visit %s to approve or reject the request." -#: include/items.php:354 mod/notice.php:19 -#: src/Module/Admin/Themes/Details.php:53 src/Module/Admin/Themes/Index.php:41 -#: src/Module/ItemBody.php:27 src/Module/ItemBody.php:40 -msgid "Item not found." -msgstr "Item not found." - -#: include/items.php:392 -msgid "Do you really want to delete this item?" -msgstr "Do you really want to delete this item?" - -#: include/items.php:394 mod/api.php:109 mod/dfrn_request.php:640 -#: mod/follow.php:161 mod/message.php:150 mod/profiles.php:526 -#: mod/profiles.php:529 mod/profiles.php:551 mod/settings.php:1084 -#: mod/settings.php:1090 mod/settings.php:1097 mod/settings.php:1101 -#: mod/settings.php:1105 mod/settings.php:1109 mod/settings.php:1113 -#: mod/settings.php:1117 mod/settings.php:1137 mod/settings.php:1138 -#: mod/settings.php:1139 mod/settings.php:1140 mod/settings.php:1141 -#: mod/suggest.php:73 src/Module/Contact.php:447 src/Module/Register.php:97 -msgid "Yes" -msgstr "Yes" - -#: include/items.php:444 mod/api.php:34 mod/api.php:39 mod/cal.php:301 -#: mod/common.php:27 mod/crepair.php:90 mod/delegate.php:30 -#: mod/delegate.php:48 mod/delegate.php:59 mod/dfrn_confirm.php:64 -#: mod/dirfind.php:29 mod/editpost.php:21 mod/events.php:207 mod/follow.php:57 -#: mod/follow.php:132 mod/fsuggest.php:77 mod/item.php:169 mod/manage.php:130 -#: mod/message.php:56 mod/message.php:101 mod/network.php:36 mod/notes.php:27 -#: mod/notifications.php:70 mod/ostatus_subscribe.php:18 mod/photos.php:178 -#: mod/photos.php:958 mod/poke.php:141 mod/profiles.php:182 -#: mod/profiles.php:499 mod/profile_photo.php:32 mod/profile_photo.php:177 -#: mod/profile_photo.php:204 mod/regmod.php:89 mod/repair_ostatus.php:16 -#: mod/settings.php:50 mod/settings.php:163 mod/settings.php:664 -#: mod/suggest.php:39 mod/uimport.php:17 mod/unfollow.php:22 -#: mod/unfollow.php:77 mod/unfollow.php:109 mod/viewcontacts.php:56 -#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82 -#: mod/wallmessage.php:106 mod/wall_attach.php:76 mod/wall_attach.php:79 -#: mod/wall_upload.php:107 mod/wall_upload.php:110 src/Module/Attach.php:42 -#: src/Module/Contact.php:362 src/Module/FollowConfirm.php:27 -#: src/Module/Group.php:31 src/Module/Group.php:77 src/Module/Invite.php:22 -#: src/Module/Invite.php:110 src/Module/Register.php:192 -msgid "Permission denied." -msgstr "Permission denied." - -#: include/items.php:515 src/Content/Feature.php:99 -msgid "Archives" -msgstr "Archives" - -#: include/items.php:521 src/Content/ForumManager.php:135 -#: src/Content/Widget.php:329 view/theme/vier/theme.php:255 -msgid "show more" -msgstr "Show more..." - #: mod/api.php:84 mod/api.php:106 msgid "Authorize application connection" msgstr "Authorise application connection" @@ -895,7 +900,7 @@ msgstr "Authorise application connection" msgid "Return to your app and insert this Securty Code:" msgstr "Return to your app and insert this security code:" -#: mod/api.php:94 +#: mod/api.php:94 src/Module/BaseAdminModule.php:56 msgid "Please login to continue." msgstr "Please login to continue." @@ -905,67 +910,846 @@ msgid "" " and/or create new posts for you?" msgstr "Do you want to authorise this application to access your posts and contacts and create new posts for you?" -#: mod/api.php:110 mod/dfrn_request.php:640 mod/follow.php:161 -#: mod/profiles.php:526 mod/profiles.php:530 mod/profiles.php:551 -#: mod/settings.php:1084 mod/settings.php:1090 mod/settings.php:1097 -#: mod/settings.php:1101 mod/settings.php:1105 mod/settings.php:1109 -#: mod/settings.php:1113 mod/settings.php:1117 mod/settings.php:1137 -#: mod/settings.php:1138 mod/settings.php:1139 mod/settings.php:1140 -#: mod/settings.php:1141 src/Module/Register.php:98 +#: mod/api.php:110 mod/profiles.php:526 mod/profiles.php:530 +#: mod/profiles.php:551 mod/dfrn_request.php:640 mod/follow.php:163 +#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102 +#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142 +#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 +#: mod/settings.php:1146 src/Module/Register.php:98 msgid "No" msgstr "No" -#: mod/cal.php:34 mod/cal.php:38 mod/community.php:39 mod/follow.php:20 -#: mod/viewcontacts.php:23 mod/viewcontacts.php:27 src/Module/ItemBody.php:18 +#: mod/delegate.php:42 +msgid "Parent user not found." +msgstr "Parent user not found." + +#: mod/delegate.php:149 +msgid "No parent user" +msgstr "No parent user" + +#: mod/delegate.php:164 +msgid "Parent Password:" +msgstr "Parent password:" + +#: mod/delegate.php:164 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "Please enter the password of the parent account to authorise this request." + +#: mod/delegate.php:171 +msgid "Parent User" +msgstr "Parent user" + +#: mod/delegate.php:174 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access." + +#: mod/delegate.php:175 mod/settings.php:677 mod/settings.php:784 +#: mod/settings.php:874 mod/settings.php:953 mod/settings.php:1178 +#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69 +#: src/Module/Admin/Logs/Settings.php:65 src/Module/Admin/Themes/Index.php:97 +#: src/Module/Admin/Tos.php:50 src/Module/Admin/Site.php:568 +msgid "Save Settings" +msgstr "Save settings" + +#: mod/delegate.php:176 src/Content/Nav.php:263 +msgid "Delegate Page Management" +msgstr "Delegate Page Management" + +#: mod/delegate.php:177 +msgid "Delegates" +msgstr "Delegates" + +#: mod/delegate.php:179 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely." + +#: mod/delegate.php:180 +msgid "Existing Page Delegates" +msgstr "Existing page delegates" + +#: mod/delegate.php:182 +msgid "Potential Delegates" +msgstr "Potential delegates" + +#: mod/delegate.php:184 mod/tagrm.php:114 +msgid "Remove" +msgstr "Remove" + +#: mod/delegate.php:185 +msgid "Add" +msgstr "Add" + +#: mod/delegate.php:186 +msgid "No entries." +msgstr "No entries." + +#: mod/oexchange.php:32 +msgid "Post successful." +msgstr "Post successful." + +#: mod/ostatus_subscribe.php:23 +msgid "Subscribing to OStatus contacts" +msgstr "Subscribing to OStatus contacts" + +#: mod/ostatus_subscribe.php:35 +msgid "No contact provided." +msgstr "No contact provided." + +#: mod/ostatus_subscribe.php:42 +msgid "Couldn't fetch information for contact." +msgstr "Couldn't fetch information for contact." + +#: mod/ostatus_subscribe.php:52 +msgid "Couldn't fetch friends for contact." +msgstr "Couldn't fetch friends for contact." + +#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 +msgid "Done" +msgstr "Done" + +#: mod/ostatus_subscribe.php:84 +msgid "success" +msgstr "success" + +#: mod/ostatus_subscribe.php:86 +msgid "failed" +msgstr "failed" + +#: mod/ostatus_subscribe.php:89 src/Object/Post.php:285 +msgid "ignored" +msgstr "Ignored" + +#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 +msgid "Keep this window open until done." +msgstr "Keep this window open until done." + +#: mod/profperm.php:30 +msgid "Permission denied" +msgstr "Permission denied" + +#: mod/profperm.php:36 mod/profperm.php:69 +msgid "Invalid profile identifier." +msgstr "Invalid profile identifier." + +#: mod/profperm.php:115 +msgid "Profile Visibility Editor" +msgstr "Profile Visibility Editor" + +#: mod/profperm.php:117 view/theme/frio/theme.php:268 src/Content/Nav.php:161 +#: src/Model/Profile.php:889 src/Model/Profile.php:925 +#: src/Module/Welcome.php:38 src/Module/Contact.php:618 +#: src/Module/Contact.php:847 +msgid "Profile" +msgstr "Profile" + +#: mod/profperm.php:119 src/Module/Group.php:321 +msgid "Click on a contact to add or remove." +msgstr "Click on a contact to add or remove it." + +#: mod/profperm.php:128 +msgid "Visible To" +msgstr "Visible to" + +#: mod/profperm.php:144 +msgid "All Contacts (with secure profile access)" +msgstr "All contacts with secure profile access" + +#: mod/regmod.php:53 +msgid "Account approved." +msgstr "Account approved." + +#: mod/regmod.php:77 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registration revoked for %s" + +#: mod/regmod.php:84 +msgid "Please login." +msgstr "Please login." + +#: mod/removeme.php:46 +msgid "User deleted their account" +msgstr "User deleted their account" + +#: mod/removeme.php:47 +msgid "" +"On your Friendica node an user deleted their account. Please ensure that " +"their data is removed from the backups." +msgstr "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups." + +#: mod/removeme.php:48 +#, php-format +msgid "The user id is %d" +msgstr "The user id is %d" + +#: mod/removeme.php:84 mod/removeme.php:87 +msgid "Remove My Account" +msgstr "Remove My Account" + +#: mod/removeme.php:85 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "This will completely remove your account. Once this has been done it is not recoverable." + +#: mod/removeme.php:86 +msgid "Please enter your password for verification:" +msgstr "Please enter your password for verification:" + +#: mod/repair_ostatus.php:21 +msgid "Resubscribing to OStatus contacts" +msgstr "Resubscribing to OStatus contacts" + +#: mod/repair_ostatus.php:37 src/Module/TwoFactor/Verify.php:64 +msgid "Error" +msgid_plural "Errors" +msgstr[0] "Error" +msgstr[1] "Errors" + +#: mod/tagrm.php:31 +msgid "Tag(s) removed" +msgstr "Tag(s) removed" + +#: mod/tagrm.php:101 +msgid "Remove Item Tag" +msgstr "Remove Item tag" + +#: mod/tagrm.php:103 +msgid "Select a tag to remove: " +msgstr "Select a tag to remove: " + +#: mod/uimport.php:30 +msgid "User imports on closed servers can only be done by an administrator." +msgstr "User imports on closed servers can only be done by an administrator." + +#: mod/uimport.php:39 src/Module/Register.php:59 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow." + +#: mod/uimport.php:54 src/Module/Register.php:141 +msgid "Import" +msgstr "Import profile" + +#: mod/uimport.php:56 +msgid "Move account" +msgstr "Move Existing Friendica Account" + +#: mod/uimport.php:57 +msgid "You can import an account from another Friendica server." +msgstr "You can import an existing Friendica profile to this node." + +#: mod/uimport.php:58 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here." + +#: mod/uimport.php:59 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*." + +#: mod/uimport.php:60 +msgid "Account file" +msgstr "Account file:" + +#: mod/uimport.php:60 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"" + +#: mod/unfollow.php:36 mod/unfollow.php:92 +msgid "You aren't following this contact." +msgstr "You aren't following this contact." + +#: mod/unfollow.php:46 mod/unfollow.php:98 +msgid "Unfollowing is currently not supported by your network." +msgstr "Unfollowing is currently not supported by your network." + +#: mod/unfollow.php:67 +msgid "Contact unfollowed" +msgstr "Contact unfollowed" + +#: mod/unfollow.php:118 +msgid "Disconnect/Unfollow" +msgstr "Disconnect/Unfollow" + +#: mod/unfollow.php:128 mod/dfrn_request.php:647 mod/follow.php:170 +msgid "Your Identity Address:" +msgstr "My identity address:" + +#: mod/unfollow.php:131 mod/dfrn_request.php:649 mod/follow.php:76 +msgid "Submit Request" +msgstr "Submit request" + +#: mod/unfollow.php:137 mod/follow.php:179 mod/notifications.php:190 +#: mod/notifications.php:282 src/Module/Admin/Blocklist/Contact.php:83 +#: src/Module/Contact.php:603 +msgid "Profile URL" +msgstr "Profile URL:" + +#: mod/unfollow.php:147 mod/follow.php:195 src/Model/Profile.php:920 +#: src/Module/Contact.php:842 +msgid "Status Messages and Posts" +msgstr "Status Messages and Posts" + +#: mod/update_community.php:23 mod/update_contact.php:23 +#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36 +#: mod/update_profile.php:34 +msgid "[Embedded content - reload page to view]" +msgstr "[Embedded content - reload page to view]" + +#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85 +#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116 +#: mod/wall_upload.php:167 mod/wall_upload.php:170 +msgid "Invalid request." +msgstr "Invalid request." + +#: mod/wall_attach.php:103 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" + +#: mod/wall_attach.php:103 +msgid "Or - did you try to upload an empty file?" +msgstr "Or did you try to upload an empty file?" + +#: mod/wall_attach.php:114 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "File exceeds size limit of %s" + +#: mod/wall_attach.php:129 +msgid "File upload failed." +msgstr "File upload failed." + +#: mod/wall_upload.php:198 mod/photos.php:683 mod/photos.php:686 +#: mod/photos.php:715 mod/profile_photo.php:152 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Image exceeds size limit of %s" + +#: mod/wall_upload.php:212 mod/photos.php:738 mod/profile_photo.php:161 +msgid "Unable to process image." +msgstr "Unable to process image." + +#: mod/wall_upload.php:243 +msgid "Wall Photos" +msgstr "Wall photos" + +#: mod/wall_upload.php:251 mod/photos.php:767 mod/profile_photo.php:303 +msgid "Image upload failed." +msgstr "Image upload failed." + +#: mod/wallmessage.php:52 mod/wallmessage.php:115 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Number of daily wall messages for %s exceeded. Message failed." + +#: mod/wallmessage.php:60 mod/message.php:70 +msgid "No recipient selected." +msgstr "No recipient selected." + +#: mod/wallmessage.php:63 +msgid "Unable to check your home location." +msgstr "Unable to check your home location." + +#: mod/wallmessage.php:66 mod/message.php:77 +msgid "Message could not be sent." +msgstr "Message could not be sent." + +#: mod/wallmessage.php:69 mod/message.php:80 +msgid "Message collection failure." +msgstr "Message collection failure." + +#: mod/wallmessage.php:72 mod/message.php:83 +msgid "Message sent." +msgstr "Message sent." + +#: mod/wallmessage.php:89 mod/wallmessage.php:98 +msgid "No recipient." +msgstr "No recipient." + +#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 +msgid "Please enter a link URL:" +msgstr "Please enter a link URL:" + +#: mod/wallmessage.php:128 mod/message.php:246 +msgid "Send Private Message" +msgstr "Send private message" + +#: mod/wallmessage.php:129 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." + +#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 +msgid "To:" +msgstr "To:" + +#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 +msgid "Subject:" +msgstr "Subject:" + +#: mod/wallmessage.php:137 mod/message.php:255 mod/message.php:435 +#: src/Module/Invite.php:150 +msgid "Your message:" +msgstr "Your message:" + +#: mod/wallmessage.php:140 mod/editpost.php:76 mod/message.php:259 +#: mod/message.php:440 +msgid "Insert web link" +msgstr "Insert web link" + +#: mod/match.php:49 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "No keywords to match. Please add keywords to your default profile." + +#: mod/match.php:102 mod/suggest.php:106 src/Content/Widget.php:42 +#: src/Module/AllFriends.php:91 src/Module/BaseSearchModule.php:131 +msgid "Connect" +msgstr "Connect" + +#: mod/match.php:115 src/Content/Pager.php:198 +msgid "first" +msgstr "first" + +#: mod/match.php:120 src/Content/Pager.php:258 +msgid "next" +msgstr "next" + +#: mod/match.php:130 src/Module/BaseSearchModule.php:92 +msgid "No matches" +msgstr "No matches" + +#: mod/match.php:135 +msgid "Profile Match" +msgstr "Profile Match" + +#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 +#: mod/profiles.php:511 mod/dfrn_confirm.php:70 +msgid "Profile not found." +msgstr "Profile not found." + +#: mod/profiles.php:62 +msgid "Profile deleted." +msgstr "Profile deleted." + +#: mod/profiles.php:78 mod/profiles.php:114 +msgid "Profile-" +msgstr "Profile-" + +#: mod/profiles.php:97 mod/profiles.php:135 +msgid "New profile created." +msgstr "New profile created." + +#: mod/profiles.php:120 +msgid "Profile unavailable to clone." +msgstr "Profile unavailable to clone." + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "Profile name is required." + +#: mod/profiles.php:346 +msgid "Marital Status" +msgstr "Marital status" + +#: mod/profiles.php:349 +msgid "Romantic Partner" +msgstr "Romantic partner" + +#: mod/profiles.php:358 +msgid "Work/Employment" +msgstr "Work/Employment:" + +#: mod/profiles.php:361 +msgid "Religion" +msgstr "Religion" + +#: mod/profiles.php:364 +msgid "Political Views" +msgstr "Political views" + +#: mod/profiles.php:367 +msgid "Gender" +msgstr "Gender" + +#: mod/profiles.php:370 +msgid "Sexual Preference" +msgstr "Sexual preference" + +#: mod/profiles.php:373 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:376 +msgid "Homepage" +msgstr "Homepage" + +#: mod/profiles.php:379 mod/profiles.php:578 +msgid "Interests" +msgstr "Interests" + +#: mod/profiles.php:382 +msgid "Address" +msgstr "Address" + +#: mod/profiles.php:389 mod/profiles.php:574 +msgid "Location" +msgstr "Location" + +#: mod/profiles.php:469 +msgid "Profile updated." +msgstr "Profile updated." + +#: mod/profiles.php:523 +msgid "Hide contacts and friends:" +msgstr "Hide contacts and friends:" + +#: mod/profiles.php:528 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Hide your contact/friend list from viewers of this profile?" + +#: mod/profiles.php:548 +msgid "Show more profile fields:" +msgstr "Show more profile fields:" + +#: mod/profiles.php:560 +msgid "Profile Actions" +msgstr "Profile actions" + +#: mod/profiles.php:561 +msgid "Edit Profile Details" +msgstr "Edit Profile Details" + +#: mod/profiles.php:562 mod/crepair.php:149 mod/fsuggest.php:92 +#: mod/manage.php:183 mod/message.php:261 mod/message.php:441 +#: mod/photos.php:991 mod/photos.php:1101 mod/photos.php:1387 +#: mod/photos.php:1432 mod/photos.php:1471 mod/photos.php:1531 +#: mod/poke.php:184 mod/events.php:552 view/theme/duepuntozero/config.php:72 +#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 +#: view/theme/vier/config.php:120 src/Module/Debug/Localtime.php:45 +#: src/Module/Invite.php:157 src/Module/Item/Compose.php:178 +#: src/Module/Contact.php:560 src/Module/Install.php:212 +#: src/Module/Install.php:252 src/Module/Install.php:288 +#: src/Object/Post.php:879 +msgid "Submit" +msgstr "Submit" + +#: mod/profiles.php:563 +msgid "Change Profile Photo" +msgstr "Change profile photo" + +#: mod/profiles.php:565 +msgid "View this profile" +msgstr "View this profile" + +#: mod/profiles.php:566 +msgid "View all profiles" +msgstr "View all profiles" + +#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:423 +msgid "Edit visibility" +msgstr "Edit visibility" + +#: mod/profiles.php:568 +msgid "Create a new profile using these settings" +msgstr "Create a new profile using these settings" + +#: mod/profiles.php:569 +msgid "Clone this profile" +msgstr "Clone this profile" + +#: mod/profiles.php:570 +msgid "Delete this profile" +msgstr "Delete this profile" + +#: mod/profiles.php:572 +msgid "Basic information" +msgstr "Basic information" + +#: mod/profiles.php:573 +msgid "Profile picture" +msgstr "Profile picture" + +#: mod/profiles.php:575 +msgid "Preferences" +msgstr "Preferences" + +#: mod/profiles.php:576 +msgid "Status information" +msgstr "Status information" + +#: mod/profiles.php:577 +msgid "Additional information" +msgstr "Additional information" + +#: mod/profiles.php:579 mod/network.php:992 +#: src/Core/NotificationsManager.php:158 +msgid "Personal" +msgstr "Personal" + +#: mod/profiles.php:580 +msgid "Relation" +msgstr "Relation" + +#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81 +msgid "Miscellaneous" +msgstr "Miscellaneous" + +#: mod/profiles.php:583 mod/profile_photo.php:246 src/Module/Welcome.php:39 +msgid "Upload Profile Photo" +msgstr "Upload profile photo" + +#: mod/profiles.php:584 +msgid "Your Gender:" +msgstr "Gender:" + +#: mod/profiles.php:585 +msgid " Marital Status:" +msgstr " Marital status:" + +#: mod/profiles.php:586 src/Model/Profile.php:808 +msgid "Sexual Preference:" +msgstr "Sexual preference:" + +#: mod/profiles.php:587 +msgid "Example: fishing photography software" +msgstr "Example: fishing photography software" + +#: mod/profiles.php:592 +msgid "Profile Name:" +msgstr "Profile name:" + +#: mod/profiles.php:592 mod/events.php:510 mod/events.php:542 +msgid "Required" +msgstr "Required" + +#: mod/profiles.php:594 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "This is your public profile.
It may be visible to anybody using the internet." + +#: mod/profiles.php:595 +msgid "Your Full Name:" +msgstr "My full name:" + +#: mod/profiles.php:596 +msgid "Title/Description:" +msgstr "Title/Description:" + +#: mod/profiles.php:599 +msgid "Street Address:" +msgstr "Street address:" + +#: mod/profiles.php:600 +msgid "Locality/City:" +msgstr "Locality/City:" + +#: mod/profiles.php:601 +msgid "Region/State:" +msgstr "Region/State:" + +#: mod/profiles.php:602 +msgid "Postal/Zip Code:" +msgstr "Postcode:" + +#: mod/profiles.php:603 +msgid "Country:" +msgstr "Country:" + +#: mod/profiles.php:604 src/Util/Temporal.php:149 +msgid "Age: " +msgstr "Age: " + +#: mod/profiles.php:607 +msgid "Who: (if applicable)" +msgstr "Who: (if applicable)" + +#: mod/profiles.php:607 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Examples: cathy123, Cathy Williams, cathy@example.com" + +#: mod/profiles.php:608 +msgid "Since [date]:" +msgstr "Since when:" + +#: mod/profiles.php:610 +msgid "Tell us about yourself..." +msgstr "About myself:" + +#: mod/profiles.php:611 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) address:" + +#: mod/profiles.php:611 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "The XMPP address will be propagated to your contacts so that they can follow you." + +#: mod/profiles.php:612 +msgid "Homepage URL:" +msgstr "Homepage URL:" + +#: mod/profiles.php:613 src/Model/Profile.php:816 +msgid "Hometown:" +msgstr "Home town:" + +#: mod/profiles.php:614 src/Model/Profile.php:824 +msgid "Political Views:" +msgstr "Political views:" + +#: mod/profiles.php:615 +msgid "Religious Views:" +msgstr "Religious views:" + +#: mod/profiles.php:616 +msgid "Public Keywords:" +msgstr "Public keywords:" + +#: mod/profiles.php:616 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "Used for suggesting potential friends, can be seen by others." + +#: mod/profiles.php:617 +msgid "Private Keywords:" +msgstr "Private keywords:" + +#: mod/profiles.php:617 +msgid "(Used for searching profiles, never shown to others)" +msgstr "Used for searching profiles, never shown to others." + +#: mod/profiles.php:618 src/Model/Profile.php:840 +msgid "Likes:" +msgstr "Likes:" + +#: mod/profiles.php:619 src/Model/Profile.php:844 +msgid "Dislikes:" +msgstr "Dislikes:" + +#: mod/profiles.php:620 +msgid "Musical interests" +msgstr "Music:" + +#: mod/profiles.php:621 +msgid "Books, literature" +msgstr "Books, literature, poetry:" + +#: mod/profiles.php:622 +msgid "Television" +msgstr "Television:" + +#: mod/profiles.php:623 +msgid "Film/dance/culture/entertainment" +msgstr "Film, dance, culture, entertainment" + +#: mod/profiles.php:624 +msgid "Hobbies/Interests" +msgstr "Hobbies/Interests:" + +#: mod/profiles.php:625 +msgid "Love/romance" +msgstr "Love/Romance:" + +#: mod/profiles.php:626 +msgid "Work/employment" +msgstr "Work/Employment:" + +#: mod/profiles.php:627 +msgid "School/education" +msgstr "School/Education:" + +#: mod/profiles.php:628 +msgid "Contact information and Social Networks" +msgstr "Contact information and other social networks:" + +#: mod/profiles.php:659 src/Model/Profile.php:419 +msgid "Profile Image" +msgstr "Profile image" + +#: mod/profiles.php:661 src/Model/Profile.php:422 +msgid "visible to everybody" +msgstr "Visible to everybody" + +#: mod/profiles.php:668 +msgid "Edit/Manage Profiles" +msgstr "Edit/Manage Profiles" + +#: mod/profiles.php:669 src/Model/Profile.php:409 src/Model/Profile.php:430 +msgid "Change profile photo" +msgstr "Change profile photo" + +#: mod/profiles.php:670 src/Model/Profile.php:410 +msgid "Create New Profile" +msgstr "Create new profile" + +#: mod/cal.php:34 mod/cal.php:38 mod/community.php:40 mod/follow.php:20 +#: src/Module/Debug/ItemBody.php:18 msgid "Access denied." msgstr "Access denied." -#: mod/cal.php:140 mod/display.php:306 src/Module/Profile.php:176 +#: mod/cal.php:140 mod/display.php:303 src/Module/Profile.php:185 msgid "Access to this profile has been restricted." msgstr "Access to this profile has been restricted." -#: mod/cal.php:271 mod/events.php:382 src/Content/Nav.php:159 -#: src/Content/Nav.php:225 src/Model/Profile.php:931 src/Model/Profile.php:942 -#: view/theme/frio/theme.php:266 view/theme/frio/theme.php:270 +#: mod/cal.php:271 mod/events.php:383 view/theme/frio/theme.php:271 +#: view/theme/frio/theme.php:275 src/Content/Nav.php:164 +#: src/Content/Nav.php:228 src/Model/Profile.php:953 src/Model/Profile.php:964 msgid "Events" msgstr "Events" -#: mod/cal.php:272 mod/events.php:383 +#: mod/cal.php:272 mod/events.php:384 msgid "View" msgstr "View" -#: mod/cal.php:273 mod/events.php:385 +#: mod/cal.php:273 mod/events.php:386 msgid "Previous" msgstr "Previous" -#: mod/cal.php:274 mod/events.php:386 src/Module/Install.php:173 +#: mod/cal.php:274 mod/events.php:387 src/Module/Install.php:174 msgid "Next" msgstr "Next" -#: mod/cal.php:277 mod/events.php:391 src/Model/Event.php:428 +#: mod/cal.php:277 mod/events.php:392 src/Model/Event.php:428 msgid "today" msgstr "today" -#: mod/cal.php:278 mod/events.php:392 src/Model/Event.php:429 -#: src/Util/Temporal.php:314 +#: mod/cal.php:278 mod/events.php:393 src/Util/Temporal.php:314 +#: src/Model/Event.php:429 msgid "month" msgstr "month" -#: mod/cal.php:279 mod/events.php:393 src/Model/Event.php:430 -#: src/Util/Temporal.php:315 +#: mod/cal.php:279 mod/events.php:394 src/Util/Temporal.php:315 +#: src/Model/Event.php:430 msgid "week" msgstr "week" -#: mod/cal.php:280 mod/events.php:394 src/Model/Event.php:431 -#: src/Util/Temporal.php:316 +#: mod/cal.php:280 mod/events.php:395 src/Util/Temporal.php:316 +#: src/Model/Event.php:431 msgid "day" msgstr "day" -#: mod/cal.php:281 mod/events.php:395 +#: mod/cal.php:281 mod/events.php:396 msgid "list" msgstr "List" -#: mod/cal.php:294 src/Console/NewPassword.php:67 src/Model/User.php:351 +#: mod/cal.php:294 src/Model/User.php:384 src/Console/NewPassword.php:88 msgid "User not found" msgstr "User not found" @@ -985,46 +1769,46 @@ msgstr "calendar" msgid "No contacts in common." msgstr "No contacts in common." -#: mod/common.php:141 src/Module/Contact.php:895 +#: mod/common.php:141 src/Module/Contact.php:870 msgid "Common Friends" msgstr "Common friends" -#: mod/community.php:32 mod/dfrn_request.php:597 mod/display.php:204 -#: mod/photos.php:846 mod/probe.php:14 mod/search.php:96 mod/search.php:102 -#: mod/videos.php:118 mod/viewcontacts.php:46 src/Module/Directory.php:43 -#: src/Module/WebFinger.php:19 +#: mod/community.php:33 mod/dfrn_request.php:597 mod/photos.php:850 +#: mod/search.php:87 mod/search.php:93 mod/videos.php:118 mod/display.php:201 +#: src/Module/Debug/Probe.php:20 src/Module/Debug/WebFinger.php:19 +#: src/Module/Directory.php:30 msgid "Public access denied." msgstr "Public access denied." -#: mod/community.php:75 +#: mod/community.php:76 msgid "Community option not available." msgstr "Community option not available." -#: mod/community.php:92 +#: mod/community.php:93 msgid "Not available." msgstr "Not available." -#: mod/community.php:102 +#: mod/community.php:103 msgid "Local Community" msgstr "Local community" -#: mod/community.php:105 +#: mod/community.php:106 msgid "Posts from local users on this server" msgstr "Posts from local users on this server" -#: mod/community.php:113 +#: mod/community.php:114 msgid "Global Community" msgstr "Global Community" -#: mod/community.php:116 +#: mod/community.php:117 msgid "Posts from users of the whole federated network" msgstr "Posts from users of the whole federated network" -#: mod/community.php:162 mod/search.php:223 +#: mod/community.php:163 mod/search.php:222 msgid "No results." msgstr "No results." -#: mod/community.php:206 +#: mod/community.php:215 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." @@ -1038,8 +1822,8 @@ msgstr "Contact settings applied." msgid "Contact update failed." msgstr "Contact update failed." -#: mod/crepair.php:102 mod/dfrn_confirm.php:125 mod/fsuggest.php:28 -#: mod/fsuggest.php:89 mod/redir.php:31 mod/redir.php:137 +#: mod/crepair.php:102 mod/dfrn_confirm.php:125 mod/fsuggest.php:32 +#: mod/fsuggest.php:75 mod/redir.php:32 mod/redir.php:140 #: src/Module/FollowConfirm.php:46 src/Module/Group.php:92 msgid "Contact not found." msgstr "Contact not found." @@ -1076,19 +1860,6 @@ msgstr "Return to contact editor" msgid "Refetch contact data" msgstr "Re-fetch contact data." -#: mod/crepair.php:149 mod/events.php:551 mod/fsuggest.php:106 -#: mod/manage.php:183 mod/message.php:261 mod/message.php:441 -#: mod/photos.php:987 mod/photos.php:1093 mod/photos.php:1378 -#: mod/photos.php:1423 mod/photos.php:1462 mod/photos.php:1522 -#: mod/poke.php:184 mod/profiles.php:562 src/Module/Contact.php:597 -#: src/Module/Install.php:211 src/Module/Install.php:251 -#: src/Module/Install.php:287 src/Module/Invite.php:157 -#: src/Module/Localtime.php:45 src/Object/Post.php:877 -#: view/theme/duepuntozero/config.php:72 view/theme/frio/config.php:121 -#: view/theme/quattro/config.php:74 view/theme/vier/config.php:120 -msgid "Submit" -msgstr "Submit" - #: mod/crepair.php:150 msgid "Remote Self" msgstr "Remote self" @@ -1103,8 +1874,8 @@ msgid "" "entries from this contact." msgstr "This will cause Friendica to repost new entries from this contact." -#: mod/crepair.php:159 mod/settings.php:676 mod/settings.php:702 -#: src/Module/Admin/Blocklist/Contact.php:72 src/Module/Admin/Users.php:272 +#: mod/crepair.php:159 mod/settings.php:679 mod/settings.php:705 +#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 #: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 #: src/Module/Admin/Users.php:313 msgid "Name" @@ -1146,81 +1917,6 @@ msgstr "Poll/Feed URL:" msgid "New photo from this URL" msgstr "New photo from this URL:" -#: mod/delegate.php:42 -msgid "Parent user not found." -msgstr "Parent user not found." - -#: mod/delegate.php:149 -msgid "No parent user" -msgstr "No parent user" - -#: mod/delegate.php:164 -msgid "Parent Password:" -msgstr "Parent password:" - -#: mod/delegate.php:164 -msgid "" -"Please enter the password of the parent account to legitimize your request." -msgstr "Please enter the password of the parent account to authorise this request." - -#: mod/delegate.php:171 -msgid "Parent User" -msgstr "Parent user" - -#: mod/delegate.php:174 -msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access." - -#: mod/delegate.php:175 mod/settings.php:674 mod/settings.php:781 -#: mod/settings.php:869 mod/settings.php:948 mod/settings.php:1173 -#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69 -#: src/Module/Admin/Logs/Settings.php:59 src/Module/Admin/Site.php:570 -#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:50 -msgid "Save Settings" -msgstr "Save settings" - -#: mod/delegate.php:176 src/Content/Nav.php:260 -msgid "Delegate Page Management" -msgstr "Delegate Page Management" - -#: mod/delegate.php:177 -msgid "Delegates" -msgstr "Delegates" - -#: mod/delegate.php:179 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely." - -#: mod/delegate.php:180 -msgid "Existing Page Delegates" -msgstr "Existing page delegates" - -#: mod/delegate.php:182 -msgid "Potential Delegates" -msgstr "Potential delegates" - -#: mod/delegate.php:184 mod/tagrm.php:114 -msgid "Remove" -msgstr "Remove" - -#: mod/delegate.php:185 -msgid "Add" -msgstr "Add" - -#: mod/delegate.php:186 -msgid "No entries." -msgstr "No entries." - -#: mod/dfrn_confirm.php:70 mod/profiles.php:43 mod/profiles.php:152 -#: mod/profiles.php:196 mod/profiles.php:511 -msgid "Profile not found." -msgstr "Profile not found." - #: mod/dfrn_confirm.php:126 msgid "" "This may occasionally happen if contact was requested by both persons and it" @@ -1288,7 +1984,7 @@ msgid "Unable to update your contact profile details on our system" msgstr "Unable to update your contact profile details on our system" #: mod/dfrn_confirm.php:538 mod/dfrn_request.php:560 -#: src/Model/Contact.php:2217 +#: src/Model/Contact.php:2551 msgid "[Name Withheld]" msgstr "[Name Withheld]" @@ -1362,17 +2058,16 @@ msgstr "Apparently you are already friends with %s." msgid "Invalid profile URL." msgstr "Invalid profile URL." -#: mod/dfrn_request.php:340 src/Model/Contact.php:1878 +#: mod/dfrn_request.php:340 src/Model/Contact.php:2182 msgid "Disallowed profile URL." msgstr "Disallowed profile URL." -#: mod/dfrn_request.php:346 src/Model/Contact.php:1883 -#: src/Module/Admin/Blocklist/Server.php:64 -#: src/Module/Admin/Blocklist/Server.php:83 src/Module/Friendica.php:59 +#: mod/dfrn_request.php:346 src/Model/Contact.php:2187 +#: src/Module/Friendica.php:59 msgid "Blocked domain" msgstr "Blocked domain" -#: mod/dfrn_request.php:413 src/Module/Contact.php:237 +#: mod/dfrn_request.php:413 src/Module/Contact.php:143 msgid "Failed to update contact record." msgstr "Failed to update contact record." @@ -1437,16 +2132,16 @@ msgid "" "testuser@gnusocial.de" msgstr "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de" -#: mod/dfrn_request.php:639 mod/follow.php:160 +#: mod/dfrn_request.php:639 mod/follow.php:162 msgid "Please answer the following:" msgstr "Please answer the following:" -#: mod/dfrn_request.php:640 mod/follow.php:161 +#: mod/dfrn_request.php:640 mod/follow.php:163 #, php-format msgid "Does %s know you?" msgstr "Does %s know you?" -#: mod/dfrn_request.php:641 mod/follow.php:162 +#: mod/dfrn_request.php:641 mod/follow.php:164 msgid "Add a personal note:" msgstr "Add a personal note:" @@ -1469,42 +2164,6 @@ msgid "" " bar." msgstr " - please do not use this form. Instead, enter %s into your diaspora* search bar." -#: mod/dfrn_request.php:647 mod/follow.php:168 mod/unfollow.php:128 -msgid "Your Identity Address:" -msgstr "My identity address:" - -#: mod/dfrn_request.php:649 mod/follow.php:74 mod/unfollow.php:131 -msgid "Submit Request" -msgstr "Submit request" - -#: mod/dirfind.php:55 -#, php-format -msgid "People Search - %s" -msgstr "People search - %s" - -#: mod/dirfind.php:66 -#, php-format -msgid "Forum Search - %s" -msgstr "Forum search - %s" - -#: mod/dirfind.php:217 mod/match.php:102 mod/suggest.php:106 -#: src/Content/Widget.php:39 src/Model/Profile.php:309 -#: src/Module/AllFriends.php:91 -msgid "Connect" -msgstr "Connect" - -#: mod/dirfind.php:259 mod/match.php:130 -msgid "No matches" -msgstr "No matches" - -#: mod/display.php:257 mod/display.php:342 -msgid "The requested item doesn't exist or has been deleted." -msgstr "The requested item doesn't exist or has been deleted." - -#: mod/display.php:417 -msgid "The feed for this item is unavailable." -msgstr "The feed for this item is unavailable." - #: mod/editpost.php:28 mod/editpost.php:38 msgid "Item not found" msgstr "Item not found" @@ -1513,16 +2172,11 @@ msgstr "Item not found" msgid "Edit post" msgstr "Edit post" -#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:894 -#: src/Module/Filer/SaveTag.php:50 +#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:887 +#: src/Module/Filer/SaveTag.php:49 msgid "Save" msgstr "Save" -#: mod/editpost.php:76 mod/message.php:259 mod/message.php:440 -#: mod/wallmessage.php:140 -msgid "Insert web link" -msgstr "Insert web link" - #: mod/editpost.php:77 msgid "web link" msgstr "web link" @@ -1543,7 +2197,7 @@ msgstr "Insert audio link" msgid "audio link" msgstr "audio link" -#: mod/editpost.php:95 src/Core/ACL.php:308 +#: mod/editpost.php:95 src/Core/ACL.php:308 src/Module/Item/Compose.php:200 msgid "CC: email addresses" msgstr "CC: email addresses" @@ -1551,100 +2205,19 @@ msgstr "CC: email addresses" msgid "Example: bob@example.com, mary@example.com" msgstr "Example: bob@example.com, mary@example.com" -#: mod/events.php:117 mod/events.php:119 -msgid "Event can not end before it has started." -msgstr "Event cannot end before it has started." - -#: mod/events.php:126 mod/events.php:128 -msgid "Event title and start time are required." -msgstr "Event title and starting time are required." - -#: mod/events.php:384 -msgid "Create New Event" -msgstr "Create new event" - -#: mod/events.php:507 -msgid "Event details" -msgstr "Event details" - -#: mod/events.php:508 -msgid "Starting date and Title are required." -msgstr "Starting date and title are required." - -#: mod/events.php:509 mod/events.php:514 -msgid "Event Starts:" -msgstr "Event starts:" - -#: mod/events.php:509 mod/events.php:541 mod/profiles.php:592 -msgid "Required" -msgstr "Required" - -#: mod/events.php:522 mod/events.php:547 -msgid "Finish date/time is not known or not relevant" -msgstr "Finish date/time is not known or not relevant" - -#: mod/events.php:524 mod/events.php:529 -msgid "Event Finishes:" -msgstr "Event finishes:" - -#: mod/events.php:535 mod/events.php:548 -msgid "Adjust for viewer timezone" -msgstr "Adjust for viewer's time zone" - -#: mod/events.php:537 -msgid "Description:" -msgstr "Description:" - -#: mod/events.php:539 mod/notifications.php:261 src/Model/Event.php:68 -#: src/Model/Event.php:95 src/Model/Event.php:437 src/Model/Event.php:933 -#: src/Model/Profile.php:439 src/Module/Contact.php:646 -#: src/Module/Directory.php:142 -msgid "Location:" -msgstr "Location:" - -#: mod/events.php:541 mod/events.php:543 -msgid "Title:" -msgstr "Title:" - -#: mod/events.php:544 mod/events.php:545 -msgid "Share this event" -msgstr "Share this event" - -#: mod/events.php:552 src/Model/Profile.php:871 -msgid "Basic" -msgstr "Basic" - -#: mod/events.php:553 src/Model/Profile.php:872 src/Module/Admin/Site.php:575 -#: src/Module/Contact.php:905 -msgid "Advanced" -msgstr "Advanced" - -#: mod/events.php:554 mod/photos.php:1005 mod/photos.php:1374 -#: src/Core/ACL.php:314 -msgid "Permissions" -msgstr "Permissions" - -#: mod/events.php:570 -msgid "Failed to remove event" -msgstr "Failed to remove event" - -#: mod/events.php:572 -msgid "Event removed" -msgstr "Event removed" - -#: mod/fbrowser.php:43 src/Content/Nav.php:157 src/Model/Profile.php:911 -#: view/theme/frio/theme.php:264 +#: mod/fbrowser.php:43 view/theme/frio/theme.php:269 src/Content/Nav.php:162 +#: src/Model/Profile.php:933 msgid "Photos" msgstr "Photos" -#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:193 -#: mod/photos.php:969 mod/photos.php:1082 mod/photos.php:1099 -#: mod/photos.php:1575 mod/photos.php:1590 src/Model/Photo.php:552 -#: src/Model/Photo.php:561 +#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:196 +#: mod/photos.php:973 mod/photos.php:1090 mod/photos.php:1107 +#: mod/photos.php:1584 mod/photos.php:1599 src/Model/Photo.php:574 +#: src/Model/Photo.php:583 msgid "Contact Photos" msgstr "Contact photos" -#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:254 +#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 msgid "Upload" msgstr "Upload" @@ -1656,47 +2229,40 @@ msgstr "Files" msgid "The contact could not be added." msgstr "Contact could not be added." -#: mod/follow.php:85 +#: mod/follow.php:87 msgid "You already added this contact." msgstr "You already added this contact." -#: mod/follow.php:97 +#: mod/follow.php:99 msgid "Diaspora support isn't enabled. Contact can't be added." msgstr "diaspora* support isn't enabled. Contact can't be added." -#: mod/follow.php:104 +#: mod/follow.php:106 msgid "OStatus support is disabled. Contact can't be added." msgstr "OStatus support is disabled. Contact can't be added." -#: mod/follow.php:111 +#: mod/follow.php:113 msgid "The network type couldn't be detected. Contact can't be added." msgstr "The network type couldn't be detected. Contact can't be added." -#: mod/follow.php:177 mod/notifications.php:179 mod/notifications.php:271 -#: mod/unfollow.php:137 src/Module/Admin/Blocklist/Contact.php:72 -#: src/Module/Admin/Blocklist/Contact.php:82 src/Module/Contact.php:642 -msgid "Profile URL" -msgstr "Profile URL:" - -#: mod/follow.php:181 mod/notifications.php:265 src/Model/Profile.php:801 -#: src/Module/Contact.php:652 +#: mod/follow.php:183 mod/notifications.php:276 src/Model/Profile.php:820 +#: src/Module/Contact.php:613 msgid "Tags:" msgstr "Tags:" -#: mod/follow.php:193 mod/unfollow.php:147 src/Model/Profile.php:898 -#: src/Module/Contact.php:867 -msgid "Status Messages and Posts" -msgstr "Status Messages and Posts" +#: mod/fsuggest.php:44 +msgid "Suggested contact not found." +msgstr "Suggested contact not found." -#: mod/fsuggest.php:69 +#: mod/fsuggest.php:57 msgid "Friend suggestion sent." msgstr "Friend suggestion sent" -#: mod/fsuggest.php:93 +#: mod/fsuggest.php:79 msgid "Suggest Friends" msgstr "Suggest friends" -#: mod/fsuggest.php:95 +#: mod/fsuggest.php:81 #, php-format msgid "Suggest a friend for %s" msgstr "Suggest a friend for %s" @@ -1705,45 +2271,24 @@ msgstr "Suggest a friend for %s" msgid "No profile" msgstr "No profile" -#: mod/item.php:122 -msgid "Unable to locate original post." -msgstr "Unable to locate original post." - -#: mod/item.php:322 -msgid "Empty post discarded." -msgstr "Empty post discarded." - -#: mod/item.php:839 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "This message was sent to you by %s, a member of the Friendica social network." - -#: mod/item.php:841 -#, php-format -msgid "You may visit them online at %s" -msgstr "You may visit them online at %s" - -#: mod/item.php:842 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages." - -#: mod/item.php:846 -#, php-format -msgid "%s posted an update." -msgstr "%s posted an update." - -#: mod/lockview.php:46 mod/lockview.php:57 +#: mod/lockview.php:47 mod/lockview.php:58 msgid "Remote privacy information not available." msgstr "Remote privacy information not available." -#: mod/lockview.php:66 +#: mod/lockview.php:67 msgid "Visible to:" msgstr "Visible to:" +#: mod/lockview.php:73 mod/lockview.php:108 src/Content/Widget.php:192 +#: src/Module/Item/Compose.php:97 src/Module/Profile/Contacts.php:126 +#: src/Module/Contact.php:771 +msgid "Followers" +msgstr "Followers" + +#: mod/lockview.php:79 mod/lockview.php:114 src/Module/Item/Compose.php:104 +msgid "Mutuals" +msgstr "Mutuals" + #: mod/lostpass.php:26 msgid "No valid account found." msgstr "No valid account found." @@ -1810,7 +2355,7 @@ msgid "" "your email for further instructions." msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email." -#: mod/lostpass.php:119 src/Module/Login.php:327 +#: mod/lostpass.php:119 src/Module/Login.php:318 msgid "Nickname or Email: " msgstr "Nickname or email: " @@ -1818,7 +2363,7 @@ msgstr "Nickname or email: " msgid "Reset" msgstr "Reset" -#: mod/lostpass.php:135 src/Module/Login.php:339 +#: mod/lostpass.php:135 src/Module/Login.php:330 msgid "Password Reset" msgstr "Forgotten password?" @@ -1888,52 +2433,20 @@ msgstr "Accounts that I manage or own." msgid "Select an identity to manage: " msgstr "Select identity:" -#: mod/match.php:49 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "No keywords to match. Please add keywords to your default profile." - -#: mod/match.php:115 src/Content/Pager.php:198 -msgid "first" -msgstr "first" - -#: mod/match.php:120 src/Content/Pager.php:258 -msgid "next" -msgstr "next" - -#: mod/match.php:135 -msgid "Profile Match" -msgstr "Profile Match" - -#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:254 +#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:257 msgid "New Message" msgstr "New Message" -#: mod/message.php:70 mod/wallmessage.php:60 -msgid "No recipient selected." -msgstr "No recipient selected." - #: mod/message.php:74 msgid "Unable to locate contact information." msgstr "Unable to locate contact information." -#: mod/message.php:77 mod/wallmessage.php:66 -msgid "Message could not be sent." -msgstr "Message could not be sent." - -#: mod/message.php:80 mod/wallmessage.php:69 -msgid "Message collection failure." -msgstr "Message collection failure." - -#: mod/message.php:83 mod/wallmessage.php:72 -msgid "Message sent." -msgstr "Message sent." - -#: mod/message.php:110 mod/notifications.php:47 mod/notifications.php:187 -#: mod/notifications.php:243 +#: mod/message.php:110 mod/notifications.php:49 mod/notifications.php:198 +#: mod/notifications.php:254 msgid "Discard" msgstr "Discard" -#: mod/message.php:123 src/Content/Nav.php:251 view/theme/frio/theme.php:271 +#: mod/message.php:123 view/theme/frio/theme.php:276 src/Content/Nav.php:254 msgid "Messages" msgstr "Messages" @@ -1953,27 +2466,6 @@ msgstr "Message deleted." msgid "Conversation removed." msgstr "Conversation removed." -#: mod/message.php:204 mod/message.php:360 mod/wallmessage.php:123 -msgid "Please enter a link URL:" -msgstr "Please enter a link URL:" - -#: mod/message.php:246 mod/wallmessage.php:128 -msgid "Send Private Message" -msgstr "Send private message" - -#: mod/message.php:247 mod/message.php:430 mod/wallmessage.php:130 -msgid "To:" -msgstr "To:" - -#: mod/message.php:251 mod/message.php:432 mod/wallmessage.php:131 -msgid "Subject:" -msgstr "Subject:" - -#: mod/message.php:255 mod/message.php:435 mod/wallmessage.php:137 -#: src/Module/Invite.php:150 -msgid "Your message:" -msgstr "Your message:" - #: mod/message.php:289 msgid "No messages." msgstr "No messages." @@ -2026,19 +2518,19 @@ msgid_plural "%d messages" msgstr[0] "%d message" msgstr[1] "%d messages" -#: mod/network.php:184 mod/search.php:38 +#: mod/network.php:183 mod/search.php:35 msgid "Remove term" msgstr "Remove term" -#: mod/network.php:191 mod/search.php:47 +#: mod/network.php:190 mod/search.php:44 msgid "Saved Searches" msgstr "Saved searches" -#: mod/network.php:192 src/Model/Group.php:434 +#: mod/network.php:191 src/Model/Group.php:483 msgid "add" msgstr "add" -#: mod/network.php:572 +#: mod/network.php:571 #, php-format msgid "" "Warning: This group contains %s member from a network that doesn't allow non" @@ -2049,474 +2541,93 @@ msgid_plural "" msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages." msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non public messages." -#: mod/network.php:575 +#: mod/network.php:574 msgid "Messages in this group won't be send to these receivers." msgstr "Messages in this group won't be send to these receivers." -#: mod/network.php:642 +#: mod/network.php:641 msgid "No such group" msgstr "No such group" -#: mod/network.php:663 src/Module/Group.php:288 +#: mod/network.php:662 src/Module/Group.php:288 msgid "Group is empty" msgstr "Group is empty" -#: mod/network.php:667 +#: mod/network.php:666 #, php-format msgid "Group: %s" msgstr "Group: %s" -#: mod/network.php:693 +#: mod/network.php:692 msgid "Private messages to this person are at risk of public disclosure." msgstr "Private messages to this person are at risk of public disclosure." -#: mod/network.php:696 src/Module/AllFriends.php:35 +#: mod/network.php:695 src/Module/AllFriends.php:35 #: src/Module/AllFriends.php:43 msgid "Invalid contact." msgstr "Invalid contact." -#: mod/network.php:975 +#: mod/network.php:974 msgid "Commented Order" msgstr "Commented last" -#: mod/network.php:978 +#: mod/network.php:977 msgid "Sort by Comment Date" msgstr "Sort by comment date" -#: mod/network.php:983 +#: mod/network.php:982 msgid "Posted Order" msgstr "Posted last" -#: mod/network.php:986 +#: mod/network.php:985 msgid "Sort by Post Date" msgstr "Sort by post date" -#: mod/network.php:993 mod/profiles.php:579 -#: src/Core/NotificationsManager.php:158 -msgid "Personal" -msgstr "Personal" - -#: mod/network.php:996 +#: mod/network.php:995 msgid "Posts that mention or involve you" msgstr "Posts mentioning or involving me" -#: mod/network.php:1003 +#: mod/network.php:1002 msgid "New" msgstr "New" -#: mod/network.php:1006 +#: mod/network.php:1005 msgid "Activity Stream - by date" msgstr "Activity Stream - by date" -#: mod/network.php:1014 +#: mod/network.php:1013 msgid "Shared Links" msgstr "Shared links" -#: mod/network.php:1017 +#: mod/network.php:1016 msgid "Interesting Links" msgstr "Interesting links" -#: mod/network.php:1024 +#: mod/network.php:1023 msgid "Starred" msgstr "Starred" -#: mod/network.php:1027 +#: mod/network.php:1026 msgid "Favourite Posts" msgstr "My favourite posts" -#: mod/newmember.php:12 -msgid "Welcome to Friendica" -msgstr "Welcome to Friendica" - -#: mod/newmember.php:13 -msgid "New Member Checklist" -msgstr "New Member Checklist" - -#: mod/newmember.php:15 -msgid "" -"We would like to offer some tips and links to help make your experience " -"enjoyable. Click any item to visit the relevant page. A link to this page " -"will be visible from your home page for two weeks after your initial " -"registration and then will quietly disappear." -msgstr "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear." - -#: mod/newmember.php:16 -msgid "Getting Started" -msgstr "Getting started" - -#: mod/newmember.php:18 -msgid "Friendica Walk-Through" -msgstr "Friendica walk-through" - -#: mod/newmember.php:18 -msgid "" -"On your Quick Start page - find a brief introduction to your " -"profile and network tabs, make some new connections, and find some groups to" -" join." -msgstr "On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join." - -#: mod/newmember.php:20 mod/settings.php:145 src/Content/Nav.php:262 -#: src/Module/Admin/Addons/Details.php:102 -#: src/Module/Admin/Themes/Details.php:107 -#: src/Module/BaseSettingsModule.php:105 view/theme/frio/theme.php:272 -msgid "Settings" -msgstr "Settings" - -#: mod/newmember.php:22 -msgid "Go to Your Settings" -msgstr "Go to your settings" - -#: mod/newmember.php:22 -msgid "" -"On your Settings page - change your initial password. Also make a " -"note of your Identity Address. This looks just like an email address - and " -"will be useful in making friends on the free social web." -msgstr "On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web." - -#: mod/newmember.php:23 -msgid "" -"Review the other settings, particularly the privacy settings. An unpublished" -" directory listing is like having an unlisted phone number. In general, you " -"should probably publish your listing - unless all of your friends and " -"potential friends know exactly how to find you." -msgstr "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you." - -#: mod/newmember.php:25 mod/profperm.php:117 src/Content/Nav.php:156 -#: src/Model/Profile.php:870 src/Model/Profile.php:903 -#: src/Module/Contact.php:657 src/Module/Contact.php:872 -#: view/theme/frio/theme.php:263 -msgid "Profile" -msgstr "Profile" - -#: mod/newmember.php:27 mod/profiles.php:583 mod/profile_photo.php:253 -msgid "Upload Profile Photo" -msgstr "Upload profile photo" - -#: mod/newmember.php:27 -msgid "" -"Upload a profile photo if you have not done so already. Studies have shown " -"that people with real photos of themselves are ten times more likely to make" -" friends than people who do not." -msgstr "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not." - -#: mod/newmember.php:28 -msgid "Edit Your Profile" -msgstr "Edit your profile" - -#: mod/newmember.php:28 -msgid "" -"Edit your default profile to your liking. Review the " -"settings for hiding your list of friends and hiding the profile from unknown" -" visitors." -msgstr "Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors." - -#: mod/newmember.php:29 -msgid "Profile Keywords" -msgstr "Profile keywords" - -#: mod/newmember.php:29 -msgid "" -"Set some public keywords for your default profile which describe your " -"interests. We may be able to find other people with similar interests and " -"suggest friendships." -msgstr "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships." - -#: mod/newmember.php:31 -msgid "Connecting" -msgstr "Connecting" - -#: mod/newmember.php:37 -msgid "Importing Emails" -msgstr "Importing emails" - -#: mod/newmember.php:37 -msgid "" -"Enter your email access information on your Connector Settings page if you " -"wish to import and interact with friends or mailing lists from your email " -"INBOX" -msgstr "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX" - -#: mod/newmember.php:40 -msgid "Go to Your Contacts Page" -msgstr "Go to your contacts page" - -#: mod/newmember.php:40 -msgid "" -"Your Contacts page is your gateway to managing friendships and connecting " -"with friends on other networks. Typically you enter their address or site " -"URL in the Add New Contact dialog." -msgstr "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add new contact dialog." - -#: mod/newmember.php:41 -msgid "Go to Your Site's Directory" -msgstr "Go to your site's directory" - -#: mod/newmember.php:41 -msgid "" -"The Directory page lets you find other people in this network or other " -"federated sites. Look for a Connect or Follow link on " -"their profile page. Provide your own Identity Address if requested." -msgstr "The directory lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own identity address when requested." - -#: mod/newmember.php:42 -msgid "Finding New People" -msgstr "Finding new people" - -#: mod/newmember.php:42 -msgid "" -"On the side panel of the Contacts page are several tools to find new " -"friends. We can match people by interest, look up people by name or " -"interest, and provide suggestions based on network relationships. On a brand" -" new site, friend suggestions will usually begin to be populated within 24 " -"hours." -msgstr "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours." - -#: mod/newmember.php:44 src/Model/Group.php:435 src/Module/Contact.php:756 -msgid "Groups" -msgstr "Groups" - -#: mod/newmember.php:46 -msgid "Group Your Contacts" -msgstr "Group your contacts" - -#: mod/newmember.php:46 -msgid "" -"Once you have made some friends, organize them into private conversation " -"groups from the sidebar of your Contacts page and then you can interact with" -" each group privately on your Network page." -msgstr "Once you have made some friends, organise them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page." - -#: mod/newmember.php:49 -msgid "Why Aren't My Posts Public?" -msgstr "Why aren't my posts public?" - -#: mod/newmember.php:49 -msgid "" -"Friendica respects your privacy. By default, your posts will only show up to" -" people you've added as friends. For more information, see the help section " -"from the link above." -msgstr "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above." - -#: mod/newmember.php:53 -msgid "Getting Help" -msgstr "Getting help" - -#: mod/newmember.php:55 -msgid "Go to the Help Section" -msgstr "Go to the help section" - -#: mod/newmember.php:55 -msgid "" -"Our help pages may be consulted for detail on other program" -" features and resources." -msgstr "Our help pages may be consulted for detail on other program features and resources." - -#: mod/notes.php:34 src/Model/Profile.php:953 +#: mod/notes.php:34 src/Model/Profile.php:975 msgid "Personal Notes" msgstr "Personal notes" -#: mod/notifications.php:38 -msgid "Invalid request identifier." -msgstr "Invalid request identifier." - -#: mod/notifications.php:93 src/Content/Nav.php:246 -msgid "Notifications" -msgstr "Notifications" - -#: mod/notifications.php:107 -msgid "Network Notifications" -msgstr "Network notifications" - -#: mod/notifications.php:112 mod/notify.php:72 -msgid "System Notifications" -msgstr "System notifications" - -#: mod/notifications.php:117 -msgid "Personal Notifications" -msgstr "Personal notifications" - -#: mod/notifications.php:122 -msgid "Home Notifications" -msgstr "Home notifications" - -#: mod/notifications.php:142 -msgid "Show unread" -msgstr "Show unread" - -#: mod/notifications.php:142 -msgid "Show all" -msgstr "Show all" - -#: mod/notifications.php:153 -msgid "Show Ignored Requests" -msgstr "Show ignored requests." - -#: mod/notifications.php:153 -msgid "Hide Ignored Requests" -msgstr "Hide ignored requests" - -#: mod/notifications.php:166 mod/notifications.php:251 -msgid "Notification type:" -msgstr "Notification type:" - -#: mod/notifications.php:169 -msgid "Suggested by:" -msgstr "Suggested by:" - -#: mod/notifications.php:181 mod/notifications.php:268 -#: src/Module/Contact.php:633 -msgid "Hide this contact from others" -msgstr "Hide this contact from others" - -#: mod/notifications.php:183 mod/notifications.php:277 -#: src/Module/Admin/Users.php:286 -msgid "Approve" -msgstr "Approve" - -#: mod/notifications.php:203 -msgid "Claims to be known to you: " -msgstr "Says they know me:" - -#: mod/notifications.php:204 -msgid "yes" -msgstr "yes" - -#: mod/notifications.php:204 -msgid "no" -msgstr "no" - -#: mod/notifications.php:205 mod/notifications.php:209 -msgid "Shall your connection be bidirectional or not?" -msgstr "Shall your connection be in both directions or not?" - -#: mod/notifications.php:206 mod/notifications.php:210 -#, php-format -msgid "" -"Accepting %s as a friend allows %s to subscribe to your posts, and you will " -"also receive updates from them in your news feed." -msgstr "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed." - -#: mod/notifications.php:207 -#, php-format -msgid "" -"Accepting %s as a subscriber allows them to subscribe to your posts, but you" -" will not receive updates from them in your news feed." -msgstr "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed." - -#: mod/notifications.php:211 -#, php-format -msgid "" -"Accepting %s as a sharer allows them to subscribe to your posts, but you " -"will not receive updates from them in your news feed." -msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed." - -#: mod/notifications.php:222 -msgid "Friend" -msgstr "Friend" - -#: mod/notifications.php:223 -msgid "Sharer" -msgstr "Sharer" - -#: mod/notifications.php:223 -msgid "Subscriber" -msgstr "Subscriber" - -#: mod/notifications.php:263 src/Model/Profile.php:445 -#: src/Model/Profile.php:813 src/Module/Contact.php:650 -#: src/Module/Directory.php:150 -msgid "About:" -msgstr "About:" - -#: mod/notifications.php:267 src/Model/Profile.php:442 -#: src/Model/Profile.php:752 src/Module/Directory.php:147 -msgid "Gender:" -msgstr "Gender:" - -#: mod/notifications.php:274 src/Model/Profile.php:539 -#: src/Module/Contact.php:90 -msgid "Network:" -msgstr "Network:" - -#: mod/notifications.php:288 -msgid "No introductions." -msgstr "No introductions." - -#: mod/notifications.php:322 -#, php-format -msgid "No more %s notifications." -msgstr "No more %s notifications." - -#: mod/notify.php:68 -msgid "No more system notifications." -msgstr "No more system notifications." - -#: mod/oexchange.php:32 -msgid "Post successful." -msgstr "Post successful." - -#: mod/openid.php:31 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID protocol error. No ID returned." - -#: mod/openid.php:67 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Account not found and OpenID registration is not permitted on this site." - -#: mod/openid.php:117 src/Module/Login.php:93 src/Module/Login.php:144 -msgid "Login failed." -msgstr "Login failed." - -#: mod/ostatus_subscribe.php:23 -msgid "Subscribing to OStatus contacts" -msgstr "Subscribing to OStatus contacts" - -#: mod/ostatus_subscribe.php:35 -msgid "No contact provided." -msgstr "No contact provided." - -#: mod/ostatus_subscribe.php:42 -msgid "Couldn't fetch information for contact." -msgstr "Couldn't fetch information for contact." - -#: mod/ostatus_subscribe.php:52 -msgid "Couldn't fetch friends for contact." -msgstr "Couldn't fetch friends for contact." - -#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 -msgid "Done" -msgstr "Done" - -#: mod/ostatus_subscribe.php:84 -msgid "success" -msgstr "success" - -#: mod/ostatus_subscribe.php:86 -msgid "failed" -msgstr "failed" - -#: mod/ostatus_subscribe.php:89 src/Object/Post.php:284 -msgid "ignored" -msgstr "Ignored" - -#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 -msgid "Keep this window open until done." -msgstr "Keep this window open until done." - -#: mod/photos.php:113 src/Model/Profile.php:914 +#: mod/photos.php:113 src/Model/Profile.php:936 msgid "Photo Albums" msgstr "Photo Albums" -#: mod/photos.php:114 mod/photos.php:1630 +#: mod/photos.php:114 mod/photos.php:1639 msgid "Recent Photos" msgstr "Recent photos" -#: mod/photos.php:116 mod/photos.php:1144 mod/photos.php:1632 +#: mod/photos.php:116 mod/photos.php:1152 mod/photos.php:1641 msgid "Upload New Photos" msgstr "Upload new photos" -#: mod/photos.php:134 mod/settings.php:58 src/Module/BaseSettingsModule.php:18 +#: mod/photos.php:134 mod/settings.php:60 src/Module/BaseSettingsModule.php:18 msgid "everybody" msgstr "everybody" @@ -2524,219 +2635,211 @@ msgstr "everybody" msgid "Contact information unavailable" msgstr "Contact information unavailable" -#: mod/photos.php:204 +#: mod/photos.php:207 msgid "Album not found." msgstr "Album not found." -#: mod/photos.php:262 +#: mod/photos.php:265 msgid "Album successfully deleted" msgstr "Album successfully deleted" -#: mod/photos.php:264 +#: mod/photos.php:267 msgid "Album was empty." msgstr "Album was empty." -#: mod/photos.php:586 +#: mod/photos.php:590 msgid "a photo" msgstr "a photo" -#: mod/photos.php:586 +#: mod/photos.php:590 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s was tagged in %2$s by %3$s" -#: mod/photos.php:679 mod/photos.php:682 mod/photos.php:711 -#: mod/profile_photo.php:152 mod/wall_upload.php:198 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Image exceeds size limit of %s" - -#: mod/photos.php:685 +#: mod/photos.php:689 msgid "Image upload didn't complete, please try again" msgstr "Image upload didn't complete, please try again" -#: mod/photos.php:688 +#: mod/photos.php:692 msgid "Image file is missing" msgstr "Image file is missing" -#: mod/photos.php:693 +#: mod/photos.php:697 msgid "" "Server can't accept new file upload at this time, please contact your " "administrator" msgstr "Server can't accept new file upload at this time, please contact your administrator" -#: mod/photos.php:719 +#: mod/photos.php:723 msgid "Image file is empty." msgstr "Image file is empty." -#: mod/photos.php:734 mod/profile_photo.php:161 mod/wall_upload.php:212 -msgid "Unable to process image." -msgstr "Unable to process image." - -#: mod/photos.php:763 mod/profile_photo.php:310 mod/wall_upload.php:251 -msgid "Image upload failed." -msgstr "Image upload failed." - -#: mod/photos.php:851 +#: mod/photos.php:855 msgid "No photos selected" msgstr "No photos selected" -#: mod/photos.php:943 mod/videos.php:210 +#: mod/photos.php:947 mod/videos.php:210 msgid "Access to this item is restricted." msgstr "Access to this item is restricted." -#: mod/photos.php:997 +#: mod/photos.php:1001 msgid "Upload Photos" msgstr "Upload photos" -#: mod/photos.php:1001 mod/photos.php:1089 +#: mod/photos.php:1005 mod/photos.php:1097 msgid "New album name: " msgstr "New album name: " -#: mod/photos.php:1002 +#: mod/photos.php:1006 msgid "or select existing album:" msgstr "or select existing album:" -#: mod/photos.php:1003 +#: mod/photos.php:1007 msgid "Do not show a status post for this upload" msgstr "Do not show a status post for this upload" -#: mod/photos.php:1019 mod/photos.php:1382 mod/settings.php:1208 +#: mod/photos.php:1009 mod/photos.php:1383 mod/events.php:555 +#: src/Core/ACL.php:314 +msgid "Permissions" +msgstr "Permissions" + +#: mod/photos.php:1023 mod/photos.php:1391 mod/settings.php:1213 msgid "Show to Groups" msgstr "Show to groups" -#: mod/photos.php:1020 mod/photos.php:1383 mod/settings.php:1209 +#: mod/photos.php:1024 mod/photos.php:1392 mod/settings.php:1214 msgid "Show to Contacts" msgstr "Show to contacts" -#: mod/photos.php:1071 +#: mod/photos.php:1079 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Do you really want to delete this photo album and all its photos?" -#: mod/photos.php:1073 mod/photos.php:1094 +#: mod/photos.php:1081 mod/photos.php:1102 msgid "Delete Album" msgstr "Delete album" -#: mod/photos.php:1100 +#: mod/photos.php:1108 msgid "Edit Album" msgstr "Edit album" -#: mod/photos.php:1101 +#: mod/photos.php:1109 msgid "Drop Album" msgstr "Drop album" -#: mod/photos.php:1106 +#: mod/photos.php:1114 msgid "Show Newest First" msgstr "Show newest first" -#: mod/photos.php:1108 +#: mod/photos.php:1116 msgid "Show Oldest First" msgstr "Show oldest first" -#: mod/photos.php:1129 mod/photos.php:1615 +#: mod/photos.php:1137 mod/photos.php:1624 msgid "View Photo" msgstr "View photo" -#: mod/photos.php:1166 +#: mod/photos.php:1174 msgid "Permission denied. Access to this item may be restricted." msgstr "Permission denied. Access to this item may be restricted." -#: mod/photos.php:1168 +#: mod/photos.php:1176 msgid "Photo not available" msgstr "Photo not available" -#: mod/photos.php:1178 +#: mod/photos.php:1186 msgid "Do you really want to delete this photo?" msgstr "Do you really want to delete this photo?" -#: mod/photos.php:1180 mod/photos.php:1379 +#: mod/photos.php:1188 mod/photos.php:1388 msgid "Delete Photo" msgstr "Delete photo" -#: mod/photos.php:1271 +#: mod/photos.php:1279 msgid "View photo" msgstr "View photo" -#: mod/photos.php:1273 +#: mod/photos.php:1281 msgid "Edit photo" msgstr "Edit photo" -#: mod/photos.php:1274 +#: mod/photos.php:1282 msgid "Delete photo" msgstr "Delete photo" -#: mod/photos.php:1275 +#: mod/photos.php:1283 msgid "Use as profile photo" msgstr "Use as profile photo" -#: mod/photos.php:1282 +#: mod/photos.php:1290 msgid "Private Photo" msgstr "Private photo" -#: mod/photos.php:1288 +#: mod/photos.php:1296 msgid "View Full Size" msgstr "View full size" -#: mod/photos.php:1347 +#: mod/photos.php:1356 msgid "Tags: " msgstr "Tags: " -#: mod/photos.php:1350 +#: mod/photos.php:1359 msgid "[Select tags to remove]" msgstr "[Select tags to remove]" -#: mod/photos.php:1365 +#: mod/photos.php:1374 msgid "New album name" msgstr "New album name" -#: mod/photos.php:1366 +#: mod/photos.php:1375 msgid "Caption" msgstr "Caption" -#: mod/photos.php:1367 +#: mod/photos.php:1376 msgid "Add a Tag" msgstr "Add Tag" -#: mod/photos.php:1367 +#: mod/photos.php:1376 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Example: @bob, @jojo@example.com, #California, #camping" -#: mod/photos.php:1368 +#: mod/photos.php:1377 msgid "Do not rotate" msgstr "Do not rotate" -#: mod/photos.php:1369 +#: mod/photos.php:1378 msgid "Rotate CW (right)" msgstr "Rotate right (CW)" -#: mod/photos.php:1370 +#: mod/photos.php:1379 msgid "Rotate CCW (left)" msgstr "Rotate left (CCW)" -#: mod/photos.php:1404 src/Object/Post.php:312 +#: mod/photos.php:1413 src/Object/Post.php:313 msgid "I like this (toggle)" msgstr "I like this (toggle)" -#: mod/photos.php:1405 src/Object/Post.php:313 +#: mod/photos.php:1414 src/Object/Post.php:314 msgid "I don't like this (toggle)" msgstr "I don't like this (toggle)" -#: mod/photos.php:1420 mod/photos.php:1459 mod/photos.php:1519 -#: src/Module/Contact.php:1021 src/Object/Post.php:874 +#: mod/photos.php:1429 mod/photos.php:1468 mod/photos.php:1528 +#: src/Module/Item/Compose.php:176 src/Module/Contact.php:1002 +#: src/Object/Post.php:876 msgid "This is you" msgstr "This is me" -#: mod/photos.php:1422 mod/photos.php:1461 mod/photos.php:1521 -#: src/Object/Post.php:419 src/Object/Post.php:876 +#: mod/photos.php:1431 mod/photos.php:1470 mod/photos.php:1530 +#: src/Object/Post.php:420 src/Object/Post.php:878 msgid "Comment" msgstr "Comment" -#: mod/photos.php:1550 +#: mod/photos.php:1559 msgid "Map" msgstr "Map" -#: mod/photos.php:1621 mod/videos.php:287 +#: mod/photos.php:1630 mod/videos.php:287 msgid "View Album" msgstr "View album" @@ -2768,344 +2871,12 @@ msgstr "Choose what you wish to do:" msgid "Make this post private" msgstr "Make this post private" -#: mod/probe.php:13 src/Module/WebFinger.php:18 -msgid "Only logged in users are permitted to perform a probing." -msgstr "Only logged in users are permitted to perform a probing." - -#: mod/profiles.php:62 -msgid "Profile deleted." -msgstr "Profile deleted." - -#: mod/profiles.php:78 mod/profiles.php:114 -msgid "Profile-" -msgstr "Profile-" - -#: mod/profiles.php:97 mod/profiles.php:135 -msgid "New profile created." -msgstr "New profile created." - -#: mod/profiles.php:120 -msgid "Profile unavailable to clone." -msgstr "Profile unavailable to clone." - -#: mod/profiles.php:206 -msgid "Profile Name is required." -msgstr "Profile name is required." - -#: mod/profiles.php:346 -msgid "Marital Status" -msgstr "Marital status" - -#: mod/profiles.php:349 -msgid "Romantic Partner" -msgstr "Romantic partner" - -#: mod/profiles.php:358 -msgid "Work/Employment" -msgstr "Work/Employment:" - -#: mod/profiles.php:361 -msgid "Religion" -msgstr "Religion" - -#: mod/profiles.php:364 -msgid "Political Views" -msgstr "Political views" - -#: mod/profiles.php:367 -msgid "Gender" -msgstr "Gender" - -#: mod/profiles.php:370 -msgid "Sexual Preference" -msgstr "Sexual preference" - -#: mod/profiles.php:373 -msgid "XMPP" -msgstr "XMPP" - -#: mod/profiles.php:376 -msgid "Homepage" -msgstr "Homepage" - -#: mod/profiles.php:379 mod/profiles.php:578 -msgid "Interests" -msgstr "Interests" - -#: mod/profiles.php:382 src/Module/Admin/Blocklist/Contact.php:72 -msgid "Address" -msgstr "Address" - -#: mod/profiles.php:389 mod/profiles.php:574 -msgid "Location" -msgstr "Location" - -#: mod/profiles.php:469 -msgid "Profile updated." -msgstr "Profile updated." - -#: mod/profiles.php:523 -msgid "Hide contacts and friends:" -msgstr "Hide contacts and friends:" - -#: mod/profiles.php:528 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Hide your contact/friend list from viewers of this profile?" - -#: mod/profiles.php:548 -msgid "Show more profile fields:" -msgstr "Show more profile fields:" - -#: mod/profiles.php:560 -msgid "Profile Actions" -msgstr "Profile actions" - -#: mod/profiles.php:561 -msgid "Edit Profile Details" -msgstr "Edit Profile Details" - -#: mod/profiles.php:563 -msgid "Change Profile Photo" -msgstr "Change profile photo" - -#: mod/profiles.php:565 -msgid "View this profile" -msgstr "View this profile" - -#: mod/profiles.php:566 -msgid "View all profiles" -msgstr "View all profiles" - -#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:415 -msgid "Edit visibility" -msgstr "Edit visibility" - -#: mod/profiles.php:568 -msgid "Create a new profile using these settings" -msgstr "Create a new profile using these settings" - -#: mod/profiles.php:569 -msgid "Clone this profile" -msgstr "Clone this profile" - -#: mod/profiles.php:570 -msgid "Delete this profile" -msgstr "Delete this profile" - -#: mod/profiles.php:572 -msgid "Basic information" -msgstr "Basic information" - -#: mod/profiles.php:573 -msgid "Profile picture" -msgstr "Profile picture" - -#: mod/profiles.php:575 -msgid "Preferences" -msgstr "Preferences" - -#: mod/profiles.php:576 -msgid "Status information" -msgstr "Status information" - -#: mod/profiles.php:577 -msgid "Additional information" -msgstr "Additional information" - -#: mod/profiles.php:580 -msgid "Relation" -msgstr "Relation" - -#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81 -msgid "Miscellaneous" -msgstr "Miscellaneous" - -#: mod/profiles.php:584 -msgid "Your Gender:" -msgstr "Gender:" - -#: mod/profiles.php:585 -msgid " Marital Status:" -msgstr " Marital status:" - -#: mod/profiles.php:586 src/Model/Profile.php:789 -msgid "Sexual Preference:" -msgstr "Sexual preference:" - -#: mod/profiles.php:587 -msgid "Example: fishing photography software" -msgstr "Example: fishing photography software" - -#: mod/profiles.php:592 -msgid "Profile Name:" -msgstr "Profile name:" - -#: mod/profiles.php:594 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "This is your public profile.
It may be visible to anybody using the internet." - -#: mod/profiles.php:595 -msgid "Your Full Name:" -msgstr "My full name:" - -#: mod/profiles.php:596 -msgid "Title/Description:" -msgstr "Title/Description:" - -#: mod/profiles.php:599 -msgid "Street Address:" -msgstr "Street address:" - -#: mod/profiles.php:600 -msgid "Locality/City:" -msgstr "Locality/City:" - -#: mod/profiles.php:601 -msgid "Region/State:" -msgstr "Region/State:" - -#: mod/profiles.php:602 -msgid "Postal/Zip Code:" -msgstr "Postcode:" - -#: mod/profiles.php:603 -msgid "Country:" -msgstr "Country:" - -#: mod/profiles.php:604 src/Util/Temporal.php:149 -msgid "Age: " -msgstr "Age: " - -#: mod/profiles.php:607 -msgid "Who: (if applicable)" -msgstr "Who: (if applicable)" - -#: mod/profiles.php:607 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Examples: cathy123, Cathy Williams, cathy@example.com" - -#: mod/profiles.php:608 -msgid "Since [date]:" -msgstr "Since when:" - -#: mod/profiles.php:610 -msgid "Tell us about yourself..." -msgstr "About myself:" - -#: mod/profiles.php:611 -msgid "XMPP (Jabber) address:" -msgstr "XMPP (Jabber) address:" - -#: mod/profiles.php:611 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "The XMPP address will be propagated to your contacts so that they can follow you." - -#: mod/profiles.php:612 -msgid "Homepage URL:" -msgstr "Homepage URL:" - -#: mod/profiles.php:613 src/Model/Profile.php:797 -msgid "Hometown:" -msgstr "Home town:" - -#: mod/profiles.php:614 src/Model/Profile.php:805 -msgid "Political Views:" -msgstr "Political views:" - -#: mod/profiles.php:615 -msgid "Religious Views:" -msgstr "Religious views:" - -#: mod/profiles.php:616 -msgid "Public Keywords:" -msgstr "Public keywords:" - -#: mod/profiles.php:616 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "Used for suggesting potential friends, can be seen by others." - -#: mod/profiles.php:617 -msgid "Private Keywords:" -msgstr "Private keywords:" - -#: mod/profiles.php:617 -msgid "(Used for searching profiles, never shown to others)" -msgstr "Used for searching profiles, never shown to others." - -#: mod/profiles.php:618 src/Model/Profile.php:821 -msgid "Likes:" -msgstr "Likes:" - -#: mod/profiles.php:619 src/Model/Profile.php:825 -msgid "Dislikes:" -msgstr "Dislikes:" - -#: mod/profiles.php:620 -msgid "Musical interests" -msgstr "Music:" - -#: mod/profiles.php:621 -msgid "Books, literature" -msgstr "Books, literature, poetry:" - -#: mod/profiles.php:622 -msgid "Television" -msgstr "Television:" - -#: mod/profiles.php:623 -msgid "Film/dance/culture/entertainment" -msgstr "Film, dance, culture, entertainment" - -#: mod/profiles.php:624 -msgid "Hobbies/Interests" -msgstr "Hobbies/Interests:" - -#: mod/profiles.php:625 -msgid "Love/romance" -msgstr "Love/Romance:" - -#: mod/profiles.php:626 -msgid "Work/employment" -msgstr "Work/Employment:" - -#: mod/profiles.php:627 -msgid "School/education" -msgstr "School/Education:" - -#: mod/profiles.php:628 -msgid "Contact information and Social Networks" -msgstr "Contact information and other social networks:" - -#: mod/profiles.php:659 src/Model/Profile.php:411 -msgid "Profile Image" -msgstr "Profile image" - -#: mod/profiles.php:661 src/Model/Profile.php:414 -msgid "visible to everybody" -msgstr "Visible to everybody" - -#: mod/profiles.php:668 -msgid "Edit/Manage Profiles" -msgstr "Edit/Manage Profiles" - -#: mod/profiles.php:669 src/Model/Profile.php:401 src/Model/Profile.php:423 -msgid "Change profile photo" -msgstr "Change profile photo" - -#: mod/profiles.php:670 src/Model/Profile.php:402 -msgid "Create New Profile" -msgstr "Create new profile" - #: mod/profile_photo.php:58 msgid "Image uploaded but image cropping failed." msgstr "Image uploaded but image cropping failed." #: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 -#: mod/profile_photo.php:318 +#: mod/profile_photo.php:311 #, php-format msgid "Image size reduction [%s] failed." msgstr "Image size reduction [%s] failed." @@ -3120,1034 +2891,64 @@ msgstr "Shift-reload the page or clear browser cache if the new photo does not d msgid "Unable to process image" msgstr "Unable to process image" -#: mod/profile_photo.php:251 +#: mod/profile_photo.php:244 msgid "Upload File:" msgstr "Upload File:" -#: mod/profile_photo.php:252 +#: mod/profile_photo.php:245 msgid "Select a profile:" msgstr "Select a profile:" -#: mod/profile_photo.php:257 +#: mod/profile_photo.php:250 msgid "or" msgstr "or" -#: mod/profile_photo.php:258 +#: mod/profile_photo.php:251 msgid "skip this step" msgstr "skip this step" -#: mod/profile_photo.php:258 +#: mod/profile_photo.php:251 msgid "select a photo from your photo albums" msgstr "select a photo from your photo albums" -#: mod/profile_photo.php:271 +#: mod/profile_photo.php:264 msgid "Crop Image" msgstr "Crop Image" -#: mod/profile_photo.php:272 +#: mod/profile_photo.php:265 msgid "Please adjust the image cropping for optimum viewing." msgstr "Please adjust the image cropping for optimum viewing." -#: mod/profile_photo.php:274 +#: mod/profile_photo.php:267 msgid "Done Editing" msgstr "Done editing" -#: mod/profile_photo.php:308 +#: mod/profile_photo.php:301 msgid "Image uploaded successfully." msgstr "Image uploaded successfully." -#: mod/profperm.php:30 -msgid "Permission denied" -msgstr "Permission denied" - -#: mod/profperm.php:36 mod/profperm.php:69 -msgid "Invalid profile identifier." -msgstr "Invalid profile identifier." - -#: mod/profperm.php:115 -msgid "Profile Visibility Editor" -msgstr "Profile Visibility Editor" - -#: mod/profperm.php:119 src/Module/Group.php:321 -msgid "Click on a contact to add or remove." -msgstr "Click on a contact to add or remove it." - -#: mod/profperm.php:128 -msgid "Visible To" -msgstr "Visible to" - -#: mod/profperm.php:144 -msgid "All Contacts (with secure profile access)" -msgstr "All contacts with secure profile access" - -#: mod/regmod.php:53 -msgid "Account approved." -msgstr "Account approved." - -#: mod/regmod.php:77 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registration revoked for %s" - -#: mod/regmod.php:84 -msgid "Please login." -msgstr "Please login." - -#: mod/removeme.php:46 -msgid "User deleted their account" -msgstr "User deleted their account" - -#: mod/removeme.php:47 -msgid "" -"On your Friendica node an user deleted their account. Please ensure that " -"their data is removed from the backups." -msgstr "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups." - -#: mod/removeme.php:48 -#, php-format -msgid "The user id is %d" -msgstr "The user id is %d" - -#: mod/removeme.php:84 mod/removeme.php:87 -msgid "Remove My Account" -msgstr "Remove My Account" - -#: mod/removeme.php:85 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "This will completely remove your account. Once this has been done it is not recoverable." - -#: mod/removeme.php:86 -msgid "Please enter your password for verification:" -msgstr "Please enter your password for verification:" - -#: mod/repair_ostatus.php:21 -msgid "Resubscribing to OStatus contacts" -msgstr "Resubscribing to OStatus contacts" - -#: mod/repair_ostatus.php:37 -msgid "Error" -msgstr "Error" - -#: mod/search.php:101 +#: mod/search.php:92 msgid "Only logged in users are permitted to perform a search." msgstr "Only logged in users are permitted to perform a search." -#: mod/search.php:123 +#: mod/search.php:114 msgid "Only one search per minute is permitted for not logged in users." msgstr "Only one search per minute is permitted for not logged in users." -#: mod/search.php:143 src/Content/Nav.php:197 src/Content/Text/HTML.php:900 +#: mod/search.php:134 src/Content/Text/HTML.php:893 src/Content/Nav.php:200 msgid "Search" msgstr "Search" -#: mod/search.php:229 +#: mod/search.php:228 #, php-format msgid "Items tagged with: %s" msgstr "Items tagged with: %s" -#: mod/search.php:231 src/Module/Contact.php:819 +#: mod/search.php:230 src/Module/Contact.php:794 #, php-format msgid "Results for: %s" msgstr "Results for: %s" -#: mod/settings.php:63 src/Module/BaseSettingsModule.php:24 -msgid "Account" -msgstr "Account" - -#: mod/settings.php:71 src/Module/BaseSettingsModule.php:31 -#: src/Module/Settings/TwoFactor/Index.php:83 -#: src/Module/TwoFactor/Verify.php:60 -msgid "Two-factor authentication" -msgstr "Two-factor authentication" - -#: mod/settings.php:78 src/Content/Nav.php:265 src/Model/Profile.php:394 -#: src/Module/BaseSettingsModule.php:38 -msgid "Profiles" -msgstr "Profiles" - -#: mod/settings.php:86 src/Module/BaseAdminModule.php:84 -#: src/Module/BaseSettingsModule.php:46 -msgid "Additional features" -msgstr "Additional features" - -#: mod/settings.php:94 src/Module/BaseSettingsModule.php:54 -msgid "Display" -msgstr "Display" - -#: mod/settings.php:101 mod/settings.php:839 -#: src/Module/BaseSettingsModule.php:61 -msgid "Social Networks" -msgstr "Social networks" - -#: mod/settings.php:108 src/Module/Admin/Addons/Details.php:100 -#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseAdminModule.php:82 -#: src/Module/BaseSettingsModule.php:68 -msgid "Addons" -msgstr "Addons" - -#: mod/settings.php:115 src/Content/Nav.php:260 -#: src/Module/BaseSettingsModule.php:75 -msgid "Delegations" -msgstr "Delegations" - -#: mod/settings.php:122 src/Module/BaseSettingsModule.php:82 -msgid "Connected apps" -msgstr "Connected apps" - -#: mod/settings.php:129 mod/uexport.php:52 -#: src/Module/BaseSettingsModule.php:89 -msgid "Export personal data" -msgstr "Export personal data" - -#: mod/settings.php:136 src/Module/BaseSettingsModule.php:96 -msgid "Remove account" -msgstr "Remove account" - -#: mod/settings.php:188 -msgid "Missing some important data!" -msgstr "Missing some important data!" - -#: mod/settings.php:190 mod/settings.php:700 src/Module/Contact.php:826 -msgid "Update" -msgstr "Update" - -#: mod/settings.php:299 -msgid "Failed to connect with email account using the settings provided." -msgstr "Failed to connect with email account using the settings provided." - -#: mod/settings.php:304 -msgid "Email settings updated." -msgstr "Email settings updated." - -#: mod/settings.php:320 -msgid "Features updated" -msgstr "Features updated" - -#: mod/settings.php:393 -msgid "Relocate message has been send to your contacts" -msgstr "Relocate message has been send to your contacts" - -#: mod/settings.php:405 -msgid "Passwords do not match." -msgstr "Passwords do not match." - -#: mod/settings.php:413 src/Console/NewPassword.php:80 -msgid "Password update failed. Please try again." -msgstr "Password update failed. Please try again." - -#: mod/settings.php:416 src/Console/NewPassword.php:83 -msgid "Password changed." -msgstr "Password changed." - -#: mod/settings.php:419 -msgid "Password unchanged." -msgstr "Password unchanged." - -#: mod/settings.php:500 -msgid " Please use a shorter name." -msgstr " Please use a shorter name." - -#: mod/settings.php:503 -msgid " Name too short." -msgstr " Name too short." - -#: mod/settings.php:510 src/Module/Settings/TwoFactor/Index.php:66 -msgid "Wrong Password" -msgstr "Wrong password" - -#: mod/settings.php:515 -msgid "Invalid email." -msgstr "Invalid email." - -#: mod/settings.php:521 -msgid "Cannot change to that email." -msgstr "Cannot change to that email." - -#: mod/settings.php:571 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Private forum has no privacy permissions. Using default privacy group." - -#: mod/settings.php:574 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Private forum has no privacy permissions and no default privacy group." - -#: mod/settings.php:614 -msgid "Settings updated." -msgstr "Settings updated." - -#: mod/settings.php:673 mod/settings.php:699 mod/settings.php:733 -msgid "Add application" -msgstr "Add application" - -#: mod/settings.php:677 mod/settings.php:703 -msgid "Consumer Key" -msgstr "Consumer key" - -#: mod/settings.php:678 mod/settings.php:704 -msgid "Consumer Secret" -msgstr "Consumer secret" - -#: mod/settings.php:679 mod/settings.php:705 -msgid "Redirect" -msgstr "Redirect" - -#: mod/settings.php:680 mod/settings.php:706 -msgid "Icon url" -msgstr "Icon URL" - -#: mod/settings.php:691 -msgid "You can't edit this application." -msgstr "You cannot edit this application." - -#: mod/settings.php:732 -msgid "Connected Apps" -msgstr "Connected Apps" - -#: mod/settings.php:734 src/Object/Post.php:167 src/Object/Post.php:169 -msgid "Edit" -msgstr "Edit" - -#: mod/settings.php:736 -msgid "Client key starts with" -msgstr "Client key starts with" - -#: mod/settings.php:737 -msgid "No name" -msgstr "No name" - -#: mod/settings.php:738 -msgid "Remove authorization" -msgstr "Remove authorization" - -#: mod/settings.php:749 -msgid "No Addon settings configured" -msgstr "No addon settings configured" - -#: mod/settings.php:758 -msgid "Addon Settings" -msgstr "Addon settings" - -#: mod/settings.php:772 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "Off" -msgstr "Off" - -#: mod/settings.php:772 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "On" -msgstr "On" - -#: mod/settings.php:779 -msgid "Additional Features" -msgstr "Additional Features" - -#: mod/settings.php:802 src/Content/ContactSelector.php:87 -msgid "Diaspora" -msgstr "diaspora*" - -#: mod/settings.php:802 mod/settings.php:803 -msgid "enabled" -msgstr "enabled" - -#: mod/settings.php:802 mod/settings.php:803 -msgid "disabled" -msgstr "disabled" - -#: mod/settings.php:802 mod/settings.php:803 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Built-in support for %s connectivity is %s" - -#: mod/settings.php:803 -msgid "GNU Social (OStatus)" -msgstr "GNU Social (OStatus)" - -#: mod/settings.php:834 -msgid "Email access is disabled on this site." -msgstr "Email access is disabled on this site." - -#: mod/settings.php:844 -msgid "General Social Media Settings" -msgstr "General Social Media Settings" - -#: mod/settings.php:845 -msgid "Disable Content Warning" -msgstr "Disable Content Warning" - -#: mod/settings.php:845 -msgid "" -"Users on networks like Mastodon or Pleroma are able to set a content warning" -" field which collapse their post by default. This disables the automatic " -"collapsing and sets the content warning as the post title. Doesn't affect " -"any other content filtering you eventually set up." -msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up." - -#: mod/settings.php:846 -msgid "Disable intelligent shortening" -msgstr "Disable intelligent shortening" - -#: mod/settings.php:846 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If this option is enabled then every shortened post will always point to the" -" original friendica post." -msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post." - -#: mod/settings.php:847 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners" - -#: mod/settings.php:847 -msgid "" -"If you receive a message from an unknown OStatus user, this option decides " -"what to do. If it is checked, a new contact will be created for every " -"unknown user." -msgstr "Create a new contact for every unknown OStatus user from whom you receive a message." - -#: mod/settings.php:848 -msgid "Default group for OStatus contacts" -msgstr "Default group for OStatus contacts" - -#: mod/settings.php:849 -msgid "Your legacy GNU Social account" -msgstr "Your legacy GNU Social account" - -#: mod/settings.php:849 -msgid "" -"If you enter your old GNU Social/Statusnet account name here (in the format " -"user@domain.tld), your contacts will be added automatically. The field will " -"be emptied when done." -msgstr "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done." - -#: mod/settings.php:852 -msgid "Repair OStatus subscriptions" -msgstr "Repair OStatus subscriptions" - -#: mod/settings.php:856 -msgid "Email/Mailbox Setup" -msgstr "Email/Mailbox setup" - -#: mod/settings.php:857 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts." - -#: mod/settings.php:858 -msgid "Last successful email check:" -msgstr "Last successful email check:" - -#: mod/settings.php:860 -msgid "IMAP server name:" -msgstr "IMAP server name:" - -#: mod/settings.php:861 -msgid "IMAP port:" -msgstr "IMAP port:" - -#: mod/settings.php:862 -msgid "Security:" -msgstr "Security:" - -#: mod/settings.php:862 mod/settings.php:867 -msgid "None" -msgstr "None" - -#: mod/settings.php:863 -msgid "Email login name:" -msgstr "Email login name:" - -#: mod/settings.php:864 -msgid "Email password:" -msgstr "Email password:" - -#: mod/settings.php:865 -msgid "Reply-to address:" -msgstr "Reply-to address:" - -#: mod/settings.php:866 -msgid "Send public posts to all email contacts:" -msgstr "Send public posts to all email contacts:" - -#: mod/settings.php:867 -msgid "Action after import:" -msgstr "Action after import:" - -#: mod/settings.php:867 src/Content/Nav.php:248 -msgid "Mark as seen" -msgstr "Mark as seen" - -#: mod/settings.php:867 -msgid "Move to folder" -msgstr "Move to folder" - -#: mod/settings.php:868 -msgid "Move to folder:" -msgstr "Move to folder:" - -#: mod/settings.php:892 src/Module/Admin/Site.php:435 -msgid "No special theme for mobile devices" -msgstr "No special theme for mobile devices" - -#: mod/settings.php:900 -#, php-format -msgid "%s - (Unsupported)" -msgstr "%s - (Unsupported)" - -#: mod/settings.php:902 src/Module/Admin/Site.php:452 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s - (Experimental)" - -#: mod/settings.php:930 src/Core/L10n.php:371 src/Model/Event.php:395 -msgid "Sunday" -msgstr "Sunday" - -#: mod/settings.php:930 src/Core/L10n.php:371 src/Model/Event.php:396 -msgid "Monday" -msgstr "Monday" - -#: mod/settings.php:946 -msgid "Display Settings" -msgstr "Display Settings" - -#: mod/settings.php:952 -msgid "Display Theme:" -msgstr "Display theme:" - -#: mod/settings.php:953 -msgid "Mobile Theme:" -msgstr "Mobile theme:" - -#: mod/settings.php:954 -msgid "Suppress warning of insecure networks" -msgstr "Suppress warning of insecure networks" - -#: mod/settings.php:954 -msgid "" -"Should the system suppress the warning that the current group contains " -"members of networks that can't receive non public postings." -msgstr "Suppresses warnings if groups contains members whose networks cannot receive non-public postings." - -#: mod/settings.php:955 -msgid "Update browser every xx seconds" -msgstr "Update browser every so many seconds:" - -#: mod/settings.php:955 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "Minimum 10 seconds; to disable -1." - -#: mod/settings.php:956 -msgid "Number of items to display per page:" -msgstr "Number of items displayed per page:" - -#: mod/settings.php:956 mod/settings.php:957 -msgid "Maximum of 100 items" -msgstr "Maximum of 100 items" - -#: mod/settings.php:957 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "Number of items displayed per page on mobile devices:" - -#: mod/settings.php:958 -msgid "Don't show emoticons" -msgstr "Don't show emoticons" - -#: mod/settings.php:959 -msgid "Calendar" -msgstr "Calendar" - -#: mod/settings.php:960 -msgid "Beginning of week:" -msgstr "Week begins: " - -#: mod/settings.php:961 -msgid "Don't show notices" -msgstr "Don't show notices" - -#: mod/settings.php:962 -msgid "Infinite scroll" -msgstr "Infinite scroll" - -#: mod/settings.php:963 -msgid "Automatic updates only at the top of the network page" -msgstr "Automatically updates only top of the network page" - -#: mod/settings.php:963 -msgid "" -"When disabled, the network page is updated all the time, which could be " -"confusing while reading." -msgstr "When disabled, the network page is updated all the time, which could be confusing while reading." - -#: mod/settings.php:964 -msgid "Bandwidth Saver Mode" -msgstr "Bandwidth Saver Mode" - -#: mod/settings.php:964 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload." - -#: mod/settings.php:965 -msgid "Smart Threading" -msgstr "Smart threading" - -#: mod/settings.php:965 -msgid "" -"When enabled, suppress extraneous thread indentation while keeping it where " -"it matters. Only works if threading is available and enabled." -msgstr "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled." - -#: mod/settings.php:967 -msgid "General Theme Settings" -msgstr "Themes" - -#: mod/settings.php:968 -msgid "Custom Theme Settings" -msgstr "Theme customisation" - -#: mod/settings.php:969 -msgid "Content Settings" -msgstr "Content/Layout" - -#: mod/settings.php:970 view/theme/duepuntozero/config.php:73 -#: view/theme/frio/config.php:122 view/theme/quattro/config.php:75 -#: view/theme/vier/config.php:121 -msgid "Theme settings" -msgstr "Theme settings" - -#: mod/settings.php:984 -msgid "Unable to find your profile. Please contact your admin." -msgstr "Unable to find your profile. Please contact your admin." - -#: mod/settings.php:1023 -msgid "Account Types" -msgstr "Account types:" - -#: mod/settings.php:1024 -msgid "Personal Page Subtypes" -msgstr "Personal Page subtypes" - -#: mod/settings.php:1025 -msgid "Community Forum Subtypes" -msgstr "Community forum subtypes" - -#: mod/settings.php:1032 src/Module/Admin/Users.php:229 -msgid "Personal Page" -msgstr "Personal Page" - -#: mod/settings.php:1033 -msgid "Account for a personal profile." -msgstr "Account for a personal profile." - -#: mod/settings.php:1036 src/Module/Admin/Users.php:230 -msgid "Organisation Page" -msgstr "Organisation Page" - -#: mod/settings.php:1037 -msgid "" -"Account for an organisation that automatically approves contact requests as " -"\"Followers\"." -msgstr "Account for an organisation that automatically approves contact requests as \"Followers\"." - -#: mod/settings.php:1040 src/Module/Admin/Users.php:231 -msgid "News Page" -msgstr "News Page" - -#: mod/settings.php:1041 -msgid "" -"Account for a news reflector that automatically approves contact requests as" -" \"Followers\"." -msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"." - -#: mod/settings.php:1044 src/Module/Admin/Users.php:232 -msgid "Community Forum" -msgstr "Community Forum" - -#: mod/settings.php:1045 -msgid "Account for community discussions." -msgstr "Account for community discussions." - -#: mod/settings.php:1048 src/Module/Admin/Users.php:222 -msgid "Normal Account Page" -msgstr "Standard" - -#: mod/settings.php:1049 -msgid "" -"Account for a regular personal profile that requires manual approval of " -"\"Friends\" and \"Followers\"." -msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"." - -#: mod/settings.php:1052 src/Module/Admin/Users.php:223 -msgid "Soapbox Page" -msgstr "Soapbox" - -#: mod/settings.php:1053 -msgid "" -"Account for a public profile that automatically approves contact requests as" -" \"Followers\"." -msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"." - -#: mod/settings.php:1056 src/Module/Admin/Users.php:224 -msgid "Public Forum" -msgstr "Public forum" - -#: mod/settings.php:1057 -msgid "Automatically approves all contact requests." -msgstr "Automatically approves all contact requests." - -#: mod/settings.php:1060 src/Module/Admin/Users.php:225 -msgid "Automatic Friend Page" -msgstr "Love-all" - -#: mod/settings.php:1061 -msgid "" -"Account for a popular profile that automatically approves contact requests " -"as \"Friends\"." -msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"." - -#: mod/settings.php:1064 -msgid "Private Forum [Experimental]" -msgstr "Private forum [Experimental]" - -#: mod/settings.php:1065 -msgid "Requires manual approval of contact requests." -msgstr "Requires manual approval of contact requests." - -#: mod/settings.php:1076 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1076 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Optional) Allow this OpenID to login to this account." - -#: mod/settings.php:1084 -msgid "Publish your default profile in your local site directory?" -msgstr "Publish default profile in local site directory?" - -#: mod/settings.php:1084 -#, php-format -msgid "" -"Your profile will be published in this node's local " -"directory. Your profile details may be publicly visible depending on the" -" system settings." -msgstr "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings." - -#: mod/settings.php:1090 -msgid "Publish your default profile in the global social directory?" -msgstr "Publish default profile in global directory?" - -#: mod/settings.php:1090 -#, php-format -msgid "" -"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." -msgstr "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible." - -#: mod/settings.php:1097 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Hide my contact list from others?" - -#: mod/settings.php:1097 -msgid "" -"Your contact list won't be shown in your default profile page. You can " -"decide to show your contact list separately for each additional profile you " -"create" -msgstr "Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create" - -#: mod/settings.php:1101 -msgid "Hide your profile details from anonymous viewers?" -msgstr "Hide profile details from anonymous viewers?" - -#: mod/settings.php:1101 -msgid "" -"Anonymous visitors will only see your profile picture, your display name and" -" the nickname you are using on your profile page. Your public posts and " -"replies will still be accessible by other means." -msgstr "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means." - -#: mod/settings.php:1105 -msgid "Allow friends to post to your profile page?" -msgstr "Allow friends to post to my wall?" - -#: mod/settings.php:1105 -msgid "" -"Your contacts may write posts on your profile wall. These posts will be " -"distributed to your contacts" -msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts" - -#: mod/settings.php:1109 -msgid "Allow friends to tag your posts?" -msgstr "Allow friends to tag my post?" - -#: mod/settings.php:1109 -msgid "Your contacts can add additional tags to your posts." -msgstr "Your contacts can add additional tags to your posts." - -#: mod/settings.php:1113 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Allow us to suggest you as a potential friend to new members?" - -#: mod/settings.php:1113 -msgid "" -"If you like, Friendica may suggest new members to add you as a contact." -msgstr "If you like, Friendica may suggest new members to add you as a contact." - -#: mod/settings.php:1117 -msgid "Permit unknown people to send you private mail?" -msgstr "Allow unknown people to send me private messages?" - -#: mod/settings.php:1117 -msgid "" -"Friendica network users may send you private messages even if they are not " -"in your contact list." -msgstr "Friendica network users may send you private messages even if they are not in your contact list." - -#: mod/settings.php:1121 -msgid "Profile is not published." -msgstr "Profile is not published." - -#: mod/settings.php:1127 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "My identity address: '%s' or '%s'" - -#: mod/settings.php:1134 -msgid "Automatically expire posts after this many days:" -msgstr "Automatically expire posts after this many days:" - -#: mod/settings.php:1134 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Posts will not expire if empty; expired posts will be deleted" - -#: mod/settings.php:1135 -msgid "Advanced expiration settings" -msgstr "Advanced expiration settings" - -#: mod/settings.php:1136 -msgid "Advanced Expiration" -msgstr "Advanced expiration" - -#: mod/settings.php:1137 -msgid "Expire posts:" -msgstr "Expire posts:" - -#: mod/settings.php:1138 -msgid "Expire personal notes:" -msgstr "Expire personal notes:" - -#: mod/settings.php:1139 -msgid "Expire starred posts:" -msgstr "Expire starred posts:" - -#: mod/settings.php:1140 -msgid "Expire photos:" -msgstr "Expire photos:" - -#: mod/settings.php:1141 -msgid "Only expire posts by others:" -msgstr "Only expire posts by others:" - -#: mod/settings.php:1171 -msgid "Account Settings" -msgstr "Account Settings" - -#: mod/settings.php:1179 -msgid "Password Settings" -msgstr "Password change" - -#: mod/settings.php:1180 src/Module/Register.php:130 -msgid "New Password:" -msgstr "New password:" - -#: mod/settings.php:1180 -msgid "" -"Allowed characters are a-z, A-Z, 0-9 and special characters except white " -"spaces, accentuated letters and colon (:)." -msgstr "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon." - -#: mod/settings.php:1181 src/Module/Register.php:131 -msgid "Confirm:" -msgstr "Confirm new password:" - -#: mod/settings.php:1181 -msgid "Leave password fields blank unless changing" -msgstr "Leave password fields blank unless changing" - -#: mod/settings.php:1182 -msgid "Current Password:" -msgstr "Current password:" - -#: mod/settings.php:1182 mod/settings.php:1183 -msgid "Your current password to confirm the changes" -msgstr "Current password to confirm change" - -#: mod/settings.php:1183 -msgid "Password:" -msgstr "Password:" - -#: mod/settings.php:1187 -msgid "Basic Settings" -msgstr "Basic information" - -#: mod/settings.php:1188 src/Model/Profile.php:745 -msgid "Full Name:" -msgstr "Full name:" - -#: mod/settings.php:1189 -msgid "Email Address:" -msgstr "Email address:" - -#: mod/settings.php:1190 -msgid "Your Timezone:" -msgstr "Time zone:" - -#: mod/settings.php:1191 -msgid "Your Language:" -msgstr "Language:" - -#: mod/settings.php:1191 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "Set the language of your Friendica interface and emails sent to you." - -#: mod/settings.php:1192 -msgid "Default Post Location:" -msgstr "Posting location:" - -#: mod/settings.php:1193 -msgid "Use Browser Location:" -msgstr "Use browser location:" - -#: mod/settings.php:1196 -msgid "Security and Privacy Settings" -msgstr "Security and privacy" - -#: mod/settings.php:1198 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximum friend requests per day:" - -#: mod/settings.php:1198 mod/settings.php:1227 -msgid "(to prevent spam abuse)" -msgstr "May prevent spam or abuse registrations" - -#: mod/settings.php:1199 -msgid "Default Post Permissions" -msgstr "Default post permissions" - -#: mod/settings.php:1200 -msgid "(click to open/close)" -msgstr "(reveal/hide)" - -#: mod/settings.php:1210 -msgid "Default Private Post" -msgstr "Default private post" - -#: mod/settings.php:1211 -msgid "Default Public Post" -msgstr "Default public post" - -#: mod/settings.php:1215 -msgid "Default Permissions for New Posts" -msgstr "Default permissions for new posts" - -#: mod/settings.php:1227 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum private messages per day from unknown people:" - -#: mod/settings.php:1230 -msgid "Notification Settings" -msgstr "Notification" - -#: mod/settings.php:1231 -msgid "Send a notification email when:" -msgstr "Send notification email when:" - -#: mod/settings.php:1232 -msgid "You receive an introduction" -msgstr "Receiving an introduction" - -#: mod/settings.php:1233 -msgid "Your introductions are confirmed" -msgstr "My introductions are confirmed" - -#: mod/settings.php:1234 -msgid "Someone writes on your profile wall" -msgstr "Someone writes on my wall" - -#: mod/settings.php:1235 -msgid "Someone writes a followup comment" -msgstr "A follow up comment is posted" - -#: mod/settings.php:1236 -msgid "You receive a private message" -msgstr "receiving a private message" - -#: mod/settings.php:1237 -msgid "You receive a friend suggestion" -msgstr "Receiving a friend suggestion" - -#: mod/settings.php:1238 -msgid "You are tagged in a post" -msgstr "Tagged in a post" - -#: mod/settings.php:1239 -msgid "You are poked/prodded/etc. in a post" -msgstr "Poked in a post" - -#: mod/settings.php:1241 -msgid "Activate desktop notifications" -msgstr "Activate desktop notifications" - -#: mod/settings.php:1241 -msgid "Show desktop popup on new notifications" -msgstr "Show desktop pop-up on new notifications" - -#: mod/settings.php:1243 -msgid "Text-only notification emails" -msgstr "Text-only notification emails" - -#: mod/settings.php:1245 -msgid "Send text only notification emails, without the html part" -msgstr "Receive text only emails without HTML " - -#: mod/settings.php:1247 -msgid "Show detailled notifications" -msgstr "Show detailled notifications" - -#: mod/settings.php:1249 -msgid "" -"Per default, notifications are condensed to a single notification per item. " -"When enabled every notification is displayed." -msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed." - -#: mod/settings.php:1251 -msgid "Advanced Account/Page Type Settings" -msgstr "Advanced account types" - -#: mod/settings.php:1252 -msgid "Change the behaviour of this account for special situations" -msgstr "Change behaviour of this account for special situations" - -#: mod/settings.php:1255 -msgid "Relocate" -msgstr "Recent relocation" - -#: mod/settings.php:1256 -msgid "" -"If you have moved this profile from another server, and some of your " -"contacts don't receive your updates, try pushing this button." -msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:" - -#: mod/settings.php:1257 -msgid "Resend relocate message to contacts" -msgstr "Resend relocation message to contacts" - #: mod/subthread.php:104 #, php-format msgid "%1$s is following %2$s's %3$s" @@ -4171,115 +2972,41 @@ msgstr "Do you really want to delete this suggestion?" msgid "Ignore/Hide" msgstr "Ignore/Hide" -#: mod/suggest.php:119 src/Content/Widget.php:66 view/theme/vier/theme.php:204 +#: mod/suggest.php:119 view/theme/vier/theme.php:204 src/Content/Widget.php:69 msgid "Friend Suggestions" msgstr "Friend suggestions" -#: mod/tagrm.php:31 -msgid "Tag(s) removed" -msgstr "Tag(s) removed" - -#: mod/tagrm.php:101 -msgid "Remove Item Tag" -msgstr "Remove Item tag" - -#: mod/tagrm.php:103 -msgid "Select a tag to remove: " -msgstr "Select a tag to remove: " - -#: mod/uexport.php:45 +#: mod/uexport.php:52 msgid "Export account" msgstr "Export account" -#: mod/uexport.php:45 +#: mod/uexport.php:52 msgid "" "Export your account info and contacts. Use this to make a backup of your " "account and/or to move it to another server." msgstr "Export your account info and contacts. Use this to backup your account or to move it to another server." -#: mod/uexport.php:46 +#: mod/uexport.php:53 msgid "Export all" msgstr "Export all" -#: mod/uexport.php:46 +#: mod/uexport.php:53 msgid "" "Export your accout info, contacts and all your items as json. Could be a " "very big file, and could take a lot of time. Use this to make a full backup " "of your account (photos are not exported)" msgstr "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported." -#: mod/uimport.php:30 -msgid "User imports on closed servers can only be done by an administrator." -msgstr "User imports on closed servers can only be done by an administrator." - -#: mod/uimport.php:39 src/Module/Register.php:59 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow." - -#: mod/uimport.php:54 src/Module/Register.php:141 -msgid "Import" -msgstr "Import profile" - -#: mod/uimport.php:56 -msgid "Move account" -msgstr "Move Existing Friendica Account" - -#: mod/uimport.php:57 -msgid "You can import an account from another Friendica server." -msgstr "You can import an existing Friendica profile to this node." - -#: mod/uimport.php:58 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here." - -#: mod/uimport.php:59 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" -msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*." - -#: mod/uimport.php:60 -msgid "Account file" -msgstr "Account file:" - -#: mod/uimport.php:60 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"" - -#: mod/unfollow.php:36 mod/unfollow.php:92 -msgid "You aren't following this contact." -msgstr "You aren't following this contact." - -#: mod/unfollow.php:46 mod/unfollow.php:98 -msgid "Unfollowing is currently not supported by your network." -msgstr "Unfollowing is currently not supported by your network." - -#: mod/unfollow.php:67 -msgid "Contact unfollowed" -msgstr "Contact unfollowed" - -#: mod/unfollow.php:118 src/Module/Contact.php:573 -msgid "Disconnect/Unfollow" -msgstr "Disconnect/Unfollow" - -#: mod/update_community.php:23 mod/update_contact.php:23 -#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36 -#: mod/update_profile.php:34 -msgid "[Embedded content - reload page to view]" -msgstr "[Embedded content - reload page to view]" +#: mod/uexport.php:59 mod/settings.php:131 +#: src/Module/BaseSettingsModule.php:89 +msgid "Export personal data" +msgstr "Export personal data" #: mod/videos.php:123 msgid "No videos selected" msgstr "No videos selected" -#: mod/videos.php:280 src/Model/Item.php:3421 +#: mod/videos.php:280 src/Model/Item.php:3477 msgid "View Video" msgstr "View video" @@ -4291,1072 +3018,1806 @@ msgstr "Recent videos" msgid "Upload New Videos" msgstr "Upload new videos" -#: mod/viewcontacts.php:78 -msgid "No contacts." -msgstr "No contacts." +#: mod/display.php:254 mod/display.php:339 +msgid "The requested item doesn't exist or has been deleted." +msgstr "The requested item doesn't exist or has been deleted." -#: mod/viewcontacts.php:94 src/Module/Contact.php:606 -#: src/Module/Contact.php:1027 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Visit %s's profile [%s]" +#: mod/display.php:417 +msgid "The feed for this item is unavailable." +msgstr "The feed for this item is unavailable." -#: mod/viewcontacts.php:114 src/Content/Nav.php:202 src/Content/Nav.php:268 -#: src/Content/Text/HTML.php:911 src/Model/Profile.php:974 -#: src/Model/Profile.php:977 src/Module/Contact.php:814 -#: src/Module/Contact.php:884 view/theme/frio/theme.php:273 -msgid "Contacts" -msgstr "Contacts" +#: mod/events.php:118 mod/events.php:120 +msgid "Event can not end before it has started." +msgstr "Event cannot end before it has started." -#: mod/wallmessage.php:52 mod/wallmessage.php:115 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Number of daily wall messages for %s exceeded. Message failed." +#: mod/events.php:127 mod/events.php:129 +msgid "Event title and start time are required." +msgstr "Event title and starting time are required." -#: mod/wallmessage.php:63 -msgid "Unable to check your home location." -msgstr "Unable to check your home location." +#: mod/events.php:385 +msgid "Create New Event" +msgstr "Create new event" -#: mod/wallmessage.php:89 mod/wallmessage.php:98 -msgid "No recipient." -msgstr "No recipient." +#: mod/events.php:508 +msgid "Event details" +msgstr "Event details" -#: mod/wallmessage.php:129 +#: mod/events.php:509 +msgid "Starting date and Title are required." +msgstr "Starting date and title are required." + +#: mod/events.php:510 mod/events.php:515 +msgid "Event Starts:" +msgstr "Event starts:" + +#: mod/events.php:523 mod/events.php:548 +msgid "Finish date/time is not known or not relevant" +msgstr "Finish date/time is not known or not relevant" + +#: mod/events.php:525 mod/events.php:530 +msgid "Event Finishes:" +msgstr "Event finishes:" + +#: mod/events.php:536 mod/events.php:549 +msgid "Adjust for viewer timezone" +msgstr "Adjust for viewer's time zone" + +#: mod/events.php:538 +msgid "Description:" +msgstr "Description:" + +#: mod/events.php:540 mod/notifications.php:272 src/Model/Event.php:68 +#: src/Model/Event.php:95 src/Model/Event.php:437 src/Model/Event.php:933 +#: src/Model/Profile.php:447 src/Module/Directory.php:137 +#: src/Module/Contact.php:607 +msgid "Location:" +msgstr "Location:" + +#: mod/events.php:542 mod/events.php:544 +msgid "Title:" +msgstr "Title:" + +#: mod/events.php:545 mod/events.php:546 +msgid "Share this event" +msgstr "Share this event" + +#: mod/events.php:553 src/Model/Profile.php:890 +msgid "Basic" +msgstr "Basic" + +#: mod/events.php:554 src/Model/Profile.php:891 src/Module/Admin/Site.php:573 +#: src/Module/Contact.php:880 +msgid "Advanced" +msgstr "Advanced" + +#: mod/events.php:571 +msgid "Failed to remove event" +msgstr "Failed to remove event" + +#: mod/events.php:573 +msgid "Event removed" +msgstr "Event removed" + +#: mod/item.php:123 +msgid "Unable to locate original post." +msgstr "Unable to locate original post." + +#: mod/item.php:323 +msgid "Empty post discarded." +msgstr "Empty post discarded." + +#: mod/item.php:803 #, php-format msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "This message was sent to you by %s, a member of the Friendica social network." -#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85 -#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116 -#: mod/wall_upload.php:167 mod/wall_upload.php:170 -msgid "Invalid request." -msgstr "Invalid request." - -#: mod/wall_attach.php:103 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" - -#: mod/wall_attach.php:103 -msgid "Or - did you try to upload an empty file?" -msgstr "Or did you try to upload an empty file?" - -#: mod/wall_attach.php:114 +#: mod/item.php:805 #, php-format -msgid "File exceeds size limit of %s" -msgstr "File exceeds size limit of %s" +msgid "You may visit them online at %s" +msgstr "You may visit them online at %s" -#: mod/wall_attach.php:129 -msgid "File upload failed." -msgstr "File upload failed." - -#: mod/wall_upload.php:243 -msgid "Wall Photos" -msgstr "Wall photos" - -#: src/App.php:505 -msgid "Delete this item?" -msgstr "Delete this item?" - -#: src/App.php:547 -msgid "toggle mobile" -msgstr "Toggle mobile" - -#: src/App.php:863 -msgid "No system theme config value set." -msgstr "No system theme configuration value set." - -#: src/App.php:1163 -msgid "You must be logged in to use addons. " -msgstr "You must be logged in to use addons. " - -#: src/BaseModule.php:135 +#: mod/item.php:806 msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours." +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages." -#: src/Console/ArchiveContact.php:65 +#: mod/item.php:810 #, php-format -msgid "Could not find any unarchived contact entry for this URL (%s)" -msgstr "Could not find any unarchived contact entry for this URL (%s)" +msgid "%s posted an update." +msgstr "%s posted an update." -#: src/Console/ArchiveContact.php:68 -msgid "The contact entries have been archived" -msgstr "The contact entries have been archived" +#: mod/notifications.php:40 +msgid "Invalid request identifier." +msgstr "Invalid request identifier." -#: src/Console/GlobalCommunityBlock.php:65 -#: src/Module/Admin/Blocklist/Contact.php:29 +#: mod/notifications.php:96 src/Content/Nav.php:249 +msgid "Notifications" +msgstr "Notifications" + +#: mod/notifications.php:115 +msgid "Network Notifications" +msgstr "Network notifications" + +#: mod/notifications.php:120 +msgid "System Notifications" +msgstr "System notifications" + +#: mod/notifications.php:125 +msgid "Personal Notifications" +msgstr "Personal notifications" + +#: mod/notifications.php:130 +msgid "Home Notifications" +msgstr "Home notifications" + +#: mod/notifications.php:153 +msgid "Show unread" +msgstr "Show unread" + +#: mod/notifications.php:153 +msgid "Show all" +msgstr "Show all" + +#: mod/notifications.php:164 +msgid "Show Ignored Requests" +msgstr "Show ignored requests." + +#: mod/notifications.php:164 +msgid "Hide Ignored Requests" +msgstr "Hide ignored requests" + +#: mod/notifications.php:177 mod/notifications.php:262 +msgid "Notification type:" +msgstr "Notification type:" + +#: mod/notifications.php:180 +msgid "Suggested by:" +msgstr "Suggested by:" + +#: mod/notifications.php:192 mod/notifications.php:279 +#: src/Module/Contact.php:594 +msgid "Hide this contact from others" +msgstr "Hide this contact from others" + +#: mod/notifications.php:194 mod/notifications.php:288 +#: src/Model/Contact.php:1238 src/Module/Admin/Users.php:286 +msgid "Approve" +msgstr "Approve" + +#: mod/notifications.php:214 +msgid "Claims to be known to you: " +msgstr "Says they know me:" + +#: mod/notifications.php:215 +msgid "yes" +msgstr "yes" + +#: mod/notifications.php:215 +msgid "no" +msgstr "no" + +#: mod/notifications.php:216 mod/notifications.php:220 +msgid "Shall your connection be bidirectional or not?" +msgstr "Shall your connection be in both directions or not?" + +#: mod/notifications.php:217 mod/notifications.php:221 #, php-format -msgid "Could not find any contact entry for this URL (%s)" -msgstr "Could not find any contact entry for this URL (%s)" +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed." -#: src/Console/GlobalCommunityBlock.php:68 -#: src/Module/Admin/Blocklist/Contact.php:27 -msgid "The contact has been blocked from the node" -msgstr "The contact has been blocked from the node" - -#: src/Console/NewPassword.php:72 -msgid "Enter new password: " -msgstr "Enter new password: " - -#: src/Console/PostUpdate.php:50 +#: mod/notifications.php:218 #, php-format -msgid "Post update version number has been set to %s." -msgstr "Post update version number has been set to %s." - -#: src/Console/PostUpdate.php:58 -msgid "Check for pending update actions." -msgstr "Check for pending update actions." - -#: src/Console/PostUpdate.php:60 -msgid "Done." -msgstr "Done." - -#: src/Console/PostUpdate.php:62 -msgid "Execute pending post updates." -msgstr "Execute pending post updates." - -#: src/Console/PostUpdate.php:68 -msgid "All pending post updates are done." -msgstr "All pending post updates are done." - -#: src/Content/ContactSelector.php:58 -msgid "Frequently" -msgstr "Frequently" - -#: src/Content/ContactSelector.php:59 -msgid "Hourly" -msgstr "Hourly" - -#: src/Content/ContactSelector.php:60 -msgid "Twice daily" -msgstr "Twice daily" - -#: src/Content/ContactSelector.php:61 -msgid "Daily" -msgstr "Daily" - -#: src/Content/ContactSelector.php:62 -msgid "Weekly" -msgstr "Weekly" - -#: src/Content/ContactSelector.php:63 -msgid "Monthly" -msgstr "Monthly" - -#: src/Content/ContactSelector.php:83 -msgid "DFRN" -msgstr "DFRN" - -#: src/Content/ContactSelector.php:84 -msgid "OStatus" -msgstr "OStatus" - -#: src/Content/ContactSelector.php:85 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: src/Content/ContactSelector.php:86 src/Module/Admin/Users.php:272 -#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 -#: src/Module/Admin/Users.php:315 -msgid "Email" -msgstr "Email" - -#: src/Content/ContactSelector.php:88 -msgid "Zot!" -msgstr "Zot!" - -#: src/Content/ContactSelector.php:89 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: src/Content/ContactSelector.php:90 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: src/Content/ContactSelector.php:91 -msgid "MySpace" -msgstr "MySpace" - -#: src/Content/ContactSelector.php:92 -msgid "Google+" -msgstr "Google+" - -#: src/Content/ContactSelector.php:93 -msgid "pump.io" -msgstr "pump.io" - -#: src/Content/ContactSelector.php:94 -msgid "Twitter" -msgstr "Twitter" - -#: src/Content/ContactSelector.php:95 -msgid "Diaspora Connector" -msgstr "diaspora* connector" - -#: src/Content/ContactSelector.php:96 -msgid "GNU Social Connector" -msgstr "GNU Social Connector" - -#: src/Content/ContactSelector.php:97 -msgid "ActivityPub" -msgstr "ActivityPub" - -#: src/Content/ContactSelector.php:98 -msgid "pnut" -msgstr "pnut" - -#: src/Content/ContactSelector.php:153 src/Content/ContactSelector.php:193 -#: src/Content/ContactSelector.php:231 -msgid "No answer" -msgstr "No answer" - -#: src/Content/ContactSelector.php:154 -msgid "Male" -msgstr "Male" - -#: src/Content/ContactSelector.php:155 -msgid "Female" -msgstr "Female" - -#: src/Content/ContactSelector.php:156 -msgid "Currently Male" -msgstr "Currently male" - -#: src/Content/ContactSelector.php:157 -msgid "Currently Female" -msgstr "Currently female" - -#: src/Content/ContactSelector.php:158 -msgid "Mostly Male" -msgstr "Mostly male" - -#: src/Content/ContactSelector.php:159 -msgid "Mostly Female" -msgstr "Mostly female" - -#: src/Content/ContactSelector.php:160 -msgid "Transgender" -msgstr "Transgender" - -#: src/Content/ContactSelector.php:161 -msgid "Intersex" -msgstr "Intersex" - -#: src/Content/ContactSelector.php:162 -msgid "Transsexual" -msgstr "Transsexual" - -#: src/Content/ContactSelector.php:163 -msgid "Hermaphrodite" -msgstr "Hermaphrodite" - -#: src/Content/ContactSelector.php:164 -msgid "Neuter" -msgstr "Neuter" - -#: src/Content/ContactSelector.php:165 -msgid "Non-specific" -msgstr "Non-specific" - -#: src/Content/ContactSelector.php:166 -msgid "Other" -msgstr "Other" - -#: src/Content/ContactSelector.php:194 -msgid "Males" -msgstr "Males" - -#: src/Content/ContactSelector.php:195 -msgid "Females" -msgstr "Females" - -#: src/Content/ContactSelector.php:196 -msgid "Gay" -msgstr "Gay" - -#: src/Content/ContactSelector.php:197 -msgid "Lesbian" -msgstr "Lesbian" - -#: src/Content/ContactSelector.php:198 -msgid "No Preference" -msgstr "No Preference" - -#: src/Content/ContactSelector.php:199 -msgid "Bisexual" -msgstr "Bisexual" - -#: src/Content/ContactSelector.php:200 -msgid "Autosexual" -msgstr "Auto-sexual" - -#: src/Content/ContactSelector.php:201 -msgid "Abstinent" -msgstr "Abstinent" - -#: src/Content/ContactSelector.php:202 -msgid "Virgin" -msgstr "Virgin" - -#: src/Content/ContactSelector.php:203 -msgid "Deviant" -msgstr "Deviant" - -#: src/Content/ContactSelector.php:204 -msgid "Fetish" -msgstr "Fetish" - -#: src/Content/ContactSelector.php:205 -msgid "Oodles" -msgstr "Oodles" - -#: src/Content/ContactSelector.php:206 -msgid "Nonsexual" -msgstr "Asexual" - -#: src/Content/ContactSelector.php:232 -msgid "Single" -msgstr "Single" - -#: src/Content/ContactSelector.php:233 -msgid "Lonely" -msgstr "Lonely" - -#: src/Content/ContactSelector.php:234 -msgid "Available" -msgstr "Available" - -#: src/Content/ContactSelector.php:235 -msgid "Unavailable" -msgstr "Unavailable" - -#: src/Content/ContactSelector.php:236 -msgid "Has crush" -msgstr "Having a crush" - -#: src/Content/ContactSelector.php:237 -msgid "Infatuated" -msgstr "Infatuated" - -#: src/Content/ContactSelector.php:238 -msgid "Dating" -msgstr "Dating" - -#: src/Content/ContactSelector.php:239 -msgid "Unfaithful" -msgstr "Unfaithful" - -#: src/Content/ContactSelector.php:240 -msgid "Sex Addict" -msgstr "Sex addict" - -#: src/Content/ContactSelector.php:241 src/Model/User.php:729 -msgid "Friends" -msgstr "Friends" - -#: src/Content/ContactSelector.php:242 -msgid "Friends/Benefits" -msgstr "Friends with benefits" - -#: src/Content/ContactSelector.php:243 -msgid "Casual" -msgstr "Casual" - -#: src/Content/ContactSelector.php:244 -msgid "Engaged" -msgstr "Engaged" - -#: src/Content/ContactSelector.php:245 -msgid "Married" -msgstr "Married" - -#: src/Content/ContactSelector.php:246 -msgid "Imaginarily married" -msgstr "Imaginarily married" - -#: src/Content/ContactSelector.php:247 -msgid "Partners" -msgstr "Partners" - -#: src/Content/ContactSelector.php:248 -msgid "Cohabiting" -msgstr "Cohabiting" - -#: src/Content/ContactSelector.php:249 -msgid "Common law" -msgstr "Common law spouse" - -#: src/Content/ContactSelector.php:250 -msgid "Happy" -msgstr "Happy" - -#: src/Content/ContactSelector.php:251 -msgid "Not looking" -msgstr "Not looking" - -#: src/Content/ContactSelector.php:252 -msgid "Swinger" -msgstr "Swinger" - -#: src/Content/ContactSelector.php:253 -msgid "Betrayed" -msgstr "Betrayed" - -#: src/Content/ContactSelector.php:254 -msgid "Separated" -msgstr "Separated" - -#: src/Content/ContactSelector.php:255 -msgid "Unstable" -msgstr "Unstable" - -#: src/Content/ContactSelector.php:256 -msgid "Divorced" -msgstr "Divorced" - -#: src/Content/ContactSelector.php:257 -msgid "Imaginarily divorced" -msgstr "Imaginarily divorced" - -#: src/Content/ContactSelector.php:258 -msgid "Widowed" -msgstr "Widowed" - -#: src/Content/ContactSelector.php:259 -msgid "Uncertain" -msgstr "Uncertain" - -#: src/Content/ContactSelector.php:260 -msgid "It's complicated" -msgstr "It's complicated" - -#: src/Content/ContactSelector.php:261 -msgid "Don't care" -msgstr "Don't care" - -#: src/Content/ContactSelector.php:262 -msgid "Ask me" -msgstr "Ask me" - -#: src/Content/Feature.php:82 -msgid "General Features" -msgstr "General" - -#: src/Content/Feature.php:84 -msgid "Multiple Profiles" -msgstr "Multiple profiles" - -#: src/Content/Feature.php:84 -msgid "Ability to create multiple profiles" -msgstr "Ability to create multiple profiles" - -#: src/Content/Feature.php:85 -msgid "Photo Location" -msgstr "Photo location" - -#: src/Content/Feature.php:85 msgid "" -"Photo metadata is normally stripped. This extracts the location (if present)" -" prior to stripping metadata and links it to a map." -msgstr "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map." +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed." -#: src/Content/Feature.php:86 -msgid "Export Public Calendar" -msgstr "Export public calendar" - -#: src/Content/Feature.php:86 -msgid "Ability for visitors to download the public calendar" -msgstr "Ability for visitors to download the public calendar" - -#: src/Content/Feature.php:91 -msgid "Post Composition Features" -msgstr "Post composition" - -#: src/Content/Feature.php:92 -msgid "Auto-mention Forums" -msgstr "Auto-mention forums" - -#: src/Content/Feature.php:92 +#: mod/notifications.php:222 +#, php-format msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window." +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed." -#: src/Content/Feature.php:93 -msgid "Explicit Mentions" -msgstr "Explicit mentions" +#: mod/notifications.php:233 +msgid "Friend" +msgstr "Friend" -#: src/Content/Feature.php:93 +#: mod/notifications.php:234 +msgid "Sharer" +msgstr "Sharer" + +#: mod/notifications.php:234 +msgid "Subscriber" +msgstr "Subscriber" + +#: mod/notifications.php:274 src/Model/Profile.php:453 +#: src/Model/Profile.php:832 src/Module/Directory.php:145 +#: src/Module/Contact.php:611 +msgid "About:" +msgstr "About:" + +#: mod/notifications.php:278 src/Model/Profile.php:450 +#: src/Model/Profile.php:771 src/Module/Directory.php:142 +msgid "Gender:" +msgstr "Gender:" + +#: mod/notifications.php:285 src/Model/Profile.php:558 +#: src/Module/Contact.php:295 +msgid "Network:" +msgstr "Network:" + +#: mod/notifications.php:299 +msgid "No introductions." +msgstr "No introductions." + +#: mod/notifications.php:333 +#, php-format +msgid "No more %s notifications." +msgstr "No more %s notifications." + +#: mod/openid.php:30 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID protocol error. No ID returned." + +#: mod/openid.php:60 msgid "" -"Add explicit mentions to comment box for manual control over who gets " -"mentioned in replies." -msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies." +"Account not found and OpenID registration is not permitted on this site." +msgstr "Account not found and OpenID registration is not permitted on this site." -#: src/Content/Feature.php:98 -msgid "Network Sidebar" -msgstr "Network sidebar" +#: mod/openid.php:108 src/Module/Login.php:88 src/Module/Login.php:139 +msgid "Login failed." +msgstr "Login failed." -#: src/Content/Feature.php:99 -msgid "Ability to select posts by date ranges" -msgstr "Ability to select posts by date ranges" +#: mod/settings.php:65 src/Module/BaseSettingsModule.php:24 +msgid "Account" +msgstr "Account" -#: src/Content/Feature.php:100 -msgid "Protocol Filter" -msgstr "Protocol Filter" +#: mod/settings.php:73 src/Module/BaseSettingsModule.php:31 +#: src/Module/Settings/TwoFactor/Index.php:89 +#: src/Module/TwoFactor/Verify.php:62 +msgid "Two-factor authentication" +msgstr "Two-factor authentication" -#: src/Content/Feature.php:100 -msgid "Enable widget to display Network posts only from selected protocols" -msgstr "Enable widget to display Network posts only from selected protocols" +#: mod/settings.php:80 src/Content/Nav.php:268 src/Model/Profile.php:402 +#: src/Module/BaseSettingsModule.php:38 +msgid "Profiles" +msgstr "Profiles" -#: src/Content/Feature.php:105 -msgid "Network Tabs" -msgstr "Network tabs" +#: mod/settings.php:88 src/Module/BaseAdminModule.php:84 +#: src/Module/BaseSettingsModule.php:46 +msgid "Additional features" +msgstr "Additional features" -#: src/Content/Feature.php:106 -msgid "Network New Tab" -msgstr "Network new tab" +#: mod/settings.php:96 src/Module/BaseSettingsModule.php:54 +msgid "Display" +msgstr "Display" -#: src/Content/Feature.php:106 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "Enable tab to display only new network posts (last 12 hours)" +#: mod/settings.php:103 mod/settings.php:843 +#: src/Module/BaseSettingsModule.php:61 +msgid "Social Networks" +msgstr "Social networks" -#: src/Content/Feature.php:107 -msgid "Network Shared Links Tab" -msgstr "Network shared links tab" +#: mod/settings.php:110 src/Module/Admin/Addons/Details.php:100 +#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseAdminModule.php:82 +#: src/Module/BaseSettingsModule.php:68 +msgid "Addons" +msgstr "Addons" -#: src/Content/Feature.php:107 -msgid "Enable tab to display only Network posts with links in them" -msgstr "Enable tab to display only network posts with links in them" +#: mod/settings.php:117 src/Content/Nav.php:263 +#: src/Module/BaseSettingsModule.php:75 +msgid "Delegations" +msgstr "Delegations" -#: src/Content/Feature.php:112 -msgid "Post/Comment Tools" -msgstr "Post/Comment tools" +#: mod/settings.php:124 src/Module/BaseSettingsModule.php:82 +msgid "Connected apps" +msgstr "Connected apps" -#: src/Content/Feature.php:113 -msgid "Post Categories" -msgstr "Post categories" +#: mod/settings.php:138 src/Module/BaseSettingsModule.php:96 +msgid "Remove account" +msgstr "Remove account" -#: src/Content/Feature.php:113 -msgid "Add categories to your posts" -msgstr "Add categories to your posts" +#: mod/settings.php:147 view/theme/frio/theme.php:277 src/Content/Nav.php:265 +#: src/Module/Admin/Addons/Details.php:102 +#: src/Module/Admin/Themes/Details.php:107 +#: src/Module/BaseSettingsModule.php:105 src/Module/Welcome.php:33 +msgid "Settings" +msgstr "Settings" -#: src/Content/Feature.php:118 -msgid "Advanced Profile Settings" -msgstr "Advanced profiles" +#: mod/settings.php:190 +msgid "Missing some important data!" +msgstr "Missing some important data!" -#: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "List forums" +#: mod/settings.php:192 mod/settings.php:703 src/Module/Contact.php:801 +msgid "Update" +msgstr "Update" -#: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Show visitors of public community forums at the advanced profile page" +#: mod/settings.php:302 +msgid "Failed to connect with email account using the settings provided." +msgstr "Failed to connect with email account using the settings provided." -#: src/Content/Feature.php:120 -msgid "Tag Cloud" -msgstr "Tag cloud" +#: mod/settings.php:307 +msgid "Email settings updated." +msgstr "Email settings updated." -#: src/Content/Feature.php:120 -msgid "Provide a personal tag cloud on your profile page" -msgstr "Provides a personal tag cloud on your profile page" +#: mod/settings.php:323 +msgid "Features updated" +msgstr "Features updated" -#: src/Content/Feature.php:121 -msgid "Display Membership Date" -msgstr "Display membership date" +#: mod/settings.php:384 +msgid "The theme you chose isn't available." +msgstr "The chosen theme isn't available." -#: src/Content/Feature.php:121 -msgid "Display membership date in profile" -msgstr "Display membership date in profile" +#: mod/settings.php:396 +msgid "Relocate message has been send to your contacts" +msgstr "Relocate message has been send to your contacts" -#: src/Content/ForumManager.php:130 src/Content/Nav.php:206 -#: src/Content/Text/HTML.php:914 view/theme/vier/theme.php:250 -msgid "Forums" -msgstr "Forums" +#: mod/settings.php:408 +msgid "Passwords do not match." +msgstr "Passwords do not match." -#: src/Content/ForumManager.php:132 view/theme/vier/theme.php:252 -msgid "External link to forum" -msgstr "External link to forum" +#: mod/settings.php:416 src/Console/NewPassword.php:101 +msgid "Password update failed. Please try again." +msgstr "Password update failed. Please try again." -#: src/Content/Nav.php:73 -msgid "Nothing new here" -msgstr "Nothing new here" +#: mod/settings.php:419 src/Console/NewPassword.php:104 +msgid "Password changed." +msgstr "Password changed." -#: src/Content/Nav.php:77 -msgid "Clear notifications" -msgstr "Clear notifications" +#: mod/settings.php:422 +msgid "Password unchanged." +msgstr "Password unchanged." -#: src/Content/Nav.php:78 src/Content/Text/HTML.php:903 -msgid "@name, !forum, #tags, content" -msgstr "@name, !forum, #tags, content" +#: mod/settings.php:503 +msgid " Please use a shorter name." +msgstr " Please use a shorter name." -#: src/Content/Nav.php:152 src/Module/Login.php:324 -#: view/theme/frio/theme.php:259 -msgid "Logout" -msgstr "Logout" +#: mod/settings.php:506 +msgid " Name too short." +msgstr " Name too short." -#: src/Content/Nav.php:152 view/theme/frio/theme.php:259 -msgid "End this session" -msgstr "End this session" +#: mod/settings.php:513 src/Module/Settings/TwoFactor/Index.php:72 +msgid "Wrong Password" +msgstr "Wrong password" -#: src/Content/Nav.php:155 src/Model/Profile.php:895 -#: src/Module/Contact.php:655 src/Module/Contact.php:856 -#: src/Module/Settings/TwoFactor/Index.php:85 view/theme/frio/theme.php:262 +#: mod/settings.php:518 +msgid "Invalid email." +msgstr "Invalid email." + +#: mod/settings.php:524 +msgid "Cannot change to that email." +msgstr "Cannot change to that email." + +#: mod/settings.php:574 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Private forum has no privacy permissions. Using default privacy group." + +#: mod/settings.php:577 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Private forum has no privacy permissions and no default privacy group." + +#: mod/settings.php:617 +msgid "Settings updated." +msgstr "Settings updated." + +#: mod/settings.php:676 mod/settings.php:702 mod/settings.php:736 +msgid "Add application" +msgstr "Add application" + +#: mod/settings.php:680 mod/settings.php:706 +msgid "Consumer Key" +msgstr "Consumer key" + +#: mod/settings.php:681 mod/settings.php:707 +msgid "Consumer Secret" +msgstr "Consumer secret" + +#: mod/settings.php:682 mod/settings.php:708 +msgid "Redirect" +msgstr "Redirect" + +#: mod/settings.php:683 mod/settings.php:709 +msgid "Icon url" +msgstr "Icon URL" + +#: mod/settings.php:694 +msgid "You can't edit this application." +msgstr "You cannot edit this application." + +#: mod/settings.php:735 +msgid "Connected Apps" +msgstr "Connected Apps" + +#: mod/settings.php:737 src/Object/Post.php:168 src/Object/Post.php:170 +msgid "Edit" +msgstr "Edit" + +#: mod/settings.php:739 +msgid "Client key starts with" +msgstr "Client key starts with" + +#: mod/settings.php:740 +msgid "No name" +msgstr "No name" + +#: mod/settings.php:741 +msgid "Remove authorization" +msgstr "Remove authorization" + +#: mod/settings.php:752 +msgid "No Addon settings configured" +msgstr "No addon settings configured" + +#: mod/settings.php:761 +msgid "Addon Settings" +msgstr "Addon settings" + +#: mod/settings.php:775 src/Module/Admin/Features.php:58 +#: src/Module/Admin/Features.php:59 +msgid "Off" +msgstr "Off" + +#: mod/settings.php:775 src/Module/Admin/Features.php:58 +#: src/Module/Admin/Features.php:59 +msgid "On" +msgstr "On" + +#: mod/settings.php:782 +msgid "Additional Features" +msgstr "Additional Features" + +#: mod/settings.php:806 src/Content/ContactSelector.php:120 +msgid "Diaspora" +msgstr "diaspora*" + +#: mod/settings.php:806 mod/settings.php:807 +msgid "enabled" +msgstr "enabled" + +#: mod/settings.php:806 mod/settings.php:807 +msgid "disabled" +msgstr "disabled" + +#: mod/settings.php:806 mod/settings.php:807 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Built-in support for %s connectivity is %s" + +#: mod/settings.php:807 +msgid "GNU Social (OStatus)" +msgstr "GNU Social (OStatus)" + +#: mod/settings.php:838 +msgid "Email access is disabled on this site." +msgstr "Email access is disabled on this site." + +#: mod/settings.php:848 +msgid "General Social Media Settings" +msgstr "General Social Media Settings" + +#: mod/settings.php:849 +msgid "Accept only top level posts by contacts you follow" +msgstr "Accept only top-level posts by contacts you follow" + +#: mod/settings.php:849 +msgid "" +"The system does an auto completion of threads when a comment arrives. This " +"has got the side effect that you can receive posts that had been started by " +"a non-follower but had been commented by someone you follow. This setting " +"deactivates this behaviour. When activated, you strictly only will receive " +"posts from people you really do follow." +msgstr "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behaviour. When activated, you will only receive posts from people you really do follow." + +#: mod/settings.php:850 +msgid "Disable Content Warning" +msgstr "Disable Content Warning" + +#: mod/settings.php:850 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up." + +#: mod/settings.php:851 +msgid "Disable intelligent shortening" +msgstr "Disable intelligent shortening" + +#: mod/settings.php:851 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post." + +#: mod/settings.php:852 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners" + +#: mod/settings.php:852 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "Create a new contact for every unknown OStatus user from whom you receive a message." + +#: mod/settings.php:853 +msgid "Default group for OStatus contacts" +msgstr "Default group for OStatus contacts" + +#: mod/settings.php:854 +msgid "Your legacy GNU Social account" +msgstr "Your legacy GNU Social account" + +#: mod/settings.php:854 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done." + +#: mod/settings.php:857 +msgid "Repair OStatus subscriptions" +msgstr "Repair OStatus subscriptions" + +#: mod/settings.php:861 +msgid "Email/Mailbox Setup" +msgstr "Email/Mailbox setup" + +#: mod/settings.php:862 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts." + +#: mod/settings.php:863 +msgid "Last successful email check:" +msgstr "Last successful email check:" + +#: mod/settings.php:865 +msgid "IMAP server name:" +msgstr "IMAP server name:" + +#: mod/settings.php:866 +msgid "IMAP port:" +msgstr "IMAP port:" + +#: mod/settings.php:867 +msgid "Security:" +msgstr "Security:" + +#: mod/settings.php:867 mod/settings.php:872 +msgid "None" +msgstr "None" + +#: mod/settings.php:868 +msgid "Email login name:" +msgstr "Email login name:" + +#: mod/settings.php:869 +msgid "Email password:" +msgstr "Email password:" + +#: mod/settings.php:870 +msgid "Reply-to address:" +msgstr "Reply-to address:" + +#: mod/settings.php:871 +msgid "Send public posts to all email contacts:" +msgstr "Send public posts to all email contacts:" + +#: mod/settings.php:872 +msgid "Action after import:" +msgstr "Action after import:" + +#: mod/settings.php:872 src/Content/Nav.php:251 +msgid "Mark as seen" +msgstr "Mark as seen" + +#: mod/settings.php:872 +msgid "Move to folder" +msgstr "Move to folder" + +#: mod/settings.php:873 +msgid "Move to folder:" +msgstr "Move to folder:" + +#: mod/settings.php:897 src/Module/Admin/Site.php:433 +msgid "No special theme for mobile devices" +msgstr "No special theme for mobile devices" + +#: mod/settings.php:905 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s - (Unsupported)" + +#: mod/settings.php:907 src/Module/Admin/Site.php:450 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (Experimental)" + +#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:395 +msgid "Sunday" +msgstr "Sunday" + +#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:396 +msgid "Monday" +msgstr "Monday" + +#: mod/settings.php:951 +msgid "Display Settings" +msgstr "Display Settings" + +#: mod/settings.php:957 +msgid "Display Theme:" +msgstr "Display theme:" + +#: mod/settings.php:958 +msgid "Mobile Theme:" +msgstr "Mobile theme:" + +#: mod/settings.php:959 +msgid "Suppress warning of insecure networks" +msgstr "Suppress warning of insecure networks" + +#: mod/settings.php:959 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "Suppresses warnings if groups contains members whose networks cannot receive non-public postings." + +#: mod/settings.php:960 +msgid "Update browser every xx seconds" +msgstr "Update browser every so many seconds:" + +#: mod/settings.php:960 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "Minimum 10 seconds; to disable -1." + +#: mod/settings.php:961 +msgid "Number of items to display per page:" +msgstr "Number of items displayed per page:" + +#: mod/settings.php:961 mod/settings.php:962 +msgid "Maximum of 100 items" +msgstr "Maximum of 100 items" + +#: mod/settings.php:962 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Number of items displayed per page on mobile devices:" + +#: mod/settings.php:963 +msgid "Don't show emoticons" +msgstr "Don't show emoticons" + +#: mod/settings.php:964 +msgid "Calendar" +msgstr "Calendar" + +#: mod/settings.php:965 +msgid "Beginning of week:" +msgstr "Week begins: " + +#: mod/settings.php:966 +msgid "Don't show notices" +msgstr "Don't show notices" + +#: mod/settings.php:967 +msgid "Infinite scroll" +msgstr "Infinite scroll" + +#: mod/settings.php:968 +msgid "Automatic updates only at the top of the network page" +msgstr "Automatically updates only top of the network page" + +#: mod/settings.php:968 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "When disabled, the network page is updated all the time, which could be confusing while reading." + +#: mod/settings.php:969 +msgid "Bandwidth Saver Mode" +msgstr "Bandwidth Saver Mode" + +#: mod/settings.php:969 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload." + +#: mod/settings.php:970 +msgid "Smart Threading" +msgstr "Smart threading" + +#: mod/settings.php:970 +msgid "" +"When enabled, suppress extraneous thread indentation while keeping it where " +"it matters. Only works if threading is available and enabled." +msgstr "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled." + +#: mod/settings.php:972 +msgid "General Theme Settings" +msgstr "Themes" + +#: mod/settings.php:973 +msgid "Custom Theme Settings" +msgstr "Theme customisation" + +#: mod/settings.php:974 +msgid "Content Settings" +msgstr "Content/Layout" + +#: mod/settings.php:975 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75 +#: view/theme/vier/config.php:121 +msgid "Theme settings" +msgstr "Theme settings" + +#: mod/settings.php:989 +msgid "Unable to find your profile. Please contact your admin." +msgstr "Unable to find your profile. Please contact your admin." + +#: mod/settings.php:1028 +msgid "Account Types" +msgstr "Account types:" + +#: mod/settings.php:1029 +msgid "Personal Page Subtypes" +msgstr "Personal Page subtypes" + +#: mod/settings.php:1030 +msgid "Community Forum Subtypes" +msgstr "Community forum subtypes" + +#: mod/settings.php:1037 src/Module/Admin/Users.php:229 +msgid "Personal Page" +msgstr "Personal Page" + +#: mod/settings.php:1038 +msgid "Account for a personal profile." +msgstr "Account for a personal profile." + +#: mod/settings.php:1041 src/Module/Admin/Users.php:230 +msgid "Organisation Page" +msgstr "Organisation Page" + +#: mod/settings.php:1042 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "Account for an organisation that automatically approves contact requests as \"Followers\"." + +#: mod/settings.php:1045 src/Module/Admin/Users.php:231 +msgid "News Page" +msgstr "News Page" + +#: mod/settings.php:1046 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"." + +#: mod/settings.php:1049 src/Module/Admin/Users.php:232 +msgid "Community Forum" +msgstr "Community Forum" + +#: mod/settings.php:1050 +msgid "Account for community discussions." +msgstr "Account for community discussions." + +#: mod/settings.php:1053 src/Module/Admin/Users.php:222 +msgid "Normal Account Page" +msgstr "Standard" + +#: mod/settings.php:1054 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"." + +#: mod/settings.php:1057 src/Module/Admin/Users.php:223 +msgid "Soapbox Page" +msgstr "Soapbox" + +#: mod/settings.php:1058 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"." + +#: mod/settings.php:1061 src/Module/Admin/Users.php:224 +msgid "Public Forum" +msgstr "Public forum" + +#: mod/settings.php:1062 +msgid "Automatically approves all contact requests." +msgstr "Automatically approves all contact requests." + +#: mod/settings.php:1065 src/Module/Admin/Users.php:225 +msgid "Automatic Friend Page" +msgstr "Love-all" + +#: mod/settings.php:1066 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"." + +#: mod/settings.php:1069 +msgid "Private Forum [Experimental]" +msgstr "Private forum [Experimental]" + +#: mod/settings.php:1070 +msgid "Requires manual approval of contact requests." +msgstr "Requires manual approval of contact requests." + +#: mod/settings.php:1081 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1081 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Optional) Allow this OpenID to login to this account." + +#: mod/settings.php:1089 +msgid "Publish your default profile in your local site directory?" +msgstr "Publish default profile in local site directory?" + +#: mod/settings.php:1089 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings." + +#: mod/settings.php:1095 +msgid "Publish your default profile in the global social directory?" +msgstr "Publish default profile in global directory?" + +#: mod/settings.php:1095 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible." + +#: mod/settings.php:1095 +msgid "" +"This setting also determines whether Friendica will inform search engines " +"that your profile should be indexed or not. Third-party search engines may " +"or may not respect this setting." +msgstr "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting." + +#: mod/settings.php:1102 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Hide my contact list from others?" + +#: mod/settings.php:1102 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create" + +#: mod/settings.php:1106 +msgid "Hide your profile details from anonymous viewers?" +msgstr "Hide profile details from anonymous viewers?" + +#: mod/settings.php:1106 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Your public posts and " +"replies will still be accessible by other means." +msgstr "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means." + +#: mod/settings.php:1110 +msgid "Allow friends to post to your profile page?" +msgstr "Allow friends to post to my wall?" + +#: mod/settings.php:1110 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts" + +#: mod/settings.php:1114 +msgid "Allow friends to tag your posts?" +msgstr "Allow friends to tag my post?" + +#: mod/settings.php:1114 +msgid "Your contacts can add additional tags to your posts." +msgstr "Your contacts can add additional tags to your posts." + +#: mod/settings.php:1118 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Allow us to suggest you as a potential friend to new members?" + +#: mod/settings.php:1118 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "If you like, Friendica may suggest new members to add you as a contact." + +#: mod/settings.php:1122 +msgid "Permit unknown people to send you private mail?" +msgstr "Allow unknown people to send me private messages?" + +#: mod/settings.php:1122 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Friendica network users may send you private messages even if they are not in your contact list." + +#: mod/settings.php:1126 +msgid "Profile is not published." +msgstr "Profile is not published." + +#: mod/settings.php:1132 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "My identity address: '%s' or '%s'" + +#: mod/settings.php:1139 +msgid "Automatically expire posts after this many days:" +msgstr "Automatically expire posts after this many days:" + +#: mod/settings.php:1139 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Posts will not expire if empty; expired posts will be deleted" + +#: mod/settings.php:1140 +msgid "Advanced expiration settings" +msgstr "Advanced expiration settings" + +#: mod/settings.php:1141 +msgid "Advanced Expiration" +msgstr "Advanced expiration" + +#: mod/settings.php:1142 +msgid "Expire posts:" +msgstr "Expire posts:" + +#: mod/settings.php:1143 +msgid "Expire personal notes:" +msgstr "Expire personal notes:" + +#: mod/settings.php:1144 +msgid "Expire starred posts:" +msgstr "Expire starred posts:" + +#: mod/settings.php:1145 +msgid "Expire photos:" +msgstr "Expire photos:" + +#: mod/settings.php:1146 +msgid "Only expire posts by others:" +msgstr "Only expire posts by others:" + +#: mod/settings.php:1176 +msgid "Account Settings" +msgstr "Account Settings" + +#: mod/settings.php:1184 +msgid "Password Settings" +msgstr "Password change" + +#: mod/settings.php:1185 src/Module/Register.php:130 +msgid "New Password:" +msgstr "New password:" + +#: mod/settings.php:1185 +msgid "" +"Allowed characters are a-z, A-Z, 0-9 and special characters except white " +"spaces, accentuated letters and colon (:)." +msgstr "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon." + +#: mod/settings.php:1186 src/Module/Register.php:131 +msgid "Confirm:" +msgstr "Confirm new password:" + +#: mod/settings.php:1186 +msgid "Leave password fields blank unless changing" +msgstr "Leave password fields blank unless changing" + +#: mod/settings.php:1187 +msgid "Current Password:" +msgstr "Current password:" + +#: mod/settings.php:1187 mod/settings.php:1188 +msgid "Your current password to confirm the changes" +msgstr "Current password to confirm change" + +#: mod/settings.php:1188 +msgid "Password:" +msgstr "Password:" + +#: mod/settings.php:1192 +msgid "Basic Settings" +msgstr "Basic information" + +#: mod/settings.php:1193 src/Model/Profile.php:764 +msgid "Full Name:" +msgstr "Full name:" + +#: mod/settings.php:1194 +msgid "Email Address:" +msgstr "Email address:" + +#: mod/settings.php:1195 +msgid "Your Timezone:" +msgstr "Time zone:" + +#: mod/settings.php:1196 +msgid "Your Language:" +msgstr "Language:" + +#: mod/settings.php:1196 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "Set the language of your Friendica interface and emails sent to you." + +#: mod/settings.php:1197 +msgid "Default Post Location:" +msgstr "Posting location:" + +#: mod/settings.php:1198 +msgid "Use Browser Location:" +msgstr "Use browser location:" + +#: mod/settings.php:1201 +msgid "Security and Privacy Settings" +msgstr "Security and privacy" + +#: mod/settings.php:1203 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximum friend requests per day:" + +#: mod/settings.php:1203 mod/settings.php:1232 +msgid "(to prevent spam abuse)" +msgstr "May prevent spam or abuse registrations" + +#: mod/settings.php:1204 +msgid "Default Post Permissions" +msgstr "Default post permissions" + +#: mod/settings.php:1205 +msgid "(click to open/close)" +msgstr "(reveal/hide)" + +#: mod/settings.php:1215 +msgid "Default Private Post" +msgstr "Default private post" + +#: mod/settings.php:1216 +msgid "Default Public Post" +msgstr "Default public post" + +#: mod/settings.php:1220 +msgid "Default Permissions for New Posts" +msgstr "Default permissions for new posts" + +#: mod/settings.php:1232 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum private messages per day from unknown people:" + +#: mod/settings.php:1235 +msgid "Notification Settings" +msgstr "Notification" + +#: mod/settings.php:1236 +msgid "Send a notification email when:" +msgstr "Send notification email when:" + +#: mod/settings.php:1237 +msgid "You receive an introduction" +msgstr "Receiving an introduction" + +#: mod/settings.php:1238 +msgid "Your introductions are confirmed" +msgstr "My introductions are confirmed" + +#: mod/settings.php:1239 +msgid "Someone writes on your profile wall" +msgstr "Someone writes on my wall" + +#: mod/settings.php:1240 +msgid "Someone writes a followup comment" +msgstr "A follow up comment is posted" + +#: mod/settings.php:1241 +msgid "You receive a private message" +msgstr "receiving a private message" + +#: mod/settings.php:1242 +msgid "You receive a friend suggestion" +msgstr "Receiving a friend suggestion" + +#: mod/settings.php:1243 +msgid "You are tagged in a post" +msgstr "Tagged in a post" + +#: mod/settings.php:1244 +msgid "You are poked/prodded/etc. in a post" +msgstr "Poked in a post" + +#: mod/settings.php:1246 +msgid "Activate desktop notifications" +msgstr "Activate desktop notifications" + +#: mod/settings.php:1246 +msgid "Show desktop popup on new notifications" +msgstr "Show desktop pop-up on new notifications" + +#: mod/settings.php:1248 +msgid "Text-only notification emails" +msgstr "Text-only notification emails" + +#: mod/settings.php:1250 +msgid "Send text only notification emails, without the html part" +msgstr "Receive text only emails without HTML " + +#: mod/settings.php:1252 +msgid "Show detailled notifications" +msgstr "Show detailled notifications" + +#: mod/settings.php:1254 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed." + +#: mod/settings.php:1256 +msgid "Advanced Account/Page Type Settings" +msgstr "Advanced account types" + +#: mod/settings.php:1257 +msgid "Change the behaviour of this account for special situations" +msgstr "Change behaviour of this account for special situations" + +#: mod/settings.php:1260 +msgid "Relocate" +msgstr "Recent relocation" + +#: mod/settings.php:1261 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:" + +#: mod/settings.php:1262 +msgid "Resend relocate message to contacts" +msgstr "Resend relocation message to contacts" + +#: view/theme/duepuntozero/config.php:55 src/Model/User.php:745 +msgid "default" +msgstr "default" + +#: view/theme/duepuntozero/config.php:56 +msgid "greenzero" +msgstr "greenzero" + +#: view/theme/duepuntozero/config.php:57 +msgid "purplezero" +msgstr "purplezero" + +#: view/theme/duepuntozero/config.php:58 +msgid "easterbunny" +msgstr "easterbunny" + +#: view/theme/duepuntozero/config.php:59 +msgid "darkzero" +msgstr "darkzero" + +#: view/theme/duepuntozero/config.php:60 +msgid "comix" +msgstr "comix" + +#: view/theme/duepuntozero/config.php:61 +msgid "slackr" +msgstr "slackr" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "Variations" + +#: view/theme/frio/php/Image.php:24 +msgid "Top Banner" +msgstr "Top Banner" + +#: view/theme/frio/php/Image.php:24 +msgid "" +"Resize image to the width of the screen and show background color below on " +"long pages." +msgstr "Resize image to the width of the screen and show background colour below on long pages." + +#: view/theme/frio/php/Image.php:25 +msgid "Full screen" +msgstr "Full screen" + +#: view/theme/frio/php/Image.php:25 +msgid "" +"Resize image to fill entire screen, clipping either the right or the bottom." +msgstr "Resize image to fill entire screen, clipping either the right or the bottom." + +#: view/theme/frio/php/Image.php:26 +msgid "Single row mosaic" +msgstr "Single row mosaic" + +#: view/theme/frio/php/Image.php:26 +msgid "" +"Resize image to repeat it on a single row, either vertical or horizontal." +msgstr "Resize image to repeat it on a single row, either vertical or horizontal." + +#: view/theme/frio/php/Image.php:27 +msgid "Mosaic" +msgstr "Mosaic" + +#: view/theme/frio/php/Image.php:27 +msgid "Repeat image to fill the screen." +msgstr "Repeat image to fill the screen." + +#: view/theme/frio/config.php:111 +msgid "Custom" +msgstr "Custom" + +#: view/theme/frio/config.php:123 +msgid "Note" +msgstr "Note" + +#: view/theme/frio/config.php:123 +msgid "Check image permissions if all users are allowed to see the image" +msgstr "Check image permissions that all everyone is allowed to see the image" + +#: view/theme/frio/config.php:129 +msgid "Select color scheme" +msgstr "Select colour scheme" + +#: view/theme/frio/config.php:130 +msgid "Copy or paste schemestring" +msgstr "Copy or paste theme string" + +#: view/theme/frio/config.php:130 +msgid "" +"You can copy this string to share your theme with others. Pasting here " +"applies the schemestring" +msgstr "You can copy this string to share your theme with others. Pasting here applies the theme string" + +#: view/theme/frio/config.php:131 +msgid "Navigation bar background color" +msgstr "Navigation bar background colour:" + +#: view/theme/frio/config.php:132 +msgid "Navigation bar icon color " +msgstr "Navigation bar icon colour:" + +#: view/theme/frio/config.php:133 +msgid "Link color" +msgstr "Link colour:" + +#: view/theme/frio/config.php:134 +msgid "Set the background color" +msgstr "Background colour:" + +#: view/theme/frio/config.php:135 +msgid "Content background opacity" +msgstr "Content background opacity" + +#: view/theme/frio/config.php:136 +msgid "Set the background image" +msgstr "Background image:" + +#: view/theme/frio/config.php:137 +msgid "Background image style" +msgstr "Background image style" + +#: view/theme/frio/config.php:139 +msgid "Enable Compose page" +msgstr "Enable compose page" + +#: view/theme/frio/config.php:139 +msgid "" +"This replaces the jot modal window for writing new posts with a link to the new Compose page." +msgstr "This replaces the jot modal window for writing new posts with a link to the new Compose page." + +#: view/theme/frio/config.php:143 +msgid "Login page background image" +msgstr "Login page background image" + +#: view/theme/frio/config.php:147 +msgid "Login page background color" +msgstr "Login page background colour" + +#: view/theme/frio/config.php:147 +msgid "Leave background image and color empty for theme defaults" +msgstr "Leave background image and colour empty for theme defaults" + +#: view/theme/frio/theme.php:246 +msgid "Guest" +msgstr "Guest" + +#: view/theme/frio/theme.php:251 +msgid "Visitor" +msgstr "Visitor" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Model/Profile.php:917 src/Module/Settings/TwoFactor/Index.php:91 +#: src/Module/Contact.php:616 src/Module/Contact.php:831 msgid "Status" msgstr "Status" -#: src/Content/Nav.php:155 src/Content/Nav.php:241 -#: view/theme/frio/theme.php:262 +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Content/Nav.php:244 msgid "Your posts and conversations" msgstr "My posts and conversations" -#: src/Content/Nav.php:156 view/theme/frio/theme.php:263 +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 msgid "Your profile page" msgstr "My profile page" -#: src/Content/Nav.php:157 view/theme/frio/theme.php:264 +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 msgid "Your photos" msgstr "My photos" -#: src/Content/Nav.php:158 src/Model/Profile.php:919 src/Model/Profile.php:922 -#: view/theme/frio/theme.php:265 +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +#: src/Model/Profile.php:941 src/Model/Profile.php:944 msgid "Videos" msgstr "Videos" -#: src/Content/Nav.php:158 view/theme/frio/theme.php:265 +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 msgid "Your videos" msgstr "My videos" -#: src/Content/Nav.php:159 view/theme/frio/theme.php:266 +#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 msgid "Your events" msgstr "My events" -#: src/Content/Nav.php:160 -msgid "Personal notes" -msgstr "Personal notes" - -#: src/Content/Nav.php:160 -msgid "Your personal notes" -msgstr "My personal notes" - -#: src/Content/Nav.php:169 src/Module/Bookmarklet.php:25 -#: src/Module/Login.php:325 -msgid "Login" -msgstr "Login" - -#: src/Content/Nav.php:169 -msgid "Sign in" -msgstr "Sign in" - -#: src/Content/Nav.php:179 src/Content/Nav.php:241 -#: src/Core/NotificationsManager.php:165 -msgid "Home" -msgstr "Home" - -#: src/Content/Nav.php:179 -msgid "Home Page" -msgstr "Home page" - -#: src/Content/Nav.php:183 src/Module/Login.php:296 -#: src/Module/Register.php:136 -msgid "Register" -msgstr "Sign up now >>" - -#: src/Content/Nav.php:183 -msgid "Create an account" -msgstr "Create account" - -#: src/Content/Nav.php:189 src/Module/Help.php:50 -#: src/Module/Settings/TwoFactor/Index.php:84 -#: src/Module/Settings/TwoFactor/Recovery.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:117 view/theme/vier/theme.php:294 -msgid "Help" -msgstr "Help" - -#: src/Content/Nav.php:189 -msgid "Help and documentation" -msgstr "Help and documentation" - -#: src/Content/Nav.php:193 -msgid "Apps" -msgstr "Apps" - -#: src/Content/Nav.php:193 -msgid "Addon applications, utilities, games" -msgstr "Addon applications, utilities, games" - -#: src/Content/Nav.php:197 -msgid "Search site content" -msgstr "Search site content" - -#: src/Content/Nav.php:200 src/Content/Text/HTML.php:909 -msgid "Full Text" -msgstr "Full text" - -#: src/Content/Nav.php:201 src/Content/Text/HTML.php:910 -#: src/Content/Widget/TagCloud.php:54 -msgid "Tags" -msgstr "Tags" - -#: src/Content/Nav.php:221 -msgid "Community" -msgstr "Community" - -#: src/Content/Nav.php:221 -msgid "Conversations on this and other servers" -msgstr "Conversations on this and other servers" - -#: src/Content/Nav.php:225 src/Model/Profile.php:934 src/Model/Profile.php:945 -#: view/theme/frio/theme.php:270 -msgid "Events and Calendar" -msgstr "Events and calendar" - -#: src/Content/Nav.php:228 -msgid "Directory" -msgstr "Directory" - -#: src/Content/Nav.php:228 -msgid "People directory" -msgstr "People directory" - -#: src/Content/Nav.php:230 src/Module/BaseAdminModule.php:75 -msgid "Information" -msgstr "Information" - -#: src/Content/Nav.php:230 -msgid "Information about this friendica instance" -msgstr "Information about this Friendica instance" - -#: src/Content/Nav.php:233 src/Module/Admin/Tos.php:43 -#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:144 -#: src/Module/Tos.php:73 -msgid "Terms of Service" -msgstr "Terms of Service" - -#: src/Content/Nav.php:233 -msgid "Terms of Service of this Friendica instance" -msgstr "Terms of Service for this Friendica instance" - -#: src/Content/Nav.php:238 src/Core/NotificationsManager.php:151 -#: view/theme/frio/theme.php:269 +#: view/theme/frio/theme.php:274 src/Core/NotificationsManager.php:151 +#: src/Content/Nav.php:241 msgid "Network" msgstr "Network" -#: src/Content/Nav.php:238 view/theme/frio/theme.php:269 +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 msgid "Conversations from your friends" msgstr "My friends' conversations" -#: src/Content/Nav.php:239 -msgid "Network Reset" -msgstr "Network reset" +#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 +#: src/Model/Profile.php:956 src/Model/Profile.php:967 +msgid "Events and Calendar" +msgstr "Events and calendar" -#: src/Content/Nav.php:239 -msgid "Load Network page with no filters" -msgstr "Load network page without filters" - -#: src/Content/Nav.php:245 src/Core/NotificationsManager.php:172 -msgid "Introductions" -msgstr "Introductions" - -#: src/Content/Nav.php:245 -msgid "Friend Requests" -msgstr "Friend requests" - -#: src/Content/Nav.php:247 -msgid "See all notifications" -msgstr "See all notifications" - -#: src/Content/Nav.php:248 -msgid "Mark all system notifications seen" -msgstr "Mark all system notifications seen" - -#: src/Content/Nav.php:251 view/theme/frio/theme.php:271 +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 msgid "Private mail" msgstr "Private messages" -#: src/Content/Nav.php:252 -msgid "Inbox" -msgstr "Inbox" - -#: src/Content/Nav.php:253 -msgid "Outbox" -msgstr "Outbox" - -#: src/Content/Nav.php:257 -msgid "Manage" -msgstr "Manage" - -#: src/Content/Nav.php:257 -msgid "Manage other pages" -msgstr "Manage other pages" - -#: src/Content/Nav.php:262 view/theme/frio/theme.php:272 +#: view/theme/frio/theme.php:277 src/Content/Nav.php:265 msgid "Account settings" msgstr "Account settings" -#: src/Content/Nav.php:265 -msgid "Manage/Edit Profiles" -msgstr "Manage/Edit profiles" +#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:904 +#: src/Content/Nav.php:205 src/Content/Nav.php:271 src/Model/Profile.php:996 +#: src/Model/Profile.php:999 src/Module/Contact.php:774 +#: src/Module/Contact.php:859 +msgid "Contacts" +msgstr "Contacts" -#: src/Content/Nav.php:268 view/theme/frio/theme.php:273 +#: view/theme/frio/theme.php:278 src/Content/Nav.php:271 msgid "Manage/edit friends and contacts" msgstr "Manage/Edit friends and contacts" -#: src/Content/Nav.php:273 src/Module/BaseAdminModule.php:114 -msgid "Admin" -msgstr "Admin" +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "Alignment" -#: src/Content/Nav.php:273 -msgid "Site setup and configuration" -msgstr "Site setup and configuration" +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "Left" -#: src/Content/Nav.php:276 -msgid "Navigation" -msgstr "Navigation" +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "Centre" -#: src/Content/Nav.php:276 -msgid "Site map" -msgstr "Site map" +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "Colour scheme" -#: src/Content/OEmbed.php:255 -msgid "Embedding disabled" -msgstr "Embedding disabled" +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "Posts font size" -#: src/Content/OEmbed.php:378 -msgid "Embedded content" -msgstr "Embedded content" +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "Text areas font size" -#: src/Content/Pager.php:153 -msgid "newer" -msgstr "Later posts" +#: view/theme/vier/config.php:76 +msgid "Comma separated list of helper forums" +msgstr "Comma separated list of helper forums" -#: src/Content/Pager.php:158 -msgid "older" -msgstr "Earlier posts" - -#: src/Content/Pager.php:203 -msgid "prev" -msgstr "prev" - -#: src/Content/Pager.php:263 -msgid "last" -msgstr "last" - -#: src/Content/Text/BBCode.php:430 -msgid "view full size" -msgstr "view full size" - -#: src/Content/Text/BBCode.php:864 src/Content/Text/BBCode.php:1591 -#: src/Content/Text/BBCode.php:1592 -msgid "Image/photo" -msgstr "Image/Photo" - -#: src/Content/Text/BBCode.php:972 -#, php-format -msgid "%2$s %3$s" -msgstr "%2$s %3$s" - -#: src/Content/Text/BBCode.php:1518 src/Content/Text/BBCode.php:1540 -msgid "$1 wrote:" -msgstr "$1 wrote:" - -#: src/Content/Text/BBCode.php:1602 src/Content/Text/BBCode.php:1603 -msgid "Encrypted content" -msgstr "Encrypted content" - -#: src/Content/Text/BBCode.php:1710 -msgid "Invalid source protocol" -msgstr "Invalid source protocol" - -#: src/Content/Text/BBCode.php:1721 -msgid "Invalid link protocol" -msgstr "Invalid link protocol" - -#: src/Content/Text/HTML.php:800 -msgid "Loading more entries..." -msgstr "Loading more entries..." - -#: src/Content/Text/HTML.php:801 -msgid "The end" -msgstr "The end" - -#: src/Content/Text/HTML.php:894 -msgid "Follow" -msgstr "Follow" - -#: src/Content/Text/HTML.php:951 src/Model/Item.php:3471 -#: src/Model/Item.php:3482 -msgid "Click to open/close" -msgstr "Reveal/hide" - -#: src/Content/Widget/CalendarExport.php:64 -msgid "Export" -msgstr "Export" - -#: src/Content/Widget/CalendarExport.php:65 -msgid "Export calendar as ical" -msgstr "Export calendar as ical" - -#: src/Content/Widget/CalendarExport.php:66 -msgid "Export calendar as csv" -msgstr "Export calendar as csv" - -#: src/Content/Widget/ContactBlock.php:58 -msgid "No contacts" -msgstr "No contacts" - -#: src/Content/Widget/ContactBlock.php:90 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d contact" -msgstr[1] "%d contacts" - -#: src/Content/Widget/ContactBlock.php:109 -msgid "View Contacts" -msgstr "View contacts" - -#: src/Content/Widget.php:35 -msgid "Add New Contact" -msgstr "Add new contact" - -#: src/Content/Widget.php:36 -msgid "Enter address or web location" -msgstr "Enter address or web location" - -#: src/Content/Widget.php:37 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Example: jo@example.com, http://example.com/jo" - -#: src/Content/Widget.php:55 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d invitation available" -msgstr[1] "%d invitations available" - -#: src/Content/Widget.php:61 view/theme/vier/theme.php:199 -msgid "Find People" -msgstr "Find people" - -#: src/Content/Widget.php:62 view/theme/vier/theme.php:200 -msgid "Enter name or interest" -msgstr "Enter name or interest" - -#: src/Content/Widget.php:64 view/theme/vier/theme.php:202 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Examples: Robert Morgenstein, fishing" - -#: src/Content/Widget.php:65 src/Module/Contact.php:820 -#: src/Module/Directory.php:91 view/theme/vier/theme.php:203 -msgid "Find" -msgstr "Find" - -#: src/Content/Widget.php:67 view/theme/vier/theme.php:205 -msgid "Similar Interests" -msgstr "Similar interests" - -#: src/Content/Widget.php:68 view/theme/vier/theme.php:206 -msgid "Random Profile" -msgstr "Random profile" - -#: src/Content/Widget.php:69 view/theme/vier/theme.php:207 -msgid "Invite Friends" -msgstr "Invite friends" - -#: src/Content/Widget.php:70 src/Module/Directory.php:83 -#: view/theme/vier/theme.php:208 -msgid "Global Directory" -msgstr "Global Directory" - -#: src/Content/Widget.php:72 view/theme/vier/theme.php:210 -msgid "Local Directory" -msgstr "Local directory" - -#: src/Content/Widget.php:158 -msgid "Protocols" -msgstr "Protocols" - -#: src/Content/Widget.php:161 -msgid "All Protocols" -msgstr "All Protocols" - -#: src/Content/Widget.php:198 -msgid "Saved Folders" -msgstr "Saved Folders" - -#: src/Content/Widget.php:201 src/Content/Widget.php:243 -msgid "Everything" -msgstr "Everything" - -#: src/Content/Widget.php:240 -msgid "Categories" -msgstr "Categories" - -#: src/Content/Widget.php:324 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d contact in common" -msgstr[1] "%d contacts in common" - -#: src/Core/ACL.php:288 -msgid "Post to Email" -msgstr "Post to email" - -#: src/Core/ACL.php:300 -msgid "Visible to everybody" -msgstr "Visible to everybody" - -#: src/Core/ACL.php:301 view/theme/vier/config.php:116 -msgid "show" -msgstr "show" - -#: src/Core/ACL.php:302 view/theme/vier/config.php:116 +#: view/theme/vier/config.php:116 src/Core/ACL.php:302 msgid "don't show" msgstr "don't show" -#: src/Core/ACL.php:311 -msgid "Connectors" -msgstr "Connectors" +#: view/theme/vier/config.php:116 src/Core/ACL.php:301 +msgid "show" +msgstr "show" -#: src/Core/ACL.php:313 -msgid "Hide your profile details from unknown viewers?" -msgstr "Hide profile details from unknown viewers?" +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "Set style" -#: src/Core/ACL.php:313 +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "Community pages" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151 +msgid "Community Profiles" +msgstr "Community profiles" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "Help or @NewHere ?" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373 +msgid "Connect Services" +msgstr "Connect services" + +#: view/theme/vier/config.php:127 +msgid "Find Friends" +msgstr "Find friends" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "Last users" + +#: view/theme/vier/theme.php:199 src/Content/Widget.php:64 +msgid "Find People" +msgstr "Find people" + +#: view/theme/vier/theme.php:200 src/Content/Widget.php:65 +msgid "Enter name or interest" +msgstr "Enter name or interest" + +#: view/theme/vier/theme.php:202 src/Content/Widget.php:67 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Examples: Robert Morgenstein, fishing" + +#: view/theme/vier/theme.php:203 src/Content/Widget.php:68 +#: src/Module/Directory.php:86 src/Module/Contact.php:795 +msgid "Find" +msgstr "Find" + +#: view/theme/vier/theme.php:205 src/Content/Widget.php:70 +msgid "Similar Interests" +msgstr "Similar interests" + +#: view/theme/vier/theme.php:206 src/Content/Widget.php:71 +msgid "Random Profile" +msgstr "Random profile" + +#: view/theme/vier/theme.php:207 src/Content/Widget.php:72 +msgid "Invite Friends" +msgstr "Invite friends" + +#: view/theme/vier/theme.php:208 src/Content/Widget.php:73 +#: src/Module/Directory.php:78 +msgid "Global Directory" +msgstr "Global Directory" + +#: view/theme/vier/theme.php:210 src/Content/Widget.php:75 +msgid "Local Directory" +msgstr "Local directory" + +#: view/theme/vier/theme.php:250 src/Content/Text/HTML.php:907 +#: src/Content/Nav.php:209 src/Content/ForumManager.php:130 +msgid "Forums" +msgstr "Forums" + +#: view/theme/vier/theme.php:252 src/Content/ForumManager.php:132 +msgid "External link to forum" +msgstr "External link to forum" + +#: view/theme/vier/theme.php:255 src/Content/Widget.php:407 +#: src/Content/Widget.php:507 src/Content/ForumManager.php:135 +msgid "show more" +msgstr "Show more..." + +#: view/theme/vier/theme.php:288 +msgid "Quick Start" +msgstr "Quick start" + +#: view/theme/vier/theme.php:294 src/Content/Nav.php:192 +#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/AppSpecific.php:99 +#: src/Module/Settings/TwoFactor/Index.php:90 +#: src/Module/Settings/TwoFactor/Recovery.php:77 +#: src/Module/Settings/TwoFactor/Verify.php:117 +msgid "Help" +msgstr "Help" + +#: src/Core/L10n/L10n.php:370 src/Model/Event.php:397 +msgid "Tuesday" +msgstr "Tuesday" + +#: src/Core/L10n/L10n.php:370 src/Model/Event.php:398 +msgid "Wednesday" +msgstr "Wednesday" + +#: src/Core/L10n/L10n.php:370 src/Model/Event.php:399 +msgid "Thursday" +msgstr "Thursday" + +#: src/Core/L10n/L10n.php:370 src/Model/Event.php:400 +msgid "Friday" +msgstr "Friday" + +#: src/Core/L10n/L10n.php:370 src/Model/Event.php:401 +msgid "Saturday" +msgstr "Saturday" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:416 +msgid "January" +msgstr "January" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:417 +msgid "February" +msgstr "February" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:418 +msgid "March" +msgstr "March" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:419 +msgid "April" +msgstr "April" + +#: src/Core/L10n/L10n.php:374 src/Core/L10n/L10n.php:394 +#: src/Model/Event.php:407 +msgid "May" +msgstr "May" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:420 +msgid "June" +msgstr "June" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:421 +msgid "July" +msgstr "July" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:422 +msgid "August" +msgstr "August" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:423 +msgid "September" +msgstr "September" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:424 +msgid "October" +msgstr "October" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:425 +msgid "November" +msgstr "November" + +#: src/Core/L10n/L10n.php:374 src/Model/Event.php:426 +msgid "December" +msgstr "December" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:388 +msgid "Mon" +msgstr "Mon" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:389 +msgid "Tue" +msgstr "Tue" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:390 +msgid "Wed" +msgstr "Wed" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:391 +msgid "Thu" +msgstr "Thu" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:392 +msgid "Fri" +msgstr "Fri" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:393 +msgid "Sat" +msgstr "Sat" + +#: src/Core/L10n/L10n.php:390 src/Model/Event.php:387 +msgid "Sun" +msgstr "Sun" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:403 +msgid "Jan" +msgstr "Jan" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:404 +msgid "Feb" +msgstr "Feb" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:405 +msgid "Mar" +msgstr "Mar" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:406 +msgid "Apr" +msgstr "Apr" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:408 +msgid "Jun" +msgstr "Jun" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:409 +msgid "Jul" +msgstr "Jul" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:410 +msgid "Aug" +msgstr "Aug" + +#: src/Core/L10n/L10n.php:394 +msgid "Sep" +msgstr "Sep" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:412 +msgid "Oct" +msgstr "Oct" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:413 +msgid "Nov" +msgstr "Nov" + +#: src/Core/L10n/L10n.php:394 src/Model/Event.php:414 +msgid "Dec" +msgstr "Dec" + +#: src/Core/L10n/L10n.php:413 +msgid "poke" +msgstr "poke" + +#: src/Core/L10n/L10n.php:413 +msgid "poked" +msgstr "poked" + +#: src/Core/L10n/L10n.php:414 +msgid "ping" +msgstr "ping" + +#: src/Core/L10n/L10n.php:414 +msgid "pinged" +msgstr "pinged" + +#: src/Core/L10n/L10n.php:415 +msgid "prod" +msgstr "prod" + +#: src/Core/L10n/L10n.php:415 +msgid "prodded" +msgstr "prodded" + +#: src/Core/L10n/L10n.php:416 +msgid "slap" +msgstr "slap" + +#: src/Core/L10n/L10n.php:416 +msgid "slapped" +msgstr "slapped" + +#: src/Core/L10n/L10n.php:417 +msgid "finger" +msgstr "finger" + +#: src/Core/L10n/L10n.php:417 +msgid "fingered" +msgstr "fingered" + +#: src/Core/L10n/L10n.php:418 +msgid "rebuff" +msgstr "rebuff" + +#: src/Core/L10n/L10n.php:418 +msgid "rebuffed" +msgstr "rebuffed" + +#: src/Core/Update.php:193 #, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "Connectors are disabled since \"%s\" is enabled." +msgid "Update %s failed. See error logs." +msgstr "Update %s failed. See error logs." -#: src/Core/ACL.php:315 -msgid "Close" -msgstr "Close" +#: src/Core/Update.php:257 +#, php-format +msgid "" +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +msgstr "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." -#: src/Core/Installer.php:164 +#: src/Core/Update.php:263 +#, php-format +msgid "" +"The error message is\n" +"[pre]%s[/pre]" +msgstr "The error message is\n[pre]%s[/pre]" + +#: src/Core/Update.php:269 src/Core/Update.php:308 +msgid "[Friendica Notify] Database update" +msgstr "[Friendica Notify] Database update" + +#: src/Core/Update.php:300 +#, php-format +msgid "" +"\n" +"\t\t\t\t\tThe friendica database was successfully updated from %s to %s." +msgstr "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s." + +#: src/Core/UserImport.php:107 +msgid "Error decoding account file" +msgstr "Error decoding account file" + +#: src/Core/UserImport.php:113 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Error! No version data in file! Is this a Friendica account file?" + +#: src/Core/UserImport.php:121 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "User '%s' already exists on this server!" + +#: src/Core/UserImport.php:157 +msgid "User creation error" +msgstr "User creation error" + +#: src/Core/UserImport.php:175 +msgid "User profile creation error" +msgstr "User profile creation error" + +#: src/Core/UserImport.php:219 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d contact not imported" +msgstr[1] "%d contacts not imported" + +#: src/Core/UserImport.php:284 +msgid "Done. You can now login with your username and password" +msgstr "Done. You can now login with your username and password" + +#: src/Core/Installer.php:162 msgid "" "The database configuration file \"config/local.config.php\" could not be " "written. Please use the enclosed text to create a configuration file in your" " web server root." msgstr "The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." -#: src/Core/Installer.php:183 +#: src/Core/Installer.php:181 msgid "" "You may need to import the file \"database.sql\" manually using phpmyadmin " "or mysql." msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql." -#: src/Core/Installer.php:184 src/Module/Install.php:172 -#: src/Module/Install.php:328 +#: src/Core/Installer.php:182 src/Module/Install.php:173 +#: src/Module/Install.php:329 msgid "Please see the file \"INSTALL.txt\"." msgstr "Please see the file \"INSTALL.txt\"." -#: src/Core/Installer.php:245 +#: src/Core/Installer.php:243 msgid "Could not find a command line version of PHP in the web server PATH." msgstr "Could not find a command line version of PHP in the web server PATH." -#: src/Core/Installer.php:246 +#: src/Core/Installer.php:244 msgid "" "If you don't have a command line version of PHP installed on your server, " "you will not be able to run the background processing. See 'Setup the worker'" msgstr "If your server doesn't have a command line version of PHP installed, you won't be able to run background processing. See 'Setup the worker'" -#: src/Core/Installer.php:251 +#: src/Core/Installer.php:249 msgid "PHP executable path" msgstr "PHP executable path" -#: src/Core/Installer.php:251 +#: src/Core/Installer.php:249 msgid "" "Enter full path to php executable. You can leave this blank to continue the " "installation." msgstr "Enter full path to php executable. You can leave this blank to continue the installation." -#: src/Core/Installer.php:256 +#: src/Core/Installer.php:254 msgid "Command line PHP" msgstr "Command line PHP" -#: src/Core/Installer.php:265 +#: src/Core/Installer.php:263 msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version." -#: src/Core/Installer.php:266 +#: src/Core/Installer.php:264 msgid "Found PHP version: " msgstr "Found PHP version: " -#: src/Core/Installer.php:268 +#: src/Core/Installer.php:266 msgid "PHP cli binary" msgstr "PHP cli binary" -#: src/Core/Installer.php:281 +#: src/Core/Installer.php:279 msgid "" "The command line version of PHP on your system does not have " "\"register_argc_argv\" enabled." msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." -#: src/Core/Installer.php:282 +#: src/Core/Installer.php:280 msgid "This is required for message delivery to work." msgstr "This is required for message delivery to work." -#: src/Core/Installer.php:287 +#: src/Core/Installer.php:285 msgid "PHP register_argc_argv" msgstr "PHP register_argc_argv" -#: src/Core/Installer.php:319 +#: src/Core/Installer.php:317 msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "generate encryption keys" msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" -#: src/Core/Installer.php:320 +#: src/Core/Installer.php:318 msgid "" "If running under Windows, please see " "\"http://www.php.net/manual/en/openssl.installation.php\"." msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"." -#: src/Core/Installer.php:323 +#: src/Core/Installer.php:321 msgid "Generate encryption keys" msgstr "Generate encryption keys" -#: src/Core/Installer.php:375 +#: src/Core/Installer.php:373 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Error: Apache web server mod-rewrite module is required but not installed." -#: src/Core/Installer.php:380 +#: src/Core/Installer.php:378 msgid "Apache mod_rewrite module" msgstr "Apache mod_rewrite module" -#: src/Core/Installer.php:386 +#: src/Core/Installer.php:384 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Error: PDO or MySQLi PHP module required but not installed." -#: src/Core/Installer.php:391 +#: src/Core/Installer.php:389 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Error: MySQL driver for PDO is not installed." -#: src/Core/Installer.php:395 +#: src/Core/Installer.php:393 msgid "PDO or MySQLi PHP module" msgstr "PDO or MySQLi PHP module" -#: src/Core/Installer.php:403 +#: src/Core/Installer.php:401 msgid "Error, XML PHP module required but not installed." msgstr "Error, XML PHP module required but not installed." -#: src/Core/Installer.php:407 +#: src/Core/Installer.php:405 msgid "XML PHP module" msgstr "XML PHP module" -#: src/Core/Installer.php:410 +#: src/Core/Installer.php:408 msgid "libCurl PHP module" msgstr "libCurl PHP module" -#: src/Core/Installer.php:411 +#: src/Core/Installer.php:409 msgid "Error: libCURL PHP module required but not installed." msgstr "Error: libCURL PHP module required but not installed." -#: src/Core/Installer.php:417 +#: src/Core/Installer.php:415 msgid "GD graphics PHP module" msgstr "GD graphics PHP module" -#: src/Core/Installer.php:418 +#: src/Core/Installer.php:416 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Error: GD graphics PHP module with JPEG support required but not installed." -#: src/Core/Installer.php:424 +#: src/Core/Installer.php:422 msgid "OpenSSL PHP module" msgstr "OpenSSL PHP module" -#: src/Core/Installer.php:425 +#: src/Core/Installer.php:423 msgid "Error: openssl PHP module required but not installed." msgstr "Error: openssl PHP module required but not installed." -#: src/Core/Installer.php:431 +#: src/Core/Installer.php:429 msgid "mb_string PHP module" msgstr "mb_string PHP module" -#: src/Core/Installer.php:432 +#: src/Core/Installer.php:430 msgid "Error: mb_string PHP module required but not installed." msgstr "Error: mb_string PHP module required but not installed." -#: src/Core/Installer.php:438 +#: src/Core/Installer.php:436 msgid "iconv PHP module" msgstr "iconv PHP module" -#: src/Core/Installer.php:439 +#: src/Core/Installer.php:437 msgid "Error: iconv PHP module required but not installed." msgstr "Error: iconv PHP module required but not installed." -#: src/Core/Installer.php:445 +#: src/Core/Installer.php:443 msgid "POSIX PHP module" msgstr "POSIX PHP module" -#: src/Core/Installer.php:446 +#: src/Core/Installer.php:444 msgid "Error: POSIX PHP module required but not installed." msgstr "Error: POSIX PHP module required but not installed." -#: src/Core/Installer.php:452 +#: src/Core/Installer.php:450 msgid "JSON PHP module" msgstr "JSON PHP module" -#: src/Core/Installer.php:453 +#: src/Core/Installer.php:451 msgid "Error: JSON PHP module required but not installed." msgstr "Error: JSON PHP module is required but not installed." -#: src/Core/Installer.php:459 +#: src/Core/Installer.php:457 msgid "File Information PHP module" msgstr "File Information PHP module" -#: src/Core/Installer.php:460 +#: src/Core/Installer.php:458 msgid "Error: File Information PHP module required but not installed." msgstr "Error: File Information PHP module required but not installed." -#: src/Core/Installer.php:483 +#: src/Core/Installer.php:481 msgid "" "The web installer needs to be able to create a file called " "\"local.config.php\" in the \"config\" folder of your web server and it is " "unable to do so." msgstr "The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server but is unable to do so." -#: src/Core/Installer.php:484 +#: src/Core/Installer.php:482 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 "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can." -#: src/Core/Installer.php:485 +#: src/Core/Installer.php:483 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named local.config.php in your Friendica \"config\" folder." msgstr "At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder." -#: src/Core/Installer.php:486 +#: src/Core/Installer.php:484 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"INSTALL.txt\" for instructions." msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions." -#: src/Core/Installer.php:489 +#: src/Core/Installer.php:487 msgid "config/local.config.php is writable" msgstr "config/local.config.php is writable" -#: src/Core/Installer.php:509 +#: src/Core/Installer.php:507 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." -#: src/Core/Installer.php:510 +#: src/Core/Installer.php:508 msgid "" "In order to store these compiled templates, the web server needs to have " "write access to the directory view/smarty3/ under the Friendica top level " "folder." msgstr "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory." -#: src/Core/Installer.php:511 +#: src/Core/Installer.php:509 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory." -#: src/Core/Installer.php:512 +#: src/Core/Installer.php:510 msgid "" "Note: as a security measure, you should give the web server write access to " "view/smarty3/ only--not the template files (.tpl) that it contains." msgstr "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains." -#: src/Core/Installer.php:515 +#: src/Core/Installer.php:513 msgid "view/smarty3 is writable" msgstr "view/smarty3 is writeable" -#: src/Core/Installer.php:544 +#: src/Core/Installer.php:542 msgid "" "Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist" " to .htaccess." msgstr "URL rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess." -#: src/Core/Installer.php:546 +#: src/Core/Installer.php:544 msgid "Error message from Curl when fetching" msgstr "Error message from Curl while fetching" -#: src/Core/Installer.php:551 +#: src/Core/Installer.php:549 msgid "Url rewrite is working" msgstr "URL rewrite is working" -#: src/Core/Installer.php:580 +#: src/Core/Installer.php:578 msgid "ImageMagick PHP extension is not installed" msgstr "ImageMagick PHP extension is not installed" -#: src/Core/Installer.php:582 +#: src/Core/Installer.php:580 msgid "ImageMagick PHP extension is installed" msgstr "ImageMagick PHP extension is installed" -#: src/Core/Installer.php:584 tests/src/Core/InstallerTest.php:347 -#: tests/src/Core/InstallerTest.php:373 +#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:372 +#: tests/src/Core/InstallerTest.php:400 msgid "ImageMagick supports GIF" msgstr "ImageMagick supports GIF" +#: src/Core/Installer.php:604 +msgid "Database already in use." +msgstr "Database already in use." + #: src/Core/Installer.php:609 msgid "Could not connect to database." msgstr "Could not connect to database." -#: src/Core/Installer.php:616 -msgid "Database already in use." -msgstr "Database already in use." - -#: src/Core/L10n.php:371 src/Model/Event.php:397 -msgid "Tuesday" -msgstr "Tuesday" - -#: src/Core/L10n.php:371 src/Model/Event.php:398 -msgid "Wednesday" -msgstr "Wednesday" - -#: src/Core/L10n.php:371 src/Model/Event.php:399 -msgid "Thursday" -msgstr "Thursday" - -#: src/Core/L10n.php:371 src/Model/Event.php:400 -msgid "Friday" -msgstr "Friday" - -#: src/Core/L10n.php:371 src/Model/Event.php:401 -msgid "Saturday" -msgstr "Saturday" - -#: src/Core/L10n.php:375 src/Model/Event.php:416 -msgid "January" -msgstr "January" - -#: src/Core/L10n.php:375 src/Model/Event.php:417 -msgid "February" -msgstr "February" - -#: src/Core/L10n.php:375 src/Model/Event.php:418 -msgid "March" -msgstr "March" - -#: src/Core/L10n.php:375 src/Model/Event.php:419 -msgid "April" -msgstr "April" - -#: src/Core/L10n.php:375 src/Core/L10n.php:394 src/Model/Event.php:407 -msgid "May" -msgstr "May" - -#: src/Core/L10n.php:375 src/Model/Event.php:420 -msgid "June" -msgstr "June" - -#: src/Core/L10n.php:375 src/Model/Event.php:421 -msgid "July" -msgstr "July" - -#: src/Core/L10n.php:375 src/Model/Event.php:422 -msgid "August" -msgstr "August" - -#: src/Core/L10n.php:375 src/Model/Event.php:423 -msgid "September" -msgstr "September" - -#: src/Core/L10n.php:375 src/Model/Event.php:424 -msgid "October" -msgstr "October" - -#: src/Core/L10n.php:375 src/Model/Event.php:425 -msgid "November" -msgstr "November" - -#: src/Core/L10n.php:375 src/Model/Event.php:426 -msgid "December" -msgstr "December" - -#: src/Core/L10n.php:390 src/Model/Event.php:388 -msgid "Mon" -msgstr "Mon" - -#: src/Core/L10n.php:390 src/Model/Event.php:389 -msgid "Tue" -msgstr "Tue" - -#: src/Core/L10n.php:390 src/Model/Event.php:390 -msgid "Wed" -msgstr "Wed" - -#: src/Core/L10n.php:390 src/Model/Event.php:391 -msgid "Thu" -msgstr "Thu" - -#: src/Core/L10n.php:390 src/Model/Event.php:392 -msgid "Fri" -msgstr "Fri" - -#: src/Core/L10n.php:390 src/Model/Event.php:393 -msgid "Sat" -msgstr "Sat" - -#: src/Core/L10n.php:390 src/Model/Event.php:387 -msgid "Sun" -msgstr "Sun" - -#: src/Core/L10n.php:394 src/Model/Event.php:403 -msgid "Jan" -msgstr "Jan" - -#: src/Core/L10n.php:394 src/Model/Event.php:404 -msgid "Feb" -msgstr "Feb" - -#: src/Core/L10n.php:394 src/Model/Event.php:405 -msgid "Mar" -msgstr "Mar" - -#: src/Core/L10n.php:394 src/Model/Event.php:406 -msgid "Apr" -msgstr "Apr" - -#: src/Core/L10n.php:394 src/Model/Event.php:409 -msgid "Jul" -msgstr "Jul" - -#: src/Core/L10n.php:394 src/Model/Event.php:410 -msgid "Aug" -msgstr "Aug" - -#: src/Core/L10n.php:394 -msgid "Sep" -msgstr "Sep" - -#: src/Core/L10n.php:394 src/Model/Event.php:412 -msgid "Oct" -msgstr "Oct" - -#: src/Core/L10n.php:394 src/Model/Event.php:413 -msgid "Nov" -msgstr "Nov" - -#: src/Core/L10n.php:394 src/Model/Event.php:414 -msgid "Dec" -msgstr "Dec" - -#: src/Core/L10n.php:413 -msgid "poke" -msgstr "poke" - -#: src/Core/L10n.php:413 -msgid "poked" -msgstr "poked" - -#: src/Core/L10n.php:414 -msgid "ping" -msgstr "ping" - -#: src/Core/L10n.php:414 -msgid "pinged" -msgstr "pinged" - -#: src/Core/L10n.php:415 -msgid "prod" -msgstr "prod" - -#: src/Core/L10n.php:415 -msgid "prodded" -msgstr "prodded" - -#: src/Core/L10n.php:416 -msgid "slap" -msgstr "slap" - -#: src/Core/L10n.php:416 -msgid "slapped" -msgstr "slapped" - -#: src/Core/L10n.php:417 -msgid "finger" -msgstr "finger" - -#: src/Core/L10n.php:417 -msgid "fingered" -msgstr "fingered" - -#: src/Core/L10n.php:418 -msgid "rebuff" -msgstr "rebuff" - -#: src/Core/L10n.php:418 -msgid "rebuffed" -msgstr "rebuffed" - #: src/Core/NotificationsManager.php:144 msgid "System" msgstr "System" +#: src/Core/NotificationsManager.php:165 src/Content/Nav.php:182 +#: src/Content/Nav.php:244 +msgid "Home" +msgstr "Home" + +#: src/Core/NotificationsManager.php:172 src/Content/Nav.php:248 +msgid "Introductions" +msgstr "Introductions" + #: src/Core/NotificationsManager.php:234 src/Core/NotificationsManager.php:246 #, php-format msgid "%s commented on %s's post" @@ -5835,102 +5121,928 @@ msgstr "%s may go to %s's event" msgid "%s is now friends with %s" msgstr "%s is now friends with %s" -#: src/Core/NotificationsManager.php:622 +#: src/Core/NotificationsManager.php:629 msgid "Friend Suggestion" msgstr "Friend suggestion" -#: src/Core/NotificationsManager.php:656 +#: src/Core/NotificationsManager.php:663 msgid "Friend/Connect Request" msgstr "Friend/Contact request" -#: src/Core/NotificationsManager.php:656 +#: src/Core/NotificationsManager.php:663 msgid "New Follower" msgstr "New follower" -#: src/Core/Session.php:194 +#: src/Core/Session.php:186 #, php-format msgid "Welcome %s" msgstr "Welcome %s" -#: src/Core/Session.php:195 +#: src/Core/Session.php:187 msgid "Please upload a profile photo." msgstr "Please upload a profile photo." -#: src/Core/Session.php:198 +#: src/Core/Session.php:190 #, php-format msgid "Welcome back %s" msgstr "Welcome back %s" -#: src/Core/Update.php:193 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "Update %s failed. See error logs." +#: src/Core/ACL.php:288 src/Module/Item/Compose.php:139 +msgid "Post to Email" +msgstr "Post to email" -#: src/Core/Update.php:257 +#: src/Core/ACL.php:300 +msgid "Visible to everybody" +msgstr "Visible to everybody" + +#: src/Core/ACL.php:311 +msgid "Connectors" +msgstr "Connectors" + +#: src/Core/ACL.php:313 +msgid "Hide your profile details from unknown viewers?" +msgstr "Hide profile details from unknown viewers?" + +#: src/Core/ACL.php:313 #, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "Connectors are disabled since \"%s\" is enabled." + +#: src/Core/ACL.php:315 +msgid "Close" +msgstr "Close" + +#: src/Util/Temporal.php:147 src/Model/Profile.php:784 +msgid "Birthday:" +msgstr "Birthday:" + +#: src/Util/Temporal.php:151 +msgid "YYYY-MM-DD or MM-DD" +msgstr "YYYY-MM-DD or MM-DD" + +#: src/Util/Temporal.php:298 +msgid "never" +msgstr "never" + +#: src/Util/Temporal.php:305 +msgid "less than a second ago" +msgstr "less than a second ago" + +#: src/Util/Temporal.php:313 +msgid "year" +msgstr "year" + +#: src/Util/Temporal.php:313 +msgid "years" +msgstr "years" + +#: src/Util/Temporal.php:314 +msgid "months" +msgstr "months" + +#: src/Util/Temporal.php:315 +msgid "weeks" +msgstr "weeks" + +#: src/Util/Temporal.php:316 +msgid "days" +msgstr "days" + +#: src/Util/Temporal.php:317 +msgid "hour" +msgstr "hour" + +#: src/Util/Temporal.php:317 +msgid "hours" +msgstr "hours" + +#: src/Util/Temporal.php:318 +msgid "minute" +msgstr "minute" + +#: src/Util/Temporal.php:318 +msgid "minutes" +msgstr "minutes" + +#: src/Util/Temporal.php:319 +msgid "second" +msgstr "second" + +#: src/Util/Temporal.php:319 +msgid "seconds" +msgstr "seconds" + +#: src/Util/Temporal.php:329 +#, php-format +msgid "in %1$d %2$s" +msgstr "in %1$d %2$s" + +#: src/Util/Temporal.php:332 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s ago" + +#: src/Content/Text/HTML.php:793 +msgid "Loading more entries..." +msgstr "Loading more entries..." + +#: src/Content/Text/HTML.php:794 +msgid "The end" +msgstr "The end" + +#: src/Content/Text/HTML.php:887 src/Model/Profile.php:544 +#: src/Module/Contact.php:297 +msgid "Follow" +msgstr "Follow" + +#: src/Content/Text/HTML.php:896 src/Content/Nav.php:79 +msgid "@name, !forum, #tags, content" +msgstr "@name, !forum, #tags, content" + +#: src/Content/Text/HTML.php:902 src/Content/Nav.php:203 +msgid "Full Text" +msgstr "Full text" + +#: src/Content/Text/HTML.php:903 src/Content/Widget/TagCloud.php:54 +#: src/Content/Nav.php:204 +msgid "Tags" +msgstr "Tags" + +#: src/Content/Text/HTML.php:944 src/Content/Text/BBCode.php:1478 +msgid "Click to open/close" +msgstr "Reveal/hide" + +#: src/Content/Text/BBCode.php:465 +msgid "view full size" +msgstr "view full size" + +#: src/Content/Text/BBCode.php:899 src/Content/Text/BBCode.php:1560 +#: src/Content/Text/BBCode.php:1561 +msgid "Image/photo" +msgstr "Image/Photo" + +#: src/Content/Text/BBCode.php:1017 +#, php-format +msgid "%2$s %3$s" +msgstr "%2$s %3$s" + +#: src/Content/Text/BBCode.php:1509 +msgid "$1 wrote:" +msgstr "$1 wrote:" + +#: src/Content/Text/BBCode.php:1563 src/Content/Text/BBCode.php:1564 +msgid "Encrypted content" +msgstr "Encrypted content" + +#: src/Content/Text/BBCode.php:1788 +msgid "Invalid source protocol" +msgstr "Invalid source protocol" + +#: src/Content/Text/BBCode.php:1803 +msgid "Invalid link protocol" +msgstr "Invalid link protocol" + +#: src/Content/Widget/CalendarExport.php:64 +msgid "Export" +msgstr "Export" + +#: src/Content/Widget/CalendarExport.php:65 +msgid "Export calendar as ical" +msgstr "Export calendar as ical" + +#: src/Content/Widget/CalendarExport.php:66 +msgid "Export calendar as csv" +msgstr "Export calendar as csv" + +#: src/Content/Widget/ContactBlock.php:58 +msgid "No contacts" +msgstr "No contacts" + +#: src/Content/Widget/ContactBlock.php:90 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d contact" +msgstr[1] "%d contacts" + +#: src/Content/Widget/ContactBlock.php:109 +msgid "View Contacts" +msgstr "View contacts" + +#: src/Content/Widget/TrendingTags.php:34 +#, php-format +msgid "Trending Tags (last %d hour)" +msgid_plural "Trending Tags (last %d hours)" +msgstr[0] "Trending Tags (last %d hour)" +msgstr[1] "Trending tags (last %d hours)" + +#: src/Content/Widget/TrendingTags.php:35 +msgid "More Trending Tags" +msgstr "More Trending Tags" + +#: src/Content/Pager.php:153 +msgid "newer" +msgstr "Later posts" + +#: src/Content/Pager.php:158 +msgid "older" +msgstr "Earlier posts" + +#: src/Content/Pager.php:203 +msgid "prev" +msgstr "prev" + +#: src/Content/Pager.php:263 +msgid "last" +msgstr "last" + +#: src/Content/Feature.php:82 +msgid "General Features" +msgstr "General" + +#: src/Content/Feature.php:84 +msgid "Multiple Profiles" +msgstr "Multiple profiles" + +#: src/Content/Feature.php:84 +msgid "Ability to create multiple profiles" +msgstr "Ability to create multiple profiles" + +#: src/Content/Feature.php:85 +msgid "Photo Location" +msgstr "Photo location" + +#: src/Content/Feature.php:85 msgid "" -"\n" -"\t\t\t\tThe friendica developers released update %s recently,\n" -"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" -"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" -"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." -msgstr "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +"Photo metadata is normally stripped. This extracts the location (if present)" +" prior to stripping metadata and links it to a map." +msgstr "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map." -#: src/Core/Update.php:263 -#, php-format +#: src/Content/Feature.php:86 +msgid "Export Public Calendar" +msgstr "Export public calendar" + +#: src/Content/Feature.php:86 +msgid "Ability for visitors to download the public calendar" +msgstr "Ability for visitors to download the public calendar" + +#: src/Content/Feature.php:87 +msgid "Trending Tags" +msgstr "Trending Tags" + +#: src/Content/Feature.php:87 msgid "" -"The error message is\n" -"[pre]%s[/pre]" -msgstr "The error message is\n[pre]%s[/pre]" +"Show a community page widget with a list of the most popular tags in recent " +"public posts." +msgstr "Show a community page widget with a list of the most popular tags in recent public posts." -#: src/Core/Update.php:269 src/Core/Update.php:308 -msgid "[Friendica Notify] Database update" -msgstr "[Friendica Notify] Database update" +#: src/Content/Feature.php:92 +msgid "Post Composition Features" +msgstr "Post composition" -#: src/Core/Update.php:300 -#, php-format +#: src/Content/Feature.php:93 +msgid "Auto-mention Forums" +msgstr "Auto-mention forums" + +#: src/Content/Feature.php:93 msgid "" -"\n" -"\t\t\t\t\tThe friendica database was successfully updated from %s to %s." -msgstr "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s." +"Add/remove mention when a forum page is selected/deselected in ACL window." +msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window." -#: src/Core/UserImport.php:99 -msgid "Error decoding account file" -msgstr "Error decoding account file" +#: src/Content/Feature.php:94 +msgid "Explicit Mentions" +msgstr "Explicit mentions" -#: src/Core/UserImport.php:105 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "Error! No version data in file! Is this a Friendica account file?" +#: src/Content/Feature.php:94 +msgid "" +"Add explicit mentions to comment box for manual control over who gets " +"mentioned in replies." +msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies." -#: src/Core/UserImport.php:113 +#: src/Content/Feature.php:99 +msgid "Network Sidebar" +msgstr "Network sidebar" + +#: src/Content/Feature.php:100 src/Content/Widget.php:501 +msgid "Archives" +msgstr "Archives" + +#: src/Content/Feature.php:100 +msgid "Ability to select posts by date ranges" +msgstr "Ability to select posts by date ranges" + +#: src/Content/Feature.php:101 +msgid "Protocol Filter" +msgstr "Protocol Filter" + +#: src/Content/Feature.php:101 +msgid "Enable widget to display Network posts only from selected protocols" +msgstr "Enable widget to display Network posts only from selected protocols" + +#: src/Content/Feature.php:106 +msgid "Network Tabs" +msgstr "Network tabs" + +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "Network new tab" + +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Enable tab to display only new network posts (last 12 hours)" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "Network shared links tab" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" +msgstr "Enable tab to display only network posts with links in them" + +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "Post/Comment tools" + +#: src/Content/Feature.php:114 +msgid "Post Categories" +msgstr "Post categories" + +#: src/Content/Feature.php:114 +msgid "Add categories to your posts" +msgstr "Add categories to your posts" + +#: src/Content/Feature.php:119 +msgid "Advanced Profile Settings" +msgstr "Advanced profiles" + +#: src/Content/Feature.php:120 +msgid "List Forums" +msgstr "List forums" + +#: src/Content/Feature.php:120 +msgid "Show visitors public community forums at the Advanced Profile Page" +msgstr "Show visitors of public community forums at the advanced profile page" + +#: src/Content/Feature.php:121 +msgid "Tag Cloud" +msgstr "Tag cloud" + +#: src/Content/Feature.php:121 +msgid "Provide a personal tag cloud on your profile page" +msgstr "Provides a personal tag cloud on your profile page" + +#: src/Content/Feature.php:122 +msgid "Display Membership Date" +msgstr "Display membership date" + +#: src/Content/Feature.php:122 +msgid "Display membership date in profile" +msgstr "Display membership date in profile" + +#: src/Content/Nav.php:74 +msgid "Nothing new here" +msgstr "Nothing new here" + +#: src/Content/Nav.php:78 +msgid "Clear notifications" +msgstr "Clear notifications" + +#: src/Content/Nav.php:153 src/Module/Login.php:315 +msgid "Logout" +msgstr "Logout" + +#: src/Content/Nav.php:153 +msgid "End this session" +msgstr "End this session" + +#: src/Content/Nav.php:155 src/Module/Login.php:316 +#: src/Module/Bookmarklet.php:25 +msgid "Login" +msgstr "Login" + +#: src/Content/Nav.php:155 +msgid "Sign in" +msgstr "Sign in" + +#: src/Content/Nav.php:165 +msgid "Personal notes" +msgstr "Personal notes" + +#: src/Content/Nav.php:165 +msgid "Your personal notes" +msgstr "My personal notes" + +#: src/Content/Nav.php:182 +msgid "Home Page" +msgstr "Home page" + +#: src/Content/Nav.php:186 src/Module/Login.php:287 +#: src/Module/Register.php:136 +msgid "Register" +msgstr "Sign up now >>" + +#: src/Content/Nav.php:186 +msgid "Create an account" +msgstr "Create account" + +#: src/Content/Nav.php:192 +msgid "Help and documentation" +msgstr "Help and documentation" + +#: src/Content/Nav.php:196 +msgid "Apps" +msgstr "Apps" + +#: src/Content/Nav.php:196 +msgid "Addon applications, utilities, games" +msgstr "Addon applications, utilities, games" + +#: src/Content/Nav.php:200 +msgid "Search site content" +msgstr "Search site content" + +#: src/Content/Nav.php:224 +msgid "Community" +msgstr "Community" + +#: src/Content/Nav.php:224 +msgid "Conversations on this and other servers" +msgstr "Conversations on this and other servers" + +#: src/Content/Nav.php:231 +msgid "Directory" +msgstr "Directory" + +#: src/Content/Nav.php:231 +msgid "People directory" +msgstr "People directory" + +#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75 +msgid "Information" +msgstr "Information" + +#: src/Content/Nav.php:233 +msgid "Information about this friendica instance" +msgstr "Information about this Friendica instance" + +#: src/Content/Nav.php:236 src/Module/Tos.php:73 src/Module/Admin/Tos.php:43 +#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:144 +msgid "Terms of Service" +msgstr "Terms of Service" + +#: src/Content/Nav.php:236 +msgid "Terms of Service of this Friendica instance" +msgstr "Terms of Service for this Friendica instance" + +#: src/Content/Nav.php:242 +msgid "Network Reset" +msgstr "Network reset" + +#: src/Content/Nav.php:242 +msgid "Load Network page with no filters" +msgstr "Load network page without filters" + +#: src/Content/Nav.php:248 +msgid "Friend Requests" +msgstr "Friend requests" + +#: src/Content/Nav.php:250 +msgid "See all notifications" +msgstr "See all notifications" + +#: src/Content/Nav.php:251 +msgid "Mark all system notifications seen" +msgstr "Mark all system notifications seen" + +#: src/Content/Nav.php:255 +msgid "Inbox" +msgstr "Inbox" + +#: src/Content/Nav.php:256 +msgid "Outbox" +msgstr "Outbox" + +#: src/Content/Nav.php:260 +msgid "Manage" +msgstr "Manage" + +#: src/Content/Nav.php:260 +msgid "Manage other pages" +msgstr "Manage other pages" + +#: src/Content/Nav.php:268 +msgid "Manage/Edit Profiles" +msgstr "Manage/Edit profiles" + +#: src/Content/Nav.php:276 src/Module/BaseAdminModule.php:114 +msgid "Admin" +msgstr "Admin" + +#: src/Content/Nav.php:276 +msgid "Site setup and configuration" +msgstr "Site setup and configuration" + +#: src/Content/Nav.php:279 +msgid "Navigation" +msgstr "Navigation" + +#: src/Content/Nav.php:279 +msgid "Site map" +msgstr "Site map" + +#: src/Content/OEmbed.php:254 +msgid "Embedding disabled" +msgstr "Embedding disabled" + +#: src/Content/OEmbed.php:377 +msgid "Embedded content" +msgstr "Embedded content" + +#: src/Content/Widget.php:38 +msgid "Add New Contact" +msgstr "Add new contact" + +#: src/Content/Widget.php:39 +msgid "Enter address or web location" +msgstr "Enter address or web location" + +#: src/Content/Widget.php:40 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Example: jo@example.com, http://example.com/jo" + +#: src/Content/Widget.php:58 #, php-format -msgid "User '%s' already exists on this server!" -msgstr "User '%s' already exists on this server!" +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d invitation available" +msgstr[1] "%d invitations available" -#: src/Core/UserImport.php:149 -msgid "User creation error" -msgstr "User creation error" +#: src/Content/Widget.php:193 src/Module/Profile/Contacts.php:127 +#: src/Module/Contact.php:772 +msgid "Following" +msgstr "Following" -#: src/Core/UserImport.php:167 -msgid "User profile creation error" -msgstr "User profile creation error" +#: src/Content/Widget.php:194 src/Module/Profile/Contacts.php:128 +#: src/Module/Contact.php:773 +msgid "Mutual friends" +msgstr "Mutual friends" -#: src/Core/UserImport.php:211 +#: src/Content/Widget.php:199 +msgid "Relationships" +msgstr "Relationships" + +#: src/Content/Widget.php:201 src/Module/Group.php:287 +#: src/Module/Contact.php:660 +msgid "All Contacts" +msgstr "All contacts" + +#: src/Content/Widget.php:244 +msgid "Protocols" +msgstr "Protocols" + +#: src/Content/Widget.php:246 +msgid "All Protocols" +msgstr "All Protocols" + +#: src/Content/Widget.php:279 +msgid "Saved Folders" +msgstr "Saved Folders" + +#: src/Content/Widget.php:281 src/Content/Widget.php:320 +msgid "Everything" +msgstr "Everything" + +#: src/Content/Widget.php:318 +msgid "Categories" +msgstr "Categories" + +#: src/Content/Widget.php:402 #, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d contact not imported" -msgstr[1] "%d contacts not imported" +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d contact in common" +msgstr[1] "%d contacts in common" -#: src/Core/UserImport.php:276 -msgid "Done. You can now login with your username and password" -msgstr "Done. You can now login with your username and password" +#: src/Content/ContactSelector.php:58 +msgid "Frequently" +msgstr "Frequently" -#: src/Database/DBStructure.php:47 +#: src/Content/ContactSelector.php:59 +msgid "Hourly" +msgstr "Hourly" + +#: src/Content/ContactSelector.php:60 +msgid "Twice daily" +msgstr "Twice daily" + +#: src/Content/ContactSelector.php:61 +msgid "Daily" +msgstr "Daily" + +#: src/Content/ContactSelector.php:62 +msgid "Weekly" +msgstr "Weekly" + +#: src/Content/ContactSelector.php:63 +msgid "Monthly" +msgstr "Monthly" + +#: src/Content/ContactSelector.php:116 +msgid "DFRN" +msgstr "DFRN" + +#: src/Content/ContactSelector.php:117 +msgid "OStatus" +msgstr "OStatus" + +#: src/Content/ContactSelector.php:118 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272 +#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 +#: src/Module/Admin/Users.php:315 +msgid "Email" +msgstr "Email" + +#: src/Content/ContactSelector.php:121 +msgid "Zot!" +msgstr "Zot!" + +#: src/Content/ContactSelector.php:122 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:123 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: src/Content/ContactSelector.php:124 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:125 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:126 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:127 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:128 +msgid "Diaspora Connector" +msgstr "diaspora* connector" + +#: src/Content/ContactSelector.php:129 +msgid "GNU Social Connector" +msgstr "GNU Social Connector" + +#: src/Content/ContactSelector.php:130 +msgid "ActivityPub" +msgstr "ActivityPub" + +#: src/Content/ContactSelector.php:131 +msgid "pnut" +msgstr "pnut" + +#: src/Content/ContactSelector.php:229 src/Content/ContactSelector.php:269 +#: src/Content/ContactSelector.php:307 +msgid "No answer" +msgstr "No answer" + +#: src/Content/ContactSelector.php:230 +msgid "Male" +msgstr "Male" + +#: src/Content/ContactSelector.php:231 +msgid "Female" +msgstr "Female" + +#: src/Content/ContactSelector.php:232 +msgid "Currently Male" +msgstr "Currently male" + +#: src/Content/ContactSelector.php:233 +msgid "Currently Female" +msgstr "Currently female" + +#: src/Content/ContactSelector.php:234 +msgid "Mostly Male" +msgstr "Mostly male" + +#: src/Content/ContactSelector.php:235 +msgid "Mostly Female" +msgstr "Mostly female" + +#: src/Content/ContactSelector.php:236 +msgid "Transgender" +msgstr "Transgender" + +#: src/Content/ContactSelector.php:237 +msgid "Intersex" +msgstr "Intersex" + +#: src/Content/ContactSelector.php:238 +msgid "Transsexual" +msgstr "Transsexual" + +#: src/Content/ContactSelector.php:239 +msgid "Hermaphrodite" +msgstr "Hermaphrodite" + +#: src/Content/ContactSelector.php:240 +msgid "Neuter" +msgstr "Neuter" + +#: src/Content/ContactSelector.php:241 +msgid "Non-specific" +msgstr "Non-specific" + +#: src/Content/ContactSelector.php:242 +msgid "Other" +msgstr "Other" + +#: src/Content/ContactSelector.php:270 +msgid "Males" +msgstr "Males" + +#: src/Content/ContactSelector.php:271 +msgid "Females" +msgstr "Females" + +#: src/Content/ContactSelector.php:272 +msgid "Gay" +msgstr "Gay" + +#: src/Content/ContactSelector.php:273 +msgid "Lesbian" +msgstr "Lesbian" + +#: src/Content/ContactSelector.php:274 +msgid "No Preference" +msgstr "No Preference" + +#: src/Content/ContactSelector.php:275 +msgid "Bisexual" +msgstr "Bisexual" + +#: src/Content/ContactSelector.php:276 +msgid "Autosexual" +msgstr "Auto-sexual" + +#: src/Content/ContactSelector.php:277 +msgid "Abstinent" +msgstr "Abstinent" + +#: src/Content/ContactSelector.php:278 +msgid "Virgin" +msgstr "Virgin" + +#: src/Content/ContactSelector.php:279 +msgid "Deviant" +msgstr "Deviant" + +#: src/Content/ContactSelector.php:280 +msgid "Fetish" +msgstr "Fetish" + +#: src/Content/ContactSelector.php:281 +msgid "Oodles" +msgstr "Oodles" + +#: src/Content/ContactSelector.php:282 +msgid "Nonsexual" +msgstr "Asexual" + +#: src/Content/ContactSelector.php:308 +msgid "Single" +msgstr "Single" + +#: src/Content/ContactSelector.php:309 +msgid "Lonely" +msgstr "Lonely" + +#: src/Content/ContactSelector.php:310 +msgid "In a relation" +msgstr "In a relation" + +#: src/Content/ContactSelector.php:311 +msgid "Has crush" +msgstr "Having a crush" + +#: src/Content/ContactSelector.php:312 +msgid "Infatuated" +msgstr "Infatuated" + +#: src/Content/ContactSelector.php:313 +msgid "Dating" +msgstr "Dating" + +#: src/Content/ContactSelector.php:314 +msgid "Unfaithful" +msgstr "Unfaithful" + +#: src/Content/ContactSelector.php:315 +msgid "Sex Addict" +msgstr "Sex addict" + +#: src/Content/ContactSelector.php:316 src/Model/User.php:762 +msgid "Friends" +msgstr "Friends" + +#: src/Content/ContactSelector.php:317 +msgid "Friends/Benefits" +msgstr "Friends with benefits" + +#: src/Content/ContactSelector.php:318 +msgid "Casual" +msgstr "Casual" + +#: src/Content/ContactSelector.php:319 +msgid "Engaged" +msgstr "Engaged" + +#: src/Content/ContactSelector.php:320 +msgid "Married" +msgstr "Married" + +#: src/Content/ContactSelector.php:321 +msgid "Imaginarily married" +msgstr "Imaginarily married" + +#: src/Content/ContactSelector.php:322 +msgid "Partners" +msgstr "Partners" + +#: src/Content/ContactSelector.php:323 +msgid "Cohabiting" +msgstr "Cohabiting" + +#: src/Content/ContactSelector.php:324 +msgid "Common law" +msgstr "Common law spouse" + +#: src/Content/ContactSelector.php:325 +msgid "Happy" +msgstr "Happy" + +#: src/Content/ContactSelector.php:326 +msgid "Not looking" +msgstr "Not looking" + +#: src/Content/ContactSelector.php:327 +msgid "Swinger" +msgstr "Swinger" + +#: src/Content/ContactSelector.php:328 +msgid "Betrayed" +msgstr "Betrayed" + +#: src/Content/ContactSelector.php:329 +msgid "Separated" +msgstr "Separated" + +#: src/Content/ContactSelector.php:330 +msgid "Unstable" +msgstr "Unstable" + +#: src/Content/ContactSelector.php:331 +msgid "Divorced" +msgstr "Divorced" + +#: src/Content/ContactSelector.php:332 +msgid "Imaginarily divorced" +msgstr "Imaginarily divorced" + +#: src/Content/ContactSelector.php:333 +msgid "Widowed" +msgstr "Widowed" + +#: src/Content/ContactSelector.php:334 +msgid "Uncertain" +msgstr "Uncertain" + +#: src/Content/ContactSelector.php:335 +msgid "It's complicated" +msgstr "It's complicated" + +#: src/Content/ContactSelector.php:336 +msgid "Don't care" +msgstr "Don't care" + +#: src/Content/ContactSelector.php:337 +msgid "Ask me" +msgstr "Ask me" + +#: src/Database/DBStructure.php:50 msgid "There are no tables on MyISAM." msgstr "There are no tables on MyISAM." -#: src/Database/DBStructure.php:71 +#: src/Database/DBStructure.php:74 #, php-format msgid "" "\n" @@ -5938,99 +6050,57 @@ msgid "" "%s\n" msgstr "\nError %d occurred during database update:\n%s\n" -#: src/Database/DBStructure.php:74 +#: src/Database/DBStructure.php:77 msgid "Errors encountered performing database changes: " msgstr "Errors encountered performing database changes: " -#: src/Database/DBStructure.php:263 +#: src/Database/DBStructure.php:266 #, php-format msgid "%s: Database update" msgstr "%s: Database update" -#: src/Database/DBStructure.php:524 +#: src/Database/DBStructure.php:527 #, php-format msgid "%s: updating %s table." msgstr "%s: updating %s table." -#: src/LegacyModule.php:30 +#: src/Model/Storage/Filesystem.php:63 #, php-format -msgid "Legacy module file not found: %s" -msgstr "Legacy module file not found: %s" +msgid "Filesystem storage failed to create \"%s\". Check you write permissions." +msgstr "Filesystem storage failed to create \"%s\". Check you write permissions." -#: src/Model/Contact.php:1116 -msgid "Drop Contact" -msgstr "Drop contact" - -#: src/Model/Contact.php:1651 -msgid "Organisation" -msgstr "Organisation" - -#: src/Model/Contact.php:1655 -msgid "News" -msgstr "News" - -#: src/Model/Contact.php:1659 -msgid "Forum" -msgstr "Forum" - -#: src/Model/Contact.php:1888 -msgid "Connect URL missing." -msgstr "Connect URL missing." - -#: src/Model/Contact.php:1897 +#: src/Model/Storage/Filesystem.php:105 +#, php-format msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page." +"Filesystem storage failed to save data to \"%s\". Check your write " +"permissions" +msgstr "Filesystem storage failed to save data to \"%s\". Check your write permissions" -#: src/Model/Contact.php:1938 +#: src/Model/Storage/Filesystem.php:126 +msgid "Storage base path" +msgstr "Storage base path" + +#: src/Model/Storage/Filesystem.php:128 msgid "" -"This site is not configured to allow communications with other networks." -msgstr "This site is not configured to allow communications with other networks." +"Folder where uploaded files are saved. For maximum security, This should be " +"a path outside web server folder tree" +msgstr "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree" -#: src/Model/Contact.php:1939 src/Model/Contact.php:1952 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "No compatible communication protocols or feeds were discovered." +#: src/Model/Storage/Filesystem.php:138 +msgid "Enter a valid existing folder" +msgstr "Enter a valid existing folder" -#: src/Model/Contact.php:1950 -msgid "The profile address specified does not provide adequate information." -msgstr "The profile address specified does not provide adequate information." +#: src/Model/Storage/Database.php:36 +#, php-format +msgid "Database storage failed to update %s" +msgstr "Database storage failed to update %s" -#: src/Model/Contact.php:1955 -msgid "An author or name was not found." -msgstr "An author or name was not found." +#: src/Model/Storage/Database.php:43 +msgid "Database storage failed to insert data" +msgstr "Database storage failed to insert data" -#: src/Model/Contact.php:1958 -msgid "No browser URL could be matched to this address." -msgstr "No browser URL could be matched to this address." - -#: src/Model/Contact.php:1961 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Unable to match @-style identity address with a known protocol or email contact." - -#: src/Model/Contact.php:1962 -msgid "Use mailto: in front of address to force email check." -msgstr "Use mailto: in front of address to force email check." - -#: src/Model/Contact.php:1968 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "The profile address specified belongs to a network which has been disabled on this site." - -#: src/Model/Contact.php:1973 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Limited profile: This person will be unable to receive direct/private messages from you." - -#: src/Model/Contact.php:2027 -msgid "Unable to retrieve contact information." -msgstr "Unable to retrieve contact information." - -#: src/Model/Event.php:34 src/Model/Event.php:847 src/Module/Localtime.php:17 +#: src/Model/Event.php:34 src/Model/Event.php:847 +#: src/Module/Debug/Localtime.php:17 msgid "l F d, Y \\@ g:i A" msgstr "l F d, Y \\@ g:i A" @@ -6048,10 +6118,6 @@ msgstr "Finishes:" msgid "all-day" msgstr "All-day" -#: src/Model/Event.php:408 -msgid "Jun" -msgstr "Jun" - #: src/Model/Event.php:411 msgid "Sept" msgstr "Sep" @@ -6076,7 +6142,7 @@ msgstr "Duplicate event" msgid "Delete event" msgstr "Delete event" -#: src/Model/Event.php:626 src/Model/Item.php:3522 src/Model/Item.php:3529 +#: src/Model/Event.php:626 src/Model/Item.php:3547 src/Model/Item.php:3554 msgid "link to source" msgstr "Link to source" @@ -6106,397 +6172,138 @@ msgstr "%s's birthday" msgid "Happy Birthday %s" msgstr "Happy Birthday, %s!" -#: src/Model/FileTag.php:256 +#: src/Model/FileTag.php:265 msgid "Item filed" msgstr "Item filed" -#: src/Model/Group.php:63 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name." - -#: src/Model/Group.php:358 -msgid "Default privacy group for new contacts" -msgstr "Default privacy group for new contacts" - -#: src/Model/Group.php:390 -msgid "Everybody" -msgstr "Everybody" - -#: src/Model/Group.php:410 -msgid "edit" -msgstr "edit" - -#: src/Model/Group.php:439 -msgid "Edit group" -msgstr "Edit group" - -#: src/Model/Group.php:440 src/Module/Group.php:186 -msgid "Contacts not in any group" -msgstr "Contacts not in any group" - -#: src/Model/Group.php:442 -msgid "Create a new group" -msgstr "Create new group" - -#: src/Model/Group.php:443 src/Module/Group.php:171 src/Module/Group.php:194 -#: src/Module/Group.php:271 -msgid "Group Name: " -msgstr "Group name: " - -#: src/Model/Group.php:444 -msgid "Edit groups" -msgstr "Edit groups" - -#: src/Model/Item.php:3257 -msgid "activity" -msgstr "activity" - -#: src/Model/Item.php:3259 src/Object/Post.php:472 -msgid "comment" -msgid_plural "comments" -msgstr[0] "comment" -msgstr[1] "comments" - -#: src/Model/Item.php:3262 -msgid "post" -msgstr "post" - -#: src/Model/Item.php:3361 -#, php-format -msgid "Content warning: %s" -msgstr "Content warning: %s" - -#: src/Model/Item.php:3438 -msgid "bytes" -msgstr "bytes" - -#: src/Model/Item.php:3516 -msgid "View on separate page" -msgstr "View on separate page" - -#: src/Model/Item.php:3517 -msgid "view on separate page" -msgstr "view on separate page" - -#: src/Model/Mail.php:109 src/Model/Mail.php:244 -msgid "[no subject]" -msgstr "[no subject]" - -#: src/Model/Profile.php:177 src/Model/Profile.php:421 -#: src/Model/Profile.php:866 -msgid "Edit profile" -msgstr "Edit profile" - -#: src/Model/Profile.php:355 -msgid "Atom feed" -msgstr "Atom feed" - -#: src/Model/Profile.php:394 -msgid "Manage/edit profiles" -msgstr "Manage/Edit profiles" - -#: src/Model/Profile.php:443 src/Model/Profile.php:776 -#: src/Module/Directory.php:148 -msgid "Status:" -msgstr "Status:" - -#: src/Model/Profile.php:444 src/Model/Profile.php:793 -#: src/Module/Directory.php:149 -msgid "Homepage:" -msgstr "Homepage:" - -#: src/Model/Profile.php:446 src/Module/Contact.php:648 -msgid "XMPP:" -msgstr "XMPP:" - -#: src/Model/Profile.php:569 src/Model/Profile.php:666 -msgid "g A l F d" -msgstr "g A l F d" - -#: src/Model/Profile.php:570 -msgid "F d" -msgstr "F d" - -#: src/Model/Profile.php:632 src/Model/Profile.php:717 -msgid "[today]" -msgstr "[today]" - -#: src/Model/Profile.php:642 -msgid "Birthday Reminders" -msgstr "Birthday reminders" - -#: src/Model/Profile.php:643 -msgid "Birthdays this week:" -msgstr "Birthdays this week:" - -#: src/Model/Profile.php:704 -msgid "[No description]" -msgstr "[No description]" - -#: src/Model/Profile.php:730 -msgid "Event Reminders" -msgstr "Event reminders" - -#: src/Model/Profile.php:731 -msgid "Upcoming events the next 7 days:" -msgstr "Upcoming events the next 7 days:" - -#: src/Model/Profile.php:748 -msgid "Member since:" -msgstr "Member since:" - -#: src/Model/Profile.php:756 -msgid "j F, Y" -msgstr "j F, Y" - -#: src/Model/Profile.php:757 -msgid "j F" -msgstr "j F" - -#: src/Model/Profile.php:765 src/Util/Temporal.php:147 -msgid "Birthday:" -msgstr "Birthday:" - -#: src/Model/Profile.php:772 -msgid "Age:" -msgstr "Age:" - -#: src/Model/Profile.php:785 -#, php-format -msgid "for %1$d %2$s" -msgstr "for %1$d %2$s" - -#: src/Model/Profile.php:809 -msgid "Religion:" -msgstr "Religion:" - -#: src/Model/Profile.php:817 -msgid "Hobbies/Interests:" -msgstr "Hobbies/Interests:" - -#: src/Model/Profile.php:829 -msgid "Contact information and Social Networks:" -msgstr "Contact information and social networks:" - -#: src/Model/Profile.php:833 -msgid "Musical interests:" -msgstr "Music:" - -#: src/Model/Profile.php:837 -msgid "Books, literature:" -msgstr "Books/Literature:" - -#: src/Model/Profile.php:841 -msgid "Television:" -msgstr "Television:" - -#: src/Model/Profile.php:845 -msgid "Film/dance/culture/entertainment:" -msgstr "Arts, culture, entertainment:" - -#: src/Model/Profile.php:849 -msgid "Love/Romance:" -msgstr "Love/Romance:" - -#: src/Model/Profile.php:853 -msgid "Work/employment:" -msgstr "Work/Employment:" - -#: src/Model/Profile.php:857 -msgid "School/education:" -msgstr "School/Education:" - -#: src/Model/Profile.php:862 -msgid "Forums:" -msgstr "Forums:" - -#: src/Model/Profile.php:906 src/Module/Contact.php:875 -msgid "Profile Details" -msgstr "Profile Details" - -#: src/Model/Profile.php:956 -msgid "Only You Can See This" -msgstr "Only you can see this." - -#: src/Model/Profile.php:964 src/Model/Profile.php:967 -msgid "Tips for New Members" -msgstr "Tips for New Members" - -#: src/Model/Profile.php:1167 -#, php-format -msgid "OpenWebAuth: %1$s welcomes %2$s" -msgstr "OpenWebAuth: %1$s welcomes %2$s" - -#: src/Model/Storage/Database.php:36 -#, php-format -msgid "Database storage failed to update %s" -msgstr "Database storage failed to update %s" - -#: src/Model/Storage/Database.php:43 -msgid "Database storage failed to insert data" -msgstr "Database storage failed to insert data" - -#: src/Model/Storage/Filesystem.php:63 -#, php-format -msgid "Filesystem storage failed to create \"%s\". Check you write permissions." -msgstr "Filesystem storage failed to create \"%s\". Check you write permissions." - -#: src/Model/Storage/Filesystem.php:105 -#, php-format -msgid "" -"Filesystem storage failed to save data to \"%s\". Check your write " -"permissions" -msgstr "Filesystem storage failed to save data to \"%s\". Check your write permissions" - -#: src/Model/Storage/Filesystem.php:126 -msgid "Storage base path" -msgstr "Storage base path" - -#: src/Model/Storage/Filesystem.php:128 -msgid "" -"Folder where uploaded files are saved. For maximum security, This should be " -"a path outside web server folder tree" -msgstr "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree" - -#: src/Model/Storage/Filesystem.php:138 -msgid "Enter a valid existing folder" -msgstr "Enter a valid existing folder" - -#: src/Model/User.php:298 +#: src/Model/User.php:331 msgid "Login failed" msgstr "Login failed" -#: src/Model/User.php:329 +#: src/Model/User.php:362 msgid "Not enough information to authenticate" msgstr "Not enough information to authenticate" -#: src/Model/User.php:407 +#: src/Model/User.php:440 msgid "Password can't be empty" msgstr "Password can't be empty" -#: src/Model/User.php:426 +#: src/Model/User.php:459 msgid "Empty passwords are not allowed." msgstr "Empty passwords are not allowed." -#: src/Model/User.php:430 +#: src/Model/User.php:463 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "The new password has been exposed in a public data dump; please choose another." -#: src/Model/User.php:436 +#: src/Model/User.php:469 msgid "" "The password can't contain accentuated letters, white spaces or colons (:)" msgstr "The password can't contain accentuated letters, white spaces or colons" -#: src/Model/User.php:536 +#: src/Model/User.php:569 msgid "Passwords do not match. Password unchanged." msgstr "Passwords do not match. Password unchanged." -#: src/Model/User.php:543 +#: src/Model/User.php:576 msgid "An invitation is required." msgstr "An invitation is required." -#: src/Model/User.php:547 +#: src/Model/User.php:580 msgid "Invitation could not be verified." msgstr "Invitation could not be verified." -#: src/Model/User.php:554 +#: src/Model/User.php:587 msgid "Invalid OpenID url" msgstr "Invalid OpenID URL" -#: src/Model/User.php:567 src/Module/Login.php:107 +#: src/Model/User.php:600 src/Module/Login.php:102 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID." -#: src/Model/User.php:567 src/Module/Login.php:107 +#: src/Model/User.php:600 src/Module/Login.php:102 msgid "The error message was:" msgstr "The error message was:" -#: src/Model/User.php:573 +#: src/Model/User.php:606 msgid "Please enter the required information." msgstr "Please enter the required information." -#: src/Model/User.php:587 +#: src/Model/User.php:620 #, php-format msgid "" "system.username_min_length (%s) and system.username_max_length (%s) are " "excluding each other, swapping values." msgstr "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values." -#: src/Model/User.php:594 +#: src/Model/User.php:627 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." msgstr[0] "Username should be at least %s character." msgstr[1] "Username should be at least %s characters." -#: src/Model/User.php:598 +#: src/Model/User.php:631 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." msgstr[0] "Username should be at most %s character." msgstr[1] "Username should be at most %s characters." -#: src/Model/User.php:606 +#: src/Model/User.php:639 msgid "That doesn't appear to be your full (First Last) name." msgstr "That doesn't appear to be your full (i.e first and last) name." -#: src/Model/User.php:611 +#: src/Model/User.php:644 msgid "Your email domain is not among those allowed on this site." msgstr "Your email domain is not allowed on this site." -#: src/Model/User.php:615 +#: src/Model/User.php:648 msgid "Not a valid email address." msgstr "Not a valid email address." -#: src/Model/User.php:618 +#: src/Model/User.php:651 msgid "The nickname was blocked from registration by the nodes admin." msgstr "The nickname was blocked from registration by the nodes admin." -#: src/Model/User.php:622 src/Model/User.php:630 +#: src/Model/User.php:655 src/Model/User.php:663 msgid "Cannot use that email." msgstr "Cannot use that email." -#: src/Model/User.php:637 +#: src/Model/User.php:670 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "Your nickname can only contain a-z, 0-9 and _." -#: src/Model/User.php:644 src/Model/User.php:701 +#: src/Model/User.php:677 src/Model/User.php:734 msgid "Nickname is already registered. Please choose another." msgstr "Nickname is already registered. Please choose another." -#: src/Model/User.php:654 +#: src/Model/User.php:687 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "SERIOUS ERROR: Generation of security keys failed." -#: src/Model/User.php:688 src/Model/User.php:692 +#: src/Model/User.php:721 src/Model/User.php:725 msgid "An error occurred during registration. Please try again." msgstr "An error occurred during registration. Please try again." -#: src/Model/User.php:712 view/theme/duepuntozero/config.php:55 -msgid "default" -msgstr "default" - -#: src/Model/User.php:717 +#: src/Model/User.php:750 msgid "An error occurred creating your default profile. Please try again." msgstr "An error occurred creating your default profile. Please try again." -#: src/Model/User.php:724 +#: src/Model/User.php:757 msgid "An error occurred creating your self contact. Please try again." msgstr "An error occurred creating your self-contact. Please try again." -#: src/Model/User.php:733 +#: src/Model/User.php:766 msgid "" "An error occurred creating your default contact group. Please try again." msgstr "An error occurred while creating your default contact group. Please try again." -#: src/Model/User.php:809 +#: src/Model/User.php:842 #, php-format msgid "" "\n" @@ -6511,12 +6318,12 @@ msgid "" "\t\t" msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%4$s\n\t\t\tPassword:\t\t%5$s\n\t\t" -#: src/Model/User.php:826 +#: src/Model/User.php:859 #, php-format msgid "Registration at %s" msgstr "Registration at %s" -#: src/Model/User.php:845 +#: src/Model/User.php:878 #, php-format msgid "" "\n" @@ -6525,7 +6332,7 @@ msgid "" "\t\t" msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account has been created.\n\t\t" -#: src/Model/User.php:851 +#: src/Model/User.php:884 #, php-format msgid "" "\n" @@ -6557,11 +6364,409 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%1$s\n\t\t\tPassword:\t\t%5$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n\n\t\t\tThank you and welcome to %2$s." -#: src/Model/User.php:886 src/Module/Admin/Users.php:88 +#: src/Model/User.php:919 src/Module/Admin/Users.php:88 #, php-format msgid "Registration details for %s" msgstr "Registration details for %s" +#: src/Model/Contact.php:1230 +msgid "Drop Contact" +msgstr "Drop contact" + +#: src/Model/Contact.php:1783 +msgid "Organisation" +msgstr "Organisation" + +#: src/Model/Contact.php:1787 +msgid "News" +msgstr "News" + +#: src/Model/Contact.php:1791 +msgid "Forum" +msgstr "Forum" + +#: src/Model/Contact.php:2192 +msgid "Connect URL missing." +msgstr "Connect URL missing." + +#: src/Model/Contact.php:2201 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page." + +#: src/Model/Contact.php:2242 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "This site is not configured to allow communications with other networks." + +#: src/Model/Contact.php:2243 src/Model/Contact.php:2256 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "No compatible communication protocols or feeds were discovered." + +#: src/Model/Contact.php:2254 +msgid "The profile address specified does not provide adequate information." +msgstr "The profile address specified does not provide adequate information." + +#: src/Model/Contact.php:2259 +msgid "An author or name was not found." +msgstr "An author or name was not found." + +#: src/Model/Contact.php:2262 +msgid "No browser URL could be matched to this address." +msgstr "No browser URL could be matched to this address." + +#: src/Model/Contact.php:2265 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Unable to match @-style identity address with a known protocol or email contact." + +#: src/Model/Contact.php:2266 +msgid "Use mailto: in front of address to force email check." +msgstr "Use mailto: in front of address to force email check." + +#: src/Model/Contact.php:2272 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "The profile address specified belongs to a network which has been disabled on this site." + +#: src/Model/Contact.php:2277 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Limited profile: This person will be unable to receive direct/private messages from you." + +#: src/Model/Contact.php:2332 +msgid "Unable to retrieve contact information." +msgstr "Unable to retrieve contact information." + +#: src/Model/Group.php:77 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name." + +#: src/Model/Group.php:407 +msgid "Default privacy group for new contacts" +msgstr "Default privacy group for new contacts" + +#: src/Model/Group.php:439 +msgid "Everybody" +msgstr "Everybody" + +#: src/Model/Group.php:458 +msgid "edit" +msgstr "edit" + +#: src/Model/Group.php:484 src/Module/Welcome.php:57 +#: src/Module/Contact.php:708 +msgid "Groups" +msgstr "Groups" + +#: src/Model/Group.php:488 +msgid "Edit group" +msgstr "Edit group" + +#: src/Model/Group.php:489 src/Module/Group.php:186 +msgid "Contacts not in any group" +msgstr "Contacts not in any group" + +#: src/Model/Group.php:491 +msgid "Create a new group" +msgstr "Create new group" + +#: src/Model/Group.php:492 src/Module/Group.php:171 src/Module/Group.php:194 +#: src/Module/Group.php:271 +msgid "Group Name: " +msgstr "Group name: " + +#: src/Model/Group.php:493 +msgid "Edit groups" +msgstr "Edit groups" + +#: src/Model/Mail.php:113 src/Model/Mail.php:250 +msgid "[no subject]" +msgstr "[no subject]" + +#: src/Model/Profile.php:212 src/Model/Profile.php:428 +#: src/Model/Profile.php:885 +msgid "Edit profile" +msgstr "Edit profile" + +#: src/Model/Profile.php:402 +msgid "Manage/edit profiles" +msgstr "Manage/Edit profiles" + +#: src/Model/Profile.php:451 src/Model/Profile.php:795 +#: src/Module/Directory.php:143 +msgid "Status:" +msgstr "Status:" + +#: src/Model/Profile.php:452 src/Model/Profile.php:812 +#: src/Module/Directory.php:144 +msgid "Homepage:" +msgstr "Homepage:" + +#: src/Model/Profile.php:454 src/Module/Contact.php:609 +msgid "XMPP:" +msgstr "XMPP:" + +#: src/Model/Profile.php:546 src/Module/Contact.php:299 +msgid "Unfollow" +msgstr "Unfollow" + +#: src/Model/Profile.php:548 +msgid "Atom feed" +msgstr "Atom feed" + +#: src/Model/Profile.php:588 src/Model/Profile.php:685 +msgid "g A l F d" +msgstr "g A l F d" + +#: src/Model/Profile.php:589 +msgid "F d" +msgstr "F d" + +#: src/Model/Profile.php:651 src/Model/Profile.php:736 +msgid "[today]" +msgstr "[today]" + +#: src/Model/Profile.php:661 +msgid "Birthday Reminders" +msgstr "Birthday reminders" + +#: src/Model/Profile.php:662 +msgid "Birthdays this week:" +msgstr "Birthdays this week:" + +#: src/Model/Profile.php:723 +msgid "[No description]" +msgstr "[No description]" + +#: src/Model/Profile.php:749 +msgid "Event Reminders" +msgstr "Event reminders" + +#: src/Model/Profile.php:750 +msgid "Upcoming events the next 7 days:" +msgstr "Upcoming events the next 7 days:" + +#: src/Model/Profile.php:767 +msgid "Member since:" +msgstr "Member since:" + +#: src/Model/Profile.php:775 +msgid "j F, Y" +msgstr "j F, Y" + +#: src/Model/Profile.php:776 +msgid "j F" +msgstr "j F" + +#: src/Model/Profile.php:791 +msgid "Age:" +msgstr "Age:" + +#: src/Model/Profile.php:804 +#, php-format +msgid "for %1$d %2$s" +msgstr "for %1$d %2$s" + +#: src/Model/Profile.php:828 +msgid "Religion:" +msgstr "Religion:" + +#: src/Model/Profile.php:836 +msgid "Hobbies/Interests:" +msgstr "Hobbies/Interests:" + +#: src/Model/Profile.php:848 +msgid "Contact information and Social Networks:" +msgstr "Contact information and social networks:" + +#: src/Model/Profile.php:852 +msgid "Musical interests:" +msgstr "Music:" + +#: src/Model/Profile.php:856 +msgid "Books, literature:" +msgstr "Books/Literature:" + +#: src/Model/Profile.php:860 +msgid "Television:" +msgstr "Television:" + +#: src/Model/Profile.php:864 +msgid "Film/dance/culture/entertainment:" +msgstr "Arts, culture, entertainment:" + +#: src/Model/Profile.php:868 +msgid "Love/Romance:" +msgstr "Love/Romance:" + +#: src/Model/Profile.php:872 +msgid "Work/employment:" +msgstr "Work/Employment:" + +#: src/Model/Profile.php:876 +msgid "School/education:" +msgstr "School/Education:" + +#: src/Model/Profile.php:881 +msgid "Forums:" +msgstr "Forums:" + +#: src/Model/Profile.php:928 src/Module/Contact.php:850 +msgid "Profile Details" +msgstr "Profile Details" + +#: src/Model/Profile.php:978 +msgid "Only You Can See This" +msgstr "Only you can see this." + +#: src/Model/Profile.php:986 src/Model/Profile.php:989 +msgid "Tips for New Members" +msgstr "Tips for New Members" + +#: src/Model/Profile.php:1186 +#, php-format +msgid "OpenWebAuth: %1$s welcomes %2$s" +msgstr "OpenWebAuth: %1$s welcomes %2$s" + +#: src/Model/Item.php:3313 +msgid "activity" +msgstr "activity" + +#: src/Model/Item.php:3315 src/Object/Post.php:474 +msgid "comment" +msgid_plural "comments" +msgstr[0] "comment" +msgstr[1] "comments" + +#: src/Model/Item.php:3318 +msgid "post" +msgstr "post" + +#: src/Model/Item.php:3417 +#, php-format +msgid "Content warning: %s" +msgstr "Content warning: %s" + +#: src/Model/Item.php:3494 +msgid "bytes" +msgstr "bytes" + +#: src/Model/Item.php:3541 +msgid "View on separate page" +msgstr "View on separate page" + +#: src/Model/Item.php:3542 +msgid "view on separate page" +msgstr "view on separate page" + +#: src/Protocol/OStatus.php:1300 src/Module/Profile.php:119 +#: src/Module/Profile.php:122 +#, php-format +msgid "%s's timeline" +msgstr "%s's timeline" + +#: src/Protocol/OStatus.php:1304 src/Module/Profile.php:120 +#, php-format +msgid "%s's posts" +msgstr "%s's posts" + +#: src/Protocol/OStatus.php:1307 src/Module/Profile.php:121 +#, php-format +msgid "%s's comments" +msgstr "%s's comments" + +#: src/Protocol/OStatus.php:1861 +#, php-format +msgid "%s is now following %s." +msgstr "%s is now following %s." + +#: src/Protocol/OStatus.php:1862 +msgid "following" +msgstr "following" + +#: src/Protocol/OStatus.php:1865 +#, php-format +msgid "%s stopped following %s." +msgstr "%s stopped following %s." + +#: src/Protocol/OStatus.php:1866 +msgid "stopped following" +msgstr "stopped following" + +#: src/Protocol/Diaspora.php:2527 +msgid "Sharing notification from Diaspora network" +msgstr "Sharing notification from diaspora* network" + +#: src/Protocol/Diaspora.php:3674 +msgid "Attachments:" +msgstr "Attachments:" + +#: src/Worker/Delivery.php:508 +msgid "(no subject)" +msgstr "(no subject)" + +#: src/Module/Tos.php:35 src/Module/Tos.php:77 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen" +" name), an username (nickname) and a working email address. The names will " +"be accessible on the profile page of the account by any visitor of the page," +" even if other profile details are not displayed. The email address will " +"only be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or" +" the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication." + +#: src/Module/Tos.php:36 src/Module/Tos.php:78 +msgid "" +"This data is required for communication and is passed on to the nodes of the" +" communication partners and is stored there. Users can enter additional " +"private data that may be transmitted to the communication partners accounts." +msgstr "This information is required for communication and is passed on to the nodes of the communication partners and stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts." + +#: src/Module/Tos.php:37 src/Module/Tos.php:79 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the" +" account settings. If the user wants " +"to delete their account they can do so at %1$s/removeme. The deletion of the account will " +"be permanent. Deletion of the data will also be requested from the nodes of " +"the communication partners." +msgstr "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners." + +#: src/Module/Tos.php:40 src/Module/Tos.php:76 +msgid "Privacy Statement" +msgstr "Privacy Statement" + +#: src/Module/Apps.php:29 +msgid "No installed applications." +msgstr "No installed applications." + +#: src/Module/Apps.php:34 +msgid "Applications" +msgstr "Applications" + +#: src/Module/Credits.php:25 +msgid "Credits" +msgstr "Credits" + +#: src/Module/Credits.php:26 +msgid "" +"Friendica is a community project, that would not be possible without the " +"help of many people. Here is a list of those who have contributed to the " +"code or the translation of Friendica. Thank you all!" +msgstr "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!" + #: src/Module/Admin/Addons/Details.php:51 msgid "Addon not found." msgstr "Addon not found." @@ -6587,14 +6792,14 @@ msgid "Enable" msgstr "Enable" #: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 -#: src/Module/Admin/Blocklist/Contact.php:60 +#: src/Module/Admin/Blocklist/Contact.php:61 #: src/Module/Admin/Blocklist/Server.php:73 -#: src/Module/Admin/Federation.php:185 src/Module/Admin/Item/Delete.php:46 -#: src/Module/Admin/Logs/Settings.php:57 src/Module/Admin/Logs/View.php:46 -#: src/Module/Admin/Queue.php:56 src/Module/Admin/Site.php:568 -#: src/Module/Admin/Summary.php:160 src/Module/Admin/Themes/Details.php:104 -#: src/Module/Admin/Themes/Index.php:93 src/Module/Admin/Tos.php:42 -#: src/Module/Admin/Users.php:277 +#: src/Module/Admin/Federation.php:187 src/Module/Admin/Item/Delete.php:46 +#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 +#: src/Module/Admin/Themes/Details.php:104 +#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:42 +#: src/Module/Admin/Users.php:277 src/Module/Admin/Queue.php:56 +#: src/Module/Admin/Site.php:566 src/Module/Admin/Summary.php:173 msgid "Administration" msgstr "Administration" @@ -6630,152 +6835,180 @@ msgid "" " the open addon registry at %2$s" msgstr "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s" -#: src/Module/Admin/Blocklist/Contact.php:37 +#: src/Module/Admin/Blocklist/Contact.php:28 +#: src/Console/GlobalCommunityBlock.php:87 +msgid "The contact has been blocked from the node" +msgstr "The contact has been blocked from the node" + +#: src/Module/Admin/Blocklist/Contact.php:30 +#: src/Console/GlobalCommunityBlock.php:82 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "Could not find any contact entry for this URL (%s)" + +#: src/Module/Admin/Blocklist/Contact.php:38 #, php-format msgid "%s contact unblocked" msgid_plural "%s contacts unblocked" msgstr[0] "%s contact unblocked" msgstr[1] "%s contacts unblocked" -#: src/Module/Admin/Blocklist/Contact.php:61 +#: src/Module/Admin/Blocklist/Contact.php:62 msgid "Remote Contact Blocklist" msgstr "Remote contact blocklist" -#: src/Module/Admin/Blocklist/Contact.php:62 +#: src/Module/Admin/Blocklist/Contact.php:63 msgid "" "This page allows you to prevent any message from a remote contact to reach " "your node." msgstr "This page allows you to prevent any message from a remote contact to reach your node." -#: src/Module/Admin/Blocklist/Contact.php:63 +#: src/Module/Admin/Blocklist/Contact.php:64 msgid "Block Remote Contact" msgstr "Block Remote Contact" -#: src/Module/Admin/Blocklist/Contact.php:64 src/Module/Admin/Users.php:280 +#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280 msgid "select all" msgstr "select all" -#: src/Module/Admin/Blocklist/Contact.php:65 +#: src/Module/Admin/Blocklist/Contact.php:66 msgid "select none" msgstr "select none" -#: src/Module/Admin/Blocklist/Contact.php:67 src/Module/Admin/Users.php:291 -#: src/Module/Contact.php:624 src/Module/Contact.php:827 -#: src/Module/Contact.php:1080 +#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 +#: src/Module/Contact.php:585 src/Module/Contact.php:802 +#: src/Module/Contact.php:1061 msgid "Unblock" msgstr "Unblock" -#: src/Module/Admin/Blocklist/Contact.php:68 +#: src/Module/Admin/Blocklist/Contact.php:69 msgid "No remote contact is blocked from this node." msgstr "No remote contact is blocked from this node." -#: src/Module/Admin/Blocklist/Contact.php:70 +#: src/Module/Admin/Blocklist/Contact.php:71 msgid "Blocked Remote Contacts" msgstr "Blocked remote contacts" -#: src/Module/Admin/Blocklist/Contact.php:71 +#: src/Module/Admin/Blocklist/Contact.php:72 msgid "Block New Remote Contact" msgstr "Block new remote contact" -#: src/Module/Admin/Blocklist/Contact.php:72 +#: src/Module/Admin/Blocklist/Contact.php:73 msgid "Photo" msgstr "Photo" -#: src/Module/Admin/Blocklist/Contact.php:80 +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Reason" +msgstr "Reason" + +#: src/Module/Admin/Blocklist/Contact.php:81 #, php-format msgid "%s total blocked contact" msgid_plural "%s total blocked contacts" msgstr[0] "%s total blocked contact" msgstr[1] "%s total blocked contacts" -#: src/Module/Admin/Blocklist/Contact.php:82 +#: src/Module/Admin/Blocklist/Contact.php:83 msgid "URL of the remote contact to block." msgstr "URL of the remote contact to block." +#: src/Module/Admin/Blocklist/Contact.php:84 +msgid "Block Reason" +msgstr "Reason for blocking" + #: src/Module/Admin/Blocklist/Server.php:31 -msgid "Server added to blocklist." -msgstr "Server added to blocklist." +msgid "Server domain pattern added to blocklist." +msgstr "Server domain pattern added to blocklist." #: src/Module/Admin/Blocklist/Server.php:47 msgid "Site blocklist updated." msgstr "Site blocklist updated." #: src/Module/Admin/Blocklist/Server.php:64 -msgid "The blocked domain" -msgstr "Blocked domain" +#: src/Module/Admin/Blocklist/Server.php:89 +msgid "Blocked server domain pattern" +msgstr "Blocked server domain pattern" #: src/Module/Admin/Blocklist/Server.php:65 -#: src/Module/Admin/Blocklist/Server.php:84 src/Module/Friendica.php:60 +#: src/Module/Admin/Blocklist/Server.php:90 src/Module/Friendica.php:60 msgid "Reason for the block" msgstr "Reason for the block" -#: src/Module/Admin/Blocklist/Server.php:65 -#: src/Module/Admin/Blocklist/Server.php:79 -msgid "The reason why you blocked this domain." -msgstr "Reason why you blocked this domain." - #: src/Module/Admin/Blocklist/Server.php:66 -msgid "Delete domain" -msgstr "Delete domain" +msgid "Delete server domain pattern" +msgstr "Delete server domain pattern" #: src/Module/Admin/Blocklist/Server.php:66 msgid "Check to delete this entry from the blocklist" msgstr "Check to delete this entry from the blocklist" -#: src/Module/Admin/Blocklist/Server.php:74 src/Module/BaseAdminModule.php:94 -msgid "Server Blocklist" -msgstr "Server blocklist" +#: src/Module/Admin/Blocklist/Server.php:74 +msgid "Server Domain Pattern Blocklist" +msgstr "Server Domain Pattern Blocklist" #: src/Module/Admin/Blocklist/Server.php:75 msgid "" -"This page can be used to define a black list of servers from the federated " -"network that are not allowed to interact with your node. For all entered " -"domains you should also give a reason why you have blocked the remote " -"server." -msgstr "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server." +"This page can be used to define a blacklist of server domain patterns from " +"the federated network that are not allowed to interact with your node. For " +"each domain pattern you should also provide the reason why you block it." +msgstr "This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it." #: src/Module/Admin/Blocklist/Server.php:76 msgid "" -"The list of blocked servers will be made publically available on the " -"/friendica page so that your users and people investigating communication " -"problems can find the reason easily." -msgstr "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason." +"The list of blocked server domain patterns will be made publically available" +" on the /friendica page so that your users and " +"people investigating communication problems can find the reason easily." +msgstr "The list of blocked server domain patterns will be made publicly available on the /friendica page so that your users and people investigating communication problems can find the reason easily." #: src/Module/Admin/Blocklist/Server.php:77 +msgid "" +"

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n" +"
    \n" +"\t
  • *: Any number of characters
  • \n" +"\t
  • ?: Any single character
  • \n" +"\t
  • [<char1><char2>...]: char1 or char2
  • \n" +"
" +msgstr "

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
" + +#: src/Module/Admin/Blocklist/Server.php:83 msgid "Add new entry to block list" msgstr "Add new entry to block list" -#: src/Module/Admin/Blocklist/Server.php:78 -msgid "Server Domain" -msgstr "Server domain" +#: src/Module/Admin/Blocklist/Server.php:84 +msgid "Server Domain Pattern" +msgstr "Server Domain Pattern" -#: src/Module/Admin/Blocklist/Server.php:78 +#: src/Module/Admin/Blocklist/Server.php:84 msgid "" -"The domain of the new server to add to the block list. Do not include the " -"protocol." -msgstr "The domain of the new server to add to the block list. Do not include the protocol." +"The domain pattern of the new server to add to the block list. Do not " +"include the protocol." +msgstr "The domain pattern of the new server to add to the block list. Do not include the protocol." -#: src/Module/Admin/Blocklist/Server.php:79 +#: src/Module/Admin/Blocklist/Server.php:85 msgid "Block reason" msgstr "Block reason" -#: src/Module/Admin/Blocklist/Server.php:80 +#: src/Module/Admin/Blocklist/Server.php:85 +msgid "The reason why you blocked this server domain pattern." +msgstr "The reason why you blocked this server domain pattern." + +#: src/Module/Admin/Blocklist/Server.php:86 msgid "Add Entry" msgstr "Add entry" -#: src/Module/Admin/Blocklist/Server.php:81 +#: src/Module/Admin/Blocklist/Server.php:87 msgid "Save changes to the blocklist" msgstr "Save changes to the blocklist" -#: src/Module/Admin/Blocklist/Server.php:82 +#: src/Module/Admin/Blocklist/Server.php:88 msgid "Current Entries in the Blocklist" msgstr "Current entries in the blocklist" -#: src/Module/Admin/Blocklist/Server.php:85 +#: src/Module/Admin/Blocklist/Server.php:91 msgid "Delete entry from blocklist" msgstr "Delete entry from blocklist" -#: src/Module/Admin/Blocklist/Server.php:88 +#: src/Module/Admin/Blocklist/Server.php:94 msgid "Delete entry from blocklist?" msgstr "Delete entry from blocklist?" @@ -6851,24 +7084,24 @@ msgstr "Manage additional features" msgid "unknown" msgstr "unknown" -#: src/Module/Admin/Federation.php:179 +#: src/Module/Admin/Federation.php:181 msgid "" "This page offers you some numbers to the known part of the federated social " "network your Friendica node is part of. These numbers are not complete but " "only reflect the part of the network your node is aware of." msgstr "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of." -#: src/Module/Admin/Federation.php:180 +#: src/Module/Admin/Federation.php:182 msgid "" "The Auto Discovered Contact Directory feature is not enabled, it " "will improve the data displayed here." msgstr "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here." -#: src/Module/Admin/Federation.php:186 src/Module/BaseAdminModule.php:77 +#: src/Module/Admin/Federation.php:188 src/Module/BaseAdminModule.php:77 msgid "Federation Statistics" msgstr "Federation statistics" -#: src/Module/Admin/Federation.php:192 +#: src/Module/Admin/Federation.php:194 #, php-format msgid "" "Currently this node is aware of %d nodes with %d registered users from the " @@ -6908,54 +7141,60 @@ msgstr "GUID" msgid "The GUID of the item you want to delete." msgstr "GUID of item to be deleted." -#: src/Module/Admin/Item/Source.php:46 src/Module/Itemsource.php:46 +#: src/Module/Admin/Item/Source.php:47 msgid "Item Guid" msgstr "Item Guid" -#: src/Module/Admin/Logs/Settings.php:30 +#: src/Module/Admin/Logs/Settings.php:27 src/Module/Admin/Summary.php:83 +#: src/Module/Admin/Summary.php:90 +#, php-format +msgid "The logfile '%s' is not writable. No logging possible" +msgstr "The logfile '%s' is not writeable. No logging possible" + +#: src/Module/Admin/Logs/Settings.php:36 msgid "Log settings updated." msgstr "Log settings updated." -#: src/Module/Admin/Logs/Settings.php:49 +#: src/Module/Admin/Logs/Settings.php:55 msgid "PHP log currently enabled." msgstr "PHP log currently enabled." -#: src/Module/Admin/Logs/Settings.php:51 +#: src/Module/Admin/Logs/Settings.php:57 msgid "PHP log currently disabled." msgstr "PHP log currently disabled." -#: src/Module/Admin/Logs/Settings.php:58 src/Module/BaseAdminModule.php:97 +#: src/Module/Admin/Logs/Settings.php:64 src/Module/BaseAdminModule.php:97 #: src/Module/BaseAdminModule.php:98 msgid "Logs" msgstr "Logs" -#: src/Module/Admin/Logs/Settings.php:60 +#: src/Module/Admin/Logs/Settings.php:66 msgid "Clear" msgstr "Clear" -#: src/Module/Admin/Logs/Settings.php:64 +#: src/Module/Admin/Logs/Settings.php:70 msgid "Enable Debugging" msgstr "Enable debugging" -#: src/Module/Admin/Logs/Settings.php:65 +#: src/Module/Admin/Logs/Settings.php:71 msgid "Log file" msgstr "Log file" -#: src/Module/Admin/Logs/Settings.php:65 +#: src/Module/Admin/Logs/Settings.php:71 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "Must be writable by web server and relative to your Friendica top-level directory." -#: src/Module/Admin/Logs/Settings.php:66 +#: src/Module/Admin/Logs/Settings.php:72 msgid "Log level" msgstr "Log level" -#: src/Module/Admin/Logs/Settings.php:68 +#: src/Module/Admin/Logs/Settings.php:74 msgid "PHP logging" msgstr "PHP logging" -#: src/Module/Admin/Logs/Settings.php:69 +#: src/Module/Admin/Logs/Settings.php:75 msgid "" "To temporarily enable logging of PHP errors and warnings you can prepend the" " following to the index.php file of your installation. The filename set in " @@ -6982,1174 +7221,21 @@ msgstr "Couldn't open %1$s log file.\\r\\n
Check if file %1 msgid "View Logs" msgstr "View logs" -#: src/Module/Admin/Queue.php:34 -msgid "Inspect Deferred Worker Queue" -msgstr "Inspect Deferred Worker Queue" - -#: src/Module/Admin/Queue.php:35 -msgid "" -"This page lists the deferred worker jobs. This are jobs that couldn't be " -"executed at the first time." -msgstr "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed." - -#: src/Module/Admin/Queue.php:38 -msgid "Inspect Worker Queue" -msgstr "Inspect Worker Queue" - -#: src/Module/Admin/Queue.php:39 -msgid "" -"This page lists the currently queued worker jobs. These jobs are handled by " -"the worker cronjob you've set up during install." -msgstr "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install." - -#: src/Module/Admin/Queue.php:59 -msgid "ID" -msgstr "ID" - -#: src/Module/Admin/Queue.php:60 -msgid "Job Parameters" -msgstr "Job Parameters" - -#: src/Module/Admin/Queue.php:61 -msgid "Created" -msgstr "Created" - -#: src/Module/Admin/Queue.php:62 -msgid "Priority" -msgstr "Priority" - -#: src/Module/Admin/Site.php:49 -msgid "Can not parse base url. Must have at least ://" -msgstr "Can not parse base URL. Must have at least ://" - -#: src/Module/Admin/Site.php:235 -msgid "Invalid storage backend setting value." -msgstr "Invalid storage backend settings." - -#: src/Module/Admin/Site.php:412 -msgid "Site settings updated." -msgstr "Site settings updated." - -#: src/Module/Admin/Site.php:464 -msgid "No community page for local users" -msgstr "No community page for local users" - -#: src/Module/Admin/Site.php:465 -msgid "No community page" -msgstr "No community page" - -#: src/Module/Admin/Site.php:466 -msgid "Public postings from users of this site" -msgstr "Public postings from users of this site" - -#: src/Module/Admin/Site.php:467 -msgid "Public postings from the federated network" -msgstr "Public postings from the federated network" - -#: src/Module/Admin/Site.php:468 -msgid "Public postings from local users and the federated network" -msgstr "Public postings from local users and the federated network" - -#: src/Module/Admin/Site.php:472 src/Module/Admin/Site.php:668 -#: src/Module/Admin/Site.php:678 src/Module/Contact.php:549 -#: src/Module/Settings/TwoFactor/Index.php:91 -msgid "Disabled" -msgstr "Disabled" - -#: src/Module/Admin/Site.php:473 src/Module/Admin/Users.php:278 -#: src/Module/Admin/Users.php:295 src/Module/BaseAdminModule.php:81 -msgid "Users" -msgstr "Users" - -#: src/Module/Admin/Site.php:474 -msgid "Users, Global Contacts" -msgstr "Users, Global Contacts" - -#: src/Module/Admin/Site.php:475 -msgid "Users, Global Contacts/fallback" -msgstr "Users, Global Contacts/fallback" - -#: src/Module/Admin/Site.php:479 -msgid "One month" -msgstr "One month" - -#: src/Module/Admin/Site.php:480 -msgid "Three months" -msgstr "Three months" - -#: src/Module/Admin/Site.php:481 -msgid "Half a year" -msgstr "Half a year" - -#: src/Module/Admin/Site.php:482 -msgid "One year" -msgstr "One a year" - -#: src/Module/Admin/Site.php:488 -msgid "Multi user instance" -msgstr "Multi user instance" - -#: src/Module/Admin/Site.php:510 -msgid "Closed" -msgstr "Closed" - -#: src/Module/Admin/Site.php:511 -msgid "Requires approval" -msgstr "Requires approval" - -#: src/Module/Admin/Site.php:512 -msgid "Open" -msgstr "Open" - -#: src/Module/Admin/Site.php:516 src/Module/Install.php:181 -msgid "No SSL policy, links will track page SSL state" -msgstr "No SSL policy, links will track page SSL state" - -#: src/Module/Admin/Site.php:517 src/Module/Install.php:182 -msgid "Force all links to use SSL" -msgstr "Force all links to use SSL" - -#: src/Module/Admin/Site.php:518 src/Module/Install.php:183 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Self-signed certificate, use SSL for local links only (discouraged)" - -#: src/Module/Admin/Site.php:522 -msgid "Don't check" -msgstr "Don't check" - -#: src/Module/Admin/Site.php:523 -msgid "check the stable version" -msgstr "check for stable version updates" - -#: src/Module/Admin/Site.php:524 -msgid "check the development version" -msgstr "check for development version updates" - -#: src/Module/Admin/Site.php:544 -msgid "Database (legacy)" -msgstr "Database (legacy)" - -#: src/Module/Admin/Site.php:569 src/Module/BaseAdminModule.php:80 -msgid "Site" -msgstr "Site" - -#: src/Module/Admin/Site.php:571 -msgid "Republish users to directory" -msgstr "Republish users to directory" - -#: src/Module/Admin/Site.php:572 src/Module/Register.php:121 -msgid "Registration" -msgstr "Join this Friendica Node Today" - -#: src/Module/Admin/Site.php:573 -msgid "File upload" -msgstr "File upload" - -#: src/Module/Admin/Site.php:574 -msgid "Policies" -msgstr "Policies" - -#: src/Module/Admin/Site.php:576 -msgid "Auto Discovered Contact Directory" -msgstr "Auto-discovered contact directory" - -#: src/Module/Admin/Site.php:577 -msgid "Performance" -msgstr "Performance" - -#: src/Module/Admin/Site.php:578 -msgid "Worker" -msgstr "Worker" - -#: src/Module/Admin/Site.php:579 -msgid "Message Relay" -msgstr "Message relay" - -#: src/Module/Admin/Site.php:580 -msgid "Relocate Instance" -msgstr "Relocate Instance" - -#: src/Module/Admin/Site.php:581 -msgid "Warning! Advanced function. Could make this server unreachable." -msgstr "Warning! Advanced function that could make this server unreachable." - -#: src/Module/Admin/Site.php:585 -msgid "Site name" -msgstr "Site name" - -#: src/Module/Admin/Site.php:586 -msgid "Sender Email" -msgstr "Sender email" - -#: src/Module/Admin/Site.php:586 -msgid "" -"The email address your server shall use to send notification emails from." -msgstr "The email address your server shall use to send notification emails from." - -#: src/Module/Admin/Site.php:587 -msgid "Banner/Logo" -msgstr "Banner/Logo" - -#: src/Module/Admin/Site.php:588 -msgid "Shortcut icon" -msgstr "Shortcut icon" - -#: src/Module/Admin/Site.php:588 -msgid "Link to an icon that will be used for browsers." -msgstr "Link to an icon that will be used for browsers." - -#: src/Module/Admin/Site.php:589 -msgid "Touch icon" -msgstr "Touch icon" - -#: src/Module/Admin/Site.php:589 -msgid "Link to an icon that will be used for tablets and mobiles." -msgstr "Link to an icon that will be used for tablets and mobiles." - -#: src/Module/Admin/Site.php:590 -msgid "Additional Info" -msgstr "Additional Info" - -#: src/Module/Admin/Site.php:590 -#, php-format -msgid "" -"For public servers: you can add additional information here that will be " -"listed at %s/servers." -msgstr "For public servers: You can add additional information here that will be listed at %s/servers." - -#: src/Module/Admin/Site.php:591 -msgid "System language" -msgstr "System language" - -#: src/Module/Admin/Site.php:592 -msgid "System theme" -msgstr "System theme" - -#: src/Module/Admin/Site.php:592 -msgid "" -"Default system theme - may be over-ridden by user profiles - Change default theme settings" -msgstr "Default system theme - may be over-ridden by user profiles - Change default theme settings" - -#: src/Module/Admin/Site.php:593 -msgid "Mobile system theme" -msgstr "Mobile system theme" - -#: src/Module/Admin/Site.php:593 -msgid "Theme for mobile devices" -msgstr "Theme for mobile devices" - -#: src/Module/Admin/Site.php:594 src/Module/Install.php:191 -msgid "SSL link policy" -msgstr "SSL link policy" - -#: src/Module/Admin/Site.php:594 src/Module/Install.php:193 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Determines whether generated links should be forced to use SSL" - -#: src/Module/Admin/Site.php:595 -msgid "Force SSL" -msgstr "Force SSL" - -#: src/Module/Admin/Site.php:595 -msgid "" -"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" -" to endless loops." -msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops." - -#: src/Module/Admin/Site.php:596 -msgid "Hide help entry from navigation menu" -msgstr "Hide help entry from navigation menu" - -#: src/Module/Admin/Site.php:596 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL." - -#: src/Module/Admin/Site.php:597 -msgid "Single user instance" -msgstr "Single user instance" - -#: src/Module/Admin/Site.php:597 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "Make this instance multi-user or single-user for the named user" - -#: src/Module/Admin/Site.php:599 -msgid "File storage backend" -msgstr "File storage backend" - -#: src/Module/Admin/Site.php:599 -msgid "" -"The backend used to store uploaded data. If you change the storage backend, " -"you can manually move the existing files. If you do not do so, the files " -"uploaded before the change will still be available at the old backend. " -"Please see the settings documentation" -" for more information about the choices and the moving procedure." -msgstr "The backend used to store uploaded data. If you change the storage backend, you can manually move the existing files. If you don't do so, the files uploaded before the change will still be available at the old backend. Please see the settings documentation for more information about the choices and the moving procedure." - -#: src/Module/Admin/Site.php:601 -msgid "Maximum image size" -msgstr "Maximum image size" - -#: src/Module/Admin/Site.php:601 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits." - -#: src/Module/Admin/Site.php:602 -msgid "Maximum image length" -msgstr "Maximum image length" - -#: src/Module/Admin/Site.php:602 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits." - -#: src/Module/Admin/Site.php:603 -msgid "JPEG image quality" -msgstr "JPEG image quality" - -#: src/Module/Admin/Site.php:603 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level." - -#: src/Module/Admin/Site.php:605 -msgid "Register policy" -msgstr "Registration policy" - -#: src/Module/Admin/Site.php:606 -msgid "Maximum Daily Registrations" -msgstr "Maximum daily registrations" - -#: src/Module/Admin/Site.php:606 -msgid "" -"If registration is permitted above, this sets the maximum number of new user" -" registrations to accept per day. If register is set to closed, this " -"setting has no effect." -msgstr "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval." - -#: src/Module/Admin/Site.php:607 -msgid "Register text" -msgstr "Registration text" - -#: src/Module/Admin/Site.php:607 -msgid "" -"Will be displayed prominently on the registration page. You can use BBCode " -"here." -msgstr "Will be displayed prominently on the registration page. You may use BBCode here." - -#: src/Module/Admin/Site.php:608 -msgid "Forbidden Nicknames" -msgstr "Forbidden Nicknames" - -#: src/Module/Admin/Site.php:608 -msgid "" -"Comma separated list of nicknames that are forbidden from registration. " -"Preset is a list of role names according RFC 2142." -msgstr "Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142." - -#: src/Module/Admin/Site.php:609 -msgid "Accounts abandoned after x days" -msgstr "Accounts abandoned after so many days" - -#: src/Module/Admin/Site.php:609 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit." - -#: src/Module/Admin/Site.php:610 -msgid "Allowed friend domains" -msgstr "Allowed friend domains" - -#: src/Module/Admin/Site.php:610 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains" - -#: src/Module/Admin/Site.php:611 -msgid "Allowed email domains" -msgstr "Allowed email domains" - -#: src/Module/Admin/Site.php:611 -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 "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains" - -#: src/Module/Admin/Site.php:612 -msgid "No OEmbed rich content" -msgstr "No OEmbed rich content" - -#: src/Module/Admin/Site.php:612 -msgid "" -"Don't show the rich content (e.g. embedded PDF), except from the domains " -"listed below." -msgstr "Don't show rich content (e.g. embedded PDF), except from the domains listed below." - -#: src/Module/Admin/Site.php:613 -msgid "Allowed OEmbed domains" -msgstr "Allowed OEmbed domains" - -#: src/Module/Admin/Site.php:613 -msgid "" -"Comma separated list of domains which oembed content is allowed to be " -"displayed. Wildcards are accepted." -msgstr "Comma separated list of domains from where OEmbed content is allowed. Wildcards are possible." - -#: src/Module/Admin/Site.php:614 -msgid "Block public" -msgstr "Block public" - -#: src/Module/Admin/Site.php:614 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in." - -#: src/Module/Admin/Site.php:615 -msgid "Force publish" -msgstr "Mandatory directory listing" - -#: src/Module/Admin/Site.php:615 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Force all profiles on this site to be listed in the site directory." - -#: src/Module/Admin/Site.php:615 -msgid "Enabling this may violate privacy laws like the GDPR" -msgstr "Enabling this may violate privacy laws like the GDPR" - -#: src/Module/Admin/Site.php:616 -msgid "Global directory URL" -msgstr "Global directory URL" - -#: src/Module/Admin/Site.php:616 -msgid "" -"URL to the global directory. If this is not set, the global directory is " -"completely unavailable to the application." -msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application." - -#: src/Module/Admin/Site.php:617 -msgid "Private posts by default for new users" -msgstr "Private posts by default for new users" - -#: src/Module/Admin/Site.php:617 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Set default post permissions for all new members to the default privacy group rather than public." - -#: src/Module/Admin/Site.php:618 -msgid "Don't include post content in email notifications" -msgstr "Don't include post content in email notifications" - -#: src/Module/Admin/Site.php:618 -msgid "" -"Don't include the content of a post/comment/private message/etc. in the " -"email notifications that are sent out from this site, as a privacy measure." -msgstr "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure." - -#: src/Module/Admin/Site.php:619 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "Disallow public access to addons listed in the apps menu." - -#: src/Module/Admin/Site.php:619 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "Checking this box will restrict addons listed in the apps menu to members only." - -#: src/Module/Admin/Site.php:620 -msgid "Don't embed private images in posts" -msgstr "Don't embed private images in posts" - -#: src/Module/Admin/Site.php:620 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a " -"while." -msgstr "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while." - -#: src/Module/Admin/Site.php:621 -msgid "Explicit Content" -msgstr "Explicit Content" - -#: src/Module/Admin/Site.php:621 -msgid "" -"Set this to announce that your node is used mostly for explicit content that" -" might not be suited for minors. This information will be published in the " -"node information and might be used, e.g. by the global directory, to filter " -"your node from listings of nodes to join. Additionally a note about this " -"will be shown at the user registration page." -msgstr "Set this to announce that your node is used mostly for explicit content that might not be suited for minors. This information will be published in the node information and might be used, e.g. by the global directory, to filter your node from listings of nodes to join. Additionally a note about this will be shown at the user registration page." - -#: src/Module/Admin/Site.php:622 -msgid "Allow Users to set remote_self" -msgstr "Allow users to set \"Remote self\"" - -#: src/Module/Admin/Site.php:622 -msgid "" -"With checking this, every user is allowed to mark every contact as a " -"remote_self in the repair contact dialog. Setting this flag on a contact " -"causes mirroring every posting of that contact in the users stream." -msgstr "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream." - -#: src/Module/Admin/Site.php:623 -msgid "Block multiple registrations" -msgstr "Block multiple registrations" - -#: src/Module/Admin/Site.php:623 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Disallow users to sign up for additional accounts." - -#: src/Module/Admin/Site.php:624 -msgid "Disable OpenID" -msgstr "Disable OpenID" - -#: src/Module/Admin/Site.php:624 -msgid "Disable OpenID support for registration and logins." -msgstr "Disable OpenID support for registration and logins." - -#: src/Module/Admin/Site.php:625 -msgid "No Fullname check" -msgstr "No full name check" - -#: src/Module/Admin/Site.php:625 -msgid "" -"Allow users to register without a space between the first name and the last " -"name in their full name." -msgstr "Allow users to register without a space between the first name and the last name in their full name." - -#: src/Module/Admin/Site.php:626 -msgid "Community pages for visitors" -msgstr "Community pages for visitors" - -#: src/Module/Admin/Site.php:626 -msgid "" -"Which community pages should be available for visitors. Local users always " -"see both pages." -msgstr "Community pages that should be available for visitors. Local users always see both pages." - -#: src/Module/Admin/Site.php:627 -msgid "Posts per user on community page" -msgstr "Posts per user on community page" - -#: src/Module/Admin/Site.php:627 -msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"\"Global Community\")" -msgstr "Maximum number of posts per user on the community page. (Not valid for \"Global Community\")" - -#: src/Module/Admin/Site.php:628 -msgid "Disable OStatus support" -msgstr "Disable OStatus support" - -#: src/Module/Admin/Site.php:628 -msgid "" -"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed." - -#: src/Module/Admin/Site.php:629 -msgid "Only import OStatus/ActivityPub threads from our contacts" -msgstr "Only import OStatus/ActivityPub threads from our contacts" - -#: src/Module/Admin/Site.php:629 -msgid "" -"Normally we import every content from our OStatus and ActivityPub contacts. " -"With this option we only store threads that are started by a contact that is" -" known on our system." -msgstr "Normally we import every content from our OStatus and ActivityPub contacts. With this option we only store threads that are started by a contact that is known on our system." - -#: src/Module/Admin/Site.php:630 -msgid "OStatus support can only be enabled if threading is enabled." -msgstr "OStatus support can only be enabled if threading is enabled." - -#: src/Module/Admin/Site.php:632 -msgid "" -"Diaspora support can't be enabled because Friendica was installed into a sub" -" directory." -msgstr "diaspora* support can't be enabled because Friendica was installed into a sub directory." - -#: src/Module/Admin/Site.php:633 -msgid "Enable Diaspora support" -msgstr "Enable diaspora* support" - -#: src/Module/Admin/Site.php:633 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Provide built-in diaspora* network compatibility." - -#: src/Module/Admin/Site.php:634 -msgid "Only allow Friendica contacts" -msgstr "Only allow Friendica contacts" - -#: src/Module/Admin/Site.php:634 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled." - -#: src/Module/Admin/Site.php:635 -msgid "Verify SSL" -msgstr "Verify SSL" - -#: src/Module/Admin/Site.php:635 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites." - -#: src/Module/Admin/Site.php:636 -msgid "Proxy user" -msgstr "Proxy user" - -#: src/Module/Admin/Site.php:637 -msgid "Proxy URL" -msgstr "Proxy URL" - -#: src/Module/Admin/Site.php:638 -msgid "Network timeout" -msgstr "Network timeout" - -#: src/Module/Admin/Site.php:638 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)." - -#: src/Module/Admin/Site.php:639 -msgid "Maximum Load Average" -msgstr "Maximum load average" - -#: src/Module/Admin/Site.php:639 -#, php-format -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default %d." -msgstr "Maximum system load before delivery and poll processes are deferred - default %d." - -#: src/Module/Admin/Site.php:640 -msgid "Maximum Load Average (Frontend)" -msgstr "Maximum load average (frontend)" - -#: src/Module/Admin/Site.php:640 -msgid "Maximum system load before the frontend quits service - default 50." -msgstr "Maximum system load before the frontend quits service (default 50)." - -#: src/Module/Admin/Site.php:641 -msgid "Minimal Memory" -msgstr "Minimal memory" - -#: src/Module/Admin/Site.php:641 -msgid "" -"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " -"default 0 (deactivated)." -msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)." - -#: src/Module/Admin/Site.php:642 -msgid "Maximum table size for optimization" -msgstr "Maximum table size for optimization" - -#: src/Module/Admin/Site.php:642 -msgid "" -"Maximum table size (in MB) for the automatic optimization. Enter -1 to " -"disable it." -msgstr "Maximum table size (in MB) for automatic optimization. Enter -1 to disable it." - -#: src/Module/Admin/Site.php:643 -msgid "Minimum level of fragmentation" -msgstr "Minimum level of fragmentation" - -#: src/Module/Admin/Site.php:643 -msgid "" -"Minimum fragmenation level to start the automatic optimization - default " -"value is 30%." -msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)." - -#: src/Module/Admin/Site.php:645 -msgid "Periodical check of global contacts" -msgstr "Periodical check of global contacts" - -#: src/Module/Admin/Site.php:645 -msgid "" -"If enabled, the global contacts are checked periodically for missing or " -"outdated data and the vitality of the contacts and servers." -msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers." - -#: src/Module/Admin/Site.php:646 -msgid "Days between requery" -msgstr "Days between enquiry" - -#: src/Module/Admin/Site.php:646 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "Number of days after which a server is required check contacts." - -#: src/Module/Admin/Site.php:647 -msgid "Discover contacts from other servers" -msgstr "Discover contacts from other servers" - -#: src/Module/Admin/Site.php:647 -msgid "" -"Periodically query other servers for contacts. You can choose between " -"\"Users\": the users on the remote system, \"Global Contacts\": active " -"contacts that are known on the system. The fallback is meant for Redmatrix " -"servers and older friendica servers, where global contacts weren't " -"available. The fallback increases the server load, so the recommended " -"setting is \"Users, Global Contacts\"." -msgstr "Periodically query other servers for contacts. You can choose between \"Users\": the users on the remote system, \"Global Contacts\": active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommended setting is \"Users, Global Contacts\"." - -#: src/Module/Admin/Site.php:648 -msgid "Timeframe for fetching global contacts" -msgstr "Time-frame for fetching global contacts" - -#: src/Module/Admin/Site.php:648 -msgid "" -"When the discovery is activated, this value defines the timeframe for the " -"activity of the global contacts that are fetched from other servers." -msgstr "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers." - -#: src/Module/Admin/Site.php:649 -msgid "Search the local directory" -msgstr "Search the local directory" - -#: src/Module/Admin/Site.php:649 -msgid "" -"Search the local directory instead of the global directory. When searching " -"locally, every search will be executed on the global directory in the " -"background. This improves the search results when the search is repeated." -msgstr "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated." - -#: src/Module/Admin/Site.php:651 -msgid "Publish server information" -msgstr "Publish server information" - -#: src/Module/Admin/Site.php:651 -msgid "" -"If enabled, general server and usage data will be published. The data " -"contains the name and version of the server, number of users with public " -"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." -msgstr "If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." - -#: src/Module/Admin/Site.php:653 -msgid "Check upstream version" -msgstr "Check upstream version" - -#: src/Module/Admin/Site.php:653 -msgid "" -"Enables checking for new Friendica versions at github. If there is a new " -"version, you will be informed in the admin panel overview." -msgstr "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview." - -#: src/Module/Admin/Site.php:654 -msgid "Suppress Tags" -msgstr "Suppress tags" - -#: src/Module/Admin/Site.php:654 -msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "Suppress listed hashtags at the end of posts." - -#: src/Module/Admin/Site.php:655 -msgid "Clean database" -msgstr "Clean database" - -#: src/Module/Admin/Site.php:655 -msgid "" -"Remove old remote items, orphaned database records and old content from some" -" other helper tables." -msgstr "Remove old remote items, orphaned database records and old content from some other helper tables." - -#: src/Module/Admin/Site.php:656 -msgid "Lifespan of remote items" -msgstr "Lifespan of remote items" - -#: src/Module/Admin/Site.php:656 -msgid "" -"When the database cleanup is enabled, this defines the days after which " -"remote items will be deleted. Own items, and marked or filed items are " -"always kept. 0 disables this behaviour." -msgstr "When the database cleanup is enabled, this defines the days after which remote items will be deleted. Own items, and marked or filed items are always kept. 0 disables this behaviour." - -#: src/Module/Admin/Site.php:657 -msgid "Lifespan of unclaimed items" -msgstr "Lifespan of unclaimed items" - -#: src/Module/Admin/Site.php:657 -msgid "" -"When the database cleanup is enabled, this defines the days after which " -"unclaimed remote items (mostly content from the relay) will be deleted. " -"Default value is 90 days. Defaults to the general lifespan value of remote " -"items if set to 0." -msgstr "When the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0." - -#: src/Module/Admin/Site.php:658 -msgid "Lifespan of raw conversation data" -msgstr "Lifespan of raw conversation data" - -#: src/Module/Admin/Site.php:658 -msgid "" -"The conversation data is used for ActivityPub and OStatus, as well as for " -"debug purposes. It should be safe to remove it after 14 days, default is 90 " -"days." -msgstr "The conversation data is used for ActivityPub and OStatus, as well as for debug purposes. It should be safe to remove it after 14 days, default is 90 days." - -#: src/Module/Admin/Site.php:659 -msgid "Path to item cache" -msgstr "Path to item cache" - -#: src/Module/Admin/Site.php:659 -msgid "The item caches buffers generated bbcode and external images." -msgstr "The item caches buffers generated bbcode and external images." - -#: src/Module/Admin/Site.php:660 -msgid "Cache duration in seconds" -msgstr "Cache duration in seconds" - -#: src/Module/Admin/Site.php:660 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One" -" day). To disable the item cache, set the value to -1." -msgstr "How long should cache files be held? (Default 86400 seconds - one day; -1 disables item cache)" - -#: src/Module/Admin/Site.php:661 -msgid "Maximum numbers of comments per post" -msgstr "Maximum numbers of comments per post" - -#: src/Module/Admin/Site.php:661 -msgid "How much comments should be shown for each post? Default value is 100." -msgstr "How many comments should be shown for each post? (Default 100)" - -#: src/Module/Admin/Site.php:662 -msgid "Temp path" -msgstr "Temp path" - -#: src/Module/Admin/Site.php:662 -msgid "" -"If you have a restricted system where the webserver can't access the system " -"temp path, enter another path here." -msgstr "Enter a different tmp path, if your system restricts the webserver's access to the system temp path." - -#: src/Module/Admin/Site.php:663 -msgid "Disable picture proxy" -msgstr "Disable picture proxy" - -#: src/Module/Admin/Site.php:663 -msgid "" -"The picture proxy increases performance and privacy. It shouldn't be used on" -" systems with very low bandwidth." -msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwidth." - -#: src/Module/Admin/Site.php:664 -msgid "Only search in tags" -msgstr "Only search in tags" - -#: src/Module/Admin/Site.php:664 -msgid "On large systems the text search can slow down the system extremely." -msgstr "On large systems the text search can slow down the system significantly." - -#: src/Module/Admin/Site.php:666 -msgid "New base url" -msgstr "New base URL" - -#: src/Module/Admin/Site.php:666 -msgid "" -"Change base url for this server. Sends relocate message to all Friendica and" -" Diaspora* contacts of all users." -msgstr "Change base url for this server. Sends relocate message to all Friendica and diaspora* contacts of all users." - -#: src/Module/Admin/Site.php:668 -msgid "RINO Encryption" -msgstr "RINO Encryption" - -#: src/Module/Admin/Site.php:668 -msgid "Encryption layer between nodes." -msgstr "Encryption layer between nodes." - -#: src/Module/Admin/Site.php:668 -msgid "Enabled" -msgstr "Enabled" - -#: src/Module/Admin/Site.php:670 -msgid "Maximum number of parallel workers" -msgstr "Maximum number of parallel workers" - -#: src/Module/Admin/Site.php:670 -#, php-format -msgid "" -"On shared hosters set this to %d. On larger systems, values of %d are great." -" Default value is %d." -msgstr "On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d." - -#: src/Module/Admin/Site.php:671 -msgid "Don't use \"proc_open\" with the worker" -msgstr "Don't use \"proc_open\" with the worker" - -#: src/Module/Admin/Site.php:671 -msgid "" -"Enable this if your system doesn't allow the use of \"proc_open\". This can " -"happen on shared hosters. If this is enabled you should increase the " -"frequency of worker calls in your crontab." -msgstr "Enable this if your system doesn't allow the use of \"proc_open\". This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab." - -#: src/Module/Admin/Site.php:672 -msgid "Enable fastlane" -msgstr "Enable fast-lane" - -#: src/Module/Admin/Site.php:672 -msgid "" -"When enabed, the fastlane mechanism starts an additional worker if processes" -" with higher priority are blocked by processes of lower priority." -msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority." - -#: src/Module/Admin/Site.php:673 -msgid "Enable frontend worker" -msgstr "Enable frontend worker" - -#: src/Module/Admin/Site.php:673 -#, php-format -msgid "" -"When enabled the Worker process is triggered when backend access is " -"performed (e.g. messages being delivered). On smaller sites you might want " -"to call %s/worker on a regular basis via an external cron job. You should " -"only enable this option if you cannot utilize cron/scheduled jobs on your " -"server." -msgstr "When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server." - -#: src/Module/Admin/Site.php:675 -msgid "Subscribe to relay" -msgstr "Subscribe to relay" - -#: src/Module/Admin/Site.php:675 -msgid "" -"Enables the receiving of public posts from the relay. They will be included " -"in the search, subscribed tags and on the global community page." -msgstr "Receive public posts from the specified relay. Post will be included in searches, subscribed tags and on the global community page." - -#: src/Module/Admin/Site.php:676 -msgid "Relay server" -msgstr "Relay server" - -#: src/Module/Admin/Site.php:676 -msgid "" -"Address of the relay server where public posts should be send to. For " -"example https://relay.diasp.org" -msgstr "Address of the relay server where public posts should be send to. For example https://relay.diasp.org" - -#: src/Module/Admin/Site.php:677 -msgid "Direct relay transfer" -msgstr "Direct relay transfer" - -#: src/Module/Admin/Site.php:677 -msgid "" -"Enables the direct transfer to other servers without using the relay servers" -msgstr "Enables direct transfer to other servers without using a relay server." - -#: src/Module/Admin/Site.php:678 -msgid "Relay scope" -msgstr "Relay scope" - -#: src/Module/Admin/Site.php:678 -msgid "" -"Can be \"all\" or \"tags\". \"all\" means that every public post should be " -"received. \"tags\" means that only posts with selected tags should be " -"received." -msgstr "Can be \"all\" or \"tags\". \"all\" means that every public post should be received. \"tags\" means that only posts with selected tags should be received." - -#: src/Module/Admin/Site.php:678 -msgid "all" -msgstr "all" - -#: src/Module/Admin/Site.php:678 -msgid "tags" -msgstr "tags" - -#: src/Module/Admin/Site.php:679 -msgid "Server tags" -msgstr "Server tags" - -#: src/Module/Admin/Site.php:679 -msgid "Comma separated list of tags for the \"tags\" subscription." -msgstr "Comma separated list of tags for the \"tags\" subscription." - -#: src/Module/Admin/Site.php:680 -msgid "Allow user tags" -msgstr "Allow user tags" - -#: src/Module/Admin/Site.php:680 -msgid "" -"If enabled, the tags from the saved searches will used for the \"tags\" " -"subscription in addition to the \"relay_server_tags\"." -msgstr "If enabled, the tags from the saved searches will be used for the \"tags\" subscription in addition to the \"relay_server_tags\"." - -#: src/Module/Admin/Site.php:683 -msgid "Start Relocation" -msgstr "Start Relocation" - -#: src/Module/Admin/Summary.php:30 -#, php-format -msgid "" -"Your DB still runs with MyISAM tables. You should change the engine type to " -"InnoDB. As Friendica will use InnoDB only features in the future, you should" -" change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the command php " -"bin/console.php dbstructure toinnodb of your Friendica installation for" -" an automatic conversion.
" -msgstr "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
" - -#: src/Module/Admin/Summary.php:38 -#, php-format -msgid "" -"There is a new version of Friendica available for download. Your current " -"version is %1$s, upstream version is %2$s" -msgstr "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s" - -#: src/Module/Admin/Summary.php:47 -msgid "" -"The database update failed. Please run \"php bin/console.php dbstructure " -"update\" from the command line and have a look at the errors that might " -"appear." -msgstr "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear." - -#: src/Module/Admin/Summary.php:51 -msgid "" -"The last update failed. Please run \"php bin/console.php dbstructure " -"update\" from the command line and have a look at the errors that might " -"appear. (Some of the errors are possibly inside the logfile.)" -msgstr "The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that may appear at the standard output and logfile." - -#: src/Module/Admin/Summary.php:56 -msgid "The worker was never executed. Please check your database structure!" -msgstr "The worker process has never been executed. Please check your database structure!" - -#: src/Module/Admin/Summary.php:58 -#, php-format -msgid "" -"The last worker execution was on %s UTC. This is older than one hour. Please" -" check your crontab settings." -msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings." - -#: src/Module/Admin/Summary.php:63 -#, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from " -".htconfig.php. See the Config help page for " -"help with the transition." -msgstr "Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your configuration from .htconfig.php. See the configuration help page for help with the transition." - -#: src/Module/Admin/Summary.php:67 -#, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from " -"config/local.ini.php. See the Config help " -"page for help with the transition." -msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition." - -#: src/Module/Admin/Summary.php:73 -#, php-format -msgid "" -"%s is not reachable on your system. This is a severe " -"configuration issue that prevents server to server communication. See the installation page for help." -msgstr "%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help." - -#: src/Module/Admin/Summary.php:89 -#, php-format -msgid "" -"Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" -" system.basepath from your db to avoid differences." -msgstr "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences." - -#: src/Module/Admin/Summary.php:97 -#, php-format -msgid "" -"Friendica's current system.basepath '%s' is wrong and the config file '%s' " -"isn't used." -msgstr "The current system.basepath '%s' is wrong and the config file '%s' isn't used." - -#: src/Module/Admin/Summary.php:105 -#, php-format -msgid "" -"Friendica's current system.basepath '%s' is not equal to the config file " -"'%s'. Please fix your configuration." -msgstr "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration." - -#: src/Module/Admin/Summary.php:112 -msgid "Normal Account" -msgstr "Standard account" - -#: src/Module/Admin/Summary.php:113 -msgid "Automatic Follower Account" -msgstr "Automatic follower account" - -#: src/Module/Admin/Summary.php:114 -msgid "Public Forum Account" -msgstr "Public forum account" - -#: src/Module/Admin/Summary.php:115 -msgid "Automatic Friend Account" -msgstr "Automatic friend account" - -#: src/Module/Admin/Summary.php:116 -msgid "Blog Account" -msgstr "Blog account" - -#: src/Module/Admin/Summary.php:117 -msgid "Private Forum Account" -msgstr "Private forum account" - -#: src/Module/Admin/Summary.php:141 -msgid "Message queues" -msgstr "Message queues" - -#: src/Module/Admin/Summary.php:147 -msgid "Server Settings" -msgstr "Server Settings" - -#: src/Module/Admin/Summary.php:161 -msgid "Summary" -msgstr "Summary" - -#: src/Module/Admin/Summary.php:163 -msgid "Registered users" -msgstr "Registered users" - -#: src/Module/Admin/Summary.php:165 -msgid "Pending registrations" -msgstr "Pending registrations" - -#: src/Module/Admin/Summary.php:166 -msgid "Version" -msgstr "Version" - -#: src/Module/Admin/Summary.php:170 -msgid "Active addons" -msgstr "Active addons" - #: src/Module/Admin/Themes/Details.php:32 src/Module/Admin/Themes/Embed.php:46 msgid "Theme settings updated." msgstr "Theme settings updated." -#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:47 +#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49 #, php-format msgid "Theme %s disabled." msgstr "Theme %s disabled." -#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:49 +#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51 #, php-format msgid "Theme %s successfully enabled." msgstr "Theme %s successfully enabled." -#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:51 +#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53 #, php-format msgid "Theme %s failed to install." msgstr "Theme %s failed to install." @@ -8159,7 +7245,7 @@ msgid "Screenshot" msgstr "Screenshot" #: src/Module/Admin/Themes/Details.php:105 -#: src/Module/Admin/Themes/Index.php:94 src/Module/BaseAdminModule.php:83 +#: src/Module/Admin/Themes/Index.php:96 src/Module/BaseAdminModule.php:83 msgid "Themes" msgstr "Theme selection" @@ -8167,20 +7253,20 @@ msgstr "Theme selection" msgid "Unknown theme." msgstr "Unknown theme." -#: src/Module/Admin/Themes/Index.php:96 +#: src/Module/Admin/Themes/Index.php:98 msgid "Reload active themes" msgstr "Reload active themes" -#: src/Module/Admin/Themes/Index.php:101 +#: src/Module/Admin/Themes/Index.php:103 #, php-format msgid "No themes found on the system. They should be placed in %1$s" msgstr "No themes found on the system. They should be placed in %1$s" -#: src/Module/Admin/Themes/Index.php:102 +#: src/Module/Admin/Themes/Index.php:104 msgid "[Experimental]" msgstr "[Experimental]" -#: src/Module/Admin/Themes/Index.php:103 +#: src/Module/Admin/Themes/Index.php:105 msgid "[Unsupported]" msgstr "[Unsupported]" @@ -8327,6 +7413,11 @@ msgstr "Last item" msgid "Type" msgstr "Type" +#: src/Module/Admin/Users.php:278 src/Module/Admin/Users.php:295 +#: src/Module/Admin/Site.php:471 src/Module/BaseAdminModule.php:81 +msgid "Users" +msgstr "Users" + #: src/Module/Admin/Users.php:279 msgid "Add User" msgstr "Add user" @@ -8403,125 +7494,1156 @@ msgstr "Nickname of the new user." msgid "Email address of the new user." msgstr "Email address of the new user." +#: src/Module/Admin/Queue.php:34 +msgid "Inspect Deferred Worker Queue" +msgstr "Inspect Deferred Worker Queue" + +#: src/Module/Admin/Queue.php:35 +msgid "" +"This page lists the deferred worker jobs. This are jobs that couldn't be " +"executed at the first time." +msgstr "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed." + +#: src/Module/Admin/Queue.php:38 +msgid "Inspect Worker Queue" +msgstr "Inspect Worker Queue" + +#: src/Module/Admin/Queue.php:39 +msgid "" +"This page lists the currently queued worker jobs. These jobs are handled by " +"the worker cronjob you've set up during install." +msgstr "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install." + +#: src/Module/Admin/Queue.php:59 +msgid "ID" +msgstr "ID" + +#: src/Module/Admin/Queue.php:60 +msgid "Job Parameters" +msgstr "Job Parameters" + +#: src/Module/Admin/Queue.php:61 +msgid "Created" +msgstr "Created" + +#: src/Module/Admin/Queue.php:62 +msgid "Priority" +msgstr "Priority" + +#: src/Module/Admin/Site.php:49 +msgid "Can not parse base url. Must have at least ://" +msgstr "Can not parse base URL. Must have at least ://" + +#: src/Module/Admin/Site.php:234 +msgid "Invalid storage backend setting value." +msgstr "Invalid storage backend settings." + +#: src/Module/Admin/Site.php:410 +msgid "Site settings updated." +msgstr "Site settings updated." + +#: src/Module/Admin/Site.php:462 +msgid "No community page for local users" +msgstr "No community page for local users" + +#: src/Module/Admin/Site.php:463 +msgid "No community page" +msgstr "No community page" + +#: src/Module/Admin/Site.php:464 +msgid "Public postings from users of this site" +msgstr "Public postings from users of this site" + +#: src/Module/Admin/Site.php:465 +msgid "Public postings from the federated network" +msgstr "Public postings from the federated network" + +#: src/Module/Admin/Site.php:466 +msgid "Public postings from local users and the federated network" +msgstr "Public postings from local users and the federated network" + +#: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665 +#: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97 +#: src/Module/Contact.php:525 +msgid "Disabled" +msgstr "Disabled" + +#: src/Module/Admin/Site.php:472 +msgid "Users, Global Contacts" +msgstr "Users, Global Contacts" + +#: src/Module/Admin/Site.php:473 +msgid "Users, Global Contacts/fallback" +msgstr "Users, Global Contacts/fallback" + +#: src/Module/Admin/Site.php:477 +msgid "One month" +msgstr "One month" + +#: src/Module/Admin/Site.php:478 +msgid "Three months" +msgstr "Three months" + +#: src/Module/Admin/Site.php:479 +msgid "Half a year" +msgstr "Half a year" + +#: src/Module/Admin/Site.php:480 +msgid "One year" +msgstr "One a year" + +#: src/Module/Admin/Site.php:486 +msgid "Multi user instance" +msgstr "Multi user instance" + +#: src/Module/Admin/Site.php:508 +msgid "Closed" +msgstr "Closed" + +#: src/Module/Admin/Site.php:509 +msgid "Requires approval" +msgstr "Requires approval" + +#: src/Module/Admin/Site.php:510 +msgid "Open" +msgstr "Open" + +#: src/Module/Admin/Site.php:514 src/Module/Install.php:182 +msgid "No SSL policy, links will track page SSL state" +msgstr "No SSL policy, links will track page SSL state" + +#: src/Module/Admin/Site.php:515 src/Module/Install.php:183 +msgid "Force all links to use SSL" +msgstr "Force all links to use SSL" + +#: src/Module/Admin/Site.php:516 src/Module/Install.php:184 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Self-signed certificate, use SSL for local links only (discouraged)" + +#: src/Module/Admin/Site.php:520 +msgid "Don't check" +msgstr "Don't check" + +#: src/Module/Admin/Site.php:521 +msgid "check the stable version" +msgstr "check for stable version updates" + +#: src/Module/Admin/Site.php:522 +msgid "check the development version" +msgstr "check for development version updates" + +#: src/Module/Admin/Site.php:542 +msgid "Database (legacy)" +msgstr "Database (legacy)" + +#: src/Module/Admin/Site.php:567 src/Module/BaseAdminModule.php:80 +msgid "Site" +msgstr "Site" + +#: src/Module/Admin/Site.php:569 +msgid "Republish users to directory" +msgstr "Republish users to directory" + +#: src/Module/Admin/Site.php:570 src/Module/Register.php:121 +msgid "Registration" +msgstr "Join this Friendica Node Today" + +#: src/Module/Admin/Site.php:571 +msgid "File upload" +msgstr "File upload" + +#: src/Module/Admin/Site.php:572 +msgid "Policies" +msgstr "Policies" + +#: src/Module/Admin/Site.php:574 +msgid "Auto Discovered Contact Directory" +msgstr "Auto-discovered contact directory" + +#: src/Module/Admin/Site.php:575 +msgid "Performance" +msgstr "Performance" + +#: src/Module/Admin/Site.php:576 +msgid "Worker" +msgstr "Worker" + +#: src/Module/Admin/Site.php:577 +msgid "Message Relay" +msgstr "Message relay" + +#: src/Module/Admin/Site.php:578 +msgid "Relocate Instance" +msgstr "Relocate Instance" + +#: src/Module/Admin/Site.php:579 +msgid "Warning! Advanced function. Could make this server unreachable." +msgstr "Warning! Advanced function that could make this server unreachable." + +#: src/Module/Admin/Site.php:583 +msgid "Site name" +msgstr "Site name" + +#: src/Module/Admin/Site.php:584 +msgid "Sender Email" +msgstr "Sender email" + +#: src/Module/Admin/Site.php:584 +msgid "" +"The email address your server shall use to send notification emails from." +msgstr "The email address your server shall use to send notification emails from." + +#: src/Module/Admin/Site.php:585 +msgid "Banner/Logo" +msgstr "Banner/Logo" + +#: src/Module/Admin/Site.php:586 +msgid "Shortcut icon" +msgstr "Shortcut icon" + +#: src/Module/Admin/Site.php:586 +msgid "Link to an icon that will be used for browsers." +msgstr "Link to an icon that will be used for browsers." + +#: src/Module/Admin/Site.php:587 +msgid "Touch icon" +msgstr "Touch icon" + +#: src/Module/Admin/Site.php:587 +msgid "Link to an icon that will be used for tablets and mobiles." +msgstr "Link to an icon that will be used for tablets and mobiles." + +#: src/Module/Admin/Site.php:588 +msgid "Additional Info" +msgstr "Additional Info" + +#: src/Module/Admin/Site.php:588 +#, php-format +msgid "" +"For public servers: you can add additional information here that will be " +"listed at %s/servers." +msgstr "For public servers: You can add additional information here that will be listed at %s/servers." + +#: src/Module/Admin/Site.php:589 +msgid "System language" +msgstr "System language" + +#: src/Module/Admin/Site.php:590 +msgid "System theme" +msgstr "System theme" + +#: src/Module/Admin/Site.php:590 +msgid "" +"Default system theme - may be over-ridden by user profiles - Change default theme settings" +msgstr "Default system theme - may be over-ridden by user profiles - Change default theme settings" + +#: src/Module/Admin/Site.php:591 +msgid "Mobile system theme" +msgstr "Mobile system theme" + +#: src/Module/Admin/Site.php:591 +msgid "Theme for mobile devices" +msgstr "Theme for mobile devices" + +#: src/Module/Admin/Site.php:592 src/Module/Install.php:192 +msgid "SSL link policy" +msgstr "SSL link policy" + +#: src/Module/Admin/Site.php:592 src/Module/Install.php:194 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Determines whether generated links should be forced to use SSL" + +#: src/Module/Admin/Site.php:593 +msgid "Force SSL" +msgstr "Force SSL" + +#: src/Module/Admin/Site.php:593 +msgid "" +"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" +" to endless loops." +msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops." + +#: src/Module/Admin/Site.php:594 +msgid "Hide help entry from navigation menu" +msgstr "Hide help entry from navigation menu" + +#: src/Module/Admin/Site.php:594 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL." + +#: src/Module/Admin/Site.php:595 +msgid "Single user instance" +msgstr "Single user instance" + +#: src/Module/Admin/Site.php:595 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Make this instance multi-user or single-user for the named user" + +#: src/Module/Admin/Site.php:597 +msgid "File storage backend" +msgstr "File storage backend" + +#: src/Module/Admin/Site.php:597 +msgid "" +"The backend used to store uploaded data. If you change the storage backend, " +"you can manually move the existing files. If you do not do so, the files " +"uploaded before the change will still be available at the old backend. " +"Please see the settings documentation" +" for more information about the choices and the moving procedure." +msgstr "The backend used to store uploaded data. If you change the storage backend, you can manually move the existing files. If you don't do so, the files uploaded before the change will still be available at the old backend. Please see the settings documentation for more information about the choices and the moving procedure." + +#: src/Module/Admin/Site.php:599 +msgid "Maximum image size" +msgstr "Maximum image size" + +#: src/Module/Admin/Site.php:599 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits." + +#: src/Module/Admin/Site.php:600 +msgid "Maximum image length" +msgstr "Maximum image length" + +#: src/Module/Admin/Site.php:600 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits." + +#: src/Module/Admin/Site.php:601 +msgid "JPEG image quality" +msgstr "JPEG image quality" + +#: src/Module/Admin/Site.php:601 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level." + +#: src/Module/Admin/Site.php:603 +msgid "Register policy" +msgstr "Registration policy" + +#: src/Module/Admin/Site.php:604 +msgid "Maximum Daily Registrations" +msgstr "Maximum daily registrations" + +#: src/Module/Admin/Site.php:604 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval." + +#: src/Module/Admin/Site.php:605 +msgid "Register text" +msgstr "Registration text" + +#: src/Module/Admin/Site.php:605 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "Will be displayed prominently on the registration page. You may use BBCode here." + +#: src/Module/Admin/Site.php:606 +msgid "Forbidden Nicknames" +msgstr "Forbidden Nicknames" + +#: src/Module/Admin/Site.php:606 +msgid "" +"Comma separated list of nicknames that are forbidden from registration. " +"Preset is a list of role names according RFC 2142." +msgstr "Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142." + +#: src/Module/Admin/Site.php:607 +msgid "Accounts abandoned after x days" +msgstr "Accounts abandoned after so many days" + +#: src/Module/Admin/Site.php:607 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit." + +#: src/Module/Admin/Site.php:608 +msgid "Allowed friend domains" +msgstr "Allowed friend domains" + +#: src/Module/Admin/Site.php:608 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains" + +#: src/Module/Admin/Site.php:609 +msgid "Allowed email domains" +msgstr "Allowed email domains" + +#: src/Module/Admin/Site.php:609 +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 "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains" + +#: src/Module/Admin/Site.php:610 +msgid "No OEmbed rich content" +msgstr "No OEmbed rich content" + +#: src/Module/Admin/Site.php:610 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "Don't show rich content (e.g. embedded PDF), except from the domains listed below." + +#: src/Module/Admin/Site.php:611 +msgid "Allowed OEmbed domains" +msgstr "Allowed OEmbed domains" + +#: src/Module/Admin/Site.php:611 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "Comma separated list of domains from where OEmbed content is allowed. Wildcards are possible." + +#: src/Module/Admin/Site.php:612 +msgid "Block public" +msgstr "Block public" + +#: src/Module/Admin/Site.php:612 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in." + +#: src/Module/Admin/Site.php:613 +msgid "Force publish" +msgstr "Mandatory directory listing" + +#: src/Module/Admin/Site.php:613 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Force all profiles on this site to be listed in the site directory." + +#: src/Module/Admin/Site.php:613 +msgid "Enabling this may violate privacy laws like the GDPR" +msgstr "Enabling this may violate privacy laws like the GDPR" + +#: src/Module/Admin/Site.php:614 +msgid "Global directory URL" +msgstr "Global directory URL" + +#: src/Module/Admin/Site.php:614 +msgid "" +"URL to the global directory. If this is not set, the global directory is " +"completely unavailable to the application." +msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application." + +#: src/Module/Admin/Site.php:615 +msgid "Private posts by default for new users" +msgstr "Private posts by default for new users" + +#: src/Module/Admin/Site.php:615 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Set default post permissions for all new members to the default privacy group rather than public." + +#: src/Module/Admin/Site.php:616 +msgid "Don't include post content in email notifications" +msgstr "Don't include post content in email notifications" + +#: src/Module/Admin/Site.php:616 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure." + +#: src/Module/Admin/Site.php:617 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "Disallow public access to addons listed in the apps menu." + +#: src/Module/Admin/Site.php:617 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "Checking this box will restrict addons listed in the apps menu to members only." + +#: src/Module/Admin/Site.php:618 +msgid "Don't embed private images in posts" +msgstr "Don't embed private images in posts" + +#: src/Module/Admin/Site.php:618 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while." + +#: src/Module/Admin/Site.php:619 +msgid "Explicit Content" +msgstr "Explicit Content" + +#: src/Module/Admin/Site.php:619 +msgid "" +"Set this to announce that your node is used mostly for explicit content that" +" might not be suited for minors. This information will be published in the " +"node information and might be used, e.g. by the global directory, to filter " +"your node from listings of nodes to join. Additionally a note about this " +"will be shown at the user registration page." +msgstr "Set this to announce that your node is used mostly for explicit content that might not be suited for minors. This information will be published in the node information and might be used, e.g. by the global directory, to filter your node from listings of nodes to join. Additionally a note about this will be shown at the user registration page." + +#: src/Module/Admin/Site.php:620 +msgid "Allow Users to set remote_self" +msgstr "Allow users to set \"Remote self\"" + +#: src/Module/Admin/Site.php:620 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream." + +#: src/Module/Admin/Site.php:621 +msgid "Block multiple registrations" +msgstr "Block multiple registrations" + +#: src/Module/Admin/Site.php:621 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Disallow users to sign up for additional accounts." + +#: src/Module/Admin/Site.php:622 +msgid "Disable OpenID" +msgstr "Disable OpenID" + +#: src/Module/Admin/Site.php:622 +msgid "Disable OpenID support for registration and logins." +msgstr "Disable OpenID support for registration and logins." + +#: src/Module/Admin/Site.php:623 +msgid "No Fullname check" +msgstr "No full name check" + +#: src/Module/Admin/Site.php:623 +msgid "" +"Allow users to register without a space between the first name and the last " +"name in their full name." +msgstr "Allow users to register without a space between the first name and the last name in their full name." + +#: src/Module/Admin/Site.php:624 +msgid "Community pages for visitors" +msgstr "Community pages for visitors" + +#: src/Module/Admin/Site.php:624 +msgid "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "Community pages that should be available for visitors. Local users always see both pages." + +#: src/Module/Admin/Site.php:625 +msgid "Posts per user on community page" +msgstr "Posts per user on community page" + +#: src/Module/Admin/Site.php:625 +msgid "" +"The maximum number of posts per user on the community page. (Not valid for " +"\"Global Community\")" +msgstr "Maximum number of posts per user on the community page. (Not valid for \"Global Community\")" + +#: src/Module/Admin/Site.php:626 +msgid "Disable OStatus support" +msgstr "Disable OStatus support" + +#: src/Module/Admin/Site.php:626 +msgid "" +"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed." + +#: src/Module/Admin/Site.php:627 +msgid "OStatus support can only be enabled if threading is enabled." +msgstr "OStatus support can only be enabled if threading is enabled." + +#: src/Module/Admin/Site.php:629 +msgid "" +"Diaspora support can't be enabled because Friendica was installed into a sub" +" directory." +msgstr "diaspora* support can't be enabled because Friendica was installed into a sub directory." + +#: src/Module/Admin/Site.php:630 +msgid "Enable Diaspora support" +msgstr "Enable diaspora* support" + +#: src/Module/Admin/Site.php:630 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Provide built-in diaspora* network compatibility." + +#: src/Module/Admin/Site.php:631 +msgid "Only allow Friendica contacts" +msgstr "Only allow Friendica contacts" + +#: src/Module/Admin/Site.php:631 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled." + +#: src/Module/Admin/Site.php:632 +msgid "Verify SSL" +msgstr "Verify SSL" + +#: src/Module/Admin/Site.php:632 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites." + +#: src/Module/Admin/Site.php:633 +msgid "Proxy user" +msgstr "Proxy user" + +#: src/Module/Admin/Site.php:634 +msgid "Proxy URL" +msgstr "Proxy URL" + +#: src/Module/Admin/Site.php:635 +msgid "Network timeout" +msgstr "Network timeout" + +#: src/Module/Admin/Site.php:635 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)." + +#: src/Module/Admin/Site.php:636 +msgid "Maximum Load Average" +msgstr "Maximum load average" + +#: src/Module/Admin/Site.php:636 +#, php-format +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default %d." +msgstr "Maximum system load before delivery and poll processes are deferred - default %d." + +#: src/Module/Admin/Site.php:637 +msgid "Maximum Load Average (Frontend)" +msgstr "Maximum load average (frontend)" + +#: src/Module/Admin/Site.php:637 +msgid "Maximum system load before the frontend quits service - default 50." +msgstr "Maximum system load before the frontend quits service (default 50)." + +#: src/Module/Admin/Site.php:638 +msgid "Minimal Memory" +msgstr "Minimal memory" + +#: src/Module/Admin/Site.php:638 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)." + +#: src/Module/Admin/Site.php:639 +msgid "Maximum table size for optimization" +msgstr "Maximum table size for optimization" + +#: src/Module/Admin/Site.php:639 +msgid "" +"Maximum table size (in MB) for the automatic optimization. Enter -1 to " +"disable it." +msgstr "Maximum table size (in MB) for automatic optimization. Enter -1 to disable it." + +#: src/Module/Admin/Site.php:640 +msgid "Minimum level of fragmentation" +msgstr "Minimum level of fragmentation" + +#: src/Module/Admin/Site.php:640 +msgid "" +"Minimum fragmenation level to start the automatic optimization - default " +"value is 30%." +msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)." + +#: src/Module/Admin/Site.php:642 +msgid "Periodical check of global contacts" +msgstr "Periodical check of global contacts" + +#: src/Module/Admin/Site.php:642 +msgid "" +"If enabled, the global contacts are checked periodically for missing or " +"outdated data and the vitality of the contacts and servers." +msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers." + +#: src/Module/Admin/Site.php:643 +msgid "Days between requery" +msgstr "Days between enquiry" + +#: src/Module/Admin/Site.php:643 +msgid "Number of days after which a server is requeried for his contacts." +msgstr "Number of days after which a server is required check contacts." + +#: src/Module/Admin/Site.php:644 +msgid "Discover contacts from other servers" +msgstr "Discover contacts from other servers" + +#: src/Module/Admin/Site.php:644 +msgid "" +"Periodically query other servers for contacts. You can choose between " +"\"Users\": the users on the remote system, \"Global Contacts\": active " +"contacts that are known on the system. The fallback is meant for Redmatrix " +"servers and older friendica servers, where global contacts weren't " +"available. The fallback increases the server load, so the recommended " +"setting is \"Users, Global Contacts\"." +msgstr "Periodically query other servers for contacts. You can choose between \"Users\": the users on the remote system, \"Global Contacts\": active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommended setting is \"Users, Global Contacts\"." + +#: src/Module/Admin/Site.php:645 +msgid "Timeframe for fetching global contacts" +msgstr "Time-frame for fetching global contacts" + +#: src/Module/Admin/Site.php:645 +msgid "" +"When the discovery is activated, this value defines the timeframe for the " +"activity of the global contacts that are fetched from other servers." +msgstr "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers." + +#: src/Module/Admin/Site.php:646 +msgid "Search the local directory" +msgstr "Search the local directory" + +#: src/Module/Admin/Site.php:646 +msgid "" +"Search the local directory instead of the global directory. When searching " +"locally, every search will be executed on the global directory in the " +"background. This improves the search results when the search is repeated." +msgstr "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated." + +#: src/Module/Admin/Site.php:648 +msgid "Publish server information" +msgstr "Publish server information" + +#: src/Module/Admin/Site.php:648 +msgid "" +"If enabled, general server and usage data will be published. The data " +"contains the name and version of the server, number of users with public " +"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." +msgstr "If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." + +#: src/Module/Admin/Site.php:650 +msgid "Check upstream version" +msgstr "Check upstream version" + +#: src/Module/Admin/Site.php:650 +msgid "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview." + +#: src/Module/Admin/Site.php:651 +msgid "Suppress Tags" +msgstr "Suppress tags" + +#: src/Module/Admin/Site.php:651 +msgid "Suppress showing a list of hashtags at the end of the posting." +msgstr "Suppress listed hashtags at the end of posts." + +#: src/Module/Admin/Site.php:652 +msgid "Clean database" +msgstr "Clean database" + +#: src/Module/Admin/Site.php:652 +msgid "" +"Remove old remote items, orphaned database records and old content from some" +" other helper tables." +msgstr "Remove old remote items, orphaned database records and old content from some other helper tables." + +#: src/Module/Admin/Site.php:653 +msgid "Lifespan of remote items" +msgstr "Lifespan of remote items" + +#: src/Module/Admin/Site.php:653 +msgid "" +"When the database cleanup is enabled, this defines the days after which " +"remote items will be deleted. Own items, and marked or filed items are " +"always kept. 0 disables this behaviour." +msgstr "When the database cleanup is enabled, this defines the days after which remote items will be deleted. Own items, and marked or filed items are always kept. 0 disables this behaviour." + +#: src/Module/Admin/Site.php:654 +msgid "Lifespan of unclaimed items" +msgstr "Lifespan of unclaimed items" + +#: src/Module/Admin/Site.php:654 +msgid "" +"When the database cleanup is enabled, this defines the days after which " +"unclaimed remote items (mostly content from the relay) will be deleted. " +"Default value is 90 days. Defaults to the general lifespan value of remote " +"items if set to 0." +msgstr "When the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0." + +#: src/Module/Admin/Site.php:655 +msgid "Lifespan of raw conversation data" +msgstr "Lifespan of raw conversation data" + +#: src/Module/Admin/Site.php:655 +msgid "" +"The conversation data is used for ActivityPub and OStatus, as well as for " +"debug purposes. It should be safe to remove it after 14 days, default is 90 " +"days." +msgstr "The conversation data is used for ActivityPub and OStatus, as well as for debug purposes. It should be safe to remove it after 14 days, default is 90 days." + +#: src/Module/Admin/Site.php:656 +msgid "Path to item cache" +msgstr "Path to item cache" + +#: src/Module/Admin/Site.php:656 +msgid "The item caches buffers generated bbcode and external images." +msgstr "The item caches buffers generated bbcode and external images." + +#: src/Module/Admin/Site.php:657 +msgid "Cache duration in seconds" +msgstr "Cache duration in seconds" + +#: src/Module/Admin/Site.php:657 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day). To disable the item cache, set the value to -1." +msgstr "How long should cache files be held? (Default 86400 seconds - one day; -1 disables item cache)" + +#: src/Module/Admin/Site.php:658 +msgid "Maximum numbers of comments per post" +msgstr "Maximum numbers of comments per post" + +#: src/Module/Admin/Site.php:658 +msgid "How much comments should be shown for each post? Default value is 100." +msgstr "How many comments should be shown for each post? (Default 100)" + +#: src/Module/Admin/Site.php:659 +msgid "Temp path" +msgstr "Temp path" + +#: src/Module/Admin/Site.php:659 +msgid "" +"If you have a restricted system where the webserver can't access the system " +"temp path, enter another path here." +msgstr "Enter a different tmp path, if your system restricts the webserver's access to the system temp path." + +#: src/Module/Admin/Site.php:660 +msgid "Disable picture proxy" +msgstr "Disable picture proxy" + +#: src/Module/Admin/Site.php:660 +msgid "" +"The picture proxy increases performance and privacy. It shouldn't be used on" +" systems with very low bandwidth." +msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwidth." + +#: src/Module/Admin/Site.php:661 +msgid "Only search in tags" +msgstr "Only search in tags" + +#: src/Module/Admin/Site.php:661 +msgid "On large systems the text search can slow down the system extremely." +msgstr "On large systems the text search can slow down the system significantly." + +#: src/Module/Admin/Site.php:663 +msgid "New base url" +msgstr "New base URL" + +#: src/Module/Admin/Site.php:663 +msgid "" +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." +msgstr "Change base url for this server. Sends relocate message to all Friendica and diaspora* contacts of all users." + +#: src/Module/Admin/Site.php:665 +msgid "RINO Encryption" +msgstr "RINO Encryption" + +#: src/Module/Admin/Site.php:665 +msgid "Encryption layer between nodes." +msgstr "Encryption layer between nodes." + +#: src/Module/Admin/Site.php:665 +msgid "Enabled" +msgstr "Enabled" + +#: src/Module/Admin/Site.php:667 +msgid "Maximum number of parallel workers" +msgstr "Maximum number of parallel workers" + +#: src/Module/Admin/Site.php:667 +#, php-format +msgid "" +"On shared hosters set this to %d. On larger systems, values of %d are great." +" Default value is %d." +msgstr "On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d." + +#: src/Module/Admin/Site.php:668 +msgid "Don't use \"proc_open\" with the worker" +msgstr "Don't use \"proc_open\" with the worker" + +#: src/Module/Admin/Site.php:668 +msgid "" +"Enable this if your system doesn't allow the use of \"proc_open\". This can " +"happen on shared hosters. If this is enabled you should increase the " +"frequency of worker calls in your crontab." +msgstr "Enable this if your system doesn't allow the use of \"proc_open\". This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab." + +#: src/Module/Admin/Site.php:669 +msgid "Enable fastlane" +msgstr "Enable fast-lane" + +#: src/Module/Admin/Site.php:669 +msgid "" +"When enabed, the fastlane mechanism starts an additional worker if processes" +" with higher priority are blocked by processes of lower priority." +msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority." + +#: src/Module/Admin/Site.php:670 +msgid "Enable frontend worker" +msgstr "Enable frontend worker" + +#: src/Module/Admin/Site.php:670 +#, php-format +msgid "" +"When enabled the Worker process is triggered when backend access is " +"performed (e.g. messages being delivered). On smaller sites you might want " +"to call %s/worker on a regular basis via an external cron job. You should " +"only enable this option if you cannot utilize cron/scheduled jobs on your " +"server." +msgstr "When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server." + +#: src/Module/Admin/Site.php:672 +msgid "Subscribe to relay" +msgstr "Subscribe to relay" + +#: src/Module/Admin/Site.php:672 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "Receive public posts from the specified relay. Post will be included in searches, subscribed tags and on the global community page." + +#: src/Module/Admin/Site.php:673 +msgid "Relay server" +msgstr "Relay server" + +#: src/Module/Admin/Site.php:673 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "Address of the relay server where public posts should be send to. For example https://relay.diasp.org" + +#: src/Module/Admin/Site.php:674 +msgid "Direct relay transfer" +msgstr "Direct relay transfer" + +#: src/Module/Admin/Site.php:674 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "Enables direct transfer to other servers without using a relay server." + +#: src/Module/Admin/Site.php:675 +msgid "Relay scope" +msgstr "Relay scope" + +#: src/Module/Admin/Site.php:675 +msgid "" +"Can be \"all\" or \"tags\". \"all\" means that every public post should be " +"received. \"tags\" means that only posts with selected tags should be " +"received." +msgstr "Can be \"all\" or \"tags\". \"all\" means that every public post should be received. \"tags\" means that only posts with selected tags should be received." + +#: src/Module/Admin/Site.php:675 +msgid "all" +msgstr "all" + +#: src/Module/Admin/Site.php:675 +msgid "tags" +msgstr "tags" + +#: src/Module/Admin/Site.php:676 +msgid "Server tags" +msgstr "Server tags" + +#: src/Module/Admin/Site.php:676 +msgid "Comma separated list of tags for the \"tags\" subscription." +msgstr "Comma separated list of tags for the \"tags\" subscription." + +#: src/Module/Admin/Site.php:677 +msgid "Allow user tags" +msgstr "Allow user tags" + +#: src/Module/Admin/Site.php:677 +msgid "" +"If enabled, the tags from the saved searches will used for the \"tags\" " +"subscription in addition to the \"relay_server_tags\"." +msgstr "If enabled, the tags from the saved searches will be used for the \"tags\" subscription in addition to the \"relay_server_tags\"." + +#: src/Module/Admin/Site.php:680 +msgid "Start Relocation" +msgstr "Start Relocation" + +#: src/Module/Admin/Summary.php:30 +#, php-format +msgid "" +"Your DB still runs with MyISAM tables. You should change the engine type to " +"InnoDB. As Friendica will use InnoDB only features in the future, you should" +" change this! See here for a guide that may be helpful " +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
" +msgstr "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
" + +#: src/Module/Admin/Summary.php:38 +#, php-format +msgid "" +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" +msgstr "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s" + +#: src/Module/Admin/Summary.php:47 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear." + +#: src/Module/Admin/Summary.php:51 +msgid "" +"The last update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear. (Some of the errors are possibly inside the logfile.)" +msgstr "The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that may appear at the standard output and logfile." + +#: src/Module/Admin/Summary.php:56 +msgid "The worker was never executed. Please check your database structure!" +msgstr "The worker process has never been executed. Please check your database structure!" + +#: src/Module/Admin/Summary.php:58 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings." + +#: src/Module/Admin/Summary.php:63 +#, php-format +msgid "" +"Friendica's configuration now is stored in config/local.config.php, please " +"copy config/local-sample.config.php and move your config from " +".htconfig.php. See the Config help page for " +"help with the transition." +msgstr "Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your configuration from .htconfig.php. See the configuration help page for help with the transition." + +#: src/Module/Admin/Summary.php:67 +#, php-format +msgid "" +"Friendica's configuration now is stored in config/local.config.php, please " +"copy config/local-sample.config.php and move your config from " +"config/local.ini.php. See the Config help " +"page for help with the transition." +msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition." + +#: src/Module/Admin/Summary.php:73 +#, php-format +msgid "" +"%s is not reachable on your system. This is a severe " +"configuration issue that prevents server to server communication. See the installation page for help." +msgstr "%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help." + +#: src/Module/Admin/Summary.php:106 +#, php-format +msgid "" +"Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" +" system.basepath from your db to avoid differences." +msgstr "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences." + +#: src/Module/Admin/Summary.php:114 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is wrong and the config file '%s' " +"isn't used." +msgstr "The current system.basepath '%s' is wrong and the config file '%s' isn't used." + +#: src/Module/Admin/Summary.php:122 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is not equal to the config file " +"'%s'. Please fix your configuration." +msgstr "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration." + +#: src/Module/Admin/Summary.php:129 +msgid "Normal Account" +msgstr "Standard account" + +#: src/Module/Admin/Summary.php:130 +msgid "Automatic Follower Account" +msgstr "Automatic follower account" + +#: src/Module/Admin/Summary.php:131 +msgid "Public Forum Account" +msgstr "Public forum account" + +#: src/Module/Admin/Summary.php:132 +msgid "Automatic Friend Account" +msgstr "Automatic friend account" + +#: src/Module/Admin/Summary.php:133 +msgid "Blog Account" +msgstr "Blog account" + +#: src/Module/Admin/Summary.php:134 +msgid "Private Forum Account" +msgstr "Private forum account" + +#: src/Module/Admin/Summary.php:154 +msgid "Message queues" +msgstr "Message queues" + +#: src/Module/Admin/Summary.php:160 +msgid "Server Settings" +msgstr "Server Settings" + +#: src/Module/Admin/Summary.php:174 +msgid "Summary" +msgstr "Summary" + +#: src/Module/Admin/Summary.php:176 +msgid "Registered users" +msgstr "Registered users" + +#: src/Module/Admin/Summary.php:178 +msgid "Pending registrations" +msgstr "Pending registrations" + +#: src/Module/Admin/Summary.php:179 +msgid "Version" +msgstr "Version" + +#: src/Module/Admin/Summary.php:183 +msgid "Active addons" +msgstr "Active addons" + #: src/Module/AllFriends.php:55 msgid "No friends to display." msgstr "No friends to display." -#: src/Module/Apps.php:29 -msgid "No installed applications." -msgstr "No installed applications." - -#: src/Module/Apps.php:34 -msgid "Applications" -msgstr "Applications" - #: src/Module/Attach.php:36 src/Module/Attach.php:48 msgid "Item was not found." msgstr "Item was not found." -#: src/Module/Babel.php:31 -msgid "Source input" -msgstr "Source input" - -#: src/Module/Babel.php:37 -msgid "BBCode::toPlaintext" -msgstr "BBCode::toPlaintext" - -#: src/Module/Babel.php:43 -msgid "BBCode::convert (raw HTML)" -msgstr "BBCode::convert (raw HTML)" - -#: src/Module/Babel.php:48 -msgid "BBCode::convert" -msgstr "BBCode::convert" - -#: src/Module/Babel.php:54 -msgid "BBCode::convert => HTML::toBBCode" -msgstr "BBCode::convert => HTML::toBBCode" - -#: src/Module/Babel.php:60 -msgid "BBCode::toMarkdown" -msgstr "BBCode::toMarkdown" - -#: src/Module/Babel.php:66 -msgid "BBCode::toMarkdown => Markdown::convert" -msgstr "BBCode::toMarkdown => Markdown::convert" - -#: src/Module/Babel.php:72 -msgid "BBCode::toMarkdown => Markdown::toBBCode" -msgstr "BBCode::toMarkdown => Markdown::toBBCode" - -#: src/Module/Babel.php:78 -msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" -msgstr "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" - -#: src/Module/Babel.php:89 -msgid "Item Body" -msgstr "Item Body" - -#: src/Module/Babel.php:93 -msgid "Item Tags" -msgstr "Item Tags" - -#: src/Module/Babel.php:100 -msgid "Source input (Diaspora format)" -msgstr "Source input (diaspora* format)" - -#: src/Module/Babel.php:106 -msgid "Markdown::convert (raw HTML)" -msgstr "Markdown::convert (raw HTML)" - -#: src/Module/Babel.php:111 -msgid "Markdown::convert" -msgstr "Markdown::convert" - -#: src/Module/Babel.php:117 -msgid "Markdown::toBBCode" -msgstr "Markdown::toBBCode" - -#: src/Module/Babel.php:124 -msgid "Raw HTML input" -msgstr "Raw HTML input" - -#: src/Module/Babel.php:129 -msgid "HTML Input" -msgstr "HTML input" - -#: src/Module/Babel.php:135 -msgid "HTML::toBBCode" -msgstr "HTML::toBBCode" - -#: src/Module/Babel.php:141 -msgid "HTML::toBBCode => BBCode::convert" -msgstr "HTML::toBBCode => BBCode::convert" - -#: src/Module/Babel.php:146 -msgid "HTML::toBBCode => BBCode::convert (raw HTML)" -msgstr "HTML::toBBCode => BBCode::convert (raw HTML)" - -#: src/Module/Babel.php:152 -msgid "HTML::toMarkdown" -msgstr "HTML::toMarkdown" - -#: src/Module/Babel.php:158 -msgid "HTML::toPlaintext" -msgstr "HTML::toPlaintext" - -#: src/Module/Babel.php:166 -msgid "Source text" -msgstr "Source text" - -#: src/Module/Babel.php:167 -msgid "BBCode" -msgstr "BBCode" - -#: src/Module/Babel.php:168 -msgid "Markdown" -msgstr "Markdown" - -#: src/Module/Babel.php:169 -msgid "HTML" -msgstr "HTML" +#: src/Module/BaseAdminModule.php:62 +msgid "" +"Submanaged account can't access the administation pages. Please log back in " +"as the master account." +msgstr "A managed account cannot access the administration pages. Please log in as administrator." #: src/Module/BaseAdminModule.php:76 msgid "Overview" @@ -8555,6 +8677,10 @@ msgstr "Tools" msgid "Contact Blocklist" msgstr "Contact blocklist" +#: src/Module/BaseAdminModule.php:94 +msgid "Server Blocklist" +msgstr "Server blocklist" + #: src/Module/BaseAdminModule.php:101 msgid "Diagnostics" msgstr "Diagnostics" @@ -8587,412 +8713,195 @@ msgstr "Addon features" msgid "User registrations waiting for confirmation" msgstr "User registrations awaiting confirmation" -#: src/Module/Bookmarklet.php:35 -msgid "This page is missing a url parameter." -msgstr "This page is missing a URL parameter." - -#: src/Module/Bookmarklet.php:57 -msgid "The post was created" -msgstr "The post was created" - -#: src/Module/Contact.php:166 +#: src/Module/BaseSearchModule.php:52 #, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "%d contact edited." -msgstr[1] "%d contacts edited." +msgid "People Search - %s" +msgstr "People search - %s" -#: src/Module/Contact.php:193 src/Module/Contact.php:377 -msgid "Could not access contact record." -msgstr "Could not access contact record." - -#: src/Module/Contact.php:203 -msgid "Could not locate selected profile." -msgstr "Could not locate selected profile." - -#: src/Module/Contact.php:235 -msgid "Contact updated." -msgstr "Contact updated." - -#: src/Module/Contact.php:398 -msgid "Contact has been blocked" -msgstr "Contact has been blocked" - -#: src/Module/Contact.php:398 -msgid "Contact has been unblocked" -msgstr "Contact has been unblocked" - -#: src/Module/Contact.php:408 -msgid "Contact has been ignored" -msgstr "Contact has been ignored" - -#: src/Module/Contact.php:408 -msgid "Contact has been unignored" -msgstr "Contact has been unignored" - -#: src/Module/Contact.php:418 -msgid "Contact has been archived" -msgstr "Contact has been archived" - -#: src/Module/Contact.php:418 -msgid "Contact has been unarchived" -msgstr "Contact has been unarchived" - -#: src/Module/Contact.php:442 -msgid "Drop contact" -msgstr "Drop contact" - -#: src/Module/Contact.php:445 src/Module/Contact.php:823 -msgid "Do you really want to delete this contact?" -msgstr "Do you really want to delete this contact?" - -#: src/Module/Contact.php:459 -msgid "Contact has been removed." -msgstr "Contact has been removed." - -#: src/Module/Contact.php:489 +#: src/Module/BaseSearchModule.php:62 #, php-format -msgid "You are mutual friends with %s" -msgstr "You are mutual friends with %s" +msgid "Forum Search - %s" +msgstr "Forum search - %s" -#: src/Module/Contact.php:494 -#, php-format -msgid "You are sharing with %s" -msgstr "You are sharing with %s" - -#: src/Module/Contact.php:499 -#, php-format -msgid "%s is sharing with you" -msgstr "%s is sharing with you" - -#: src/Module/Contact.php:523 -msgid "Private communications are not available for this contact." -msgstr "Private communications are not available for this contact." - -#: src/Module/Contact.php:525 -msgid "Never" -msgstr "Never" - -#: src/Module/Contact.php:528 -msgid "(Update was successful)" -msgstr "(Update was successful)" - -#: src/Module/Contact.php:528 -msgid "(Update was not successful)" -msgstr "(Update was not successful)" - -#: src/Module/Contact.php:530 src/Module/Contact.php:1061 -msgid "Suggest friends" -msgstr "Suggest friends" - -#: src/Module/Contact.php:534 -#, php-format -msgid "Network type: %s" -msgstr "Network type: %s" - -#: src/Module/Contact.php:539 -msgid "Communications lost with this contact!" -msgstr "Communications lost with this contact!" - -#: src/Module/Contact.php:545 -msgid "Fetch further information for feeds" -msgstr "Fetch further information for feeds" - -#: src/Module/Contact.php:547 -msgid "" -"Fetch information like preview pictures, title and teaser from the feed " -"item. You can activate this if the feed doesn't contain much text. Keywords " -"are taken from the meta header in the feed item and are posted as hash tags." -msgstr "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags." - -#: src/Module/Contact.php:550 -msgid "Fetch information" -msgstr "Fetch information" - -#: src/Module/Contact.php:551 -msgid "Fetch keywords" -msgstr "Fetch keywords" - -#: src/Module/Contact.php:552 -msgid "Fetch information and keywords" -msgstr "Fetch information and keywords" - -#: src/Module/Contact.php:584 -msgid "Profile Visibility" -msgstr "Profile visibility" - -#: src/Module/Contact.php:585 -msgid "Contact Information / Notes" -msgstr "Personal note" - -#: src/Module/Contact.php:586 -msgid "Contact Settings" -msgstr "Notification and privacy " - -#: src/Module/Contact.php:595 -msgid "Contact" -msgstr "Contact" - -#: src/Module/Contact.php:599 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Please choose the profile you would like to display to %s when viewing your profile securely." - -#: src/Module/Contact.php:601 -msgid "Their personal note" -msgstr "Their personal note" - -#: src/Module/Contact.php:603 -msgid "Edit contact notes" -msgstr "Edit contact notes" - -#: src/Module/Contact.php:607 -msgid "Block/Unblock contact" -msgstr "Block/Unblock contact" - -#: src/Module/Contact.php:608 -msgid "Ignore contact" -msgstr "Ignore contact" - -#: src/Module/Contact.php:609 -msgid "Repair URL settings" -msgstr "Repair URL settings" - -#: src/Module/Contact.php:610 -msgid "View conversations" -msgstr "View conversations" - -#: src/Module/Contact.php:615 -msgid "Last update:" -msgstr "Last update:" - -#: src/Module/Contact.php:617 -msgid "Update public posts" -msgstr "Update public posts" - -#: src/Module/Contact.php:619 src/Module/Contact.php:1071 -msgid "Update now" -msgstr "Update now" - -#: src/Module/Contact.php:625 src/Module/Contact.php:828 -#: src/Module/Contact.php:1088 -msgid "Unignore" -msgstr "Unignore" - -#: src/Module/Contact.php:629 -msgid "Currently blocked" -msgstr "Currently blocked" - -#: src/Module/Contact.php:630 -msgid "Currently ignored" -msgstr "Currently ignored" - -#: src/Module/Contact.php:631 -msgid "Currently archived" -msgstr "Currently archived" - -#: src/Module/Contact.php:632 -msgid "Awaiting connection acknowledge" -msgstr "Awaiting connection acknowledgement " - -#: src/Module/Contact.php:633 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Replies/Likes to your public posts may still be visible" - -#: src/Module/Contact.php:634 -msgid "Notification for new posts" -msgstr "Notification for new posts" - -#: src/Module/Contact.php:634 -msgid "Send a notification of every new post of this contact" -msgstr "Send notification for every new post from this contact" - -#: src/Module/Contact.php:636 -msgid "Blacklisted keywords" -msgstr "Blacklisted keywords" - -#: src/Module/Contact.php:636 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected" - -#: src/Module/Contact.php:653 src/Module/Settings/TwoFactor/Index.php:100 -msgid "Actions" -msgstr "Actions" - -#: src/Module/Contact.php:700 -msgid "Suggestions" -msgstr "Suggestions" - -#: src/Module/Contact.php:703 -msgid "Suggest potential friends" -msgstr "Suggest potential friends" - -#: src/Module/Contact.php:708 src/Module/Group.php:287 -msgid "All Contacts" -msgstr "All contacts" - -#: src/Module/Contact.php:711 -msgid "Show all contacts" -msgstr "Show all contacts" - -#: src/Module/Contact.php:716 -msgid "Unblocked" -msgstr "Unblocked" - -#: src/Module/Contact.php:719 -msgid "Only show unblocked contacts" -msgstr "Only show unblocked contacts" - -#: src/Module/Contact.php:724 -msgid "Blocked" -msgstr "Blocked" - -#: src/Module/Contact.php:727 -msgid "Only show blocked contacts" -msgstr "Only show blocked contacts" - -#: src/Module/Contact.php:732 -msgid "Ignored" -msgstr "Ignored" - -#: src/Module/Contact.php:735 -msgid "Only show ignored contacts" -msgstr "Only show ignored contacts" - -#: src/Module/Contact.php:740 -msgid "Archived" -msgstr "Archived" - -#: src/Module/Contact.php:743 -msgid "Only show archived contacts" -msgstr "Only show archived contacts" - -#: src/Module/Contact.php:748 -msgid "Hidden" -msgstr "Hidden" - -#: src/Module/Contact.php:751 -msgid "Only show hidden contacts" -msgstr "Only show hidden contacts" - -#: src/Module/Contact.php:759 -msgid "Organize your contact groups" -msgstr "Organise your contact groups" - -#: src/Module/Contact.php:818 -msgid "Search your contacts" -msgstr "Search your contacts" - -#: src/Module/Contact.php:829 src/Module/Contact.php:1097 -msgid "Archive" -msgstr "Archive" - -#: src/Module/Contact.php:829 src/Module/Contact.php:1097 -msgid "Unarchive" -msgstr "Unarchive" - -#: src/Module/Contact.php:832 -msgid "Batch Actions" -msgstr "Batch actions" - -#: src/Module/Contact.php:859 -msgid "Conversations started by this contact" -msgstr "Conversations started by this contact" - -#: src/Module/Contact.php:864 -msgid "Posts and Comments" -msgstr "Posts and Comments" - -#: src/Module/Contact.php:887 -msgid "View all contacts" -msgstr "View all contacts" - -#: src/Module/Contact.php:898 -msgid "View all common friends" -msgstr "View all common friends" - -#: src/Module/Contact.php:908 -msgid "Advanced Contact Settings" -msgstr "Advanced contact settings" - -#: src/Module/Contact.php:994 -msgid "Mutual Friendship" -msgstr "Mutual friendship" - -#: src/Module/Contact.php:999 -msgid "is a fan of yours" -msgstr "is a fan of yours" - -#: src/Module/Contact.php:1004 -msgid "you are a fan of" -msgstr "I follow them" - -#: src/Module/Contact.php:1028 -msgid "Edit contact" -msgstr "Edit contact" - -#: src/Module/Contact.php:1082 -msgid "Toggle Blocked status" -msgstr "Toggle blocked status" - -#: src/Module/Contact.php:1090 -msgid "Toggle Ignored status" -msgstr "Toggle ignored status" - -#: src/Module/Contact.php:1099 -msgid "Toggle Archive status" -msgstr "Toggle archive status" - -#: src/Module/Contact.php:1107 -msgid "Delete contact" -msgstr "Delete contact" - -#: src/Module/Credits.php:25 -msgid "Credits" -msgstr "Credits" - -#: src/Module/Credits.php:26 -msgid "" -"Friendica is a community project, that would not be possible without the " -"help of many people. Here is a list of those who have contributed to the " -"code or the translation of Friendica. Thank you all!" -msgstr "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!" - -#: src/Module/Directory.php:66 -msgid "No entries (some entries may be hidden)." -msgstr "No entries (entries may be hidden)." - -#: src/Module/Directory.php:85 -msgid "Find on this site" -msgstr "Find on this site" - -#: src/Module/Directory.php:87 -msgid "Results for:" -msgstr "Results for:" - -#: src/Module/Directory.php:89 -msgid "Site Directory" -msgstr "Site directory" - -#: src/Module/Feedtest.php:20 src/Module/Filer/SaveTag.php:20 +#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20 msgid "You must be logged in to use this module" msgstr "You must be logged in to use this module" -#: src/Module/Feedtest.php:49 +#: src/Module/Debug/Feed.php:49 msgid "Source URL" msgstr "Source URL" +#: src/Module/Debug/Localtime.php:30 +msgid "Time Conversion" +msgstr "Time conversion" + +#: src/Module/Debug/Localtime.php:31 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica provides this service for sharing events with other networks and friends in unknown time zones." + +#: src/Module/Debug/Localtime.php:32 +#, php-format +msgid "UTC time: %s" +msgstr "UTC time: %s" + +#: src/Module/Debug/Localtime.php:35 +#, php-format +msgid "Current timezone: %s" +msgstr "Current time zone: %s" + +#: src/Module/Debug/Localtime.php:39 +#, php-format +msgid "Converted localtime: %s" +msgstr "Converted local time: %s" + +#: src/Module/Debug/Localtime.php:43 +msgid "Please select your timezone:" +msgstr "Please select your time zone:" + +#: src/Module/Debug/Probe.php:19 src/Module/Debug/WebFinger.php:18 +msgid "Only logged in users are permitted to perform a probing." +msgstr "Only logged in users are permitted to perform a probing." + +#: src/Module/Debug/Probe.php:35 +msgid "Lookup address" +msgstr "Lookup address" + +#: src/Module/Debug/Babel.php:32 +msgid "Source input" +msgstr "Source input" + +#: src/Module/Debug/Babel.php:38 +msgid "BBCode::toPlaintext" +msgstr "BBCode::toPlaintext" + +#: src/Module/Debug/Babel.php:44 +msgid "BBCode::convert (raw HTML)" +msgstr "BBCode::convert (raw HTML)" + +#: src/Module/Debug/Babel.php:49 +msgid "BBCode::convert" +msgstr "BBCode::convert" + +#: src/Module/Debug/Babel.php:55 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "BBCode::convert => HTML::toBBCode" + +#: src/Module/Debug/Babel.php:61 +msgid "BBCode::toMarkdown" +msgstr "BBCode::toMarkdown" + +#: src/Module/Debug/Babel.php:67 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "BBCode::toMarkdown => Markdown::convert" + +#: src/Module/Debug/Babel.php:73 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::toBBCode" + +#: src/Module/Debug/Babel.php:79 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" + +#: src/Module/Debug/Babel.php:90 +msgid "Item Body" +msgstr "Item Body" + +#: src/Module/Debug/Babel.php:94 +msgid "Item Tags" +msgstr "Item Tags" + +#: src/Module/Debug/Babel.php:101 +msgid "Source input (Diaspora format)" +msgstr "Source input (diaspora* format)" + +#: src/Module/Debug/Babel.php:107 +msgid "Markdown::convert (raw HTML)" +msgstr "Markdown::convert (raw HTML)" + +#: src/Module/Debug/Babel.php:112 +msgid "Markdown::convert" +msgstr "Markdown::convert" + +#: src/Module/Debug/Babel.php:118 +msgid "Markdown::toBBCode" +msgstr "Markdown::toBBCode" + +#: src/Module/Debug/Babel.php:125 +msgid "Raw HTML input" +msgstr "Raw HTML input" + +#: src/Module/Debug/Babel.php:130 +msgid "HTML Input" +msgstr "HTML input" + +#: src/Module/Debug/Babel.php:136 +msgid "HTML::toBBCode" +msgstr "HTML::toBBCode" + +#: src/Module/Debug/Babel.php:142 +msgid "HTML::toBBCode => BBCode::convert" +msgstr "HTML::toBBCode => BBCode::convert" + +#: src/Module/Debug/Babel.php:147 +msgid "HTML::toBBCode => BBCode::convert (raw HTML)" +msgstr "HTML::toBBCode => BBCode::convert (raw HTML)" + +#: src/Module/Debug/Babel.php:153 +msgid "HTML::toBBCode => BBCode::toPlaintext" +msgstr "HTML::toBBCode => BBCode::toPlaintext" + +#: src/Module/Debug/Babel.php:159 +msgid "HTML::toMarkdown" +msgstr "HTML::toMarkdown" + +#: src/Module/Debug/Babel.php:165 +msgid "HTML::toPlaintext" +msgstr "HTML::toPlaintext" + +#: src/Module/Debug/Babel.php:171 +msgid "HTML::toPlaintext (compact)" +msgstr "HTML::toPlaintext (compact)" + +#: src/Module/Debug/Babel.php:179 +msgid "Source text" +msgstr "Source text" + +#: src/Module/Debug/Babel.php:180 +msgid "BBCode" +msgstr "BBCode" + +#: src/Module/Debug/Babel.php:181 +msgid "Markdown" +msgstr "Markdown" + +#: src/Module/Debug/Babel.php:182 +msgid "HTML" +msgstr "HTML" + +#: src/Module/Directory.php:61 +msgid "No entries (some entries may be hidden)." +msgstr "No entries (entries may be hidden)." + +#: src/Module/Directory.php:80 +msgid "Find on this site" +msgstr "Find on this site" + +#: src/Module/Directory.php:82 +msgid "Results for:" +msgstr "Results for:" + +#: src/Module/Directory.php:84 +msgid "Site Directory" +msgstr "Site directory" + #: src/Module/Filer/SaveTag.php:39 #, php-format msgid "Filetag %s saved to item" msgstr "File-tag %s saved to item" -#: src/Module/Filer/SaveTag.php:49 +#: src/Module/Filer/SaveTag.php:48 msgid "- select -" msgstr "- select -" @@ -9147,150 +9056,6 @@ msgstr "Help:" msgid "Welcome to %s" msgstr "Welcome to %s" -#: src/Module/Install.php:158 -msgid "Friendica Communications Server - Setup" -msgstr "Friendica Communications Server - Setup" - -#: src/Module/Install.php:169 -msgid "System check" -msgstr "System check" - -#: src/Module/Install.php:174 -msgid "Check again" -msgstr "Check again" - -#: src/Module/Install.php:189 -msgid "Base settings" -msgstr "Base settings" - -#: src/Module/Install.php:196 -msgid "Host name" -msgstr "Host name" - -#: src/Module/Install.php:198 -msgid "" -"Overwrite this field in case the determinated hostname isn't right, " -"otherweise leave it as is." -msgstr "Overwrite this field in case the hostname is incorrect, otherwise leave it as is." - -#: src/Module/Install.php:201 -msgid "Base path to installation" -msgstr "Base path to installation" - -#: src/Module/Install.php:203 -msgid "" -"If the system cannot detect the correct path to your installation, enter the" -" correct path here. This setting should only be set if you are using a " -"restricted system and symbolic links to your webroot." -msgstr "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot." - -#: src/Module/Install.php:206 -msgid "Sub path of the URL" -msgstr "URL Subpath" - -#: src/Module/Install.php:208 -msgid "" -"Overwrite this field in case the sub path determination isn't right, " -"otherwise leave it as is. Leaving this field blank means the installation is" -" at the base URL without sub path." -msgstr "Overwrite this field in case the subpath determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without subpath." - -#: src/Module/Install.php:219 -msgid "Database connection" -msgstr "Database connection" - -#: src/Module/Install.php:220 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "In order to install Friendica we need to know how to connect to your database." - -#: src/Module/Install.php:221 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." - -#: src/Module/Install.php:222 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "The database you specify below should already exist. If it does not, please create it before continuing." - -#: src/Module/Install.php:229 -msgid "Database Server Name" -msgstr "Database server name" - -#: src/Module/Install.php:234 -msgid "Database Login Name" -msgstr "Database login name" - -#: src/Module/Install.php:240 -msgid "Database Login Password" -msgstr "Database login password" - -#: src/Module/Install.php:242 -msgid "For security reasons the password must not be empty" -msgstr "For security reasons the password must not be empty" - -#: src/Module/Install.php:245 -msgid "Database Name" -msgstr "Database name" - -#: src/Module/Install.php:249 src/Module/Install.php:278 -msgid "Please select a default timezone for your website" -msgstr "Please select a default time zone for your website" - -#: src/Module/Install.php:263 -msgid "Site settings" -msgstr "Site settings" - -#: src/Module/Install.php:273 -msgid "Site administrator email address" -msgstr "Site administrator email address" - -#: src/Module/Install.php:275 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Your account email address must match this in order to use the web admin panel." - -#: src/Module/Install.php:282 -msgid "System Language:" -msgstr "System language:" - -#: src/Module/Install.php:284 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "Set the default language for your Friendica installation interface and email communication." - -#: src/Module/Install.php:296 -msgid "Your Friendica site database has been installed." -msgstr "Your Friendica site database has been installed." - -#: src/Module/Install.php:304 -msgid "Installation finished" -msgstr "Installation finished" - -#: src/Module/Install.php:326 -msgid "

What next

" -msgstr "

What next

" - -#: src/Module/Install.php:327 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"worker." -msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." - -#: src/Module/Install.php:330 -#, php-format -msgid "" -"Go to your new Friendica node registration page " -"and register as new user. Remember to use the same email you have entered as" -" administrator email. This will allow you to enter the site admin panel." -msgstr "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel." - #: src/Module/Invite.php:37 msgid "Total invitation limit exceeded." msgstr "Total invitation limit exceeded" @@ -9395,72 +9160,93 @@ msgid "" "important, please visit http://friendi.ca" msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca" -#: src/Module/Localtime.php:30 -msgid "Time Conversion" -msgstr "Time conversion" +#: src/Module/Item/Compose.php:30 +msgid "Please enter a post body." +msgstr "Please enter a post body." -#: src/Module/Localtime.php:31 +#: src/Module/Item/Compose.php:43 +msgid "This feature is only available with the frio theme." +msgstr "This feature is only available with the Frio theme." + +#: src/Module/Item/Compose.php:63 +msgid "Compose new personal note" +msgstr "Compose new personal note" + +#: src/Module/Item/Compose.php:70 +msgid "Compose new post" +msgstr "Compose new post" + +#: src/Module/Item/Compose.php:190 +msgid "Clear the location" +msgstr "Clear the location" + +#: src/Module/Item/Compose.php:191 +msgid "Location services are unavailable on your device" +msgstr "Location services are unavailable on your device" + +#: src/Module/Item/Compose.php:192 msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica provides this service for sharing events with other networks and friends in unknown time zones." +"Location services are disabled. Please check the website's permissions on " +"your device" +msgstr "Location services are disabled. Please check the website's permissions on your device" -#: src/Module/Localtime.php:32 -#, php-format -msgid "UTC time: %s" -msgstr "UTC time: %s" +#: src/Module/Item/Compose.php:196 +msgid "Public" +msgstr "Public" -#: src/Module/Localtime.php:35 -#, php-format -msgid "Current timezone: %s" -msgstr "Current time zone: %s" +#: src/Module/Item/Compose.php:197 +msgid "" +"This post will be sent to all your followers and can be seen in the " +"community pages and by anyone with its link." +msgstr "This post will be sent to all your followers and can be seen in the community pages and by anyone with its link." -#: src/Module/Localtime.php:39 -#, php-format -msgid "Converted localtime: %s" -msgstr "Converted local time: %s" +#: src/Module/Item/Compose.php:198 +msgid "Limited/Private" +msgstr "Limited/Private" -#: src/Module/Localtime.php:43 -msgid "Please select your timezone:" -msgstr "Please select your time zone:" +#: src/Module/Item/Compose.php:199 +msgid "" +"This post will be sent only to the people in the first box, to the exception" +" of the people mentioned in the second box. It won't appear anywhere public." +msgstr "This post will be sent only to the people in the first box, with the exception of the people mentioned in the second box. It won't appear anywhere public." -#: src/Module/Login.php:295 +#: src/Module/Login.php:286 msgid "Create a New Account" msgstr "Create a new account" -#: src/Module/Login.php:328 +#: src/Module/Login.php:319 msgid "Password: " msgstr "Password: " -#: src/Module/Login.php:329 +#: src/Module/Login.php:320 msgid "Remember me" msgstr "Remember me" -#: src/Module/Login.php:332 +#: src/Module/Login.php:323 msgid "Or login using OpenID: " msgstr "Or login with OpenID: " -#: src/Module/Login.php:338 +#: src/Module/Login.php:329 msgid "Forgot your password?" msgstr "Forgot your password?" -#: src/Module/Login.php:341 +#: src/Module/Login.php:332 msgid "Website Terms of Service" msgstr "Website Terms of Service" -#: src/Module/Login.php:342 +#: src/Module/Login.php:333 msgid "terms of service" msgstr "Terms of service" -#: src/Module/Login.php:344 +#: src/Module/Login.php:335 msgid "Website Privacy Policy" msgstr "Website Privacy Policy" -#: src/Module/Login.php:345 +#: src/Module/Login.php:336 msgid "privacy policy" msgstr "Privacy policy" -#: src/Module/Logout.php:27 +#: src/Module/Logout.php:38 msgid "Logged out." msgstr "Logged out." @@ -9477,21 +9263,51 @@ msgstr "Page not found" msgid "Invalid photo with id %s." msgstr "Invalid photo with id %s." -#: src/Module/Profile.php:110 src/Module/Profile.php:113 -#: src/Protocol/OStatus.php:1302 -#, php-format -msgid "%s's timeline" -msgstr "%s's timeline" +#: src/Module/Profile/Contacts.php:23 src/Module/Profile/Contacts.php:36 +msgid "User not found." +msgstr "User not found." -#: src/Module/Profile.php:111 src/Protocol/OStatus.php:1306 -#, php-format -msgid "%s's posts" -msgstr "%s's posts" +#: src/Module/Profile/Contacts.php:78 +msgid "No contacts." +msgstr "No contacts." -#: src/Module/Profile.php:112 src/Protocol/OStatus.php:1309 +#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:569 +#: src/Module/Contact.php:1008 #, php-format -msgid "%s's comments" -msgstr "%s's comments" +msgid "Visit %s's profile [%s]" +msgstr "Visit %s's profile [%s]" + +#: src/Module/Profile/Contacts.php:112 +#, php-format +msgid "Follower (%s)" +msgid_plural "Followers (%s)" +msgstr[0] "Follower (%s)" +msgstr[1] "Followers (%s)" + +#: src/Module/Profile/Contacts.php:113 +#, php-format +msgid "Following (%s)" +msgid_plural "Following (%s)" +msgstr[0] "Following (%s)" +msgstr[1] "Following (%s)" + +#: src/Module/Profile/Contacts.php:114 +#, php-format +msgid "Mutual friend (%s)" +msgid_plural "Mutual friends (%s)" +msgstr[0] "Mutual friend (%s)" +msgstr[1] "Mutual friends (%s)" + +#: src/Module/Profile/Contacts.php:116 +#, php-format +msgid "Contact (%s)" +msgid_plural "Contacts (%s)" +msgstr[0] "Contact (%s)" +msgstr[1] "Contacts (%s)" + +#: src/Module/Profile/Contacts.php:125 +msgid "All contacts" +msgstr "All contacts" #: src/Module/Register.php:83 msgid "" @@ -9586,81 +9402,176 @@ msgstr "Your registration cannot be processed." msgid "Your registration is pending approval by the site owner." msgstr "Your registration is pending approval by the site administrator." -#: src/Module/Settings/TwoFactor/Index.php:50 +#: src/Module/Settings/TwoFactor/AppSpecific.php:36 +#: src/Module/Settings/TwoFactor/Recovery.php:34 +#: src/Module/Settings/TwoFactor/Verify.php:41 +msgid "Please enter your password to access this page." +msgstr "Please enter your password to access this page." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:54 +msgid "App-specific password generation failed: The description is empty." +msgstr "App-specific password generation failed: The description is empty." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:57 +msgid "" +"App-specific password generation failed: This description already exists." +msgstr "App-specific password generation failed: This description already exists." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:61 +msgid "New app-specific password generated." +msgstr "New app-specific password generated." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:67 +msgid "App-specific passwords successfully revoked." +msgstr "App-specific passwords successfully revoked." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:77 +msgid "App-specific password successfully revoked." +msgstr "App-specific password successfully revoked." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:98 +msgid "Two-factor app-specific passwords" +msgstr "Two-factor app-specific passwords" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 +msgid "" +"

App-specific passwords are randomly generated passwords used instead your" +" regular password to authenticate your account on third-party applications " +"that don't support two-factor authentication.

" +msgstr "

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:101 +msgid "" +"Make sure to copy your new app-specific password now. You won’t be able to " +"see it again!" +msgstr "Make sure to copy your new app-specific password now. You won’t be able to see it again!" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:104 +msgid "Description" +msgstr "Description" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:105 +msgid "Last Used" +msgstr "Last Used" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:106 +msgid "Revoke" +msgstr "Revoke" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +msgid "Revoke All" +msgstr "Revoke All" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 +msgid "" +"When you generate a new app-specific password, you must use it right away, " +"it will be shown to you once after you generate it." +msgstr "When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:111 +msgid "Generate new app-specific password" +msgstr "Generate new app-specific password" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:112 +msgid "Friendiqa on my Fairphone 2..." +msgstr "Friendiqa on my Fairphone 2..." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:113 +msgid "Generate" +msgstr "Generate" + +#: src/Module/Settings/TwoFactor/Index.php:51 msgid "Two-factor authentication successfully disabled." msgstr "Two-factor authentication successfully disabled." -#: src/Module/Settings/TwoFactor/Index.php:86 +#: src/Module/Settings/TwoFactor/Index.php:92 msgid "" "

Use an application on a mobile device to get two-factor authentication " "codes when prompted on login.

" msgstr "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

" -#: src/Module/Settings/TwoFactor/Index.php:90 +#: src/Module/Settings/TwoFactor/Index.php:96 msgid "Authenticator app" msgstr "Authenticator app" -#: src/Module/Settings/TwoFactor/Index.php:91 +#: src/Module/Settings/TwoFactor/Index.php:97 msgid "Configured" msgstr "Configured" -#: src/Module/Settings/TwoFactor/Index.php:91 +#: src/Module/Settings/TwoFactor/Index.php:97 msgid "Not Configured" msgstr "Not configured" -#: src/Module/Settings/TwoFactor/Index.php:92 +#: src/Module/Settings/TwoFactor/Index.php:98 msgid "

You haven't finished configuring your authenticator app.

" msgstr "

You haven't finished configuring your authenticator app.

" -#: src/Module/Settings/TwoFactor/Index.php:93 +#: src/Module/Settings/TwoFactor/Index.php:99 msgid "

Your authenticator app is correctly configured.

" msgstr "

Your authenticator app is correctly configured.

" -#: src/Module/Settings/TwoFactor/Index.php:95 +#: src/Module/Settings/TwoFactor/Index.php:101 msgid "Recovery codes" msgstr "Recovery codes" -#: src/Module/Settings/TwoFactor/Index.php:96 +#: src/Module/Settings/TwoFactor/Index.php:102 msgid "Remaining valid codes" msgstr "Remaining valid codes" -#: src/Module/Settings/TwoFactor/Index.php:98 +#: src/Module/Settings/TwoFactor/Index.php:104 msgid "" "

These one-use codes can replace an authenticator app code in case you " "have lost access to it.

" msgstr "

These one-use codes can replace an authenticator app code in case you have lost access to it.

" -#: src/Module/Settings/TwoFactor/Index.php:101 +#: src/Module/Settings/TwoFactor/Index.php:106 +msgid "App-specific passwords" +msgstr "App-specific passwords" + +#: src/Module/Settings/TwoFactor/Index.php:107 +msgid "Generated app-specific passwords" +msgstr "Generated app-specific passwords" + +#: src/Module/Settings/TwoFactor/Index.php:109 +msgid "" +"

These randomly generated passwords allow you to authenticate on apps not " +"supporting two-factor authentication.

" +msgstr "

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

" + +#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:614 +msgid "Actions" +msgstr "Actions" + +#: src/Module/Settings/TwoFactor/Index.php:112 msgid "Current password:" msgstr "Current password:" -#: src/Module/Settings/TwoFactor/Index.php:101 +#: src/Module/Settings/TwoFactor/Index.php:112 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "You need to provide your current password to change two-factor authentication settings." -#: src/Module/Settings/TwoFactor/Index.php:102 +#: src/Module/Settings/TwoFactor/Index.php:113 msgid "Enable two-factor authentication" msgstr "Enable two-factor authentication" -#: src/Module/Settings/TwoFactor/Index.php:103 +#: src/Module/Settings/TwoFactor/Index.php:114 msgid "Disable two-factor authentication" msgstr "Disable two-factor authentication" -#: src/Module/Settings/TwoFactor/Index.php:104 +#: src/Module/Settings/TwoFactor/Index.php:115 msgid "Show recovery codes" msgstr "Show recovery codes" -#: src/Module/Settings/TwoFactor/Index.php:105 +#: src/Module/Settings/TwoFactor/Index.php:116 +msgid "Manage app-specific passwords" +msgstr "Manage app-specific passwords" + +#: src/Module/Settings/TwoFactor/Index.php:117 msgid "Finish app configuration" msgstr "Finish app configuration" -#: src/Module/Settings/TwoFactor/Recovery.php:34 -#: src/Module/Settings/TwoFactor/Verify.php:41 -msgid "Please enter your password to access this page." -msgstr "Please enter your password to access this page." - #: src/Module/Settings/TwoFactor/Recovery.php:50 msgid "New recovery codes successfully generated." msgstr "New recovery codes successfully generated." @@ -9697,7 +9608,7 @@ msgid "Two-factor authentication successfully activated." msgstr "Two-factor authentication successfully activated." #: src/Module/Settings/TwoFactor/Verify.php:67 -#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:41 +#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:43 msgid "Invalid code, please retry." msgstr "Invalid code, please try again." @@ -9739,7 +9650,7 @@ msgid "" msgstr "

Or you can open the following URL in your mobile device:

%s

" #: src/Module/Settings/TwoFactor/Verify.php:126 -#: src/Module/TwoFactor/Verify.php:63 +#: src/Module/TwoFactor/Verify.php:67 msgid "Please enter a code from your authentication app" msgstr "Please enter a code from your authentication app" @@ -9810,41 +9721,6 @@ msgstr "The server is currently unavailable (because it is overloaded or down fo msgid "Go back" msgstr "Go back" -#: src/Module/Tos.php:35 src/Module/Tos.php:77 -msgid "" -"At the time of registration, and for providing communications between the " -"user account and their contacts, the user has to provide a display name (pen" -" name), an username (nickname) and a working email address. The names will " -"be accessible on the profile page of the account by any visitor of the page," -" even if other profile details are not displayed. The email address will " -"only be used to send the user notifications about interactions, but wont be " -"visibly displayed. The listing of an account in the node's user directory or" -" the global user directory is optional and can be controlled in the user " -"settings, it is not necessary for communication." -msgstr "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication." - -#: src/Module/Tos.php:36 src/Module/Tos.php:78 -msgid "" -"This data is required for communication and is passed on to the nodes of the" -" communication partners and is stored there. Users can enter additional " -"private data that may be transmitted to the communication partners accounts." -msgstr "This information is required for communication and is passed on to the nodes of the communication partners and stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts." - -#: src/Module/Tos.php:37 src/Module/Tos.php:79 -#, php-format -msgid "" -"At any point in time a logged in user can export their account data from the" -" account settings. If the user wants " -"to delete their account they can do so at %1$s/removeme. The deletion of the account will " -"be permanent. Deletion of the data will also be requested from the nodes of " -"the communication partners." -msgstr "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners." - -#: src/Module/Tos.php:40 src/Module/Tos.php:76 -msgid "Privacy Statement" -msgstr "Privacy Statement" - #: src/Module/TwoFactor/Recovery.php:41 #, php-format msgid "Remaining recovery codes: %d" @@ -9860,7 +9736,7 @@ msgid "" " to your mobile device.

" msgstr "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

" -#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:62 +#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:66 #, php-format msgid "Don’t have your phone? Enter a two-factor recovery code" msgstr "Don’t have your phone? Enter a two-factor recovery code" @@ -9873,251 +9749,886 @@ msgstr "Please enter a recovery code" msgid "Submit recovery code and complete login" msgstr "Submit recovery code and complete login" -#: src/Module/TwoFactor/Verify.php:61 +#: src/Module/TwoFactor/Verify.php:63 msgid "" "

Open the two-factor authentication app on your device to get an " "authentication code and verify your identity.

" msgstr "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

" -#: src/Module/TwoFactor/Verify.php:64 +#: src/Module/TwoFactor/Verify.php:68 msgid "Verify code and complete login" msgstr "Verify code and complete login" -#: src/Object/Post.php:137 +#: src/Module/Welcome.php:25 +msgid "Welcome to Friendica" +msgstr "Welcome to Friendica" + +#: src/Module/Welcome.php:26 +msgid "New Member Checklist" +msgstr "New Member Checklist" + +#: src/Module/Welcome.php:27 +msgid "" +"We would like to offer some tips and links to help make your experience " +"enjoyable. Click any item to visit the relevant page. A link to this page " +"will be visible from your home page for two weeks after your initial " +"registration and then will quietly disappear." +msgstr "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear." + +#: src/Module/Welcome.php:29 +msgid "Getting Started" +msgstr "Getting started" + +#: src/Module/Welcome.php:30 +msgid "Friendica Walk-Through" +msgstr "Friendica walk-through" + +#: src/Module/Welcome.php:31 +msgid "" +"On your Quick Start page - find a brief introduction to your " +"profile and network tabs, make some new connections, and find some groups to" +" join." +msgstr "On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join." + +#: src/Module/Welcome.php:34 +msgid "Go to Your Settings" +msgstr "Go to your settings" + +#: src/Module/Welcome.php:35 +msgid "" +"On your Settings page - change your initial password. Also make a " +"note of your Identity Address. This looks just like an email address - and " +"will be useful in making friends on the free social web." +msgstr "On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web." + +#: src/Module/Welcome.php:36 +msgid "" +"Review the other settings, particularly the privacy settings. An unpublished" +" directory listing is like having an unlisted phone number. In general, you " +"should probably publish your listing - unless all of your friends and " +"potential friends know exactly how to find you." +msgstr "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you." + +#: src/Module/Welcome.php:40 +msgid "" +"Upload a profile photo if you have not done so already. Studies have shown " +"that people with real photos of themselves are ten times more likely to make" +" friends than people who do not." +msgstr "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not." + +#: src/Module/Welcome.php:41 +msgid "Edit Your Profile" +msgstr "Edit your profile" + +#: src/Module/Welcome.php:42 +msgid "" +"Edit your default profile to your liking. Review the " +"settings for hiding your list of friends and hiding the profile from unknown" +" visitors." +msgstr "Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors." + +#: src/Module/Welcome.php:43 +msgid "Profile Keywords" +msgstr "Profile keywords" + +#: src/Module/Welcome.php:44 +msgid "" +"Set some public keywords for your default profile which describe your " +"interests. We may be able to find other people with similar interests and " +"suggest friendships." +msgstr "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships." + +#: src/Module/Welcome.php:46 +msgid "Connecting" +msgstr "Connecting" + +#: src/Module/Welcome.php:48 +msgid "Importing Emails" +msgstr "Importing emails" + +#: src/Module/Welcome.php:49 +msgid "" +"Enter your email access information on your Connector Settings page if you " +"wish to import and interact with friends or mailing lists from your email " +"INBOX" +msgstr "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX" + +#: src/Module/Welcome.php:50 +msgid "Go to Your Contacts Page" +msgstr "Go to your contacts page" + +#: src/Module/Welcome.php:51 +msgid "" +"Your Contacts page is your gateway to managing friendships and connecting " +"with friends on other networks. Typically you enter their address or site " +"URL in the Add New Contact dialog." +msgstr "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add new contact dialog." + +#: src/Module/Welcome.php:52 +msgid "Go to Your Site's Directory" +msgstr "Go to your site's directory" + +#: src/Module/Welcome.php:53 +msgid "" +"The Directory page lets you find other people in this network or other " +"federated sites. Look for a Connect or Follow link on " +"their profile page. Provide your own Identity Address if requested." +msgstr "The directory lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own identity address when requested." + +#: src/Module/Welcome.php:54 +msgid "Finding New People" +msgstr "Finding new people" + +#: src/Module/Welcome.php:55 +msgid "" +"On the side panel of the Contacts page are several tools to find new " +"friends. We can match people by interest, look up people by name or " +"interest, and provide suggestions based on network relationships. On a brand" +" new site, friend suggestions will usually begin to be populated within 24 " +"hours." +msgstr "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours." + +#: src/Module/Welcome.php:58 +msgid "Group Your Contacts" +msgstr "Group your contacts" + +#: src/Module/Welcome.php:59 +msgid "" +"Once you have made some friends, organize them into private conversation " +"groups from the sidebar of your Contacts page and then you can interact with" +" each group privately on your Network page." +msgstr "Once you have made some friends, organise them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page." + +#: src/Module/Welcome.php:61 +msgid "Why Aren't My Posts Public?" +msgstr "Why aren't my posts public?" + +#: src/Module/Welcome.php:62 +msgid "" +"Friendica respects your privacy. By default, your posts will only show up to" +" people you've added as friends. For more information, see the help section " +"from the link above." +msgstr "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above." + +#: src/Module/Welcome.php:64 +msgid "Getting Help" +msgstr "Getting help" + +#: src/Module/Welcome.php:65 +msgid "Go to the Help Section" +msgstr "Go to the help section" + +#: src/Module/Welcome.php:66 +msgid "" +"Our help pages may be consulted for detail on other program" +" features and resources." +msgstr "Our help pages may be consulted for detail on other program features and resources." + +#: src/Module/Bookmarklet.php:35 +msgid "This page is missing a url parameter." +msgstr "This page is missing a URL parameter." + +#: src/Module/Bookmarklet.php:57 +msgid "The post was created" +msgstr "The post was created" + +#: src/Module/Contact.php:72 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "%d contact edited." +msgstr[1] "%d contacts edited." + +#: src/Module/Contact.php:99 +msgid "Could not access contact record." +msgstr "Could not access contact record." + +#: src/Module/Contact.php:109 +msgid "Could not locate selected profile." +msgstr "Could not locate selected profile." + +#: src/Module/Contact.php:141 +msgid "Contact updated." +msgstr "Contact updated." + +#: src/Module/Contact.php:355 +msgid "Contact not found" +msgstr "Contact not found" + +#: src/Module/Contact.php:374 +msgid "Contact has been blocked" +msgstr "Contact has been blocked" + +#: src/Module/Contact.php:374 +msgid "Contact has been unblocked" +msgstr "Contact has been unblocked" + +#: src/Module/Contact.php:384 +msgid "Contact has been ignored" +msgstr "Contact has been ignored" + +#: src/Module/Contact.php:384 +msgid "Contact has been unignored" +msgstr "Contact has been unignored" + +#: src/Module/Contact.php:394 +msgid "Contact has been archived" +msgstr "Contact has been archived" + +#: src/Module/Contact.php:394 +msgid "Contact has been unarchived" +msgstr "Contact has been unarchived" + +#: src/Module/Contact.php:418 +msgid "Drop contact" +msgstr "Drop contact" + +#: src/Module/Contact.php:421 src/Module/Contact.php:798 +msgid "Do you really want to delete this contact?" +msgstr "Do you really want to delete this contact?" + +#: src/Module/Contact.php:435 +msgid "Contact has been removed." +msgstr "Contact has been removed." + +#: src/Module/Contact.php:465 +#, php-format +msgid "You are mutual friends with %s" +msgstr "You are mutual friends with %s" + +#: src/Module/Contact.php:470 +#, php-format +msgid "You are sharing with %s" +msgstr "You are sharing with %s" + +#: src/Module/Contact.php:475 +#, php-format +msgid "%s is sharing with you" +msgstr "%s is sharing with you" + +#: src/Module/Contact.php:499 +msgid "Private communications are not available for this contact." +msgstr "Private communications are not available for this contact." + +#: src/Module/Contact.php:501 +msgid "Never" +msgstr "Never" + +#: src/Module/Contact.php:504 +msgid "(Update was successful)" +msgstr "(Update was successful)" + +#: src/Module/Contact.php:504 +msgid "(Update was not successful)" +msgstr "(Update was not successful)" + +#: src/Module/Contact.php:506 src/Module/Contact.php:1042 +msgid "Suggest friends" +msgstr "Suggest friends" + +#: src/Module/Contact.php:510 +#, php-format +msgid "Network type: %s" +msgstr "Network type: %s" + +#: src/Module/Contact.php:515 +msgid "Communications lost with this contact!" +msgstr "Communications lost with this contact!" + +#: src/Module/Contact.php:521 +msgid "Fetch further information for feeds" +msgstr "Fetch further information for feeds" + +#: src/Module/Contact.php:523 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags." + +#: src/Module/Contact.php:526 +msgid "Fetch information" +msgstr "Fetch information" + +#: src/Module/Contact.php:527 +msgid "Fetch keywords" +msgstr "Fetch keywords" + +#: src/Module/Contact.php:528 +msgid "Fetch information and keywords" +msgstr "Fetch information and keywords" + +#: src/Module/Contact.php:547 +msgid "Profile Visibility" +msgstr "Profile visibility" + +#: src/Module/Contact.php:548 +msgid "Contact Information / Notes" +msgstr "Personal note" + +#: src/Module/Contact.php:549 +msgid "Contact Settings" +msgstr "Notification and privacy " + +#: src/Module/Contact.php:558 +msgid "Contact" +msgstr "Contact" + +#: src/Module/Contact.php:562 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Please choose the profile you would like to display to %s when viewing your profile securely." + +#: src/Module/Contact.php:564 +msgid "Their personal note" +msgstr "Their personal note" + +#: src/Module/Contact.php:566 +msgid "Edit contact notes" +msgstr "Edit contact notes" + +#: src/Module/Contact.php:570 +msgid "Block/Unblock contact" +msgstr "Block/Unblock contact" + +#: src/Module/Contact.php:571 +msgid "Ignore contact" +msgstr "Ignore contact" + +#: src/Module/Contact.php:572 +msgid "Repair URL settings" +msgstr "Repair URL settings" + +#: src/Module/Contact.php:573 +msgid "View conversations" +msgstr "View conversations" + +#: src/Module/Contact.php:578 +msgid "Last update:" +msgstr "Last update:" + +#: src/Module/Contact.php:580 +msgid "Update public posts" +msgstr "Update public posts" + +#: src/Module/Contact.php:582 src/Module/Contact.php:1052 +msgid "Update now" +msgstr "Update now" + +#: src/Module/Contact.php:586 src/Module/Contact.php:803 +#: src/Module/Contact.php:1069 +msgid "Unignore" +msgstr "Unignore" + +#: src/Module/Contact.php:590 +msgid "Currently blocked" +msgstr "Currently blocked" + +#: src/Module/Contact.php:591 +msgid "Currently ignored" +msgstr "Currently ignored" + +#: src/Module/Contact.php:592 +msgid "Currently archived" +msgstr "Currently archived" + +#: src/Module/Contact.php:593 +msgid "Awaiting connection acknowledge" +msgstr "Awaiting connection acknowledgement " + +#: src/Module/Contact.php:594 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Replies/Likes to your public posts may still be visible" + +#: src/Module/Contact.php:595 +msgid "Notification for new posts" +msgstr "Notification for new posts" + +#: src/Module/Contact.php:595 +msgid "Send a notification of every new post of this contact" +msgstr "Send notification for every new post from this contact" + +#: src/Module/Contact.php:597 +msgid "Blacklisted keywords" +msgstr "Blacklisted keywords" + +#: src/Module/Contact.php:597 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected" + +#: src/Module/Contact.php:663 +msgid "Show all contacts" +msgstr "Show all contacts" + +#: src/Module/Contact.php:668 src/Module/Contact.php:778 +msgid "Pending" +msgstr "Pending" + +#: src/Module/Contact.php:671 +msgid "Only show pending contacts" +msgstr "Only show pending contacts" + +#: src/Module/Contact.php:676 src/Module/Contact.php:779 +msgid "Blocked" +msgstr "Blocked" + +#: src/Module/Contact.php:679 +msgid "Only show blocked contacts" +msgstr "Only show blocked contacts" + +#: src/Module/Contact.php:684 src/Module/Contact.php:781 +msgid "Ignored" +msgstr "Ignored" + +#: src/Module/Contact.php:687 +msgid "Only show ignored contacts" +msgstr "Only show ignored contacts" + +#: src/Module/Contact.php:692 src/Module/Contact.php:782 +msgid "Archived" +msgstr "Archived" + +#: src/Module/Contact.php:695 +msgid "Only show archived contacts" +msgstr "Only show archived contacts" + +#: src/Module/Contact.php:700 src/Module/Contact.php:780 +msgid "Hidden" +msgstr "Hidden" + +#: src/Module/Contact.php:703 +msgid "Only show hidden contacts" +msgstr "Only show hidden contacts" + +#: src/Module/Contact.php:711 +msgid "Organize your contact groups" +msgstr "Organise your contact groups" + +#: src/Module/Contact.php:793 +msgid "Search your contacts" +msgstr "Search your contacts" + +#: src/Module/Contact.php:804 src/Module/Contact.php:1078 +msgid "Archive" +msgstr "Archive" + +#: src/Module/Contact.php:804 src/Module/Contact.php:1078 +msgid "Unarchive" +msgstr "Unarchive" + +#: src/Module/Contact.php:807 +msgid "Batch Actions" +msgstr "Batch actions" + +#: src/Module/Contact.php:834 +msgid "Conversations started by this contact" +msgstr "Conversations started by this contact" + +#: src/Module/Contact.php:839 +msgid "Posts and Comments" +msgstr "Posts and Comments" + +#: src/Module/Contact.php:862 +msgid "View all contacts" +msgstr "View all contacts" + +#: src/Module/Contact.php:873 +msgid "View all common friends" +msgstr "View all common friends" + +#: src/Module/Contact.php:883 +msgid "Advanced Contact Settings" +msgstr "Advanced contact settings" + +#: src/Module/Contact.php:966 +msgid "Mutual Friendship" +msgstr "Mutual friendship" + +#: src/Module/Contact.php:971 +msgid "is a fan of yours" +msgstr "is a fan of yours" + +#: src/Module/Contact.php:976 +msgid "you are a fan of" +msgstr "I follow them" + +#: src/Module/Contact.php:994 +msgid "Pending outgoing contact request" +msgstr "Pending outgoing contact request" + +#: src/Module/Contact.php:996 +msgid "Pending incoming contact request" +msgstr "Pending incoming contact request" + +#: src/Module/Contact.php:1009 +msgid "Edit contact" +msgstr "Edit contact" + +#: src/Module/Contact.php:1063 +msgid "Toggle Blocked status" +msgstr "Toggle blocked status" + +#: src/Module/Contact.php:1071 +msgid "Toggle Ignored status" +msgstr "Toggle ignored status" + +#: src/Module/Contact.php:1080 +msgid "Toggle Archive status" +msgstr "Toggle archive status" + +#: src/Module/Contact.php:1088 +msgid "Delete contact" +msgstr "Delete contact" + +#: src/Module/Install.php:159 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica Communications Server - Setup" + +#: src/Module/Install.php:170 +msgid "System check" +msgstr "System check" + +#: src/Module/Install.php:175 +msgid "Check again" +msgstr "Check again" + +#: src/Module/Install.php:190 +msgid "Base settings" +msgstr "Base settings" + +#: src/Module/Install.php:197 +msgid "Host name" +msgstr "Host name" + +#: src/Module/Install.php:199 +msgid "" +"Overwrite this field in case the determinated hostname isn't right, " +"otherweise leave it as is." +msgstr "Overwrite this field in case the hostname is incorrect, otherwise leave it as is." + +#: src/Module/Install.php:202 +msgid "Base path to installation" +msgstr "Base path to installation" + +#: src/Module/Install.php:204 +msgid "" +"If the system cannot detect the correct path to your installation, enter the" +" correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot." + +#: src/Module/Install.php:207 +msgid "Sub path of the URL" +msgstr "URL Subpath" + +#: src/Module/Install.php:209 +msgid "" +"Overwrite this field in case the sub path determination isn't right, " +"otherwise leave it as is. Leaving this field blank means the installation is" +" at the base URL without sub path." +msgstr "Overwrite this field in case the subpath determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without subpath." + +#: src/Module/Install.php:220 +msgid "Database connection" +msgstr "Database connection" + +#: src/Module/Install.php:221 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "In order to install Friendica we need to know how to connect to your database." + +#: src/Module/Install.php:222 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." + +#: src/Module/Install.php:223 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "The database you specify below should already exist. If it does not, please create it before continuing." + +#: src/Module/Install.php:230 +msgid "Database Server Name" +msgstr "Database server name" + +#: src/Module/Install.php:235 +msgid "Database Login Name" +msgstr "Database login name" + +#: src/Module/Install.php:241 +msgid "Database Login Password" +msgstr "Database login password" + +#: src/Module/Install.php:243 +msgid "For security reasons the password must not be empty" +msgstr "For security reasons the password must not be empty" + +#: src/Module/Install.php:246 +msgid "Database Name" +msgstr "Database name" + +#: src/Module/Install.php:250 src/Module/Install.php:279 +msgid "Please select a default timezone for your website" +msgstr "Please select a default time zone for your website" + +#: src/Module/Install.php:264 +msgid "Site settings" +msgstr "Site settings" + +#: src/Module/Install.php:274 +msgid "Site administrator email address" +msgstr "Site administrator email address" + +#: src/Module/Install.php:276 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Your account email address must match this in order to use the web admin panel." + +#: src/Module/Install.php:283 +msgid "System Language:" +msgstr "System language:" + +#: src/Module/Install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "Set the default language for your Friendica installation interface and email communication." + +#: src/Module/Install.php:297 +msgid "Your Friendica site database has been installed." +msgstr "Your Friendica site database has been installed." + +#: src/Module/Install.php:305 +msgid "Installation finished" +msgstr "Installation finished" + +#: src/Module/Install.php:327 +msgid "

What next

" +msgstr "

What next

" + +#: src/Module/Install.php:328 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." + +#: src/Module/Install.php:331 +#, php-format +msgid "" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel." + +#: src/Object/Post.php:138 msgid "This entry was edited" msgstr "This entry was edited" -#: src/Object/Post.php:157 +#: src/Object/Post.php:158 msgid "Private Message" msgstr "Private message" -#: src/Object/Post.php:199 +#: src/Object/Post.php:200 msgid "Delete locally" msgstr "Delete locally" -#: src/Object/Post.php:202 +#: src/Object/Post.php:203 msgid "Delete globally" msgstr "Delete globally" -#: src/Object/Post.php:202 +#: src/Object/Post.php:203 msgid "Remove locally" msgstr "Remove locally" -#: src/Object/Post.php:216 +#: src/Object/Post.php:217 msgid "save to folder" msgstr "Save to folder" -#: src/Object/Post.php:251 +#: src/Object/Post.php:252 msgid "I will attend" msgstr "I will attend" -#: src/Object/Post.php:251 +#: src/Object/Post.php:252 msgid "I will not attend" msgstr "I will not attend" -#: src/Object/Post.php:251 +#: src/Object/Post.php:252 msgid "I might attend" msgstr "I might attend" -#: src/Object/Post.php:279 +#: src/Object/Post.php:280 msgid "ignore thread" msgstr "Ignore thread" -#: src/Object/Post.php:280 +#: src/Object/Post.php:281 msgid "unignore thread" msgstr "Unignore thread" -#: src/Object/Post.php:281 +#: src/Object/Post.php:282 msgid "toggle ignore status" msgstr "Toggle ignore status" -#: src/Object/Post.php:292 +#: src/Object/Post.php:293 msgid "add star" msgstr "Add star" -#: src/Object/Post.php:293 +#: src/Object/Post.php:294 msgid "remove star" msgstr "Remove star" -#: src/Object/Post.php:294 +#: src/Object/Post.php:295 msgid "toggle star status" msgstr "Toggle star status" -#: src/Object/Post.php:297 +#: src/Object/Post.php:298 msgid "starred" msgstr "Starred" -#: src/Object/Post.php:301 +#: src/Object/Post.php:302 msgid "add tag" msgstr "Add tag" -#: src/Object/Post.php:312 +#: src/Object/Post.php:313 msgid "like" msgstr "Like" -#: src/Object/Post.php:313 +#: src/Object/Post.php:314 msgid "dislike" msgstr "Dislike" -#: src/Object/Post.php:316 +#: src/Object/Post.php:317 msgid "Share this" msgstr "Share this" -#: src/Object/Post.php:316 +#: src/Object/Post.php:317 msgid "share" msgstr "Share" -#: src/Object/Post.php:384 +#: src/Object/Post.php:385 msgid "to" msgstr "to" -#: src/Object/Post.php:385 +#: src/Object/Post.php:386 msgid "via" msgstr "via" -#: src/Object/Post.php:386 +#: src/Object/Post.php:387 msgid "Wall-to-Wall" msgstr "Wall-to-wall" -#: src/Object/Post.php:387 +#: src/Object/Post.php:388 msgid "via Wall-To-Wall:" msgstr "via wall-to-wall:" -#: src/Object/Post.php:420 +#: src/Object/Post.php:421 #, php-format msgid "Reply to %s" msgstr "Reply to %s" -#: src/Object/Post.php:435 +#: src/Object/Post.php:437 msgid "Notifier task is pending" msgstr "Notifier task is pending" -#: src/Object/Post.php:436 +#: src/Object/Post.php:438 msgid "Delivery to remote servers is pending" msgstr "Delivery to remote servers is pending" -#: src/Object/Post.php:437 +#: src/Object/Post.php:439 msgid "Delivery to remote servers is underway" msgstr "Delivery to remote servers is underway" -#: src/Object/Post.php:438 +#: src/Object/Post.php:440 msgid "Delivery to remote servers is mostly done" msgstr "Delivery to remote servers is mostly done" -#: src/Object/Post.php:439 +#: src/Object/Post.php:441 msgid "Delivery to remote servers is done" msgstr "Delivery to remote servers is done" -#: src/Object/Post.php:459 +#: src/Object/Post.php:461 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d comment" msgstr[1] "%d comments -" -#: src/Object/Post.php:460 +#: src/Object/Post.php:462 msgid "Show more" msgstr "Show more" -#: src/Object/Post.php:461 +#: src/Object/Post.php:463 msgid "Show fewer" msgstr "Show fewer" -#: src/Protocol/Diaspora.php:2438 -msgid "Sharing notification from Diaspora network" -msgstr "Sharing notification from diaspora* network" +#: src/App/Module.php:205 +msgid "You must be logged in to use addons. " +msgstr "You must be logged in to use addons. " -#: src/Protocol/Diaspora.php:3598 -msgid "Attachments:" -msgstr "Attachments:" +#: src/App/Page.php:229 +msgid "Delete this item?" +msgstr "Delete this item?" -#: src/Protocol/OStatus.php:1863 +#: src/App/Page.php:277 +msgid "toggle mobile" +msgstr "Toggle mobile" + +#: src/LegacyModule.php:30 #, php-format -msgid "%s is now following %s." -msgstr "%s is now following %s." +msgid "Legacy module file not found: %s" +msgstr "Legacy module file not found: %s" -#: src/Protocol/OStatus.php:1864 -msgid "following" -msgstr "following" +#: src/BaseModule.php:135 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours." -#: src/Protocol/OStatus.php:1867 +#: src/Console/ArchiveContact.php:86 #, php-format -msgid "%s stopped following %s." -msgstr "%s stopped following %s." +msgid "Could not find any unarchived contact entry for this URL (%s)" +msgstr "Could not find any unarchived contact entry for this URL (%s)" -#: src/Protocol/OStatus.php:1868 -msgid "stopped following" -msgstr "stopped following" +#: src/Console/ArchiveContact.php:89 +msgid "The contact entries have been archived" +msgstr "The contact entries have been archived" -#: src/Util/Temporal.php:151 -msgid "YYYY-MM-DD or MM-DD" -msgstr "YYYY-MM-DD or MM-DD" +#: src/Console/NewPassword.php:93 +msgid "Enter new password: " +msgstr "Enter new password: " -#: src/Util/Temporal.php:298 -msgid "never" -msgstr "never" - -#: src/Util/Temporal.php:305 -msgid "less than a second ago" -msgstr "less than a second ago" - -#: src/Util/Temporal.php:313 -msgid "year" -msgstr "year" - -#: src/Util/Temporal.php:313 -msgid "years" -msgstr "years" - -#: src/Util/Temporal.php:314 -msgid "months" -msgstr "months" - -#: src/Util/Temporal.php:315 -msgid "weeks" -msgstr "weeks" - -#: src/Util/Temporal.php:316 -msgid "days" -msgstr "days" - -#: src/Util/Temporal.php:317 -msgid "hour" -msgstr "hour" - -#: src/Util/Temporal.php:317 -msgid "hours" -msgstr "hours" - -#: src/Util/Temporal.php:318 -msgid "minute" -msgstr "minute" - -#: src/Util/Temporal.php:318 -msgid "minutes" -msgstr "minutes" - -#: src/Util/Temporal.php:319 -msgid "second" -msgstr "second" - -#: src/Util/Temporal.php:319 -msgid "seconds" -msgstr "seconds" - -#: src/Util/Temporal.php:329 +#: src/Console/PostUpdate.php:73 #, php-format -msgid "in %1$d %2$s" -msgstr "in %1$d %2$s" +msgid "Post update version number has been set to %s." +msgstr "Post update version number has been set to %s." -#: src/Util/Temporal.php:332 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s ago" +#: src/Console/PostUpdate.php:81 +msgid "Check for pending update actions." +msgstr "Check for pending update actions." -#: src/Worker/Delivery.php:450 -msgid "(no subject)" -msgstr "(no subject)" +#: src/Console/PostUpdate.php:83 +msgid "Done." +msgstr "Done." + +#: src/Console/PostUpdate.php:85 +msgid "Execute pending post updates." +msgstr "Execute pending post updates." + +#: src/Console/PostUpdate.php:91 +msgid "All pending post updates are done." +msgstr "All pending post updates are done." + +#: src/App.php:485 +msgid "No system theme config value set." +msgstr "No system theme configuration value set." #: update.php:218 #, php-format @@ -10128,201 +10639,3 @@ msgstr "%s: Updating author-id and owner-id in item and thread table. " #, php-format msgid "%s: Updating post-type." msgstr "%s: Updating post-type." - -#: view/theme/duepuntozero/config.php:56 -msgid "greenzero" -msgstr "greenzero" - -#: view/theme/duepuntozero/config.php:57 -msgid "purplezero" -msgstr "purplezero" - -#: view/theme/duepuntozero/config.php:58 -msgid "easterbunny" -msgstr "easterbunny" - -#: view/theme/duepuntozero/config.php:59 -msgid "darkzero" -msgstr "darkzero" - -#: view/theme/duepuntozero/config.php:60 -msgid "comix" -msgstr "comix" - -#: view/theme/duepuntozero/config.php:61 -msgid "slackr" -msgstr "slackr" - -#: view/theme/duepuntozero/config.php:74 -msgid "Variations" -msgstr "Variations" - -#: view/theme/frio/config.php:105 -msgid "Custom" -msgstr "Custom" - -#: view/theme/frio/config.php:117 -msgid "Note" -msgstr "Note" - -#: view/theme/frio/config.php:117 -msgid "Check image permissions if all users are allowed to see the image" -msgstr "Check image permissions that all everyone is allowed to see the image" - -#: view/theme/frio/config.php:123 -msgid "Select color scheme" -msgstr "Select colour scheme" - -#: view/theme/frio/config.php:124 -msgid "Copy or paste schemestring" -msgstr "Copy or paste theme string" - -#: view/theme/frio/config.php:124 -msgid "" -"You can copy this string to share your theme with others. Pasting here " -"applies the schemestring" -msgstr "You can copy this string to share your theme with others. Pasting here applies the theme string" - -#: view/theme/frio/config.php:125 -msgid "Navigation bar background color" -msgstr "Navigation bar background colour:" - -#: view/theme/frio/config.php:126 -msgid "Navigation bar icon color " -msgstr "Navigation bar icon colour:" - -#: view/theme/frio/config.php:127 -msgid "Link color" -msgstr "Link colour:" - -#: view/theme/frio/config.php:128 -msgid "Set the background color" -msgstr "Background colour:" - -#: view/theme/frio/config.php:129 -msgid "Content background opacity" -msgstr "Content background opacity" - -#: view/theme/frio/config.php:130 -msgid "Set the background image" -msgstr "Background image:" - -#: view/theme/frio/config.php:131 -msgid "Background image style" -msgstr "Background image style" - -#: view/theme/frio/config.php:136 -msgid "Login page background image" -msgstr "Login page background image" - -#: view/theme/frio/config.php:140 -msgid "Login page background color" -msgstr "Login page background colour" - -#: view/theme/frio/config.php:140 -msgid "Leave background image and color empty for theme defaults" -msgstr "Leave background image and colour empty for theme defaults" - -#: view/theme/frio/php/Image.php:24 -msgid "Top Banner" -msgstr "Top Banner" - -#: view/theme/frio/php/Image.php:24 -msgid "" -"Resize image to the width of the screen and show background color below on " -"long pages." -msgstr "Resize image to the width of the screen and show background colour below on long pages." - -#: view/theme/frio/php/Image.php:25 -msgid "Full screen" -msgstr "Full screen" - -#: view/theme/frio/php/Image.php:25 -msgid "" -"Resize image to fill entire screen, clipping either the right or the bottom." -msgstr "Resize image to fill entire screen, clipping either the right or the bottom." - -#: view/theme/frio/php/Image.php:26 -msgid "Single row mosaic" -msgstr "Single row mosaic" - -#: view/theme/frio/php/Image.php:26 -msgid "" -"Resize image to repeat it on a single row, either vertical or horizontal." -msgstr "Resize image to repeat it on a single row, either vertical or horizontal." - -#: view/theme/frio/php/Image.php:27 -msgid "Mosaic" -msgstr "Mosaic" - -#: view/theme/frio/php/Image.php:27 -msgid "Repeat image to fill the screen." -msgstr "Repeat image to fill the screen." - -#: view/theme/frio/theme.php:239 -msgid "Guest" -msgstr "Guest" - -#: view/theme/frio/theme.php:244 -msgid "Visitor" -msgstr "Visitor" - -#: view/theme/quattro/config.php:76 -msgid "Alignment" -msgstr "Alignment" - -#: view/theme/quattro/config.php:76 -msgid "Left" -msgstr "Left" - -#: view/theme/quattro/config.php:76 -msgid "Center" -msgstr "Centre" - -#: view/theme/quattro/config.php:77 -msgid "Color scheme" -msgstr "Colour scheme" - -#: view/theme/quattro/config.php:78 -msgid "Posts font size" -msgstr "Posts font size" - -#: view/theme/quattro/config.php:79 -msgid "Textareas font size" -msgstr "Text areas font size" - -#: view/theme/vier/config.php:76 -msgid "Comma separated list of helper forums" -msgstr "Comma separated list of helper forums" - -#: view/theme/vier/config.php:122 -msgid "Set style" -msgstr "Set style" - -#: view/theme/vier/config.php:123 -msgid "Community Pages" -msgstr "Community pages" - -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151 -msgid "Community Profiles" -msgstr "Community profiles" - -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" -msgstr "Help or @NewHere ?" - -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373 -msgid "Connect Services" -msgstr "Connect services" - -#: view/theme/vier/config.php:127 -msgid "Find Friends" -msgstr "Find friends" - -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" -msgstr "Last users" - -#: view/theme/vier/theme.php:288 -msgid "Quick Start" -msgstr "Quick start" diff --git a/view/lang/en-gb/strings.php b/view/lang/en-gb/strings.php index 5f82e2c3ce..4b52e4a994 100644 --- a/view/lang/en-gb/strings.php +++ b/view/lang/en-gb/strings.php @@ -6,6 +6,11 @@ function string_plural_select_en_gb($n){ return ($n != 1);; }} ; +$a->strings["Item not found."] = "Item not found."; +$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?"; +$a->strings["Yes"] = "Yes"; +$a->strings["Cancel"] = "Cancel"; +$a->strings["Permission denied."] = "Permission denied."; $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ 0 => "Daily posting limit of %d post reached. The post was rejected.", 1 => "Daily posting limit of %d posts are reached. This post was rejected.", @@ -108,7 +113,6 @@ $a->strings["Permission settings"] = "Permission settings"; $a->strings["permissions"] = "permissions"; $a->strings["Public post"] = "Public post"; $a->strings["Preview"] = "Preview"; -$a->strings["Cancel"] = "Cancel"; $a->strings["Post to Groups"] = "Post to groups"; $a->strings["Post to Contacts"] = "Post to contacts"; $a->strings["Private post"] = "Private post"; @@ -194,17 +198,193 @@ $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Y $a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s."; $a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"; $a->strings["Please visit %s to approve or reject the request."] = "Please visit %s to approve or reject the request."; -$a->strings["Item not found."] = "Item not found."; -$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?"; -$a->strings["Yes"] = "Yes"; -$a->strings["Permission denied."] = "Permission denied."; -$a->strings["Archives"] = "Archives"; -$a->strings["show more"] = "Show more..."; $a->strings["Authorize application connection"] = "Authorise application connection"; $a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:"; $a->strings["Please login to continue."] = "Please login to continue."; $a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorise this application to access your posts and contacts and create new posts for you?"; $a->strings["No"] = "No"; +$a->strings["Parent user not found."] = "Parent user not found."; +$a->strings["No parent user"] = "No parent user"; +$a->strings["Parent Password:"] = "Parent password:"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorise this request."; +$a->strings["Parent User"] = "Parent user"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."; +$a->strings["Save Settings"] = "Save settings"; +$a->strings["Delegate Page Management"] = "Delegate Page Management"; +$a->strings["Delegates"] = "Delegates"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."; +$a->strings["Existing Page Delegates"] = "Existing page delegates"; +$a->strings["Potential Delegates"] = "Potential delegates"; +$a->strings["Remove"] = "Remove"; +$a->strings["Add"] = "Add"; +$a->strings["No entries."] = "No entries."; +$a->strings["Post successful."] = "Post successful."; +$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts"; +$a->strings["No contact provided."] = "No contact provided."; +$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact."; +$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact."; +$a->strings["Done"] = "Done"; +$a->strings["success"] = "success"; +$a->strings["failed"] = "failed"; +$a->strings["ignored"] = "Ignored"; +$a->strings["Keep this window open until done."] = "Keep this window open until done."; +$a->strings["Permission denied"] = "Permission denied"; +$a->strings["Invalid profile identifier."] = "Invalid profile identifier."; +$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor"; +$a->strings["Profile"] = "Profile"; +$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it."; +$a->strings["Visible To"] = "Visible to"; +$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access"; +$a->strings["Account approved."] = "Account approved."; +$a->strings["Registration revoked for %s"] = "Registration revoked for %s"; +$a->strings["Please login."] = "Please login."; +$a->strings["User deleted their account"] = "User deleted their account"; +$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups."; +$a->strings["The user id is %d"] = "The user id is %d"; +$a->strings["Remove My Account"] = "Remove My Account"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable."; +$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:"; +$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts"; +$a->strings["Error"] = [ + 0 => "Error", + 1 => "Errors", +]; +$a->strings["Tag(s) removed"] = "Tag(s) removed"; +$a->strings["Remove Item Tag"] = "Remove Item tag"; +$a->strings["Select a tag to remove: "] = "Select a tag to remove: "; +$a->strings["User imports on closed servers can only be done by an administrator."] = "User imports on closed servers can only be done by an administrator."; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."; +$a->strings["Import"] = "Import profile"; +$a->strings["Move account"] = "Move Existing Friendica Account"; +$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node."; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*."; +$a->strings["Account file"] = "Account file:"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""; +$a->strings["You aren't following this contact."] = "You aren't following this contact."; +$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network."; +$a->strings["Contact unfollowed"] = "Contact unfollowed"; +$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow"; +$a->strings["Your Identity Address:"] = "My identity address:"; +$a->strings["Submit Request"] = "Submit request"; +$a->strings["Profile URL"] = "Profile URL:"; +$a->strings["Status Messages and Posts"] = "Status Messages and Posts"; +$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]"; +$a->strings["Invalid request."] = "Invalid request."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows"; +$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?"; +$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s"; +$a->strings["File upload failed."] = "File upload failed."; +$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s"; +$a->strings["Unable to process image."] = "Unable to process image."; +$a->strings["Wall Photos"] = "Wall photos"; +$a->strings["Image upload failed."] = "Image upload failed."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed."; +$a->strings["No recipient selected."] = "No recipient selected."; +$a->strings["Unable to check your home location."] = "Unable to check your home location."; +$a->strings["Message could not be sent."] = "Message could not be sent."; +$a->strings["Message collection failure."] = "Message collection failure."; +$a->strings["Message sent."] = "Message sent."; +$a->strings["No recipient."] = "No recipient."; +$a->strings["Please enter a link URL:"] = "Please enter a link URL:"; +$a->strings["Send Private Message"] = "Send private message"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."; +$a->strings["To:"] = "To:"; +$a->strings["Subject:"] = "Subject:"; +$a->strings["Your message:"] = "Your message:"; +$a->strings["Insert web link"] = "Insert web link"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile."; +$a->strings["Connect"] = "Connect"; +$a->strings["first"] = "first"; +$a->strings["next"] = "next"; +$a->strings["No matches"] = "No matches"; +$a->strings["Profile Match"] = "Profile Match"; +$a->strings["Profile not found."] = "Profile not found."; +$a->strings["Profile deleted."] = "Profile deleted."; +$a->strings["Profile-"] = "Profile-"; +$a->strings["New profile created."] = "New profile created."; +$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone."; +$a->strings["Profile Name is required."] = "Profile name is required."; +$a->strings["Marital Status"] = "Marital status"; +$a->strings["Romantic Partner"] = "Romantic partner"; +$a->strings["Work/Employment"] = "Work/Employment:"; +$a->strings["Religion"] = "Religion"; +$a->strings["Political Views"] = "Political views"; +$a->strings["Gender"] = "Gender"; +$a->strings["Sexual Preference"] = "Sexual preference"; +$a->strings["XMPP"] = "XMPP"; +$a->strings["Homepage"] = "Homepage"; +$a->strings["Interests"] = "Interests"; +$a->strings["Address"] = "Address"; +$a->strings["Location"] = "Location"; +$a->strings["Profile updated."] = "Profile updated."; +$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?"; +$a->strings["Show more profile fields:"] = "Show more profile fields:"; +$a->strings["Profile Actions"] = "Profile actions"; +$a->strings["Edit Profile Details"] = "Edit Profile Details"; +$a->strings["Submit"] = "Submit"; +$a->strings["Change Profile Photo"] = "Change profile photo"; +$a->strings["View this profile"] = "View this profile"; +$a->strings["View all profiles"] = "View all profiles"; +$a->strings["Edit visibility"] = "Edit visibility"; +$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings"; +$a->strings["Clone this profile"] = "Clone this profile"; +$a->strings["Delete this profile"] = "Delete this profile"; +$a->strings["Basic information"] = "Basic information"; +$a->strings["Profile picture"] = "Profile picture"; +$a->strings["Preferences"] = "Preferences"; +$a->strings["Status information"] = "Status information"; +$a->strings["Additional information"] = "Additional information"; +$a->strings["Personal"] = "Personal"; +$a->strings["Relation"] = "Relation"; +$a->strings["Miscellaneous"] = "Miscellaneous"; +$a->strings["Upload Profile Photo"] = "Upload profile photo"; +$a->strings["Your Gender:"] = "Gender:"; +$a->strings[" Marital Status:"] = " Marital status:"; +$a->strings["Sexual Preference:"] = "Sexual preference:"; +$a->strings["Example: fishing photography software"] = "Example: fishing photography software"; +$a->strings["Profile Name:"] = "Profile name:"; +$a->strings["Required"] = "Required"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "This is your public profile.
It may be visible to anybody using the internet."; +$a->strings["Your Full Name:"] = "My full name:"; +$a->strings["Title/Description:"] = "Title/Description:"; +$a->strings["Street Address:"] = "Street address:"; +$a->strings["Locality/City:"] = "Locality/City:"; +$a->strings["Region/State:"] = "Region/State:"; +$a->strings["Postal/Zip Code:"] = "Postcode:"; +$a->strings["Country:"] = "Country:"; +$a->strings["Age: "] = "Age: "; +$a->strings["Who: (if applicable)"] = "Who: (if applicable)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Since when:"; +$a->strings["Tell us about yourself..."] = "About myself:"; +$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you."; +$a->strings["Homepage URL:"] = "Homepage URL:"; +$a->strings["Hometown:"] = "Home town:"; +$a->strings["Political Views:"] = "Political views:"; +$a->strings["Religious Views:"] = "Religious views:"; +$a->strings["Public Keywords:"] = "Public keywords:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others."; +$a->strings["Private Keywords:"] = "Private keywords:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others."; +$a->strings["Likes:"] = "Likes:"; +$a->strings["Dislikes:"] = "Dislikes:"; +$a->strings["Musical interests"] = "Music:"; +$a->strings["Books, literature"] = "Books, literature, poetry:"; +$a->strings["Television"] = "Television:"; +$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment"; +$a->strings["Hobbies/Interests"] = "Hobbies/Interests:"; +$a->strings["Love/romance"] = "Love/Romance:"; +$a->strings["Work/employment"] = "Work/Employment:"; +$a->strings["School/education"] = "School/Education:"; +$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:"; +$a->strings["Profile Image"] = "Profile image"; +$a->strings["visible to everybody"] = "Visible to everybody"; +$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles"; +$a->strings["Change profile photo"] = "Change profile photo"; +$a->strings["Create New Profile"] = "Create new profile"; $a->strings["Access denied."] = "Access denied."; $a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted."; $a->strings["Events"] = "Events"; @@ -241,7 +421,6 @@ $a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting"; $a->strings["Mirror as my own posting"] = "Mirror as my own posting"; $a->strings["Return to contact editor"] = "Return to contact editor"; $a->strings["Refetch contact data"] = "Re-fetch contact data."; -$a->strings["Submit"] = "Submit"; $a->strings["Remote Self"] = "Remote self"; $a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:"; $a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact."; @@ -255,22 +434,6 @@ $a->strings["Friend Confirm URL"] = "Friend confirm URL:"; $a->strings["Notification Endpoint URL"] = "Notification endpoint URL"; $a->strings["Poll/Feed URL"] = "Poll/Feed URL:"; $a->strings["New photo from this URL"] = "New photo from this URL:"; -$a->strings["Parent user not found."] = "Parent user not found."; -$a->strings["No parent user"] = "No parent user"; -$a->strings["Parent Password:"] = "Parent password:"; -$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorise this request."; -$a->strings["Parent User"] = "Parent user"; -$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["Delegate Page Management"] = "Delegate Page Management"; -$a->strings["Delegates"] = "Delegates"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."; -$a->strings["Existing Page Delegates"] = "Existing page delegates"; -$a->strings["Potential Delegates"] = "Potential delegates"; -$a->strings["Remove"] = "Remove"; -$a->strings["Add"] = "Add"; -$a->strings["No entries."] = "No entries."; -$a->strings["Profile not found."] = "Profile not found."; $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "This may occasionally happen if contact was requested by both persons and it has already been approved."; $a->strings["Response from remote site was not understood."] = "Response from remote site was not understood."; $a->strings["Unexpected response from remote site: "] = "Unexpected response from remote site: "; @@ -328,18 +491,9 @@ $a->strings["Friendica"] = "Friendica"; $a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; $a->strings["Diaspora (Socialhome, Hubzilla)"] = "diaspora* (Socialhome, Hubzilla)"; $a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - please do not use this form. Instead, enter %s into your diaspora* search bar."; -$a->strings["Your Identity Address:"] = "My identity address:"; -$a->strings["Submit Request"] = "Submit request"; -$a->strings["People Search - %s"] = "People search - %s"; -$a->strings["Forum Search - %s"] = "Forum search - %s"; -$a->strings["Connect"] = "Connect"; -$a->strings["No matches"] = "No matches"; -$a->strings["The requested item doesn't exist or has been deleted."] = "The requested item doesn't exist or has been deleted."; -$a->strings["The feed for this item is unavailable."] = "The feed for this item is unavailable."; $a->strings["Item not found"] = "Item not found"; $a->strings["Edit post"] = "Edit post"; $a->strings["Save"] = "Save"; -$a->strings["Insert web link"] = "Insert web link"; $a->strings["web link"] = "web link"; $a->strings["Insert video link"] = "Insert video link"; $a->strings["video link"] = "video link"; @@ -347,25 +501,6 @@ $a->strings["Insert audio link"] = "Insert audio link"; $a->strings["audio link"] = "audio link"; $a->strings["CC: email addresses"] = "CC: email addresses"; $a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com"; -$a->strings["Event can not end before it has started."] = "Event cannot end before it has started."; -$a->strings["Event title and start time are required."] = "Event title and starting time are required."; -$a->strings["Create New Event"] = "Create new event"; -$a->strings["Event details"] = "Event details"; -$a->strings["Starting date and Title are required."] = "Starting date and title are required."; -$a->strings["Event Starts:"] = "Event starts:"; -$a->strings["Required"] = "Required"; -$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant"; -$a->strings["Event Finishes:"] = "Event finishes:"; -$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone"; -$a->strings["Description:"] = "Description:"; -$a->strings["Location:"] = "Location:"; -$a->strings["Title:"] = "Title:"; -$a->strings["Share this event"] = "Share this event"; -$a->strings["Basic"] = "Basic"; -$a->strings["Advanced"] = "Advanced"; -$a->strings["Permissions"] = "Permissions"; -$a->strings["Failed to remove event"] = "Failed to remove event"; -$a->strings["Event removed"] = "Event removed"; $a->strings["Photos"] = "Photos"; $a->strings["Contact Photos"] = "Contact photos"; $a->strings["Upload"] = "Upload"; @@ -375,21 +510,16 @@ $a->strings["You already added this contact."] = "You already added this contact $a->strings["Diaspora support isn't enabled. Contact can't be added."] = "diaspora* support isn't enabled. Contact can't be added."; $a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added."; $a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added."; -$a->strings["Profile URL"] = "Profile URL:"; $a->strings["Tags:"] = "Tags:"; -$a->strings["Status Messages and Posts"] = "Status Messages and Posts"; +$a->strings["Suggested contact not found."] = "Suggested contact not found."; $a->strings["Friend suggestion sent."] = "Friend suggestion sent"; $a->strings["Suggest Friends"] = "Suggest friends"; $a->strings["Suggest a friend for %s"] = "Suggest a friend for %s"; $a->strings["No profile"] = "No profile"; -$a->strings["Unable to locate original post."] = "Unable to locate original post."; -$a->strings["Empty post discarded."] = "Empty post discarded."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network."; -$a->strings["You may visit them online at %s"] = "You may visit them online at %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages."; -$a->strings["%s posted an update."] = "%s posted an update."; $a->strings["Remote privacy information not available."] = "Remote privacy information not available."; $a->strings["Visible to:"] = "Visible to:"; +$a->strings["Followers"] = "Followers"; +$a->strings["Mutuals"] = "Mutuals"; $a->strings["No valid account found."] = "No valid account found."; $a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email."; $a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was received at \"%2\$s\" to reset your account password.\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."; @@ -413,27 +543,14 @@ $a->strings["Your password has been changed at %s"] = "Your password has been ch $a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages"; $a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own."; $a->strings["Select an identity to manage: "] = "Select identity:"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile."; -$a->strings["first"] = "first"; -$a->strings["next"] = "next"; -$a->strings["Profile Match"] = "Profile Match"; $a->strings["New Message"] = "New Message"; -$a->strings["No recipient selected."] = "No recipient selected."; $a->strings["Unable to locate contact information."] = "Unable to locate contact information."; -$a->strings["Message could not be sent."] = "Message could not be sent."; -$a->strings["Message collection failure."] = "Message collection failure."; -$a->strings["Message sent."] = "Message sent."; $a->strings["Discard"] = "Discard"; $a->strings["Messages"] = "Messages"; $a->strings["Do you really want to delete this message?"] = "Do you really want to delete this message?"; $a->strings["Conversation not found."] = "Conversation not found."; $a->strings["Message deleted."] = "Message deleted."; $a->strings["Conversation removed."] = "Conversation removed."; -$a->strings["Please enter a link URL:"] = "Please enter a link URL:"; -$a->strings["Send Private Message"] = "Send private message"; -$a->strings["To:"] = "To:"; -$a->strings["Subject:"] = "Subject:"; -$a->strings["Your message:"] = "Your message:"; $a->strings["No messages."] = "No messages."; $a->strings["Message not available."] = "Message not available."; $a->strings["Delete message"] = "Delete message"; @@ -465,7 +582,6 @@ $a->strings["Commented Order"] = "Commented last"; $a->strings["Sort by Comment Date"] = "Sort by comment date"; $a->strings["Posted Order"] = "Posted last"; $a->strings["Sort by Post Date"] = "Sort by post date"; -$a->strings["Personal"] = "Personal"; $a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me"; $a->strings["New"] = "New"; $a->strings["Activity Stream - by date"] = "Activity Stream - by date"; @@ -473,84 +589,7 @@ $a->strings["Shared Links"] = "Shared links"; $a->strings["Interesting Links"] = "Interesting links"; $a->strings["Starred"] = "Starred"; $a->strings["Favourite Posts"] = "My favourite posts"; -$a->strings["Welcome to Friendica"] = "Welcome to Friendica"; -$a->strings["New Member Checklist"] = "New Member Checklist"; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."; -$a->strings["Getting Started"] = "Getting started"; -$a->strings["Friendica Walk-Through"] = "Friendica walk-through"; -$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."; -$a->strings["Settings"] = "Settings"; -$a->strings["Go to Your Settings"] = "Go to your settings"; -$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."; -$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."; -$a->strings["Profile"] = "Profile"; -$a->strings["Upload Profile Photo"] = "Upload profile photo"; -$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."; -$a->strings["Edit Your Profile"] = "Edit your profile"; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."; -$a->strings["Profile Keywords"] = "Profile keywords"; -$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."; -$a->strings["Connecting"] = "Connecting"; -$a->strings["Importing Emails"] = "Importing emails"; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX"; -$a->strings["Go to Your Contacts Page"] = "Go to your contacts page"; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add new contact dialog."; -$a->strings["Go to Your Site's Directory"] = "Go to your site's directory"; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "The directory lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own identity address when requested."; -$a->strings["Finding New People"] = "Finding new people"; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."; -$a->strings["Groups"] = "Groups"; -$a->strings["Group Your Contacts"] = "Group your contacts"; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Once you have made some friends, organise them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page."; -$a->strings["Why Aren't My Posts Public?"] = "Why aren't my posts public?"; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."; -$a->strings["Getting Help"] = "Getting help"; -$a->strings["Go to the Help Section"] = "Go to the help section"; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Our help pages may be consulted for detail on other program features and resources."; $a->strings["Personal Notes"] = "Personal notes"; -$a->strings["Invalid request identifier."] = "Invalid request identifier."; -$a->strings["Notifications"] = "Notifications"; -$a->strings["Network Notifications"] = "Network notifications"; -$a->strings["System Notifications"] = "System notifications"; -$a->strings["Personal Notifications"] = "Personal notifications"; -$a->strings["Home Notifications"] = "Home notifications"; -$a->strings["Show unread"] = "Show unread"; -$a->strings["Show all"] = "Show all"; -$a->strings["Show Ignored Requests"] = "Show ignored requests."; -$a->strings["Hide Ignored Requests"] = "Hide ignored requests"; -$a->strings["Notification type:"] = "Notification type:"; -$a->strings["Suggested by:"] = "Suggested by:"; -$a->strings["Hide this contact from others"] = "Hide this contact from others"; -$a->strings["Approve"] = "Approve"; -$a->strings["Claims to be known to you: "] = "Says they know me:"; -$a->strings["yes"] = "yes"; -$a->strings["no"] = "no"; -$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?"; -$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed."; -$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; -$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; -$a->strings["Friend"] = "Friend"; -$a->strings["Sharer"] = "Sharer"; -$a->strings["Subscriber"] = "Subscriber"; -$a->strings["About:"] = "About:"; -$a->strings["Gender:"] = "Gender:"; -$a->strings["Network:"] = "Network:"; -$a->strings["No introductions."] = "No introductions."; -$a->strings["No more %s notifications."] = "No more %s notifications."; -$a->strings["No more system notifications."] = "No more system notifications."; -$a->strings["Post successful."] = "Post successful."; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site."; -$a->strings["Login failed."] = "Login failed."; -$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts"; -$a->strings["No contact provided."] = "No contact provided."; -$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact."; -$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact."; -$a->strings["Done"] = "Done"; -$a->strings["success"] = "success"; -$a->strings["failed"] = "failed"; -$a->strings["ignored"] = "Ignored"; -$a->strings["Keep this window open until done."] = "Keep this window open until done."; $a->strings["Photo Albums"] = "Photo Albums"; $a->strings["Recent Photos"] = "Recent photos"; $a->strings["Upload New Photos"] = "Upload new photos"; @@ -561,19 +600,17 @@ $a->strings["Album successfully deleted"] = "Album successfully deleted"; $a->strings["Album was empty."] = "Album was empty."; $a->strings["a photo"] = "a photo"; $a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s"; -$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s"; $a->strings["Image upload didn't complete, please try again"] = "Image upload didn't complete, please try again"; $a->strings["Image file is missing"] = "Image file is missing"; $a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server can't accept new file upload at this time, please contact your administrator"; $a->strings["Image file is empty."] = "Image file is empty."; -$a->strings["Unable to process image."] = "Unable to process image."; -$a->strings["Image upload failed."] = "Image upload failed."; $a->strings["No photos selected"] = "No photos selected"; $a->strings["Access to this item is restricted."] = "Access to this item is restricted."; $a->strings["Upload Photos"] = "Upload photos"; $a->strings["New album name: "] = "New album name: "; $a->strings["or select existing album:"] = "or select existing album:"; $a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload"; +$a->strings["Permissions"] = "Permissions"; $a->strings["Show to Groups"] = "Show to groups"; $a->strings["Show to Contacts"] = "Show to contacts"; $a->strings["Do you really want to delete this photo album and all its photos?"] = "Do you really want to delete this photo album and all its photos?"; @@ -615,88 +652,6 @@ $a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do oth $a->strings["Recipient"] = "Recipient:"; $a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:"; $a->strings["Make this post private"] = "Make this post private"; -$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing."; -$a->strings["Profile deleted."] = "Profile deleted."; -$a->strings["Profile-"] = "Profile-"; -$a->strings["New profile created."] = "New profile created."; -$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone."; -$a->strings["Profile Name is required."] = "Profile name is required."; -$a->strings["Marital Status"] = "Marital status"; -$a->strings["Romantic Partner"] = "Romantic partner"; -$a->strings["Work/Employment"] = "Work/Employment:"; -$a->strings["Religion"] = "Religion"; -$a->strings["Political Views"] = "Political views"; -$a->strings["Gender"] = "Gender"; -$a->strings["Sexual Preference"] = "Sexual preference"; -$a->strings["XMPP"] = "XMPP"; -$a->strings["Homepage"] = "Homepage"; -$a->strings["Interests"] = "Interests"; -$a->strings["Address"] = "Address"; -$a->strings["Location"] = "Location"; -$a->strings["Profile updated."] = "Profile updated."; -$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?"; -$a->strings["Show more profile fields:"] = "Show more profile fields:"; -$a->strings["Profile Actions"] = "Profile actions"; -$a->strings["Edit Profile Details"] = "Edit Profile Details"; -$a->strings["Change Profile Photo"] = "Change profile photo"; -$a->strings["View this profile"] = "View this profile"; -$a->strings["View all profiles"] = "View all profiles"; -$a->strings["Edit visibility"] = "Edit visibility"; -$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings"; -$a->strings["Clone this profile"] = "Clone this profile"; -$a->strings["Delete this profile"] = "Delete this profile"; -$a->strings["Basic information"] = "Basic information"; -$a->strings["Profile picture"] = "Profile picture"; -$a->strings["Preferences"] = "Preferences"; -$a->strings["Status information"] = "Status information"; -$a->strings["Additional information"] = "Additional information"; -$a->strings["Relation"] = "Relation"; -$a->strings["Miscellaneous"] = "Miscellaneous"; -$a->strings["Your Gender:"] = "Gender:"; -$a->strings[" Marital Status:"] = " Marital status:"; -$a->strings["Sexual Preference:"] = "Sexual preference:"; -$a->strings["Example: fishing photography software"] = "Example: fishing photography software"; -$a->strings["Profile Name:"] = "Profile name:"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "This is your public profile.
It may be visible to anybody using the internet."; -$a->strings["Your Full Name:"] = "My full name:"; -$a->strings["Title/Description:"] = "Title/Description:"; -$a->strings["Street Address:"] = "Street address:"; -$a->strings["Locality/City:"] = "Locality/City:"; -$a->strings["Region/State:"] = "Region/State:"; -$a->strings["Postal/Zip Code:"] = "Postcode:"; -$a->strings["Country:"] = "Country:"; -$a->strings["Age: "] = "Age: "; -$a->strings["Who: (if applicable)"] = "Who: (if applicable)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = "Since when:"; -$a->strings["Tell us about yourself..."] = "About myself:"; -$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:"; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you."; -$a->strings["Homepage URL:"] = "Homepage URL:"; -$a->strings["Hometown:"] = "Home town:"; -$a->strings["Political Views:"] = "Political views:"; -$a->strings["Religious Views:"] = "Religious views:"; -$a->strings["Public Keywords:"] = "Public keywords:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others."; -$a->strings["Private Keywords:"] = "Private keywords:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others."; -$a->strings["Likes:"] = "Likes:"; -$a->strings["Dislikes:"] = "Dislikes:"; -$a->strings["Musical interests"] = "Music:"; -$a->strings["Books, literature"] = "Books, literature, poetry:"; -$a->strings["Television"] = "Television:"; -$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment"; -$a->strings["Hobbies/Interests"] = "Hobbies/Interests:"; -$a->strings["Love/romance"] = "Love/Romance:"; -$a->strings["Work/employment"] = "Work/Employment:"; -$a->strings["School/education"] = "School/Education:"; -$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:"; -$a->strings["Profile Image"] = "Profile image"; -$a->strings["visible to everybody"] = "Visible to everybody"; -$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles"; -$a->strings["Change profile photo"] = "Change profile photo"; -$a->strings["Create New Profile"] = "Create new profile"; $a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed."; $a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed."; $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately."; @@ -710,28 +665,83 @@ $a->strings["Crop Image"] = "Crop Image"; $a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing."; $a->strings["Done Editing"] = "Done editing"; $a->strings["Image uploaded successfully."] = "Image uploaded successfully."; -$a->strings["Permission denied"] = "Permission denied"; -$a->strings["Invalid profile identifier."] = "Invalid profile identifier."; -$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor"; -$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it."; -$a->strings["Visible To"] = "Visible to"; -$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access"; -$a->strings["Account approved."] = "Account approved."; -$a->strings["Registration revoked for %s"] = "Registration revoked for %s"; -$a->strings["Please login."] = "Please login."; -$a->strings["User deleted their account"] = "User deleted their account"; -$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups."; -$a->strings["The user id is %d"] = "The user id is %d"; -$a->strings["Remove My Account"] = "Remove My Account"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable."; -$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:"; -$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts"; -$a->strings["Error"] = "Error"; $a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search."; $a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users."; $a->strings["Search"] = "Search"; $a->strings["Items tagged with: %s"] = "Items tagged with: %s"; $a->strings["Results for: %s"] = "Results for: %s"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s"; +$a->strings["Contact suggestion successfully ignored."] = "Contact suggestion ignored."; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours."; +$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?"; +$a->strings["Ignore/Hide"] = "Ignore/Hide"; +$a->strings["Friend Suggestions"] = "Friend suggestions"; +$a->strings["Export account"] = "Export account"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server."; +$a->strings["Export all"] = "Export all"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported."; +$a->strings["Export personal data"] = "Export personal data"; +$a->strings["No videos selected"] = "No videos selected"; +$a->strings["View Video"] = "View video"; +$a->strings["Recent Videos"] = "Recent videos"; +$a->strings["Upload New Videos"] = "Upload new videos"; +$a->strings["The requested item doesn't exist or has been deleted."] = "The requested item doesn't exist or has been deleted."; +$a->strings["The feed for this item is unavailable."] = "The feed for this item is unavailable."; +$a->strings["Event can not end before it has started."] = "Event cannot end before it has started."; +$a->strings["Event title and start time are required."] = "Event title and starting time are required."; +$a->strings["Create New Event"] = "Create new event"; +$a->strings["Event details"] = "Event details"; +$a->strings["Starting date and Title are required."] = "Starting date and title are required."; +$a->strings["Event Starts:"] = "Event starts:"; +$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant"; +$a->strings["Event Finishes:"] = "Event finishes:"; +$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone"; +$a->strings["Description:"] = "Description:"; +$a->strings["Location:"] = "Location:"; +$a->strings["Title:"] = "Title:"; +$a->strings["Share this event"] = "Share this event"; +$a->strings["Basic"] = "Basic"; +$a->strings["Advanced"] = "Advanced"; +$a->strings["Failed to remove event"] = "Failed to remove event"; +$a->strings["Event removed"] = "Event removed"; +$a->strings["Unable to locate original post."] = "Unable to locate original post."; +$a->strings["Empty post discarded."] = "Empty post discarded."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network."; +$a->strings["You may visit them online at %s"] = "You may visit them online at %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages."; +$a->strings["%s posted an update."] = "%s posted an update."; +$a->strings["Invalid request identifier."] = "Invalid request identifier."; +$a->strings["Notifications"] = "Notifications"; +$a->strings["Network Notifications"] = "Network notifications"; +$a->strings["System Notifications"] = "System notifications"; +$a->strings["Personal Notifications"] = "Personal notifications"; +$a->strings["Home Notifications"] = "Home notifications"; +$a->strings["Show unread"] = "Show unread"; +$a->strings["Show all"] = "Show all"; +$a->strings["Show Ignored Requests"] = "Show ignored requests."; +$a->strings["Hide Ignored Requests"] = "Hide ignored requests"; +$a->strings["Notification type:"] = "Notification type:"; +$a->strings["Suggested by:"] = "Suggested by:"; +$a->strings["Hide this contact from others"] = "Hide this contact from others"; +$a->strings["Approve"] = "Approve"; +$a->strings["Claims to be known to you: "] = "Says they know me:"; +$a->strings["yes"] = "yes"; +$a->strings["no"] = "no"; +$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?"; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed."; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; +$a->strings["Friend"] = "Friend"; +$a->strings["Sharer"] = "Sharer"; +$a->strings["Subscriber"] = "Subscriber"; +$a->strings["About:"] = "About:"; +$a->strings["Gender:"] = "Gender:"; +$a->strings["Network:"] = "Network:"; +$a->strings["No introductions."] = "No introductions."; +$a->strings["No more %s notifications."] = "No more %s notifications."; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site."; +$a->strings["Login failed."] = "Login failed."; $a->strings["Account"] = "Account"; $a->strings["Two-factor authentication"] = "Two-factor authentication"; $a->strings["Profiles"] = "Profiles"; @@ -741,13 +751,14 @@ $a->strings["Social Networks"] = "Social networks"; $a->strings["Addons"] = "Addons"; $a->strings["Delegations"] = "Delegations"; $a->strings["Connected apps"] = "Connected apps"; -$a->strings["Export personal data"] = "Export personal data"; $a->strings["Remove account"] = "Remove account"; +$a->strings["Settings"] = "Settings"; $a->strings["Missing some important data!"] = "Missing some important data!"; $a->strings["Update"] = "Update"; $a->strings["Failed to connect with email account using the settings provided."] = "Failed to connect with email account using the settings provided."; $a->strings["Email settings updated."] = "Email settings updated."; $a->strings["Features updated"] = "Features updated"; +$a->strings["The theme you chose isn't available."] = "The chosen theme isn't available."; $a->strings["Relocate message has been send to your contacts"] = "Relocate message has been send to your contacts"; $a->strings["Passwords do not match."] = "Passwords do not match."; $a->strings["Password update failed. Please try again."] = "Password update failed. Please try again."; @@ -784,6 +795,8 @@ $a->strings["Built-in support for %s connectivity is %s"] = "Built-in support fo $a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; $a->strings["Email access is disabled on this site."] = "Email access is disabled on this site."; $a->strings["General Social Media Settings"] = "General Social Media Settings"; +$a->strings["Accept only top level posts by contacts you follow"] = "Accept only top-level posts by contacts you follow"; +$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behaviour. When activated, you will only receive posts from people you really do follow."; $a->strings["Disable Content Warning"] = "Disable Content Warning"; $a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up."; $a->strings["Disable intelligent shortening"] = "Disable intelligent shortening"; @@ -867,6 +880,7 @@ $a->strings["Publish your default profile in your local site directory?"] = "Pub $a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."; $a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?"; $a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible."; +$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."; $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?"; $a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"; $a->strings["Hide your profile details from anonymous viewers?"] = "Hide profile details from anonymous viewers?"; @@ -937,182 +951,42 @@ $a->strings["Change the behaviour of this account for special situations"] = "Ch $a->strings["Relocate"] = "Recent relocation"; $a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:"; $a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s"; -$a->strings["Contact suggestion successfully ignored."] = "Contact suggestion ignored."; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours."; -$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?"; -$a->strings["Ignore/Hide"] = "Ignore/Hide"; -$a->strings["Friend Suggestions"] = "Friend suggestions"; -$a->strings["Tag(s) removed"] = "Tag(s) removed"; -$a->strings["Remove Item Tag"] = "Remove Item tag"; -$a->strings["Select a tag to remove: "] = "Select a tag to remove: "; -$a->strings["Export account"] = "Export account"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server."; -$a->strings["Export all"] = "Export all"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported."; -$a->strings["User imports on closed servers can only be done by an administrator."] = "User imports on closed servers can only be done by an administrator."; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."; -$a->strings["Import"] = "Import profile"; -$a->strings["Move account"] = "Move Existing Friendica Account"; -$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node."; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*."; -$a->strings["Account file"] = "Account file:"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""; -$a->strings["You aren't following this contact."] = "You aren't following this contact."; -$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network."; -$a->strings["Contact unfollowed"] = "Contact unfollowed"; -$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow"; -$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]"; -$a->strings["No videos selected"] = "No videos selected"; -$a->strings["View Video"] = "View video"; -$a->strings["Recent Videos"] = "Recent videos"; -$a->strings["Upload New Videos"] = "Upload new videos"; -$a->strings["No contacts."] = "No contacts."; -$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]"; -$a->strings["Contacts"] = "Contacts"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed."; -$a->strings["Unable to check your home location."] = "Unable to check your home location."; -$a->strings["No recipient."] = "No recipient."; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."; -$a->strings["Invalid request."] = "Invalid request."; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows"; -$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?"; -$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s"; -$a->strings["File upload failed."] = "File upload failed."; -$a->strings["Wall Photos"] = "Wall photos"; -$a->strings["Delete this item?"] = "Delete this item?"; -$a->strings["toggle mobile"] = "Toggle mobile"; -$a->strings["No system theme config value set."] = "No system theme configuration value set."; -$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."; -$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)"; -$a->strings["The contact entries have been archived"] = "The contact entries have been archived"; -$a->strings["Could not find any contact entry for this URL (%s)"] = "Could not find any contact entry for this URL (%s)"; -$a->strings["The contact has been blocked from the node"] = "The contact has been blocked from the node"; -$a->strings["Enter new password: "] = "Enter new password: "; -$a->strings["Post update version number has been set to %s."] = "Post update version number has been set to %s."; -$a->strings["Check for pending update actions."] = "Check for pending update actions."; -$a->strings["Done."] = "Done."; -$a->strings["Execute pending post updates."] = "Execute pending post updates."; -$a->strings["All pending post updates are done."] = "All pending post updates are done."; -$a->strings["Frequently"] = "Frequently"; -$a->strings["Hourly"] = "Hourly"; -$a->strings["Twice daily"] = "Twice daily"; -$a->strings["Daily"] = "Daily"; -$a->strings["Weekly"] = "Weekly"; -$a->strings["Monthly"] = "Monthly"; -$a->strings["DFRN"] = "DFRN"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "Email"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = "pump.io"; -$a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "diaspora* connector"; -$a->strings["GNU Social Connector"] = "GNU Social Connector"; -$a->strings["ActivityPub"] = "ActivityPub"; -$a->strings["pnut"] = "pnut"; -$a->strings["No answer"] = "No answer"; -$a->strings["Male"] = "Male"; -$a->strings["Female"] = "Female"; -$a->strings["Currently Male"] = "Currently male"; -$a->strings["Currently Female"] = "Currently female"; -$a->strings["Mostly Male"] = "Mostly male"; -$a->strings["Mostly Female"] = "Mostly female"; -$a->strings["Transgender"] = "Transgender"; -$a->strings["Intersex"] = "Intersex"; -$a->strings["Transsexual"] = "Transsexual"; -$a->strings["Hermaphrodite"] = "Hermaphrodite"; -$a->strings["Neuter"] = "Neuter"; -$a->strings["Non-specific"] = "Non-specific"; -$a->strings["Other"] = "Other"; -$a->strings["Males"] = "Males"; -$a->strings["Females"] = "Females"; -$a->strings["Gay"] = "Gay"; -$a->strings["Lesbian"] = "Lesbian"; -$a->strings["No Preference"] = "No Preference"; -$a->strings["Bisexual"] = "Bisexual"; -$a->strings["Autosexual"] = "Auto-sexual"; -$a->strings["Abstinent"] = "Abstinent"; -$a->strings["Virgin"] = "Virgin"; -$a->strings["Deviant"] = "Deviant"; -$a->strings["Fetish"] = "Fetish"; -$a->strings["Oodles"] = "Oodles"; -$a->strings["Nonsexual"] = "Asexual"; -$a->strings["Single"] = "Single"; -$a->strings["Lonely"] = "Lonely"; -$a->strings["Available"] = "Available"; -$a->strings["Unavailable"] = "Unavailable"; -$a->strings["Has crush"] = "Having a crush"; -$a->strings["Infatuated"] = "Infatuated"; -$a->strings["Dating"] = "Dating"; -$a->strings["Unfaithful"] = "Unfaithful"; -$a->strings["Sex Addict"] = "Sex addict"; -$a->strings["Friends"] = "Friends"; -$a->strings["Friends/Benefits"] = "Friends with benefits"; -$a->strings["Casual"] = "Casual"; -$a->strings["Engaged"] = "Engaged"; -$a->strings["Married"] = "Married"; -$a->strings["Imaginarily married"] = "Imaginarily married"; -$a->strings["Partners"] = "Partners"; -$a->strings["Cohabiting"] = "Cohabiting"; -$a->strings["Common law"] = "Common law spouse"; -$a->strings["Happy"] = "Happy"; -$a->strings["Not looking"] = "Not looking"; -$a->strings["Swinger"] = "Swinger"; -$a->strings["Betrayed"] = "Betrayed"; -$a->strings["Separated"] = "Separated"; -$a->strings["Unstable"] = "Unstable"; -$a->strings["Divorced"] = "Divorced"; -$a->strings["Imaginarily divorced"] = "Imaginarily divorced"; -$a->strings["Widowed"] = "Widowed"; -$a->strings["Uncertain"] = "Uncertain"; -$a->strings["It's complicated"] = "It's complicated"; -$a->strings["Don't care"] = "Don't care"; -$a->strings["Ask me"] = "Ask me"; -$a->strings["General Features"] = "General"; -$a->strings["Multiple Profiles"] = "Multiple profiles"; -$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles"; -$a->strings["Photo Location"] = "Photo location"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."; -$a->strings["Export Public Calendar"] = "Export public calendar"; -$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar"; -$a->strings["Post Composition Features"] = "Post composition"; -$a->strings["Auto-mention Forums"] = "Auto-mention forums"; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window."; -$a->strings["Explicit Mentions"] = "Explicit mentions"; -$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Add explicit mentions to comment box for manual control over who gets mentioned in replies."; -$a->strings["Network Sidebar"] = "Network sidebar"; -$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges"; -$a->strings["Protocol Filter"] = "Protocol Filter"; -$a->strings["Enable widget to display Network posts only from selected protocols"] = "Enable widget to display Network posts only from selected protocols"; -$a->strings["Network Tabs"] = "Network tabs"; -$a->strings["Network New Tab"] = "Network new tab"; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)"; -$a->strings["Network Shared Links Tab"] = "Network shared links tab"; -$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them"; -$a->strings["Post/Comment Tools"] = "Post/Comment tools"; -$a->strings["Post Categories"] = "Post categories"; -$a->strings["Add categories to your posts"] = "Add categories to your posts"; -$a->strings["Advanced Profile Settings"] = "Advanced profiles"; -$a->strings["List Forums"] = "List forums"; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page"; -$a->strings["Tag Cloud"] = "Tag cloud"; -$a->strings["Provide a personal tag cloud on your profile page"] = "Provides a personal tag cloud on your profile page"; -$a->strings["Display Membership Date"] = "Display membership date"; -$a->strings["Display membership date in profile"] = "Display membership date in profile"; -$a->strings["Forums"] = "Forums"; -$a->strings["External link to forum"] = "External link to forum"; -$a->strings["Nothing new here"] = "Nothing new here"; -$a->strings["Clear notifications"] = "Clear notifications"; -$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content"; -$a->strings["Logout"] = "Logout"; -$a->strings["End this session"] = "End this session"; +$a->strings["default"] = "default"; +$a->strings["greenzero"] = "greenzero"; +$a->strings["purplezero"] = "purplezero"; +$a->strings["easterbunny"] = "easterbunny"; +$a->strings["darkzero"] = "darkzero"; +$a->strings["comix"] = "comix"; +$a->strings["slackr"] = "slackr"; +$a->strings["Variations"] = "Variations"; +$a->strings["Top Banner"] = "Top Banner"; +$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Resize image to the width of the screen and show background colour below on long pages."; +$a->strings["Full screen"] = "Full screen"; +$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Resize image to fill entire screen, clipping either the right or the bottom."; +$a->strings["Single row mosaic"] = "Single row mosaic"; +$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Resize image to repeat it on a single row, either vertical or horizontal."; +$a->strings["Mosaic"] = "Mosaic"; +$a->strings["Repeat image to fill the screen."] = "Repeat image to fill the screen."; +$a->strings["Custom"] = "Custom"; +$a->strings["Note"] = "Note"; +$a->strings["Check image permissions if all users are allowed to see the image"] = "Check image permissions that all everyone is allowed to see the image"; +$a->strings["Select color scheme"] = "Select colour scheme"; +$a->strings["Copy or paste schemestring"] = "Copy or paste theme string"; +$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "You can copy this string to share your theme with others. Pasting here applies the theme string"; +$a->strings["Navigation bar background color"] = "Navigation bar background colour:"; +$a->strings["Navigation bar icon color "] = "Navigation bar icon colour:"; +$a->strings["Link color"] = "Link colour:"; +$a->strings["Set the background color"] = "Background colour:"; +$a->strings["Content background opacity"] = "Content background opacity"; +$a->strings["Set the background image"] = "Background image:"; +$a->strings["Background image style"] = "Background image style"; +$a->strings["Enable Compose page"] = "Enable compose page"; +$a->strings["This replaces the jot modal window for writing new posts with a link to the new Compose page."] = "This replaces the jot modal window for writing new posts with a link to the new Compose page."; +$a->strings["Login page background image"] = "Login page background image"; +$a->strings["Login page background color"] = "Login page background colour"; +$a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and colour empty for theme defaults"; +$a->strings["Guest"] = "Guest"; +$a->strings["Visitor"] = "Visitor"; $a->strings["Status"] = "Status"; $a->strings["Your posts and conversations"] = "My posts and conversations"; $a->strings["Your profile page"] = "My profile page"; @@ -1120,83 +994,29 @@ $a->strings["Your photos"] = "My photos"; $a->strings["Videos"] = "Videos"; $a->strings["Your videos"] = "My videos"; $a->strings["Your events"] = "My events"; -$a->strings["Personal notes"] = "Personal notes"; -$a->strings["Your personal notes"] = "My personal notes"; -$a->strings["Login"] = "Login"; -$a->strings["Sign in"] = "Sign in"; -$a->strings["Home"] = "Home"; -$a->strings["Home Page"] = "Home page"; -$a->strings["Register"] = "Sign up now >>"; -$a->strings["Create an account"] = "Create account"; -$a->strings["Help"] = "Help"; -$a->strings["Help and documentation"] = "Help and documentation"; -$a->strings["Apps"] = "Apps"; -$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games"; -$a->strings["Search site content"] = "Search site content"; -$a->strings["Full Text"] = "Full text"; -$a->strings["Tags"] = "Tags"; -$a->strings["Community"] = "Community"; -$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers"; -$a->strings["Events and Calendar"] = "Events and calendar"; -$a->strings["Directory"] = "Directory"; -$a->strings["People directory"] = "People directory"; -$a->strings["Information"] = "Information"; -$a->strings["Information about this friendica instance"] = "Information about this Friendica instance"; -$a->strings["Terms of Service"] = "Terms of Service"; -$a->strings["Terms of Service of this Friendica instance"] = "Terms of Service for this Friendica instance"; $a->strings["Network"] = "Network"; $a->strings["Conversations from your friends"] = "My friends' conversations"; -$a->strings["Network Reset"] = "Network reset"; -$a->strings["Load Network page with no filters"] = "Load network page without filters"; -$a->strings["Introductions"] = "Introductions"; -$a->strings["Friend Requests"] = "Friend requests"; -$a->strings["See all notifications"] = "See all notifications"; -$a->strings["Mark all system notifications seen"] = "Mark all system notifications seen"; +$a->strings["Events and Calendar"] = "Events and calendar"; $a->strings["Private mail"] = "Private messages"; -$a->strings["Inbox"] = "Inbox"; -$a->strings["Outbox"] = "Outbox"; -$a->strings["Manage"] = "Manage"; -$a->strings["Manage other pages"] = "Manage other pages"; $a->strings["Account settings"] = "Account settings"; -$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles"; +$a->strings["Contacts"] = "Contacts"; $a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts"; -$a->strings["Admin"] = "Admin"; -$a->strings["Site setup and configuration"] = "Site setup and configuration"; -$a->strings["Navigation"] = "Navigation"; -$a->strings["Site map"] = "Site map"; -$a->strings["Embedding disabled"] = "Embedding disabled"; -$a->strings["Embedded content"] = "Embedded content"; -$a->strings["newer"] = "Later posts"; -$a->strings["older"] = "Earlier posts"; -$a->strings["prev"] = "prev"; -$a->strings["last"] = "last"; -$a->strings["view full size"] = "view full size"; -$a->strings["Image/photo"] = "Image/Photo"; -$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; -$a->strings["$1 wrote:"] = "$1 wrote:"; -$a->strings["Encrypted content"] = "Encrypted content"; -$a->strings["Invalid source protocol"] = "Invalid source protocol"; -$a->strings["Invalid link protocol"] = "Invalid link protocol"; -$a->strings["Loading more entries..."] = "Loading more entries..."; -$a->strings["The end"] = "The end"; -$a->strings["Follow"] = "Follow"; -$a->strings["Click to open/close"] = "Reveal/hide"; -$a->strings["Export"] = "Export"; -$a->strings["Export calendar as ical"] = "Export calendar as ical"; -$a->strings["Export calendar as csv"] = "Export calendar as csv"; -$a->strings["No contacts"] = "No contacts"; -$a->strings["%d Contact"] = [ - 0 => "%d contact", - 1 => "%d contacts", -]; -$a->strings["View Contacts"] = "View contacts"; -$a->strings["Add New Contact"] = "Add new contact"; -$a->strings["Enter address or web location"] = "Enter address or web location"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo"; -$a->strings["%d invitation available"] = [ - 0 => "%d invitation available", - 1 => "%d invitations available", -]; +$a->strings["Alignment"] = "Alignment"; +$a->strings["Left"] = "Left"; +$a->strings["Center"] = "Centre"; +$a->strings["Color scheme"] = "Colour scheme"; +$a->strings["Posts font size"] = "Posts font size"; +$a->strings["Textareas font size"] = "Text areas font size"; +$a->strings["Comma separated list of helper forums"] = "Comma separated list of helper forums"; +$a->strings["don't show"] = "don't show"; +$a->strings["show"] = "show"; +$a->strings["Set style"] = "Set style"; +$a->strings["Community Pages"] = "Community pages"; +$a->strings["Community Profiles"] = "Community profiles"; +$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?"; +$a->strings["Connect Services"] = "Connect services"; +$a->strings["Find Friends"] = "Find friends"; +$a->strings["Last users"] = "Last users"; $a->strings["Find People"] = "Find people"; $a->strings["Enter name or interest"] = "Enter name or interest"; $a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing"; @@ -1206,23 +1026,73 @@ $a->strings["Random Profile"] = "Random profile"; $a->strings["Invite Friends"] = "Invite friends"; $a->strings["Global Directory"] = "Global Directory"; $a->strings["Local Directory"] = "Local directory"; -$a->strings["Protocols"] = "Protocols"; -$a->strings["All Protocols"] = "All Protocols"; -$a->strings["Saved Folders"] = "Saved Folders"; -$a->strings["Everything"] = "Everything"; -$a->strings["Categories"] = "Categories"; -$a->strings["%d contact in common"] = [ - 0 => "%d contact in common", - 1 => "%d contacts in common", +$a->strings["Forums"] = "Forums"; +$a->strings["External link to forum"] = "External link to forum"; +$a->strings["show more"] = "Show more..."; +$a->strings["Quick Start"] = "Quick start"; +$a->strings["Help"] = "Help"; +$a->strings["Tuesday"] = "Tuesday"; +$a->strings["Wednesday"] = "Wednesday"; +$a->strings["Thursday"] = "Thursday"; +$a->strings["Friday"] = "Friday"; +$a->strings["Saturday"] = "Saturday"; +$a->strings["January"] = "January"; +$a->strings["February"] = "February"; +$a->strings["March"] = "March"; +$a->strings["April"] = "April"; +$a->strings["May"] = "May"; +$a->strings["June"] = "June"; +$a->strings["July"] = "July"; +$a->strings["August"] = "August"; +$a->strings["September"] = "September"; +$a->strings["October"] = "October"; +$a->strings["November"] = "November"; +$a->strings["December"] = "December"; +$a->strings["Mon"] = "Mon"; +$a->strings["Tue"] = "Tue"; +$a->strings["Wed"] = "Wed"; +$a->strings["Thu"] = "Thu"; +$a->strings["Fri"] = "Fri"; +$a->strings["Sat"] = "Sat"; +$a->strings["Sun"] = "Sun"; +$a->strings["Jan"] = "Jan"; +$a->strings["Feb"] = "Feb"; +$a->strings["Mar"] = "Mar"; +$a->strings["Apr"] = "Apr"; +$a->strings["Jun"] = "Jun"; +$a->strings["Jul"] = "Jul"; +$a->strings["Aug"] = "Aug"; +$a->strings["Sep"] = "Sep"; +$a->strings["Oct"] = "Oct"; +$a->strings["Nov"] = "Nov"; +$a->strings["Dec"] = "Dec"; +$a->strings["poke"] = "poke"; +$a->strings["poked"] = "poked"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = "pinged"; +$a->strings["prod"] = "prod"; +$a->strings["prodded"] = "prodded"; +$a->strings["slap"] = "slap"; +$a->strings["slapped"] = "slapped"; +$a->strings["finger"] = "finger"; +$a->strings["fingered"] = "fingered"; +$a->strings["rebuff"] = "rebuff"; +$a->strings["rebuffed"] = "rebuffed"; +$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs."; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."; +$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]"; +$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify] Database update"; +$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."; +$a->strings["Error decoding account file"] = "Error decoding account file"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?"; +$a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!"; +$a->strings["User creation error"] = "User creation error"; +$a->strings["User profile creation error"] = "User profile creation error"; +$a->strings["%d contact not imported"] = [ + 0 => "%d contact not imported", + 1 => "%d contacts not imported", ]; -$a->strings["Post to Email"] = "Post to email"; -$a->strings["Visible to everybody"] = "Visible to everybody"; -$a->strings["show"] = "show"; -$a->strings["don't show"] = "don't show"; -$a->strings["Connectors"] = "Connectors"; -$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled."; -$a->strings["Close"] = "Close"; +$a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password"; $a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."; $a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."; $a->strings["Please see the file \"INSTALL.txt\"."] = "Please see the file \"INSTALL.txt\"."; @@ -1279,55 +1149,11 @@ $a->strings["Url rewrite is working"] = "URL rewrite is working"; $a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP extension is not installed"; $a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extension is installed"; $a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF"; -$a->strings["Could not connect to database."] = "Could not connect to database."; $a->strings["Database already in use."] = "Database already in use."; -$a->strings["Tuesday"] = "Tuesday"; -$a->strings["Wednesday"] = "Wednesday"; -$a->strings["Thursday"] = "Thursday"; -$a->strings["Friday"] = "Friday"; -$a->strings["Saturday"] = "Saturday"; -$a->strings["January"] = "January"; -$a->strings["February"] = "February"; -$a->strings["March"] = "March"; -$a->strings["April"] = "April"; -$a->strings["May"] = "May"; -$a->strings["June"] = "June"; -$a->strings["July"] = "July"; -$a->strings["August"] = "August"; -$a->strings["September"] = "September"; -$a->strings["October"] = "October"; -$a->strings["November"] = "November"; -$a->strings["December"] = "December"; -$a->strings["Mon"] = "Mon"; -$a->strings["Tue"] = "Tue"; -$a->strings["Wed"] = "Wed"; -$a->strings["Thu"] = "Thu"; -$a->strings["Fri"] = "Fri"; -$a->strings["Sat"] = "Sat"; -$a->strings["Sun"] = "Sun"; -$a->strings["Jan"] = "Jan"; -$a->strings["Feb"] = "Feb"; -$a->strings["Mar"] = "Mar"; -$a->strings["Apr"] = "Apr"; -$a->strings["Jul"] = "Jul"; -$a->strings["Aug"] = "Aug"; -$a->strings["Sep"] = "Sep"; -$a->strings["Oct"] = "Oct"; -$a->strings["Nov"] = "Nov"; -$a->strings["Dec"] = "Dec"; -$a->strings["poke"] = "poke"; -$a->strings["poked"] = "poked"; -$a->strings["ping"] = "ping"; -$a->strings["pinged"] = "pinged"; -$a->strings["prod"] = "prod"; -$a->strings["prodded"] = "prodded"; -$a->strings["slap"] = "slap"; -$a->strings["slapped"] = "slapped"; -$a->strings["finger"] = "finger"; -$a->strings["fingered"] = "fingered"; -$a->strings["rebuff"] = "rebuff"; -$a->strings["rebuffed"] = "rebuffed"; +$a->strings["Could not connect to database."] = "Could not connect to database."; $a->strings["System"] = "System"; +$a->strings["Home"] = "Home"; +$a->strings["Introductions"] = "Introductions"; $a->strings["%s commented on %s's post"] = "%s commented on %s's post"; $a->strings["%s created a new post"] = "%s posted something new"; $a->strings["%s liked %s's post"] = "%s liked %s's post"; @@ -1342,48 +1168,248 @@ $a->strings["New Follower"] = "New follower"; $a->strings["Welcome %s"] = "Welcome %s"; $a->strings["Please upload a profile photo."] = "Please upload a profile photo."; $a->strings["Welcome back %s"] = "Welcome back %s"; -$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs."; -$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."; -$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]"; -$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify] Database update"; -$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."; -$a->strings["Error decoding account file"] = "Error decoding account file"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?"; -$a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!"; -$a->strings["User creation error"] = "User creation error"; -$a->strings["User profile creation error"] = "User profile creation error"; -$a->strings["%d contact not imported"] = [ - 0 => "%d contact not imported", - 1 => "%d contacts not imported", +$a->strings["Post to Email"] = "Post to email"; +$a->strings["Visible to everybody"] = "Visible to everybody"; +$a->strings["Connectors"] = "Connectors"; +$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled."; +$a->strings["Close"] = "Close"; +$a->strings["Birthday:"] = "Birthday:"; +$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD"; +$a->strings["never"] = "never"; +$a->strings["less than a second ago"] = "less than a second ago"; +$a->strings["year"] = "year"; +$a->strings["years"] = "years"; +$a->strings["months"] = "months"; +$a->strings["weeks"] = "weeks"; +$a->strings["days"] = "days"; +$a->strings["hour"] = "hour"; +$a->strings["hours"] = "hours"; +$a->strings["minute"] = "minute"; +$a->strings["minutes"] = "minutes"; +$a->strings["second"] = "second"; +$a->strings["seconds"] = "seconds"; +$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago"; +$a->strings["Loading more entries..."] = "Loading more entries..."; +$a->strings["The end"] = "The end"; +$a->strings["Follow"] = "Follow"; +$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content"; +$a->strings["Full Text"] = "Full text"; +$a->strings["Tags"] = "Tags"; +$a->strings["Click to open/close"] = "Reveal/hide"; +$a->strings["view full size"] = "view full size"; +$a->strings["Image/photo"] = "Image/Photo"; +$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; +$a->strings["$1 wrote:"] = "$1 wrote:"; +$a->strings["Encrypted content"] = "Encrypted content"; +$a->strings["Invalid source protocol"] = "Invalid source protocol"; +$a->strings["Invalid link protocol"] = "Invalid link protocol"; +$a->strings["Export"] = "Export"; +$a->strings["Export calendar as ical"] = "Export calendar as ical"; +$a->strings["Export calendar as csv"] = "Export calendar as csv"; +$a->strings["No contacts"] = "No contacts"; +$a->strings["%d Contact"] = [ + 0 => "%d contact", + 1 => "%d contacts", ]; -$a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password"; +$a->strings["View Contacts"] = "View contacts"; +$a->strings["Trending Tags (last %d hour)"] = [ + 0 => "Trending Tags (last %d hour)", + 1 => "Trending tags (last %d hours)", +]; +$a->strings["More Trending Tags"] = "More Trending Tags"; +$a->strings["newer"] = "Later posts"; +$a->strings["older"] = "Earlier posts"; +$a->strings["prev"] = "prev"; +$a->strings["last"] = "last"; +$a->strings["General Features"] = "General"; +$a->strings["Multiple Profiles"] = "Multiple profiles"; +$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles"; +$a->strings["Photo Location"] = "Photo location"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."; +$a->strings["Export Public Calendar"] = "Export public calendar"; +$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar"; +$a->strings["Trending Tags"] = "Trending Tags"; +$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "Show a community page widget with a list of the most popular tags in recent public posts."; +$a->strings["Post Composition Features"] = "Post composition"; +$a->strings["Auto-mention Forums"] = "Auto-mention forums"; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window."; +$a->strings["Explicit Mentions"] = "Explicit mentions"; +$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Add explicit mentions to comment box for manual control over who gets mentioned in replies."; +$a->strings["Network Sidebar"] = "Network sidebar"; +$a->strings["Archives"] = "Archives"; +$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges"; +$a->strings["Protocol Filter"] = "Protocol Filter"; +$a->strings["Enable widget to display Network posts only from selected protocols"] = "Enable widget to display Network posts only from selected protocols"; +$a->strings["Network Tabs"] = "Network tabs"; +$a->strings["Network New Tab"] = "Network new tab"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)"; +$a->strings["Network Shared Links Tab"] = "Network shared links tab"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them"; +$a->strings["Post/Comment Tools"] = "Post/Comment tools"; +$a->strings["Post Categories"] = "Post categories"; +$a->strings["Add categories to your posts"] = "Add categories to your posts"; +$a->strings["Advanced Profile Settings"] = "Advanced profiles"; +$a->strings["List Forums"] = "List forums"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page"; +$a->strings["Tag Cloud"] = "Tag cloud"; +$a->strings["Provide a personal tag cloud on your profile page"] = "Provides a personal tag cloud on your profile page"; +$a->strings["Display Membership Date"] = "Display membership date"; +$a->strings["Display membership date in profile"] = "Display membership date in profile"; +$a->strings["Nothing new here"] = "Nothing new here"; +$a->strings["Clear notifications"] = "Clear notifications"; +$a->strings["Logout"] = "Logout"; +$a->strings["End this session"] = "End this session"; +$a->strings["Login"] = "Login"; +$a->strings["Sign in"] = "Sign in"; +$a->strings["Personal notes"] = "Personal notes"; +$a->strings["Your personal notes"] = "My personal notes"; +$a->strings["Home Page"] = "Home page"; +$a->strings["Register"] = "Sign up now >>"; +$a->strings["Create an account"] = "Create account"; +$a->strings["Help and documentation"] = "Help and documentation"; +$a->strings["Apps"] = "Apps"; +$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games"; +$a->strings["Search site content"] = "Search site content"; +$a->strings["Community"] = "Community"; +$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers"; +$a->strings["Directory"] = "Directory"; +$a->strings["People directory"] = "People directory"; +$a->strings["Information"] = "Information"; +$a->strings["Information about this friendica instance"] = "Information about this Friendica instance"; +$a->strings["Terms of Service"] = "Terms of Service"; +$a->strings["Terms of Service of this Friendica instance"] = "Terms of Service for this Friendica instance"; +$a->strings["Network Reset"] = "Network reset"; +$a->strings["Load Network page with no filters"] = "Load network page without filters"; +$a->strings["Friend Requests"] = "Friend requests"; +$a->strings["See all notifications"] = "See all notifications"; +$a->strings["Mark all system notifications seen"] = "Mark all system notifications seen"; +$a->strings["Inbox"] = "Inbox"; +$a->strings["Outbox"] = "Outbox"; +$a->strings["Manage"] = "Manage"; +$a->strings["Manage other pages"] = "Manage other pages"; +$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles"; +$a->strings["Admin"] = "Admin"; +$a->strings["Site setup and configuration"] = "Site setup and configuration"; +$a->strings["Navigation"] = "Navigation"; +$a->strings["Site map"] = "Site map"; +$a->strings["Embedding disabled"] = "Embedding disabled"; +$a->strings["Embedded content"] = "Embedded content"; +$a->strings["Add New Contact"] = "Add new contact"; +$a->strings["Enter address or web location"] = "Enter address or web location"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo"; +$a->strings["%d invitation available"] = [ + 0 => "%d invitation available", + 1 => "%d invitations available", +]; +$a->strings["Following"] = "Following"; +$a->strings["Mutual friends"] = "Mutual friends"; +$a->strings["Relationships"] = "Relationships"; +$a->strings["All Contacts"] = "All contacts"; +$a->strings["Protocols"] = "Protocols"; +$a->strings["All Protocols"] = "All Protocols"; +$a->strings["Saved Folders"] = "Saved Folders"; +$a->strings["Everything"] = "Everything"; +$a->strings["Categories"] = "Categories"; +$a->strings["%d contact in common"] = [ + 0 => "%d contact in common", + 1 => "%d contacts in common", +]; +$a->strings["Frequently"] = "Frequently"; +$a->strings["Hourly"] = "Hourly"; +$a->strings["Twice daily"] = "Twice daily"; +$a->strings["Daily"] = "Daily"; +$a->strings["Weekly"] = "Weekly"; +$a->strings["Monthly"] = "Monthly"; +$a->strings["DFRN"] = "DFRN"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "Email"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["pump.io"] = "pump.io"; +$a->strings["Twitter"] = "Twitter"; +$a->strings["Diaspora Connector"] = "diaspora* connector"; +$a->strings["GNU Social Connector"] = "GNU Social Connector"; +$a->strings["ActivityPub"] = "ActivityPub"; +$a->strings["pnut"] = "pnut"; +$a->strings["No answer"] = "No answer"; +$a->strings["Male"] = "Male"; +$a->strings["Female"] = "Female"; +$a->strings["Currently Male"] = "Currently male"; +$a->strings["Currently Female"] = "Currently female"; +$a->strings["Mostly Male"] = "Mostly male"; +$a->strings["Mostly Female"] = "Mostly female"; +$a->strings["Transgender"] = "Transgender"; +$a->strings["Intersex"] = "Intersex"; +$a->strings["Transsexual"] = "Transsexual"; +$a->strings["Hermaphrodite"] = "Hermaphrodite"; +$a->strings["Neuter"] = "Neuter"; +$a->strings["Non-specific"] = "Non-specific"; +$a->strings["Other"] = "Other"; +$a->strings["Males"] = "Males"; +$a->strings["Females"] = "Females"; +$a->strings["Gay"] = "Gay"; +$a->strings["Lesbian"] = "Lesbian"; +$a->strings["No Preference"] = "No Preference"; +$a->strings["Bisexual"] = "Bisexual"; +$a->strings["Autosexual"] = "Auto-sexual"; +$a->strings["Abstinent"] = "Abstinent"; +$a->strings["Virgin"] = "Virgin"; +$a->strings["Deviant"] = "Deviant"; +$a->strings["Fetish"] = "Fetish"; +$a->strings["Oodles"] = "Oodles"; +$a->strings["Nonsexual"] = "Asexual"; +$a->strings["Single"] = "Single"; +$a->strings["Lonely"] = "Lonely"; +$a->strings["In a relation"] = "In a relation"; +$a->strings["Has crush"] = "Having a crush"; +$a->strings["Infatuated"] = "Infatuated"; +$a->strings["Dating"] = "Dating"; +$a->strings["Unfaithful"] = "Unfaithful"; +$a->strings["Sex Addict"] = "Sex addict"; +$a->strings["Friends"] = "Friends"; +$a->strings["Friends/Benefits"] = "Friends with benefits"; +$a->strings["Casual"] = "Casual"; +$a->strings["Engaged"] = "Engaged"; +$a->strings["Married"] = "Married"; +$a->strings["Imaginarily married"] = "Imaginarily married"; +$a->strings["Partners"] = "Partners"; +$a->strings["Cohabiting"] = "Cohabiting"; +$a->strings["Common law"] = "Common law spouse"; +$a->strings["Happy"] = "Happy"; +$a->strings["Not looking"] = "Not looking"; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Betrayed"; +$a->strings["Separated"] = "Separated"; +$a->strings["Unstable"] = "Unstable"; +$a->strings["Divorced"] = "Divorced"; +$a->strings["Imaginarily divorced"] = "Imaginarily divorced"; +$a->strings["Widowed"] = "Widowed"; +$a->strings["Uncertain"] = "Uncertain"; +$a->strings["It's complicated"] = "It's complicated"; +$a->strings["Don't care"] = "Don't care"; +$a->strings["Ask me"] = "Ask me"; $a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM."; $a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n"; $a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: "; $a->strings["%s: Database update"] = "%s: Database update"; $a->strings["%s: updating %s table."] = "%s: updating %s table."; -$a->strings["Legacy module file not found: %s"] = "Legacy module file not found: %s"; -$a->strings["Drop Contact"] = "Drop contact"; -$a->strings["Organisation"] = "Organisation"; -$a->strings["News"] = "News"; -$a->strings["Forum"] = "Forum"; -$a->strings["Connect URL missing."] = "Connect URL missing."; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."; -$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered."; -$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information."; -$a->strings["An author or name was not found."] = "An author or name was not found."; -$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact."; -$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check."; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you."; -$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information."; +$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Filesystem storage failed to create \"%s\". Check you write permissions."; +$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Filesystem storage failed to save data to \"%s\". Check your write permissions"; +$a->strings["Storage base path"] = "Storage base path"; +$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree"; +$a->strings["Enter a valid existing folder"] = "Enter a valid existing folder"; +$a->strings["Database storage failed to update %s"] = "Database storage failed to update %s"; +$a->strings["Database storage failed to insert data"] = "Database storage failed to insert data"; $a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; $a->strings["Starts:"] = "Starts:"; $a->strings["Finishes:"] = "Finishes:"; $a->strings["all-day"] = "All-day"; -$a->strings["Jun"] = "Jun"; $a->strings["Sept"] = "Sep"; $a->strings["No events to display"] = "No events to display"; $a->strings["l, F j"] = "l, F j"; @@ -1398,68 +1424,6 @@ $a->strings["Hide map"] = "Hide map"; $a->strings["%s's birthday"] = "%s's birthday"; $a->strings["Happy Birthday %s"] = "Happy Birthday, %s!"; $a->strings["Item filed"] = "Item filed"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."; -$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts"; -$a->strings["Everybody"] = "Everybody"; -$a->strings["edit"] = "edit"; -$a->strings["Edit group"] = "Edit group"; -$a->strings["Contacts not in any group"] = "Contacts not in any group"; -$a->strings["Create a new group"] = "Create new group"; -$a->strings["Group Name: "] = "Group name: "; -$a->strings["Edit groups"] = "Edit groups"; -$a->strings["activity"] = "activity"; -$a->strings["comment"] = [ - 0 => "comment", - 1 => "comments", -]; -$a->strings["post"] = "post"; -$a->strings["Content warning: %s"] = "Content warning: %s"; -$a->strings["bytes"] = "bytes"; -$a->strings["View on separate page"] = "View on separate page"; -$a->strings["view on separate page"] = "view on separate page"; -$a->strings["[no subject]"] = "[no subject]"; -$a->strings["Edit profile"] = "Edit profile"; -$a->strings["Atom feed"] = "Atom feed"; -$a->strings["Manage/edit profiles"] = "Manage/Edit profiles"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Homepage:"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["g A l F d"] = "g A l F d"; -$a->strings["F d"] = "F d"; -$a->strings["[today]"] = "[today]"; -$a->strings["Birthday Reminders"] = "Birthday reminders"; -$a->strings["Birthdays this week:"] = "Birthdays this week:"; -$a->strings["[No description]"] = "[No description]"; -$a->strings["Event Reminders"] = "Event reminders"; -$a->strings["Upcoming events the next 7 days:"] = "Upcoming events the next 7 days:"; -$a->strings["Member since:"] = "Member since:"; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "Birthday:"; -$a->strings["Age:"] = "Age:"; -$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s"; -$a->strings["Religion:"] = "Religion:"; -$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:"; -$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:"; -$a->strings["Musical interests:"] = "Music:"; -$a->strings["Books, literature:"] = "Books/Literature:"; -$a->strings["Television:"] = "Television:"; -$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:"; -$a->strings["Love/Romance:"] = "Love/Romance:"; -$a->strings["Work/employment:"] = "Work/Employment:"; -$a->strings["School/education:"] = "School/Education:"; -$a->strings["Forums:"] = "Forums:"; -$a->strings["Profile Details"] = "Profile Details"; -$a->strings["Only You Can See This"] = "Only you can see this."; -$a->strings["Tips for New Members"] = "Tips for New Members"; -$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s welcomes %2\$s"; -$a->strings["Database storage failed to update %s"] = "Database storage failed to update %s"; -$a->strings["Database storage failed to insert data"] = "Database storage failed to insert data"; -$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Filesystem storage failed to create \"%s\". Check you write permissions."; -$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Filesystem storage failed to save data to \"%s\". Check your write permissions"; -$a->strings["Storage base path"] = "Storage base path"; -$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree"; -$a->strings["Enter a valid existing folder"] = "Enter a valid existing folder"; $a->strings["Login failed"] = "Login failed"; $a->strings["Not enough information to authenticate"] = "Not enough information to authenticate"; $a->strings["Password can't be empty"] = "Password can't be empty"; @@ -1491,7 +1455,6 @@ $a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Your nickname c $a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another."; $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed."; $a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again."; -$a->strings["default"] = "default"; $a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again."; $a->strings["An error occurred creating your self contact. Please try again."] = "An error occurred creating your self-contact. Please try again."; $a->strings["An error occurred creating your default contact group. Please try again."] = "An error occurred while creating your default contact group. Please try again."; @@ -1500,6 +1463,96 @@ $a->strings["Registration at %s"] = "Registration at %s"; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"; $a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."; $a->strings["Registration details for %s"] = "Registration details for %s"; +$a->strings["Drop Contact"] = "Drop contact"; +$a->strings["Organisation"] = "Organisation"; +$a->strings["News"] = "News"; +$a->strings["Forum"] = "Forum"; +$a->strings["Connect URL missing."] = "Connect URL missing."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."; +$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered."; +$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information."; +$a->strings["An author or name was not found."] = "An author or name was not found."; +$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact."; +$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you."; +$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information."; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."; +$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts"; +$a->strings["Everybody"] = "Everybody"; +$a->strings["edit"] = "edit"; +$a->strings["Groups"] = "Groups"; +$a->strings["Edit group"] = "Edit group"; +$a->strings["Contacts not in any group"] = "Contacts not in any group"; +$a->strings["Create a new group"] = "Create new group"; +$a->strings["Group Name: "] = "Group name: "; +$a->strings["Edit groups"] = "Edit groups"; +$a->strings["[no subject]"] = "[no subject]"; +$a->strings["Edit profile"] = "Edit profile"; +$a->strings["Manage/edit profiles"] = "Manage/Edit profiles"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Homepage:"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Unfollow"] = "Unfollow"; +$a->strings["Atom feed"] = "Atom feed"; +$a->strings["g A l F d"] = "g A l F d"; +$a->strings["F d"] = "F d"; +$a->strings["[today]"] = "[today]"; +$a->strings["Birthday Reminders"] = "Birthday reminders"; +$a->strings["Birthdays this week:"] = "Birthdays this week:"; +$a->strings["[No description]"] = "[No description]"; +$a->strings["Event Reminders"] = "Event reminders"; +$a->strings["Upcoming events the next 7 days:"] = "Upcoming events the next 7 days:"; +$a->strings["Member since:"] = "Member since:"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Age:"] = "Age:"; +$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s"; +$a->strings["Religion:"] = "Religion:"; +$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:"; +$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:"; +$a->strings["Musical interests:"] = "Music:"; +$a->strings["Books, literature:"] = "Books/Literature:"; +$a->strings["Television:"] = "Television:"; +$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:"; +$a->strings["Love/Romance:"] = "Love/Romance:"; +$a->strings["Work/employment:"] = "Work/Employment:"; +$a->strings["School/education:"] = "School/Education:"; +$a->strings["Forums:"] = "Forums:"; +$a->strings["Profile Details"] = "Profile Details"; +$a->strings["Only You Can See This"] = "Only you can see this."; +$a->strings["Tips for New Members"] = "Tips for New Members"; +$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s welcomes %2\$s"; +$a->strings["activity"] = "activity"; +$a->strings["comment"] = [ + 0 => "comment", + 1 => "comments", +]; +$a->strings["post"] = "post"; +$a->strings["Content warning: %s"] = "Content warning: %s"; +$a->strings["bytes"] = "bytes"; +$a->strings["View on separate page"] = "View on separate page"; +$a->strings["view on separate page"] = "view on separate page"; +$a->strings["%s's timeline"] = "%s's timeline"; +$a->strings["%s's posts"] = "%s's posts"; +$a->strings["%s's comments"] = "%s's comments"; +$a->strings["%s is now following %s."] = "%s is now following %s."; +$a->strings["following"] = "following"; +$a->strings["%s stopped following %s."] = "%s stopped following %s."; +$a->strings["stopped following"] = "stopped following"; +$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from diaspora* network"; +$a->strings["Attachments:"] = "Attachments:"; +$a->strings["(no subject)"] = "(no subject)"; +$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."; +$a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "This information is required for communication and is passed on to the nodes of the communication partners and stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts."; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."; +$a->strings["Privacy Statement"] = "Privacy Statement"; +$a->strings["No installed applications."] = "No installed applications."; +$a->strings["Applications"] = "Applications"; +$a->strings["Credits"] = "Credits"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"; $a->strings["Addon not found."] = "Addon not found."; $a->strings["Addon %s disabled."] = "Addon %s disabled."; $a->strings["Addon %s enabled."] = "Addon %s enabled."; @@ -1512,6 +1565,8 @@ $a->strings["Maintainer: "] = "Maintainer: "; $a->strings["Addon %s failed to install."] = "Addon %s failed to install."; $a->strings["Reload active addons"] = "Reload active addons"; $a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"; +$a->strings["The contact has been blocked from the node"] = "The contact has been blocked from the node"; +$a->strings["Could not find any contact entry for this URL (%s)"] = "Could not find any contact entry for this URL (%s)"; $a->strings["%s contact unblocked"] = [ 0 => "%s contact unblocked", 1 => "%s contacts unblocked", @@ -1526,25 +1581,28 @@ $a->strings["No remote contact is blocked from this node."] = "No remote contact $a->strings["Blocked Remote Contacts"] = "Blocked remote contacts"; $a->strings["Block New Remote Contact"] = "Block new remote contact"; $a->strings["Photo"] = "Photo"; +$a->strings["Reason"] = "Reason"; $a->strings["%s total blocked contact"] = [ 0 => "%s total blocked contact", 1 => "%s total blocked contacts", ]; $a->strings["URL of the remote contact to block."] = "URL of the remote contact to block."; -$a->strings["Server added to blocklist."] = "Server added to blocklist."; +$a->strings["Block Reason"] = "Reason for blocking"; +$a->strings["Server domain pattern added to blocklist."] = "Server domain pattern added to blocklist."; $a->strings["Site blocklist updated."] = "Site blocklist updated."; -$a->strings["The blocked domain"] = "Blocked domain"; +$a->strings["Blocked server domain pattern"] = "Blocked server domain pattern"; $a->strings["Reason for the block"] = "Reason for the block"; -$a->strings["The reason why you blocked this domain."] = "Reason why you blocked this domain."; -$a->strings["Delete domain"] = "Delete domain"; +$a->strings["Delete server domain pattern"] = "Delete server domain pattern"; $a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the blocklist"; -$a->strings["Server Blocklist"] = "Server blocklist"; -$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."; -$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason."; +$a->strings["Server Domain Pattern Blocklist"] = "Server Domain Pattern Blocklist"; +$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."; +$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked server domain patterns will be made publicly available on the /friendica page so that your users and people investigating communication problems can find the reason easily."; +$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = "

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"; $a->strings["Add new entry to block list"] = "Add new entry to block list"; -$a->strings["Server Domain"] = "Server domain"; -$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "The domain of the new server to add to the block list. Do not include the protocol."; +$a->strings["Server Domain Pattern"] = "Server Domain Pattern"; +$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "The domain pattern of the new server to add to the block list. Do not include the protocol."; $a->strings["Block reason"] = "Block reason"; +$a->strings["The reason why you blocked this server domain pattern."] = "The reason why you blocked this server domain pattern."; $a->strings["Add Entry"] = "Add entry"; $a->strings["Save changes to the blocklist"] = "Save changes to the blocklist"; $a->strings["Current Entries in the Blocklist"] = "Current entries in the blocklist"; @@ -1578,6 +1636,7 @@ $a->strings["You need to know the GUID of the item. You can find it e.g. by look $a->strings["GUID"] = "GUID"; $a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted."; $a->strings["Item Guid"] = "Item Guid"; +$a->strings["The logfile '%s' is not writable. No logging possible"] = "The logfile '%s' is not writeable. No logging possible"; $a->strings["Log settings updated."] = "Log settings updated."; $a->strings["PHP log currently enabled."] = "PHP log currently enabled."; $a->strings["PHP log currently disabled."] = "PHP log currently disabled."; @@ -1592,6 +1651,68 @@ $a->strings["To temporarily enable logging of PHP errors and warnings you can pr $a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."; $a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "Couldn't open %1\$s log file.\\r\\n
Check if file %1\$s is readable."; $a->strings["View Logs"] = "View logs"; +$a->strings["Theme settings updated."] = "Theme settings updated."; +$a->strings["Theme %s disabled."] = "Theme %s disabled."; +$a->strings["Theme %s successfully enabled."] = "Theme %s successfully enabled."; +$a->strings["Theme %s failed to install."] = "Theme %s failed to install."; +$a->strings["Screenshot"] = "Screenshot"; +$a->strings["Themes"] = "Theme selection"; +$a->strings["Unknown theme."] = "Unknown theme."; +$a->strings["Reload active themes"] = "Reload active themes"; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s"; +$a->strings["[Experimental]"] = "[Experimental]"; +$a->strings["[Unsupported]"] = "[Unsupported]"; +$a->strings["The Terms of Service settings have been updated."] = "The Terms of Service settings have been updated."; +$a->strings["Display Terms of Service"] = "Display Terms of Service"; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."; +$a->strings["Display Privacy Statement"] = "Display Privacy Statement"; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = "Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."; +$a->strings["Privacy Statement Preview"] = "Privacy Statement Preview"; +$a->strings["The Terms of Service"] = "Terms of Service"; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or lower."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you."; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."; +$a->strings["%s user blocked"] = [ + 0 => "%s user blocked", + 1 => "%s users blocked", +]; +$a->strings["%s user unblocked"] = [ + 0 => "%s user unblocked", + 1 => "%s users unblocked", +]; +$a->strings["You can't remove yourself"] = "You can't remove yourself"; +$a->strings["%s user deleted"] = [ + 0 => "%s user deleted", + 1 => "%s users deleted", +]; +$a->strings["User \"%s\" deleted"] = "User \"%s\" deleted"; +$a->strings["User \"%s\" blocked"] = "User \"%s\" blocked"; +$a->strings["User \"%s\" unblocked"] = "User \"%s\" unblocked"; +$a->strings["Private Forum"] = "Private Forum"; +$a->strings["Relay"] = "Relay"; +$a->strings["Register date"] = "Registration date"; +$a->strings["Last login"] = "Last login"; +$a->strings["Last item"] = "Last item"; +$a->strings["Type"] = "Type"; +$a->strings["Users"] = "Users"; +$a->strings["Add User"] = "Add user"; +$a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation"; +$a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion"; +$a->strings["Request date"] = "Request date"; +$a->strings["No registrations."] = "No registrations."; +$a->strings["Note from the user"] = "Note from the user"; +$a->strings["Deny"] = "Deny"; +$a->strings["User blocked"] = "User blocked"; +$a->strings["Site admin"] = "Site admin"; +$a->strings["Account expired"] = "Account expired"; +$a->strings["New User"] = "New user"; +$a->strings["Permanent deletion"] = "Permanent deletion"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"; +$a->strings["Name of the new user."] = "Name of the new user."; +$a->strings["Nickname"] = "Nickname"; +$a->strings["Nickname of the new user."] = "Nickname of the new user."; +$a->strings["Email address of the new user."] = "Email address of the new user."; $a->strings["Inspect Deferred Worker Queue"] = "Inspect Deferred Worker Queue"; $a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed."; $a->strings["Inspect Worker Queue"] = "Inspect Worker Queue"; @@ -1609,7 +1730,6 @@ $a->strings["Public postings from users of this site"] = "Public postings from u $a->strings["Public postings from the federated network"] = "Public postings from the federated network"; $a->strings["Public postings from local users and the federated network"] = "Public postings from local users and the federated network"; $a->strings["Disabled"] = "Disabled"; -$a->strings["Users"] = "Users"; $a->strings["Users, Global Contacts"] = "Users, Global Contacts"; $a->strings["Users, Global Contacts/fallback"] = "Users, Global Contacts/fallback"; $a->strings["One month"] = "One month"; @@ -1717,8 +1837,6 @@ $a->strings["Posts per user on community page"] = "Posts per user on community p $a->strings["The maximum number of posts per user on the community page. (Not valid for \"Global Community\")"] = "Maximum number of posts per user on the community page. (Not valid for \"Global Community\")"; $a->strings["Disable OStatus support"] = "Disable OStatus support"; $a->strings["Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."; -$a->strings["Only import OStatus/ActivityPub threads from our contacts"] = "Only import OStatus/ActivityPub threads from our contacts"; -$a->strings["Normally we import every content from our OStatus and ActivityPub contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normally we import every content from our OStatus and ActivityPub contacts. With this option we only store threads that are started by a contact that is known on our system."; $a->strings["OStatus support can only be enabled if threading is enabled."] = "OStatus support can only be enabled if threading is enabled."; $a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "diaspora* support can't be enabled because Friendica was installed into a sub directory."; $a->strings["Enable Diaspora support"] = "Enable diaspora* support"; @@ -1830,71 +1948,38 @@ $a->strings["Registered users"] = "Registered users"; $a->strings["Pending registrations"] = "Pending registrations"; $a->strings["Version"] = "Version"; $a->strings["Active addons"] = "Active addons"; -$a->strings["Theme settings updated."] = "Theme settings updated."; -$a->strings["Theme %s disabled."] = "Theme %s disabled."; -$a->strings["Theme %s successfully enabled."] = "Theme %s successfully enabled."; -$a->strings["Theme %s failed to install."] = "Theme %s failed to install."; -$a->strings["Screenshot"] = "Screenshot"; -$a->strings["Themes"] = "Theme selection"; -$a->strings["Unknown theme."] = "Unknown theme."; -$a->strings["Reload active themes"] = "Reload active themes"; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s"; -$a->strings["[Experimental]"] = "[Experimental]"; -$a->strings["[Unsupported]"] = "[Unsupported]"; -$a->strings["The Terms of Service settings have been updated."] = "The Terms of Service settings have been updated."; -$a->strings["Display Terms of Service"] = "Display Terms of Service"; -$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."; -$a->strings["Display Privacy Statement"] = "Display Privacy Statement"; -$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = "Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."; -$a->strings["Privacy Statement Preview"] = "Privacy Statement Preview"; -$a->strings["The Terms of Service"] = "Terms of Service"; -$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or lower."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you."; -$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."; -$a->strings["%s user blocked"] = [ - 0 => "%s user blocked", - 1 => "%s users blocked", -]; -$a->strings["%s user unblocked"] = [ - 0 => "%s user unblocked", - 1 => "%s users unblocked", -]; -$a->strings["You can't remove yourself"] = "You can't remove yourself"; -$a->strings["%s user deleted"] = [ - 0 => "%s user deleted", - 1 => "%s users deleted", -]; -$a->strings["User \"%s\" deleted"] = "User \"%s\" deleted"; -$a->strings["User \"%s\" blocked"] = "User \"%s\" blocked"; -$a->strings["User \"%s\" unblocked"] = "User \"%s\" unblocked"; -$a->strings["Private Forum"] = "Private Forum"; -$a->strings["Relay"] = "Relay"; -$a->strings["Register date"] = "Registration date"; -$a->strings["Last login"] = "Last login"; -$a->strings["Last item"] = "Last item"; -$a->strings["Type"] = "Type"; -$a->strings["Add User"] = "Add user"; -$a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation"; -$a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion"; -$a->strings["Request date"] = "Request date"; -$a->strings["No registrations."] = "No registrations."; -$a->strings["Note from the user"] = "Note from the user"; -$a->strings["Deny"] = "Deny"; -$a->strings["User blocked"] = "User blocked"; -$a->strings["Site admin"] = "Site admin"; -$a->strings["Account expired"] = "Account expired"; -$a->strings["New User"] = "New user"; -$a->strings["Permanent deletion"] = "Permanent deletion"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"; -$a->strings["Name of the new user."] = "Name of the new user."; -$a->strings["Nickname"] = "Nickname"; -$a->strings["Nickname of the new user."] = "Nickname of the new user."; -$a->strings["Email address of the new user."] = "Email address of the new user."; $a->strings["No friends to display."] = "No friends to display."; -$a->strings["No installed applications."] = "No installed applications."; -$a->strings["Applications"] = "Applications"; $a->strings["Item was not found."] = "Item was not found."; +$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "A managed account cannot access the administration pages. Please log in as administrator."; +$a->strings["Overview"] = "Overview"; +$a->strings["Configuration"] = "Configuration"; +$a->strings["Database"] = "Database"; +$a->strings["DB updates"] = "DB updates"; +$a->strings["Inspect Deferred Workers"] = "Inspect deferred workers"; +$a->strings["Inspect worker Queue"] = "Inspect worker queue"; +$a->strings["Tools"] = "Tools"; +$a->strings["Contact Blocklist"] = "Contact blocklist"; +$a->strings["Server Blocklist"] = "Server blocklist"; +$a->strings["Diagnostics"] = "Diagnostics"; +$a->strings["PHP Info"] = "PHP info"; +$a->strings["probe address"] = "Probe address"; +$a->strings["check webfinger"] = "Check webfinger"; +$a->strings["Item Source"] = "Item source"; +$a->strings["Babel"] = "Babel"; +$a->strings["Addon Features"] = "Addon features"; +$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation"; +$a->strings["People Search - %s"] = "People search - %s"; +$a->strings["Forum Search - %s"] = "Forum search - %s"; +$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module"; +$a->strings["Source URL"] = "Source URL"; +$a->strings["Time Conversion"] = "Time conversion"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones."; +$a->strings["UTC time: %s"] = "UTC time: %s"; +$a->strings["Current timezone: %s"] = "Current time zone: %s"; +$a->strings["Converted localtime: %s"] = "Converted local time: %s"; +$a->strings["Please select your timezone:"] = "Please select your time zone:"; +$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing."; +$a->strings["Lookup address"] = "Lookup address"; $a->strings["Source input"] = "Source input"; $a->strings["BBCode::toPlaintext"] = "BBCode::toPlaintext"; $a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raw HTML)"; @@ -1915,28 +2000,245 @@ $a->strings["HTML Input"] = "HTML input"; $a->strings["HTML::toBBCode"] = "HTML::toBBCode"; $a->strings["HTML::toBBCode => BBCode::convert"] = "HTML::toBBCode => BBCode::convert"; $a->strings["HTML::toBBCode => BBCode::convert (raw HTML)"] = "HTML::toBBCode => BBCode::convert (raw HTML)"; +$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = "HTML::toBBCode => BBCode::toPlaintext"; $a->strings["HTML::toMarkdown"] = "HTML::toMarkdown"; $a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; +$a->strings["HTML::toPlaintext (compact)"] = "HTML::toPlaintext (compact)"; $a->strings["Source text"] = "Source text"; $a->strings["BBCode"] = "BBCode"; $a->strings["Markdown"] = "Markdown"; $a->strings["HTML"] = "HTML"; -$a->strings["Overview"] = "Overview"; -$a->strings["Configuration"] = "Configuration"; -$a->strings["Database"] = "Database"; -$a->strings["DB updates"] = "DB updates"; -$a->strings["Inspect Deferred Workers"] = "Inspect deferred workers"; -$a->strings["Inspect worker Queue"] = "Inspect worker queue"; -$a->strings["Tools"] = "Tools"; -$a->strings["Contact Blocklist"] = "Contact blocklist"; -$a->strings["Diagnostics"] = "Diagnostics"; -$a->strings["PHP Info"] = "PHP info"; -$a->strings["probe address"] = "Probe address"; -$a->strings["check webfinger"] = "Check webfinger"; -$a->strings["Item Source"] = "Item source"; -$a->strings["Babel"] = "Babel"; -$a->strings["Addon Features"] = "Addon features"; -$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation"; +$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden)."; +$a->strings["Find on this site"] = "Find on this site"; +$a->strings["Results for:"] = "Results for:"; +$a->strings["Site Directory"] = "Site directory"; +$a->strings["Filetag %s saved to item"] = "File-tag %s saved to item"; +$a->strings["- select -"] = "- select -"; +$a->strings["No given contact."] = "No given contact."; +$a->strings["Installed addons/apps:"] = "Installed addons/apps:"; +$a->strings["No installed addons/apps"] = "No installed addons/apps"; +$a->strings["Read about the Terms of Service of this node."] = "Read about the Terms of Service of this node."; +$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked."; +$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Please visit Friendi.ca to learn more about the Friendica project."; +$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit"; +$a->strings["the bugtracker at github"] = "the bugtracker at github"; +$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"; +$a->strings["Group created."] = "Group created."; +$a->strings["Could not create group."] = "Could not create group."; +$a->strings["Group not found."] = "Group not found."; +$a->strings["Group name changed."] = "Group name changed."; +$a->strings["Unknown group."] = "Unknown group."; +$a->strings["Contact is unavailable."] = "Contact is unavailable."; +$a->strings["Contact is deleted."] = "Contact is deleted."; +$a->strings["Contact is blocked, unable to add it to a group."] = "Contact is blocked, unable to add it to a group."; +$a->strings["Unable to add the contact to the group."] = "Unable to add contact to group."; +$a->strings["Contact successfully added to group."] = "Contact successfully added to group."; +$a->strings["Unable to remove the contact from the group."] = "Unable to remove contact from group."; +$a->strings["Contact successfully removed from group."] = "Contact removed from group."; +$a->strings["Unknown group command."] = "Unknown group command."; +$a->strings["Bad request."] = "Bad request."; +$a->strings["Save Group"] = "Save group"; +$a->strings["Filter"] = "Filter"; +$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends."; +$a->strings["Group removed."] = "Group removed."; +$a->strings["Unable to remove group."] = "Unable to remove group."; +$a->strings["Delete Group"] = "Delete group"; +$a->strings["Edit Group Name"] = "Edit group name"; +$a->strings["Members"] = "Members"; +$a->strings["Remove contact from group"] = "Remove contact from group"; +$a->strings["Add contact to group"] = "Add contact to group"; +$a->strings["Help:"] = "Help:"; +$a->strings["Welcome to %s"] = "Welcome to %s"; +$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded"; +$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address"; +$a->strings["Please join us on Friendica"] = "Please join us on Friendica."; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator."; +$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed"; +$a->strings["%d message sent."] = [ + 0 => "%d message sent.", + 1 => "%d messages sent.", +]; +$a->strings["You have no more invitations available"] = "You have no more invitations available."; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."; +$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s."; +$a->strings["Send invitations"] = "Send invitations"; +$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have signed up, please connect with me via my profile page at:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"; +$a->strings["Please enter a post body."] = "Please enter a post body."; +$a->strings["This feature is only available with the frio theme."] = "This feature is only available with the Frio theme."; +$a->strings["Compose new personal note"] = "Compose new personal note"; +$a->strings["Compose new post"] = "Compose new post"; +$a->strings["Clear the location"] = "Clear the location"; +$a->strings["Location services are unavailable on your device"] = "Location services are unavailable on your device"; +$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "Location services are disabled. Please check the website's permissions on your device"; +$a->strings["Public"] = "Public"; +$a->strings["This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."] = "This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."; +$a->strings["Limited/Private"] = "Limited/Private"; +$a->strings["This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "This post will be sent only to the people in the first box, with the exception of the people mentioned in the second box. It won't appear anywhere public."; +$a->strings["Create a New Account"] = "Create a new account"; +$a->strings["Password: "] = "Password: "; +$a->strings["Remember me"] = "Remember me"; +$a->strings["Or login using OpenID: "] = "Or login with OpenID: "; +$a->strings["Forgot your password?"] = "Forgot your password?"; +$a->strings["Website Terms of Service"] = "Website Terms of Service"; +$a->strings["terms of service"] = "Terms of service"; +$a->strings["Website Privacy Policy"] = "Website Privacy Policy"; +$a->strings["privacy policy"] = "Privacy policy"; +$a->strings["Logged out."] = "Logged out."; +$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance."; +$a->strings["Page not found."] = "Page not found"; +$a->strings["Invalid photo with id %s."] = "Invalid photo with id %s."; +$a->strings["User not found."] = "User not found."; +$a->strings["No contacts."] = "No contacts."; +$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]"; +$a->strings["Follower (%s)"] = [ + 0 => "Follower (%s)", + 1 => "Followers (%s)", +]; +$a->strings["Following (%s)"] = [ + 0 => "Following (%s)", + 1 => "Following (%s)", +]; +$a->strings["Mutual friend (%s)"] = [ + 0 => "Mutual friend (%s)", + 1 => "Mutual friends (%s)", +]; +$a->strings["Contact (%s)"] = [ + 0 => "Contact (%s)", + 1 => "Contacts (%s)", +]; +$a->strings["All contacts"] = "All contacts"; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."; +$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): "; +$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?"; +$a->strings["Note for the admin"] = "Note for the admin"; +$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin, why you want to join this node."; +$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only."; +$a->strings["Your invitation code: "] = "Your invitation code: "; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: "; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be send there; so this must be an existing address.)"; +$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password."; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."; +$a->strings["Choose a nickname: "] = "Choose a nickname: "; +$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node."; +$a->strings["Note: This node explicitly contains adult content"] = "Note: This node explicitly contains adult content"; +$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions."; +$a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "Failed to send email message. Here your account details:
login: %s
password: %s

You can change your password after login."; +$a->strings["Registration successful."] = "Registration successful."; +$a->strings["Your registration can not be processed."] = "Your registration cannot be processed."; +$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator."; +$a->strings["Please enter your password to access this page."] = "Please enter your password to access this page."; +$a->strings["App-specific password generation failed: The description is empty."] = "App-specific password generation failed: The description is empty."; +$a->strings["App-specific password generation failed: This description already exists."] = "App-specific password generation failed: This description already exists."; +$a->strings["New app-specific password generated."] = "New app-specific password generated."; +$a->strings["App-specific passwords successfully revoked."] = "App-specific passwords successfully revoked."; +$a->strings["App-specific password successfully revoked."] = "App-specific password successfully revoked."; +$a->strings["Two-factor app-specific passwords"] = "Two-factor app-specific passwords"; +$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = "

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"; +$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "Make sure to copy your new app-specific password now. You won’t be able to see it again!"; +$a->strings["Description"] = "Description"; +$a->strings["Last Used"] = "Last Used"; +$a->strings["Revoke"] = "Revoke"; +$a->strings["Revoke All"] = "Revoke All"; +$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = "When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."; +$a->strings["Generate new app-specific password"] = "Generate new app-specific password"; +$a->strings["Friendiqa on my Fairphone 2..."] = "Friendiqa on my Fairphone 2..."; +$a->strings["Generate"] = "Generate"; +$a->strings["Two-factor authentication successfully disabled."] = "Two-factor authentication successfully disabled."; +$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"; +$a->strings["Authenticator app"] = "Authenticator app"; +$a->strings["Configured"] = "Configured"; +$a->strings["Not Configured"] = "Not configured"; +$a->strings["

You haven't finished configuring your authenticator app.

"] = "

You haven't finished configuring your authenticator app.

"; +$a->strings["

Your authenticator app is correctly configured.

"] = "

Your authenticator app is correctly configured.

"; +$a->strings["Recovery codes"] = "Recovery codes"; +$a->strings["Remaining valid codes"] = "Remaining valid codes"; +$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

These one-use codes can replace an authenticator app code in case you have lost access to it.

"; +$a->strings["App-specific passwords"] = "App-specific passwords"; +$a->strings["Generated app-specific passwords"] = "Generated app-specific passwords"; +$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = "

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"; +$a->strings["Actions"] = "Actions"; +$a->strings["Current password:"] = "Current password:"; +$a->strings["You need to provide your current password to change two-factor authentication settings."] = "You need to provide your current password to change two-factor authentication settings."; +$a->strings["Enable two-factor authentication"] = "Enable two-factor authentication"; +$a->strings["Disable two-factor authentication"] = "Disable two-factor authentication"; +$a->strings["Show recovery codes"] = "Show recovery codes"; +$a->strings["Manage app-specific passwords"] = "Manage app-specific passwords"; +$a->strings["Finish app configuration"] = "Finish app configuration"; +$a->strings["New recovery codes successfully generated."] = "New recovery codes successfully generated."; +$a->strings["Two-factor recovery codes"] = "Two-factor recovery codes"; +$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = "

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe place! If you lose your device and don’t have the recovery codes you will lose access to your account.

"; +$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."; +$a->strings["Generate new recovery codes"] = "Generate new recovery codes"; +$a->strings["Next: Verification"] = "Next: Verification"; +$a->strings["Two-factor authentication successfully activated."] = "Two-factor authentication successfully activated."; +$a->strings["Invalid code, please retry."] = "Invalid code, please try again."; +$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account name
\n\t
%s
\n\t
Secret key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"; +$a->strings["Two-factor code verification"] = "Two-factor code verification"; +$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

Please scan this QR Code with your authenticator app and submit the provided code.

"; +$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

Or you can open the following URL in your mobile device:

%s

"; +$a->strings["Please enter a code from your authentication app"] = "Please enter a code from your authentication app"; +$a->strings["Verify code and enable two-factor authentication"] = "Verify code and enable two-factor authentication"; +$a->strings["Bad Request"] = "Bad Request"; +$a->strings["Unauthorized"] = "Unauthorized"; +$a->strings["Forbidden"] = "Forbidden"; +$a->strings["Not Found"] = "Not found"; +$a->strings["Internal Server Error"] = "Internal Server Error"; +$a->strings["Service Unavailable"] = "Service Unavailable"; +$a->strings["The server cannot or will not process the request due to an apparent client error."] = "The server cannot process the request due to an apparent client error."; +$a->strings["Authentication is required and has failed or has not yet been provided."] = "Authentication is required and has failed or has not yet been provided."; +$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."; +$a->strings["The requested resource could not be found but may be available in the future."] = "The requested resource could not be found but may be available in the future."; +$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "An unexpected condition was encountered and no more specific message is available."; +$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."; +$a->strings["Go back"] = "Go back"; +$a->strings["Remaining recovery codes: %d"] = "Remaining recovery codes: %d"; +$a->strings["Two-factor recovery"] = "Two-factor recovery"; +$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"; +$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "Don’t have your phone? Enter a two-factor recovery code"; +$a->strings["Please enter a recovery code"] = "Please enter a recovery code"; +$a->strings["Submit recovery code and complete login"] = "Submit recovery code and complete login"; +$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"; +$a->strings["Verify code and complete login"] = "Verify code and complete login"; +$a->strings["Welcome to Friendica"] = "Welcome to Friendica"; +$a->strings["New Member Checklist"] = "New Member Checklist"; +$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."; +$a->strings["Getting Started"] = "Getting started"; +$a->strings["Friendica Walk-Through"] = "Friendica walk-through"; +$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."; +$a->strings["Go to Your Settings"] = "Go to your settings"; +$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."; +$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."; +$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."; +$a->strings["Edit Your Profile"] = "Edit your profile"; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."; +$a->strings["Profile Keywords"] = "Profile keywords"; +$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."; +$a->strings["Connecting"] = "Connecting"; +$a->strings["Importing Emails"] = "Importing emails"; +$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX"; +$a->strings["Go to Your Contacts Page"] = "Go to your contacts page"; +$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add new contact dialog."; +$a->strings["Go to Your Site's Directory"] = "Go to your site's directory"; +$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "The directory lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own identity address when requested."; +$a->strings["Finding New People"] = "Finding new people"; +$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."; +$a->strings["Group Your Contacts"] = "Group your contacts"; +$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Once you have made some friends, organise them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page."; +$a->strings["Why Aren't My Posts Public?"] = "Why aren't my posts public?"; +$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."; +$a->strings["Getting Help"] = "Getting help"; +$a->strings["Go to the Help Section"] = "Go to the help section"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Our help pages may be consulted for detail on other program features and resources."; $a->strings["This page is missing a url parameter."] = "This page is missing a URL parameter."; $a->strings["The post was created"] = "The post was created"; $a->strings["%d contact edited."] = [ @@ -1946,6 +2248,7 @@ $a->strings["%d contact edited."] = [ $a->strings["Could not access contact record."] = "Could not access contact record."; $a->strings["Could not locate selected profile."] = "Could not locate selected profile."; $a->strings["Contact updated."] = "Contact updated."; +$a->strings["Contact not found"] = "Contact not found"; $a->strings["Contact has been blocked"] = "Contact has been blocked"; $a->strings["Contact has been unblocked"] = "Contact has been unblocked"; $a->strings["Contact has been ignored"] = "Contact has been ignored"; @@ -1994,13 +2297,9 @@ $a->strings["Notification for new posts"] = "Notification for new posts"; $a->strings["Send a notification of every new post of this contact"] = "Send notification for every new post from this contact"; $a->strings["Blacklisted keywords"] = "Blacklisted keywords"; $a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"; -$a->strings["Actions"] = "Actions"; -$a->strings["Suggestions"] = "Suggestions"; -$a->strings["Suggest potential friends"] = "Suggest potential friends"; -$a->strings["All Contacts"] = "All contacts"; $a->strings["Show all contacts"] = "Show all contacts"; -$a->strings["Unblocked"] = "Unblocked"; -$a->strings["Only show unblocked contacts"] = "Only show unblocked contacts"; +$a->strings["Pending"] = "Pending"; +$a->strings["Only show pending contacts"] = "Only show pending contacts"; $a->strings["Blocked"] = "Blocked"; $a->strings["Only show blocked contacts"] = "Only show blocked contacts"; $a->strings["Ignored"] = "Ignored"; @@ -2022,57 +2321,13 @@ $a->strings["Advanced Contact Settings"] = "Advanced contact settings"; $a->strings["Mutual Friendship"] = "Mutual friendship"; $a->strings["is a fan of yours"] = "is a fan of yours"; $a->strings["you are a fan of"] = "I follow them"; +$a->strings["Pending outgoing contact request"] = "Pending outgoing contact request"; +$a->strings["Pending incoming contact request"] = "Pending incoming contact request"; $a->strings["Edit contact"] = "Edit contact"; $a->strings["Toggle Blocked status"] = "Toggle blocked status"; $a->strings["Toggle Ignored status"] = "Toggle ignored status"; $a->strings["Toggle Archive status"] = "Toggle archive status"; $a->strings["Delete contact"] = "Delete contact"; -$a->strings["Credits"] = "Credits"; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"; -$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden)."; -$a->strings["Find on this site"] = "Find on this site"; -$a->strings["Results for:"] = "Results for:"; -$a->strings["Site Directory"] = "Site directory"; -$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module"; -$a->strings["Source URL"] = "Source URL"; -$a->strings["Filetag %s saved to item"] = "File-tag %s saved to item"; -$a->strings["- select -"] = "- select -"; -$a->strings["No given contact."] = "No given contact."; -$a->strings["Installed addons/apps:"] = "Installed addons/apps:"; -$a->strings["No installed addons/apps"] = "No installed addons/apps"; -$a->strings["Read about the Terms of Service of this node."] = "Read about the Terms of Service of this node."; -$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked."; -$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."; -$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Please visit Friendi.ca to learn more about the Friendica project."; -$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit"; -$a->strings["the bugtracker at github"] = "the bugtracker at github"; -$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"; -$a->strings["Group created."] = "Group created."; -$a->strings["Could not create group."] = "Could not create group."; -$a->strings["Group not found."] = "Group not found."; -$a->strings["Group name changed."] = "Group name changed."; -$a->strings["Unknown group."] = "Unknown group."; -$a->strings["Contact is unavailable."] = "Contact is unavailable."; -$a->strings["Contact is deleted."] = "Contact is deleted."; -$a->strings["Contact is blocked, unable to add it to a group."] = "Contact is blocked, unable to add it to a group."; -$a->strings["Unable to add the contact to the group."] = "Unable to add contact to group."; -$a->strings["Contact successfully added to group."] = "Contact successfully added to group."; -$a->strings["Unable to remove the contact from the group."] = "Unable to remove contact from group."; -$a->strings["Contact successfully removed from group."] = "Contact removed from group."; -$a->strings["Unknown group command."] = "Unknown group command."; -$a->strings["Bad request."] = "Bad request."; -$a->strings["Save Group"] = "Save group"; -$a->strings["Filter"] = "Filter"; -$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends."; -$a->strings["Group removed."] = "Group removed."; -$a->strings["Unable to remove group."] = "Unable to remove group."; -$a->strings["Delete Group"] = "Delete group"; -$a->strings["Edit Group Name"] = "Edit group name"; -$a->strings["Members"] = "Members"; -$a->strings["Remove contact from group"] = "Remove contact from group"; -$a->strings["Add contact to group"] = "Add contact to group"; -$a->strings["Help:"] = "Help:"; -$a->strings["Welcome to %s"] = "Welcome to %s"; $a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup"; $a->strings["System check"] = "System check"; $a->strings["Check again"] = "Check again"; @@ -2103,126 +2358,6 @@ $a->strings["Installation finished"] = "Installation finished"; $a->strings["

What next

"] = "

What next

"; $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."; $a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."; -$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded"; -$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address"; -$a->strings["Please join us on Friendica"] = "Please join us on Friendica."; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator."; -$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed"; -$a->strings["%d message sent."] = [ - 0 => "%d message sent.", - 1 => "%d messages sent.", -]; -$a->strings["You have no more invitations available"] = "You have no more invitations available."; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."; -$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s."; -$a->strings["Send invitations"] = "Send invitations"; -$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have signed up, please connect with me via my profile page at:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"; -$a->strings["Time Conversion"] = "Time conversion"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones."; -$a->strings["UTC time: %s"] = "UTC time: %s"; -$a->strings["Current timezone: %s"] = "Current time zone: %s"; -$a->strings["Converted localtime: %s"] = "Converted local time: %s"; -$a->strings["Please select your timezone:"] = "Please select your time zone:"; -$a->strings["Create a New Account"] = "Create a new account"; -$a->strings["Password: "] = "Password: "; -$a->strings["Remember me"] = "Remember me"; -$a->strings["Or login using OpenID: "] = "Or login with OpenID: "; -$a->strings["Forgot your password?"] = "Forgot your password?"; -$a->strings["Website Terms of Service"] = "Website Terms of Service"; -$a->strings["terms of service"] = "Terms of service"; -$a->strings["Website Privacy Policy"] = "Website Privacy Policy"; -$a->strings["privacy policy"] = "Privacy policy"; -$a->strings["Logged out."] = "Logged out."; -$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance."; -$a->strings["Page not found."] = "Page not found"; -$a->strings["Invalid photo with id %s."] = "Invalid photo with id %s."; -$a->strings["%s's timeline"] = "%s's timeline"; -$a->strings["%s's posts"] = "%s's posts"; -$a->strings["%s's comments"] = "%s's comments"; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."; -$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): "; -$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?"; -$a->strings["Note for the admin"] = "Note for the admin"; -$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin, why you want to join this node."; -$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only."; -$a->strings["Your invitation code: "] = "Your invitation code: "; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: "; -$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be send there; so this must be an existing address.)"; -$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password."; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."; -$a->strings["Choose a nickname: "] = "Choose a nickname: "; -$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node."; -$a->strings["Note: This node explicitly contains adult content"] = "Note: This node explicitly contains adult content"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions."; -$a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "Failed to send email message. Here your account details:
login: %s
password: %s

You can change your password after login."; -$a->strings["Registration successful."] = "Registration successful."; -$a->strings["Your registration can not be processed."] = "Your registration cannot be processed."; -$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator."; -$a->strings["Two-factor authentication successfully disabled."] = "Two-factor authentication successfully disabled."; -$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"; -$a->strings["Authenticator app"] = "Authenticator app"; -$a->strings["Configured"] = "Configured"; -$a->strings["Not Configured"] = "Not configured"; -$a->strings["

You haven't finished configuring your authenticator app.

"] = "

You haven't finished configuring your authenticator app.

"; -$a->strings["

Your authenticator app is correctly configured.

"] = "

Your authenticator app is correctly configured.

"; -$a->strings["Recovery codes"] = "Recovery codes"; -$a->strings["Remaining valid codes"] = "Remaining valid codes"; -$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

These one-use codes can replace an authenticator app code in case you have lost access to it.

"; -$a->strings["Current password:"] = "Current password:"; -$a->strings["You need to provide your current password to change two-factor authentication settings."] = "You need to provide your current password to change two-factor authentication settings."; -$a->strings["Enable two-factor authentication"] = "Enable two-factor authentication"; -$a->strings["Disable two-factor authentication"] = "Disable two-factor authentication"; -$a->strings["Show recovery codes"] = "Show recovery codes"; -$a->strings["Finish app configuration"] = "Finish app configuration"; -$a->strings["Please enter your password to access this page."] = "Please enter your password to access this page."; -$a->strings["New recovery codes successfully generated."] = "New recovery codes successfully generated."; -$a->strings["Two-factor recovery codes"] = "Two-factor recovery codes"; -$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = "

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe place! If you lose your device and don’t have the recovery codes you will lose access to your account.

"; -$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."; -$a->strings["Generate new recovery codes"] = "Generate new recovery codes"; -$a->strings["Next: Verification"] = "Next: Verification"; -$a->strings["Two-factor authentication successfully activated."] = "Two-factor authentication successfully activated."; -$a->strings["Invalid code, please retry."] = "Invalid code, please try again."; -$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account name
\n\t
%s
\n\t
Secret key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"; -$a->strings["Two-factor code verification"] = "Two-factor code verification"; -$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

Please scan this QR Code with your authenticator app and submit the provided code.

"; -$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

Or you can open the following URL in your mobile device:

%s

"; -$a->strings["Please enter a code from your authentication app"] = "Please enter a code from your authentication app"; -$a->strings["Verify code and enable two-factor authentication"] = "Verify code and enable two-factor authentication"; -$a->strings["Bad Request"] = "Bad Request"; -$a->strings["Unauthorized"] = "Unauthorized"; -$a->strings["Forbidden"] = "Forbidden"; -$a->strings["Not Found"] = "Not found"; -$a->strings["Internal Server Error"] = "Internal Server Error"; -$a->strings["Service Unavailable"] = "Service Unavailable"; -$a->strings["The server cannot or will not process the request due to an apparent client error."] = "The server cannot process the request due to an apparent client error."; -$a->strings["Authentication is required and has failed or has not yet been provided."] = "Authentication is required and has failed or has not yet been provided."; -$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."; -$a->strings["The requested resource could not be found but may be available in the future."] = "The requested resource could not be found but may be available in the future."; -$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "An unexpected condition was encountered and no more specific message is available."; -$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."; -$a->strings["Go back"] = "Go back"; -$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."; -$a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "This information is required for communication and is passed on to the nodes of the communication partners and stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts."; -$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."; -$a->strings["Privacy Statement"] = "Privacy Statement"; -$a->strings["Remaining recovery codes: %d"] = "Remaining recovery codes: %d"; -$a->strings["Two-factor recovery"] = "Two-factor recovery"; -$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"; -$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "Don’t have your phone? Enter a two-factor recovery code"; -$a->strings["Please enter a recovery code"] = "Please enter a recovery code"; -$a->strings["Submit recovery code and complete login"] = "Submit recovery code and complete login"; -$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"; -$a->strings["Verify code and complete login"] = "Verify code and complete login"; $a->strings["This entry was edited"] = "This entry was edited"; $a->strings["Private Message"] = "Private message"; $a->strings["Delete locally"] = "Delete locally"; @@ -2260,76 +2395,19 @@ $a->strings["%d comment"] = [ ]; $a->strings["Show more"] = "Show more"; $a->strings["Show fewer"] = "Show fewer"; -$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from diaspora* network"; -$a->strings["Attachments:"] = "Attachments:"; -$a->strings["%s is now following %s."] = "%s is now following %s."; -$a->strings["following"] = "following"; -$a->strings["%s stopped following %s."] = "%s stopped following %s."; -$a->strings["stopped following"] = "stopped following"; -$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD"; -$a->strings["never"] = "never"; -$a->strings["less than a second ago"] = "less than a second ago"; -$a->strings["year"] = "year"; -$a->strings["years"] = "years"; -$a->strings["months"] = "months"; -$a->strings["weeks"] = "weeks"; -$a->strings["days"] = "days"; -$a->strings["hour"] = "hour"; -$a->strings["hours"] = "hours"; -$a->strings["minute"] = "minute"; -$a->strings["minutes"] = "minutes"; -$a->strings["second"] = "second"; -$a->strings["seconds"] = "seconds"; -$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago"; -$a->strings["(no subject)"] = "(no subject)"; +$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. "; +$a->strings["Delete this item?"] = "Delete this item?"; +$a->strings["toggle mobile"] = "Toggle mobile"; +$a->strings["Legacy module file not found: %s"] = "Legacy module file not found: %s"; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."; +$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)"; +$a->strings["The contact entries have been archived"] = "The contact entries have been archived"; +$a->strings["Enter new password: "] = "Enter new password: "; +$a->strings["Post update version number has been set to %s."] = "Post update version number has been set to %s."; +$a->strings["Check for pending update actions."] = "Check for pending update actions."; +$a->strings["Done."] = "Done."; +$a->strings["Execute pending post updates."] = "Execute pending post updates."; +$a->strings["All pending post updates are done."] = "All pending post updates are done."; +$a->strings["No system theme config value set."] = "No system theme configuration value set."; $a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Updating author-id and owner-id in item and thread table. "; $a->strings["%s: Updating post-type."] = "%s: Updating post-type."; -$a->strings["greenzero"] = "greenzero"; -$a->strings["purplezero"] = "purplezero"; -$a->strings["easterbunny"] = "easterbunny"; -$a->strings["darkzero"] = "darkzero"; -$a->strings["comix"] = "comix"; -$a->strings["slackr"] = "slackr"; -$a->strings["Variations"] = "Variations"; -$a->strings["Custom"] = "Custom"; -$a->strings["Note"] = "Note"; -$a->strings["Check image permissions if all users are allowed to see the image"] = "Check image permissions that all everyone is allowed to see the image"; -$a->strings["Select color scheme"] = "Select colour scheme"; -$a->strings["Copy or paste schemestring"] = "Copy or paste theme string"; -$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "You can copy this string to share your theme with others. Pasting here applies the theme string"; -$a->strings["Navigation bar background color"] = "Navigation bar background colour:"; -$a->strings["Navigation bar icon color "] = "Navigation bar icon colour:"; -$a->strings["Link color"] = "Link colour:"; -$a->strings["Set the background color"] = "Background colour:"; -$a->strings["Content background opacity"] = "Content background opacity"; -$a->strings["Set the background image"] = "Background image:"; -$a->strings["Background image style"] = "Background image style"; -$a->strings["Login page background image"] = "Login page background image"; -$a->strings["Login page background color"] = "Login page background colour"; -$a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and colour empty for theme defaults"; -$a->strings["Top Banner"] = "Top Banner"; -$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Resize image to the width of the screen and show background colour below on long pages."; -$a->strings["Full screen"] = "Full screen"; -$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Resize image to fill entire screen, clipping either the right or the bottom."; -$a->strings["Single row mosaic"] = "Single row mosaic"; -$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Resize image to repeat it on a single row, either vertical or horizontal."; -$a->strings["Mosaic"] = "Mosaic"; -$a->strings["Repeat image to fill the screen."] = "Repeat image to fill the screen."; -$a->strings["Guest"] = "Guest"; -$a->strings["Visitor"] = "Visitor"; -$a->strings["Alignment"] = "Alignment"; -$a->strings["Left"] = "Left"; -$a->strings["Center"] = "Centre"; -$a->strings["Color scheme"] = "Colour scheme"; -$a->strings["Posts font size"] = "Posts font size"; -$a->strings["Textareas font size"] = "Text areas font size"; -$a->strings["Comma separated list of helper forums"] = "Comma separated list of helper forums"; -$a->strings["Set style"] = "Set style"; -$a->strings["Community Pages"] = "Community pages"; -$a->strings["Community Profiles"] = "Community profiles"; -$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?"; -$a->strings["Connect Services"] = "Connect services"; -$a->strings["Find Friends"] = "Find friends"; -$a->strings["Last users"] = "Last users"; -$a->strings["Quick Start"] = "Quick start"; From 22c97c88b77c674429adffeda633fc36627a47e2 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 27 Sep 2019 08:46:43 +0200 Subject: [PATCH 08/12] EN translations added to the CHANGELOG --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 661dee2f7c..3d1cd9ae62 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 2019.09-dev (UNRELEASED) Friendica Core: - Update to the translations (CS, DE, FR, JA, NL, PL) [translation teams] + Update to the translations (CS, DE, EN GB, EN US, FR, JA, NL, PL) [translation teams] Update to the themes (frio, vier) [JeroenED, MrPetovan, tobiasd, vinzv] Update to the documentation [annando, tobiasd, guzzisti, vinzv] Enhanced the log output of the background process [annando] @@ -54,7 +54,7 @@ Version 2019.09-dev (UNRELEASED) Added opt-out flag for federated search engines and associated header information for profiles [annando] Friendica Addons: - Update to the translation (CS, ES, DE, FR, JA, NL SV) [translation teams] + Update to the translation (CS, DE, EN GB, EN US, ES, FR, JA, NL SV) [translation teams] General code cleanup [nupplaphil, Quix0r] blockbot: Added translations From f00afe574bed68a52adfdf29fe453bedea4a77cd Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 28 Sep 2019 04:49:41 -0400 Subject: [PATCH 09/12] [composer] Update dependencies before release - Updating fxp/composer-asset-plugin (v1.4.4) to fxp/composer-asset-plugin (v1.4.6) - Updating divineomega/do-file-cache (v2.0.2) to divineomega/do-file-cache (v2.0.6) - Updating paragonie/sodium_compat (v1.7.0) to paragonie/sodium_compat (v1.11.1) - Installing ralouphie/getallheaders (3.0.3) - Updating guzzlehttp/psr7 (1.4.2) to guzzlehttp/psr7 (1.6.1) - Updating paragonie/certainty (v1.0.4) to paragonie/certainty (v2.5.0) - Updating divineomega/password_exposed (v2.5.3) to divineomega/password_exposed (v2.8.0) - Updating league/html-to-markdown (4.8.0) to league/html-to-markdown (4.8.2) - Updating mobiledetect/mobiledetectlib (2.8.33) to mobiledetect/mobiledetectlib (2.8.34) - Updating monolog/monolog (1.24.0) to monolog/monolog (1.25.1) - Updating bower-asset/base64 (1.0.1) to bower-asset/base64 (1.0.2) - Updating bower-asset/Chart-js (v2.7.2) to bower-asset/Chart-js (v2.8.0) - Updating bower-asset/dompurify (1.0.10) to bower-asset/dompurify (1.0.11) - Updating bower-asset/vue (v2.5.17) to bower-asset/vue (v2.6.10) - Updating npm-asset/jquery-datetimepicker (2.5.20) to npm-asset/jquery-datetimepicker (2.5.21) - Updating npm-asset/moment (2.22.2) to npm-asset/moment (2.24.0) - Updating npm-asset/fullcalendar (3.10.0) to npm-asset/fullcalendar (3.10.1) - Updating symfony/polyfill-util (v1.11.0) to symfony/polyfill-util (v1.12.0) - Updating symfony/polyfill-php56 (v1.11.0) to symfony/polyfill-php56 (v1.12.0) --- composer.lock | 564 +++++++++++++++++++++++++------------------------- 1 file changed, 283 insertions(+), 281 deletions(-) diff --git a/composer.lock b/composer.lock index 73cc38f807..3aad3a1544 100644 --- a/composer.lock +++ b/composer.lock @@ -87,16 +87,16 @@ }, { "name": "bower-asset/Chart-js", - "version": "v2.7.2", + "version": "v2.8.0", "source": { "type": "git", "url": "https://github.com/chartjs/Chart.js.git", - "reference": "98f104cdd03617f1300b417b3d60c23d4e3e3403" + "reference": "947d8a7ccfbfc76dd9d384ea75436fa4a7aeefb1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/chartjs/Chart.js/zipball/98f104cdd03617f1300b417b3d60c23d4e3e3403", - "reference": "98f104cdd03617f1300b417b3d60c23d4e3e3403", + "url": "https://api.github.com/repos/chartjs/Chart.js/zipball/947d8a7ccfbfc76dd9d384ea75436fa4a7aeefb1", + "reference": "947d8a7ccfbfc76dd9d384ea75436fa4a7aeefb1", "shasum": "" }, "type": "bower-asset-library", @@ -115,20 +115,20 @@ "MIT" ], "description": "Simple HTML5 charts using the canvas element.", - "time": "2018-03-01T21:45:21+00:00" + "time": "2019-03-14T13:03:00+00:00" }, { "name": "bower-asset/base64", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/davidchambers/Base64.js.git", - "reference": "b2d49f347ed1bce61000a82769bffc837b7c79dc" + "reference": "10f0e9990dab0a73009fc106ff2b88102a0a13cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/davidchambers/Base64.js/zipball/b2d49f347ed1bce61000a82769bffc837b7c79dc", - "reference": "b2d49f347ed1bce61000a82769bffc837b7c79dc", + "url": "https://api.github.com/repos/davidchambers/Base64.js/zipball/10f0e9990dab0a73009fc106ff2b88102a0a13cf", + "reference": "10f0e9990dab0a73009fc106ff2b88102a0a13cf", "shasum": "" }, "type": "bower-asset-library", @@ -146,20 +146,20 @@ "WTFPL" ], "description": "Base64 encoding and decoding", - "time": "2017-03-25T21:16:21+00:00" + "time": "2019-02-12T17:19:36+00:00" }, { "name": "bower-asset/dompurify", - "version": "1.0.10", + "version": "1.0.11", "source": { "type": "git", "url": "https://github.com/cure53/DOMPurify.git", - "reference": "b537cab466329b1b077e0e5e3c14edad2b7142f7" + "reference": "3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cure53/DOMPurify/zipball/b537cab466329b1b077e0e5e3c14edad2b7142f7", - "reference": "b537cab466329b1b077e0e5e3c14edad2b7142f7", + "url": "https://api.github.com/repos/cure53/DOMPurify/zipball/3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38", + "reference": "3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38", "shasum": "" }, "type": "bower-asset-library", @@ -191,7 +191,7 @@ "svg", "xss" ], - "time": "2019-02-19T13:27:01+00:00" + "time": "2019-06-18T13:33:05+00:00" }, { "name": "bower-asset/fork-awesome", @@ -270,35 +270,37 @@ }, { "name": "bower-asset/vue", - "version": "v2.5.17", + "version": "v2.6.10", "source": { "type": "git", "url": "https://github.com/vuejs/vue.git", - "reference": "636c9b4ef17f2062720b677cbbe613f146f4d4db" + "reference": "e90cc60c4718a69e2c919275a999b7370141f3bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vuejs/vue/zipball/636c9b4ef17f2062720b677cbbe613f146f4d4db", - "reference": "636c9b4ef17f2062720b677cbbe613f146f4d4db", + "url": "https://api.github.com/repos/vuejs/vue/zipball/e90cc60c4718a69e2c919275a999b7370141f3bf", + "reference": "e90cc60c4718a69e2c919275a999b7370141f3bf", "shasum": "" }, "type": "bower-asset-library" }, { "name": "divineomega/do-file-cache", - "version": "v2.0.2", + "version": "v2.0.6", "source": { "type": "git", "url": "https://github.com/DivineOmega/DO-File-Cache.git", - "reference": "261c6e30a0de8cd325f826d08b2e51b2e367a1a3" + "reference": "23696a8a4c3ebe2ab3d68a35b2698fa103f69334" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/DivineOmega/DO-File-Cache/zipball/261c6e30a0de8cd325f826d08b2e51b2e367a1a3", - "reference": "261c6e30a0de8cd325f826d08b2e51b2e367a1a3", + "url": "https://api.github.com/repos/DivineOmega/DO-File-Cache/zipball/23696a8a4c3ebe2ab3d68a35b2698fa103f69334", + "reference": "23696a8a4c3ebe2ab3d68a35b2698fa103f69334", "shasum": "" }, "require": { + "ext-json": "*", + "ext-zlib": "*", "php": ">=5.6" }, "require-dev": { @@ -329,7 +331,7 @@ "library", "php" ], - "time": "2018-09-12T23:08:34+00:00" + "time": "2018-12-31T09:36:51+00:00" }, { "name": "divineomega/do-file-cache-psr-6", @@ -375,28 +377,28 @@ }, { "name": "divineomega/password_exposed", - "version": "v2.5.3", + "version": "v2.8.0", "source": { "type": "git", "url": "https://github.com/DivineOmega/password_exposed.git", - "reference": "1f1b49e3ec55b0f07115d342b145091368b081c4" + "reference": "908ed8e62ef95411bd0f866e29c69cef2bbca880" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/DivineOmega/password_exposed/zipball/1f1b49e3ec55b0f07115d342b145091368b081c4", - "reference": "1f1b49e3ec55b0f07115d342b145091368b081c4", + "url": "https://api.github.com/repos/DivineOmega/password_exposed/zipball/908ed8e62ef95411bd0f866e29c69cef2bbca880", + "reference": "908ed8e62ef95411bd0f866e29c69cef2bbca880", "shasum": "" }, "require": { "divineomega/do-file-cache-psr-6": "^2.0", "guzzlehttp/guzzle": "^6.3", - "paragonie/certainty": "^1", + "paragonie/certainty": "^1|^2", "php": ">=5.6" }, "require-dev": { "fzaninotto/faker": "^1.7", "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5.7", + "phpunit/phpunit": "^6.5", "vimeo/psalm": "^1" }, "type": "library", @@ -419,7 +421,7 @@ } ], "description": "This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.", - "time": "2018-07-12T22:09:43+00:00" + "time": "2019-01-25T12:00:28+00:00" }, { "name": "ezyang/htmlpurifier", @@ -511,16 +513,16 @@ }, { "name": "fxp/composer-asset-plugin", - "version": "v1.4.4", + "version": "v1.4.6", "source": { "type": "git", "url": "https://github.com/fxpio/composer-asset-plugin.git", - "reference": "0d07328eef6e6f3753aa835fd2faef7fed1717bf" + "reference": "886ece037849d3935c5a34cdcd984e46f2de5fae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fxpio/composer-asset-plugin/zipball/0d07328eef6e6f3753aa835fd2faef7fed1717bf", - "reference": "0d07328eef6e6f3753aa835fd2faef7fed1717bf", + "url": "https://api.github.com/repos/fxpio/composer-asset-plugin/zipball/886ece037849d3935c5a34cdcd984e46f2de5fae", + "reference": "886ece037849d3935c5a34cdcd984e46f2de5fae", "shasum": "" }, "require": { @@ -566,7 +568,7 @@ "npm", "package" ], - "time": "2018-07-02T11:37:17+00:00" + "time": "2019-08-08T18:36:07+00:00" }, { "name": "guzzlehttp/guzzle", @@ -686,32 +688,37 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.4.2", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" + "reference": "239400de7a173fe9901b9ac7c06497751f00727a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", + "reference": "239400de7a173fe9901b9ac7c06497751f00727a", "shasum": "" }, "require": { "php": ">=5.4.0", - "psr/http-message": "~1.0" + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" + }, + "suggest": { + "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.6-dev" } }, "autoload": { @@ -741,26 +748,27 @@ "keywords": [ "http", "message", + "psr-7", "request", "response", "stream", "uri", "url" ], - "time": "2017-03-20T17:10:46+00:00" + "time": "2019-07-01T23:21:34+00:00" }, { "name": "league/html-to-markdown", - "version": "4.8.0", + "version": "4.8.2", "source": { "type": "git", "url": "https://github.com/thephpleague/html-to-markdown.git", - "reference": "f9a879a068c68ff47b722de63f58bec79e448f9d" + "reference": "e747489191f8e9144a7270eb61f8b9516e99e413" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/f9a879a068c68ff47b722de63f58bec79e448f9d", - "reference": "f9a879a068c68ff47b722de63f58bec79e448f9d", + "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/e747489191f8e9144a7270eb61f8b9516e99e413", + "reference": "e747489191f8e9144a7270eb61f8b9516e99e413", "shasum": "" }, "require": { @@ -792,17 +800,17 @@ "MIT" ], "authors": [ - { - "name": "Nick Cernis", - "email": "nick@cern.is", - "homepage": "http://modernnerd.net", - "role": "Original Author" - }, { "name": "Colin O'Dell", "email": "colinodell@gmail.com", "homepage": "https://www.colinodell.com", "role": "Lead Developer" + }, + { + "name": "Nick Cernis", + "email": "nick@cern.is", + "homepage": "http://modernnerd.net", + "role": "Original Author" } ], "description": "An HTML-to-markdown conversion helper for PHP", @@ -811,7 +819,7 @@ "html", "markdown" ], - "time": "2018-09-18T12:18:08+00:00" + "time": "2019-08-02T11:57:39+00:00" }, { "name": "level-2/dice", @@ -940,16 +948,16 @@ }, { "name": "mobiledetect/mobiledetectlib", - "version": "2.8.33", + "version": "2.8.34", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", - "reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102" + "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/cd385290f9a0d609d2eddd165a1e44ec1bf12102", - "reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102", + "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6f8113f57a508494ca36acbcfa2dc2d923c7ed5b", + "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b", "shasum": "" }, "require": { @@ -988,20 +996,20 @@ "mobile detector", "php mobile detect" ], - "time": "2018-09-01T15:05:15+00:00" + "time": "2019-09-18T18:44:20+00:00" }, { "name": "monolog/monolog", - "version": "1.24.0", + "version": "1.25.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" + "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", - "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/70e65a5470a42cfec1a7da00d30edb6e617e8dcf", + "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf", "shasum": "" }, "require": { @@ -1066,7 +1074,7 @@ "logging", "psr-3" ], - "time": "2018-11-05T09:00:11+00:00" + "time": "2019-09-06T13:49:17+00:00" }, { "name": "nikic/fast-route", @@ -1120,7 +1128,6 @@ "dist": { "type": "tar", "url": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.2.2.tgz", - "reference": null, "shasum": "30dc7a7ce872155b23a33bd10ad4c76c0d613f55" }, "require-dev": { @@ -1214,7 +1221,6 @@ "dist": { "type": "tar", "url": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz", - "reference": null, "shasum": "8f18b0ce5c76a5d18017f71c0a795c65b9138f2a" }, "type": "npm-asset-library", @@ -1253,12 +1259,11 @@ }, { "name": "npm-asset/fullcalendar", - "version": "3.10.0", + "version": "3.10.1", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.0.tgz", - "reference": null, - "shasum": "cc5e87d518fd6550e142816a31dd191664847919" + "url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.1.tgz", + "shasum": "cca3f9a2656a7e978a3f3facb7f35934a91185db" }, "type": "npm-asset-library", "extra": { @@ -1296,7 +1301,7 @@ "full-sized", "jquery-plugin" ], - "time": "2019-01-11T02:39:12+00:00" + "time": "2019-08-10T16:05:46+00:00" }, { "name": "npm-asset/imagesloaded", @@ -1304,12 +1309,27 @@ "dist": { "type": "tar", "url": "https://registry.npmjs.org/imagesloaded/-/imagesloaded-4.1.4.tgz", - "reference": null, "shasum": "1376efcd162bb768c34c3727ac89cc04051f3cc7" }, "require": { "npm-asset/ev-emitter": ">=1.0.0,<2.0.0" }, + "require-dev": { + "npm-asset/chalk": ">=1.1.1,<2.0.0", + "npm-asset/cheerio": ">=0.19.0,<0.20.0", + "npm-asset/gulp": ">=3.9.0,<4.0.0", + "npm-asset/gulp-jshint": ">=1.11.2,<2.0.0", + "npm-asset/gulp-json-lint": ">=0.1.0,<0.2.0", + "npm-asset/gulp-rename": ">=1.2.2,<2.0.0", + "npm-asset/gulp-replace": ">=0.5.4,<0.6.0", + "npm-asset/gulp-requirejs-optimize": "dev-github:metafizzy/gulp-requirejs-optimize", + "npm-asset/gulp-uglify": ">=1.4.2,<2.0.0", + "npm-asset/gulp-util": ">=3.0.7,<4.0.0", + "npm-asset/highlight.js": ">=8.9.1,<9.0.0", + "npm-asset/marked": ">=0.3.5,<0.4.0", + "npm-asset/minimist": ">=1.2.0,<2.0.0", + "npm-asset/transfob": ">=1.0.0,<2.0.0" + }, "type": "npm-asset-library", "extra": { "npm-asset-bugs": { @@ -1352,9 +1372,16 @@ "dist": { "type": "tar", "url": "https://registry.npmjs.org/jgrowl/-/jgrowl-1.4.6.tgz", - "reference": null, "shasum": "2736e332aaee73ccf0a14a5f0066391a0a13f4a3" }, + "require-dev": { + "npm-asset/grunt": "~0.4.2", + "npm-asset/grunt-contrib-cssmin": "~0.9.0", + "npm-asset/grunt-contrib-jshint": "~0.6.3", + "npm-asset/grunt-contrib-less": "~0.11.0", + "npm-asset/grunt-contrib-uglify": "~0.4.0", + "npm-asset/grunt-contrib-watch": "~0.6.1" + }, "type": "npm-asset-library", "extra": { "npm-asset-bugs": { @@ -1385,9 +1412,34 @@ "dist": { "type": "tar", "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz", - "reference": null, "shasum": "2c89d6889b5eac522a7eea32c14521559c6cbf02" }, + "require-dev": { + "npm-asset/commitplease": "2.0.0", + "npm-asset/core-js": "0.9.17", + "npm-asset/grunt": "0.4.5", + "npm-asset/grunt-babel": "5.0.1", + "npm-asset/grunt-cli": "0.1.13", + "npm-asset/grunt-compare-size": "0.4.0", + "npm-asset/grunt-contrib-jshint": "0.11.2", + "npm-asset/grunt-contrib-uglify": "0.9.2", + "npm-asset/grunt-contrib-watch": "0.6.1", + "npm-asset/grunt-git-authors": "2.0.1", + "npm-asset/grunt-jscs": "2.1.0", + "npm-asset/grunt-jsonlint": "1.0.4", + "npm-asset/grunt-npmcopy": "0.1.0", + "npm-asset/gzip-js": "0.3.2", + "npm-asset/jsdom": "5.6.1", + "npm-asset/load-grunt-tasks": "1.0.0", + "npm-asset/qunit-assert-step": "1.0.3", + "npm-asset/qunitjs": "1.17.1", + "npm-asset/requirejs": "2.1.17", + "npm-asset/sinon": "1.10.3", + "npm-asset/sizzle": "2.2.1", + "npm-asset/strip-json-comments": "1.0.3", + "npm-asset/testswarm": "1.1.0", + "npm-asset/win-spawn": "2.0.0" + }, "type": "npm-asset-library", "extra": { "npm-asset-bugs": { @@ -1430,7 +1482,6 @@ "dist": { "type": "tar", "url": "https://registry.npmjs.org/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz", - "reference": null, "shasum": "799452523a6c494839224ef702e807deb9c06cc5" }, "require": { @@ -1473,12 +1524,11 @@ }, { "name": "npm-asset/jquery-datetimepicker", - "version": "2.5.20", + "version": "2.5.21", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.20.tgz", - "reference": null, - "shasum": "687d6204b90b03dc93f725f8df036e1d061f37ac" + "url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.21.tgz", + "shasum": "00c388a78df2732fedfdb5c6529b6e84d53e0235" }, "require": { "npm-asset/jquery": ">=1.7.2", @@ -1527,7 +1577,7 @@ "time", "timepicker" ], - "time": "2018-03-21T16:26:39+00:00" + "time": "2019-02-23T11:25:30+00:00" }, { "name": "npm-asset/jquery-mousewheel", @@ -1535,9 +1585,14 @@ "dist": { "type": "tar", "url": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz", - "reference": null, "shasum": "06f0335f16e353a695e7206bf50503cb523a6ee5" }, + "require-dev": { + "npm-asset/grunt": "~0.4.1", + "npm-asset/grunt-contrib-connect": "~0.5.0", + "npm-asset/grunt-contrib-jshint": "~0.7.1", + "npm-asset/grunt-contrib-uglify": "~0.2.7" + }, "type": "npm-asset-library", "extra": { "npm-asset-bugs": { @@ -1580,12 +1635,11 @@ }, { "name": "npm-asset/moment", - "version": "2.22.2", + "version": "2.24.0", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz", - "reference": null, - "shasum": "3c257f9839fc0e93ff53149632239eb90783ff66" + "url": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", + "shasum": "0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b" }, "type": "npm-asset-library", "extra": { @@ -1655,7 +1709,7 @@ "time", "validate" ], - "time": "2018-06-01T06:58:41+00:00" + "time": "2019-01-21T21:10:34+00:00" }, { "name": "npm-asset/php-date-formatter", @@ -1701,7 +1755,6 @@ "dist": { "type": "tar", "url": "https://registry.npmjs.org/typeahead.js/-/typeahead.js-0.11.1.tgz", - "reference": null, "shasum": "4e64e671b22310a8606f4aec805924ba84b015b8" }, "require": { @@ -1750,27 +1803,29 @@ }, { "name": "paragonie/certainty", - "version": "v1.0.4", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/paragonie/certainty.git", - "reference": "d0f22c0fe579cf0e4f8ee301de5bc97ab124faac" + "reference": "cc39b91595e577fdff6128d7ce787892bd117274" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/certainty/zipball/d0f22c0fe579cf0e4f8ee301de5bc97ab124faac", - "reference": "d0f22c0fe579cf0e4f8ee301de5bc97ab124faac", + "url": "https://api.github.com/repos/paragonie/certainty/zipball/cc39b91595e577fdff6128d7ce787892bd117274", + "reference": "cc39b91595e577fdff6128d7ce787892bd117274", "shasum": "" }, "require": { + "ext-curl": "*", + "ext-json": "*", "guzzlehttp/guzzle": "^6", "paragonie/constant_time_encoding": "^1|^2", - "paragonie/sodium_compat": "^1.6", - "php": "^5.6|^7" + "paragonie/sodium_compat": "^1.11", + "php": "^5.5|^7" }, "require-dev": { - "phpunit/phpunit": "^5|^6", - "vimeo/psalm": "^1" + "composer/composer": "^1", + "phpunit/phpunit": "^4|^5|^6" }, "bin": [ "bin/certainty-cert-symlink" @@ -1806,7 +1861,7 @@ "ssl", "tls" ], - "time": "2018-04-09T07:21:55+00:00" + "time": "2019-09-27T22:26:33+00:00" }, { "name": "paragonie/constant_time_encoding", @@ -1966,21 +2021,21 @@ }, { "name": "paragonie/sodium_compat", - "version": "v1.7.0", + "version": "v1.11.1", "source": { "type": "git", "url": "https://github.com/paragonie/sodium_compat.git", - "reference": "7b73005be3c224f12c47bd75a23ce24b762e47e8" + "reference": "a9f968bc99485f85f9303a8524c3485a7e87bc15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/7b73005be3c224f12c47bd75a23ce24b762e47e8", - "reference": "7b73005be3c224f12c47bd75a23ce24b762e47e8", + "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/a9f968bc99485f85f9303a8524c3485a7e87bc15", + "reference": "a9f968bc99485f85f9303a8524c3485a7e87bc15", "shasum": "" }, "require": { "paragonie/random_compat": ">=1", - "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7" + "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8" }, "require-dev": { "phpunit/phpunit": "^3|^4|^5" @@ -2044,7 +2099,7 @@ "secret-key cryptography", "side-channel resistant" ], - "time": "2018-09-22T03:59:58+00:00" + "time": "2019-09-12T12:05:58+00:00" }, { "name": "pear/console_table", @@ -2520,6 +2575,46 @@ ], "time": "2018-11-20T15:27:04+00:00" }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "time": "2019-03-08T08:55:37+00:00" + }, { "name": "seld/cli-prompt", "version": "1.0.3", @@ -2623,16 +2718,16 @@ }, { "name": "symfony/polyfill-php56", - "version": "v1.11.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "f4dddbc5c3471e1b700a147a20ae17cdb72dbe42" + "reference": "0e3b212e96a51338639d8ce175c046d7729c3403" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/f4dddbc5c3471e1b700a147a20ae17cdb72dbe42", - "reference": "f4dddbc5c3471e1b700a147a20ae17cdb72dbe42", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403", + "reference": "0e3b212e96a51338639d8ce175c046d7729c3403", "shasum": "" }, "require": { @@ -2642,7 +2737,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11-dev" + "dev-master": "1.12-dev" } }, "autoload": { @@ -2675,20 +2770,20 @@ "portable", "shim" ], - "time": "2019-02-06T07:57:58+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/polyfill-util", - "version": "v1.11.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", - "reference": "b46c6cae28a3106735323f00a0c38eccf2328897" + "reference": "4317de1386717b4c22caed7725350a8887ab205c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/b46c6cae28a3106735323f00a0c38eccf2328897", - "reference": "b46c6cae28a3106735323f00a0c38eccf2328897", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c", + "reference": "4317de1386717b4c22caed7725350a8887ab205c", "shasum": "" }, "require": { @@ -2697,7 +2792,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11-dev" + "dev-master": "1.12-dev" } }, "autoload": { @@ -2727,80 +2822,40 @@ "polyfill", "shim" ], - "time": "2019-02-08T14:16:39+00:00" + "time": "2019-08-06T08:03:45+00:00" } ], "packages-dev": [ - { - "name": "dasprid/enum", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/DASPRiD/Enum.git", - "reference": "631ef6e638e9494b0310837fa531bedd908fc22b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/631ef6e638e9494b0310837fa531bedd908fc22b", - "reference": "631ef6e638e9494b0310837fa531bedd908fc22b", - "shasum": "" - }, - "require-dev": { - "phpunit/phpunit": "^6.4", - "squizlabs/php_codesniffer": "^3.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "DASPRiD\\Enum\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Ben Scholzen 'DASPRiD'", - "email": "mail@dasprids.de", - "homepage": "https://dasprids.de/" - } - ], - "description": "PHP 7.1 enum implementation", - "keywords": [ - "enum", - "map" - ], - "time": "2017-10-25T22:45:27+00:00" - }, { "name": "doctrine/instantiator", - "version": "1.0.5", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" + "reference": "a2c590166b2133a4633738648b6b064edae0814a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", + "reference": "a2c590166b2133a4633738648b6b064edae0814a", "shasum": "" }, "require": { - "php": ">=5.3,<8.0-DEV" + "php": "^7.1" }, "require-dev": { - "athletic/athletic": "~0.1.8", + "doctrine/coding-standard": "^6.0", "ext-pdo": "*", "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0" + "phpbench/phpbench": "^0.13", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-shim": "^0.11", + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -2820,12 +2875,12 @@ } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/doctrine/instantiator", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], - "time": "2015-06-14T21:17:01+00:00" + "time": "2019-03-17T17:37:11+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -2925,23 +2980,23 @@ }, { "name": "mikey179/vfsstream", - "version": "v1.6.5", + "version": "v1.6.7", "source": { "type": "git", "url": "https://github.com/bovigo/vfsStream.git", - "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145" + "reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", - "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb", + "reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "~4.5" + "phpunit/phpunit": "^4.5|^5.0" }, "type": "library", "extra": { @@ -2961,26 +3016,26 @@ "authors": [ { "name": "Frank Kleine", - "role": "Developer", - "homepage": "http://frankkleine.de/" + "homepage": "http://frankkleine.de/", + "role": "Developer" } ], "description": "Virtual file system to mock the real file system in unit tests.", "homepage": "http://vfs.bovigo.org/", - "time": "2017-08-01T08:02:14+00:00" + "time": "2019-08-01T01:38:37+00:00" }, { "name": "mockery/mockery", - "version": "1.2.0", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "100633629bf76d57430b86b7098cd6beb996a35a" + "reference": "4eff936d83eb809bde2c57a3cea0ee9643769031" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a", - "reference": "100633629bf76d57430b86b7098cd6beb996a35a", + "url": "https://api.github.com/repos/mockery/mockery/zipball/4eff936d83eb809bde2c57a3cea0ee9643769031", + "reference": "4eff936d83eb809bde2c57a3cea0ee9643769031", "shasum": "" }, "require": { @@ -2989,7 +3044,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "~5.7.10|~6.5|~7.0" + "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0" }, "type": "library", "extra": { @@ -3032,29 +3087,32 @@ "test double", "testing" ], - "time": "2018-10-02T21:52:37+00:00" + "time": "2019-08-07T15:01:07+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.7.0", + "version": "1.9.3", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" + "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", - "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea", + "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": "^7.1" + }, + "replace": { + "myclabs/deep-copy": "self.version" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", - "phpunit/phpunit": "^4.1" + "phpunit/phpunit": "^7.1" }, "type": "library", "autoload": { @@ -3077,7 +3135,7 @@ "object", "object graph" ], - "time": "2017-10-19T19:58:43+00:00" + "time": "2019-08-09T12:45:53+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -3227,16 +3285,16 @@ }, { "name": "phpspec/prophecy", - "version": "1.8.0", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" + "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76", + "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76", "shasum": "" }, "require": { @@ -3257,8 +3315,8 @@ } }, "autoload": { - "psr-0": { - "Prophecy\\": "src/" + "psr-4": { + "Prophecy\\": "src/Prophecy" } }, "notification-url": "https://packagist.org/downloads/", @@ -3286,63 +3344,7 @@ "spy", "stub" ], - "time": "2018-08-05T17:53:17+00:00" - }, - { - "name": "phpunit/dbunit", - "version": "2.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/dbunit.git", - "reference": "5c35d74549c21ba55d0ea74ba89d191a51f8cf25" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/5c35d74549c21ba55d0ea74ba89d191a51f8cf25", - "reference": "5c35d74549c21ba55d0ea74ba89d191a51f8cf25", - "shasum": "" - }, - "require": { - "ext-pdo": "*", - "ext-simplexml": "*", - "php": "^5.4 || ^7.0", - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0", - "symfony/yaml": "^2.1 || ^3.0" - }, - "bin": [ - "dbunit" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.", - "homepage": "https://github.com/sebastianbergmann/dbunit/", - "keywords": [ - "database", - "testing", - "xunit" - ], - "abandoned": true, - "time": "2016-12-02T14:39:14+00:00" + "time": "2019-06-13T12:50:23+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3394,8 +3396,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "role": "lead", - "email": "sb@sebastian-bergmann.de" + "email": "sb@sebastian-bergmann.de", + "role": "lead" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", @@ -3662,8 +3664,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "role": "lead", - "email": "sebastian@phpunit.de" + "email": "sebastian@phpunit.de", + "role": "lead" } ], "description": "The PHP Unit Testing framework.", @@ -4250,16 +4252,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.9.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" + "reference": "550ebaac289296ce228a706d0867afc34687e3f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4", "shasum": "" }, "require": { @@ -4271,7 +4273,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.12-dev" } }, "autoload": { @@ -4287,13 +4289,13 @@ "MIT" ], "authors": [ - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", @@ -4304,24 +4306,24 @@ "polyfill", "portable" ], - "time": "2018-08-06T14:22:27+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.16", + "version": "v4.3.4", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "61973ecda60e9f3561e929e19c07d4878b960fc1" + "reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/61973ecda60e9f3561e929e19c07d4878b960fc1", - "reference": "61973ecda60e9f3561e929e19c07d4878b960fc1", + "url": "https://api.github.com/repos/symfony/yaml/zipball/5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686", + "reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", + "php": "^7.1.3", "symfony/polyfill-ctype": "~1.8" }, "conflict": { @@ -4336,7 +4338,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "4.3-dev" } }, "autoload": { @@ -4363,28 +4365,28 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-09-24T08:15:45+00:00" + "time": "2019-08-20T14:27:59+00:00" }, { "name": "webmozart/assert", - "version": "1.3.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a" + "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a", + "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4", + "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^5.3.3 || ^7.0", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" + "phpunit/phpunit": "^4.8.36 || ^7.5.13" }, "type": "library", "extra": { @@ -4413,7 +4415,7 @@ "check", "validate" ], - "time": "2018-01-29T19:49:41+00:00" + "time": "2019-08-24T08:43:50+00:00" } ], "aliases": [], From c03658a5dd8358bed77e5336307d7b85ed231755 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 28 Sep 2019 21:05:35 +0200 Subject: [PATCH 10/12] added tumblr addon changes --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3d1cd9ae62..d3a3f83ed8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -60,6 +60,8 @@ Version 2019.09-dev (UNRELEASED) Added translations Added more bots [annando] Added admin panel settings [annando] + tumblr: + Changed used URLs to https adopting tumblrs change [annando] twitter: Enhanced handling of multi image postings [annando] Enhanced display of quoted tweets [MrPetovan] From 04cf13e022dd8427d3ae14e8e87d8c33bbb3af9a Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Sun, 29 Sep 2019 01:57:45 +0200 Subject: [PATCH 11/12] Remove DBUnit dependencies --- tests/bootstrap.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index ada2b1a0ec..a839dbed73 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -3,17 +3,9 @@ * This file is loaded by PHPUnit before any test. */ -use PHPUnit\DbUnit\DataSet\YamlDataSet; -use PHPUnit\DbUnit\TestCaseTrait; use PHPUnit\Framework\TestCase; // Backward compatibility if (!class_exists(TestCase::class)) { class_alias(PHPUnit_Framework_TestCase::class, TestCase::class); } -if (!trait_exists(TestCaseTrait::class)) { - class_alias(PHPUnit_Extensions_Database_TestCase_Trait::class, TestCaseTrait::class); -} -if (!class_exists(YamlDataSet::class)) { - class_alias(PHPUnit_Extensions_Database_DataSet_YamlDataSet::class, YamlDataSet::class); -} From 4e9a81020686fc63768e3a54bc1b2b8586e1aa0e Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 29 Sep 2019 02:16:09 +0200 Subject: [PATCH 12/12] Fix magic auth for redirects with non profile paths --- mod/redir.php | 2 +- src/Module/Magic.php | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/mod/redir.php b/mod/redir.php index 1df7060fa6..45e2791693 100644 --- a/mod/redir.php +++ b/mod/redir.php @@ -192,7 +192,7 @@ function redir_magic($a, $cid, $url) $serverret = Network::curl($basepath . '/magic'); if ($serverret->isSuccess()) { $separator = strpos($target_url, '?') ? '&' : '?'; - $target_url .= $separator . 'zrl=' . urlencode($visitor); + $target_url .= $separator . 'zrl=' . urlencode($visitor) . '&addr=' . urlencode($contact_url); Logger::info('Redirecting with magic', ['target' => $target_url, 'visitor' => $visitor, 'contact' => $contact_url]); $a->redirect($target_url); diff --git a/src/Module/Magic.php b/src/Module/Magic.php index 441fe7f157..4510d8d934 100644 --- a/src/Module/Magic.php +++ b/src/Module/Magic.php @@ -33,13 +33,10 @@ class Magic extends BaseModule $test = (!empty($_REQUEST['test']) ? intval($_REQUEST['test']) : 0); $owa = (!empty($_REQUEST['owa']) ? intval($_REQUEST['owa']) : 0); - // NOTE: I guess $dest isn't just the profile url (could be also - // other profile pages e.g. photo). We need to find a solution - // to be able to redirct to other pages than the contact profile. - $cid = Contact::getIdForURL($dest); - - if (!$cid && !empty($addr)) { + if (!empty($addr)) { $cid = Contact::getIdForURL($addr); + } else { + $cid = Contact::getIdForURL($dest); } if (!$cid) {