diff --git a/mod/repair_ostatus.php b/mod/repair_ostatus.php index cc7eecde2..b0ee0bf57 100644 --- a/mod/repair_ostatus.php +++ b/mod/repair_ostatus.php @@ -43,7 +43,7 @@ function repair_ostatus_content(App $a) { $total = DBA::count('contact', $condition); if (!$total) { - return ($o . DI::l10n()->t('Error')); + return ($o . DI::l10n()->tt('Error', 'Errors', 1)); } $contact = Contact::selectToArray(['url'], $condition, ['order' => ['url'], 'limit' => [$counter++, 1]]); diff --git a/src/Module/Debug/ActivityPubConversion.php b/src/Module/Debug/ActivityPubConversion.php index 0f41dbf17..9a74ce971 100644 --- a/src/Module/Debug/ActivityPubConversion.php +++ b/src/Module/Debug/ActivityPubConversion.php @@ -126,7 +126,7 @@ class ActivityPubConversion extends BaseModule ]; } catch (\Throwable $e) { $results[] = [ - 'title' => DI::l10n()->t('Error'), + 'title' => DI::l10n()->tt('Error', 'Errors', 1), 'content' => $e->getMessage(), ]; } diff --git a/src/Module/Debug/Babel.php b/src/Module/Debug/Babel.php index 649c12cec..52c0fee9e 100644 --- a/src/Module/Debug/Babel.php +++ b/src/Module/Debug/Babel.php @@ -290,7 +290,7 @@ class Babel extends BaseModule ]; } else { $results[] = [ - 'title' => DI::l10n()->t('Error'), + 'title' => DI::l10n()->tt('Error', 'Errors', 1), 'content' => DI::l10n()->t('Twitter addon is absent from the addon/ folder.'), ]; } diff --git a/view/lang/C/messages.po b/view/lang/C/messages.po index 6c9478188..134d580f0 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2022.12-dev\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-19 20:30+0000\n" +"POT-Creation-Date: 2022-10-21 08:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,343 +18,343 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" -#: mod/cal.php:46 mod/cal.php:50 mod/follow.php:40 mod/redir.php:36 -#: mod/redir.php:177 src/Module/Conversation/Community.php:194 -#: src/Module/Debug/ItemBody.php:39 src/Module/Diaspora/Receive.php:57 -#: src/Module/Item/Follow.php:42 src/Module/Item/Ignore.php:42 -#: src/Module/Item/Pin.php:42 src/Module/Item/Pin.php:57 -#: src/Module/Item/Star.php:43 +#: mod/cal.php:45 mod/cal.php:49 mod/follow.php:39 mod/redir.php:35 +#: mod/redir.php:176 src/Module/Conversation/Community.php:193 +#: src/Module/Debug/ItemBody.php:38 src/Module/Diaspora/Receive.php:57 +#: src/Module/Item/Follow.php:41 src/Module/Item/Ignore.php:41 +#: src/Module/Item/Pin.php:41 src/Module/Item/Pin.php:56 +#: src/Module/Item/Star.php:42 msgid "Access denied." msgstr "" -#: mod/cal.php:63 mod/cal.php:80 mod/photos.php:69 mod/photos.php:140 -#: mod/photos.php:794 src/Model/Profile.php:235 src/Module/Feed.php:73 -#: src/Module/HCard.php:52 src/Module/Profile/Common.php:41 -#: src/Module/Profile/Common.php:52 src/Module/Profile/Contacts.php:40 -#: src/Module/Profile/Contacts.php:50 src/Module/Profile/Media.php:39 -#: src/Module/Profile/Status.php:59 src/Module/Register.php:268 +#: mod/cal.php:62 mod/cal.php:79 mod/photos.php:68 mod/photos.php:139 +#: mod/photos.php:793 src/Model/Profile.php:234 src/Module/Feed.php:72 +#: src/Module/HCard.php:51 src/Module/Profile/Common.php:40 +#: src/Module/Profile/Common.php:51 src/Module/Profile/Contacts.php:39 +#: src/Module/Profile/Contacts.php:49 src/Module/Profile/Media.php:38 +#: src/Module/Profile/Status.php:58 src/Module/Register.php:267 #: src/Module/RemoteFollow.php:59 msgid "User not found." msgstr "" -#: mod/cal.php:122 mod/display.php:262 src/Module/Profile/Profile.php:94 -#: src/Module/Profile/Profile.php:109 src/Module/Profile/Status.php:110 -#: src/Module/Update/Profile.php:56 +#: mod/cal.php:121 mod/display.php:261 src/Module/Profile/Profile.php:93 +#: src/Module/Profile/Profile.php:108 src/Module/Profile/Status.php:109 +#: src/Module/Update/Profile.php:55 msgid "Access to this profile has been restricted." msgstr "" -#: mod/cal.php:243 mod/events.php:376 src/Content/Nav.php:197 +#: mod/cal.php:242 mod/events.php:375 src/Content/Nav.php:197 #: src/Content/Nav.php:261 src/Module/BaseProfile.php:84 #: src/Module/BaseProfile.php:95 view/theme/frio/theme.php:242 #: view/theme/frio/theme.php:246 msgid "Events" msgstr "" -#: mod/cal.php:244 mod/events.php:377 +#: mod/cal.php:243 mod/events.php:376 msgid "View" msgstr "" -#: mod/cal.php:245 mod/events.php:379 +#: mod/cal.php:244 mod/events.php:378 msgid "Previous" msgstr "" -#: mod/cal.php:246 mod/events.php:380 src/Module/Install.php:214 +#: mod/cal.php:245 mod/events.php:379 src/Module/Install.php:214 msgid "Next" msgstr "" -#: mod/cal.php:249 mod/events.php:385 src/Model/Event.php:461 +#: mod/cal.php:248 mod/events.php:384 src/Model/Event.php:460 msgid "today" msgstr "" -#: mod/cal.php:250 mod/events.php:386 src/Model/Event.php:462 +#: mod/cal.php:249 mod/events.php:385 src/Model/Event.php:461 #: src/Util/Temporal.php:342 msgid "month" msgstr "" -#: mod/cal.php:251 mod/events.php:387 src/Model/Event.php:463 +#: mod/cal.php:250 mod/events.php:386 src/Model/Event.php:462 #: src/Util/Temporal.php:343 msgid "week" msgstr "" -#: mod/cal.php:252 mod/events.php:388 src/Model/Event.php:464 +#: mod/cal.php:251 mod/events.php:387 src/Model/Event.php:463 #: src/Util/Temporal.php:344 msgid "day" msgstr "" -#: mod/cal.php:253 mod/events.php:389 +#: mod/cal.php:252 mod/events.php:388 msgid "list" msgstr "" -#: mod/cal.php:265 src/Console/User.php:182 src/Model/User.php:663 -#: src/Module/Admin/Users/Active.php:74 src/Module/Admin/Users/Blocked.php:75 +#: mod/cal.php:264 src/Console/User.php:182 src/Model/User.php:663 +#: src/Module/Admin/Users/Active.php:73 src/Module/Admin/Users/Blocked.php:75 #: src/Module/Admin/Users/Index.php:81 src/Module/Admin/Users/Pending.php:71 #: src/Module/Api/Twitter/ContactEndpoint.php:74 msgid "User not found" msgstr "" -#: mod/cal.php:274 +#: mod/cal.php:273 msgid "This calendar format is not supported" msgstr "" -#: mod/cal.php:276 +#: mod/cal.php:275 msgid "No exportable data found" msgstr "" -#: mod/cal.php:292 +#: mod/cal.php:291 msgid "calendar" msgstr "" -#: mod/display.php:143 mod/photos.php:798 -#: src/Module/Conversation/Community.php:188 src/Module/Directory.php:49 -#: src/Module/Search/Index.php:65 +#: mod/display.php:142 mod/photos.php:797 +#: src/Module/Conversation/Community.php:187 src/Module/Directory.php:48 +#: src/Module/Search/Index.php:64 msgid "Public access denied." msgstr "" -#: mod/display.php:213 mod/display.php:287 +#: mod/display.php:212 mod/display.php:286 msgid "The requested item doesn't exist or has been deleted." msgstr "" -#: mod/display.php:367 +#: mod/display.php:366 msgid "The feed for this item is unavailable." msgstr "" -#: mod/editpost.php:39 mod/events.php:219 mod/follow.php:57 mod/follow.php:131 -#: mod/item.php:182 mod/item.php:187 mod/item.php:865 mod/message.php:70 -#: mod/message.php:115 mod/notes.php:45 mod/ostatus_subscribe.php:34 -#: mod/photos.php:160 mod/photos.php:887 mod/repair_ostatus.php:32 -#: mod/settings.php:41 mod/settings.php:51 mod/settings.php:157 -#: mod/suggest.php:35 mod/uimport.php:33 mod/unfollow.php:36 -#: mod/unfollow.php:51 mod/unfollow.php:83 mod/wall_attach.php:67 -#: mod/wall_attach.php:69 mod/wall_upload.php:89 mod/wall_upload.php:91 +#: mod/editpost.php:38 mod/events.php:218 mod/follow.php:56 mod/follow.php:130 +#: mod/item.php:181 mod/item.php:186 mod/item.php:864 mod/message.php:69 +#: mod/message.php:114 mod/notes.php:44 mod/ostatus_subscribe.php:33 +#: mod/photos.php:159 mod/photos.php:886 mod/repair_ostatus.php:31 +#: mod/settings.php:40 mod/settings.php:50 mod/settings.php:156 +#: mod/suggest.php:34 mod/uimport.php:33 mod/unfollow.php:35 +#: mod/unfollow.php:50 mod/unfollow.php:82 mod/wall_attach.php:66 +#: mod/wall_attach.php:68 mod/wall_upload.php:88 mod/wall_upload.php:90 #: mod/wallmessage.php:37 mod/wallmessage.php:56 mod/wallmessage.php:90 #: mod/wallmessage.php:110 src/Module/Attach.php:56 src/Module/BaseApi.php:94 -#: src/Module/BaseNotifications.php:98 src/Module/Contact/Advanced.php:61 -#: src/Module/Delegation.php:119 src/Module/FollowConfirm.php:39 -#: src/Module/FriendSuggest.php:58 src/Module/Group.php:41 -#: src/Module/Group.php:84 src/Module/Invite.php:43 src/Module/Invite.php:132 -#: src/Module/Notifications/Notification.php:77 -#: src/Module/Notifications/Notification.php:108 -#: src/Module/Profile/Common.php:56 src/Module/Profile/Contacts.php:56 -#: src/Module/Profile/Schedule.php:40 src/Module/Profile/Schedule.php:57 -#: src/Module/Register.php:78 src/Module/Register.php:91 -#: src/Module/Register.php:207 src/Module/Register.php:246 -#: src/Module/Search/Directory.php:38 src/Module/Settings/Account.php:51 -#: src/Module/Settings/Account.php:411 src/Module/Settings/Delegation.php:42 -#: src/Module/Settings/Delegation.php:70 src/Module/Settings/Display.php:42 -#: src/Module/Settings/Display.php:120 -#: src/Module/Settings/Profile/Photo/Crop.php:166 -#: src/Module/Settings/Profile/Photo/Index.php:112 -#: src/Module/Settings/UserExport.php:59 src/Module/Settings/UserExport.php:93 -#: src/Module/Settings/UserExport.php:197 -#: src/Module/Settings/UserExport.php:217 -#: src/Module/Settings/UserExport.php:282 +#: src/Module/BaseNotifications.php:98 src/Module/Contact/Advanced.php:60 +#: src/Module/Delegation.php:118 src/Module/FollowConfirm.php:38 +#: src/Module/FriendSuggest.php:57 src/Module/Group.php:40 +#: src/Module/Group.php:83 src/Module/Invite.php:42 src/Module/Invite.php:131 +#: src/Module/Notifications/Notification.php:76 +#: src/Module/Notifications/Notification.php:107 +#: src/Module/Profile/Common.php:55 src/Module/Profile/Contacts.php:55 +#: src/Module/Profile/Schedule.php:39 src/Module/Profile/Schedule.php:56 +#: src/Module/Register.php:77 src/Module/Register.php:90 +#: src/Module/Register.php:206 src/Module/Register.php:245 +#: src/Module/Search/Directory.php:37 src/Module/Settings/Account.php:50 +#: src/Module/Settings/Account.php:410 src/Module/Settings/Delegation.php:41 +#: src/Module/Settings/Delegation.php:69 src/Module/Settings/Display.php:41 +#: src/Module/Settings/Display.php:119 +#: src/Module/Settings/Profile/Photo/Crop.php:165 +#: src/Module/Settings/Profile/Photo/Index.php:111 +#: src/Module/Settings/UserExport.php:58 src/Module/Settings/UserExport.php:92 +#: src/Module/Settings/UserExport.php:196 +#: src/Module/Settings/UserExport.php:216 +#: src/Module/Settings/UserExport.php:281 msgid "Permission denied." msgstr "" -#: mod/editpost.php:46 mod/editpost.php:56 +#: mod/editpost.php:45 mod/editpost.php:55 msgid "Item not found" msgstr "" -#: mod/editpost.php:65 +#: mod/editpost.php:64 msgid "Edit post" msgstr "" -#: mod/editpost.php:92 mod/notes.php:57 src/Content/Text/HTML.php:882 -#: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:75 +#: mod/editpost.php:91 mod/notes.php:56 src/Content/Text/HTML.php:882 +#: src/Module/Admin/Storage.php:142 src/Module/Filer/SaveTag.php:74 msgid "Save" msgstr "" -#: mod/editpost.php:93 mod/photos.php:1334 src/Content/Conversation.php:342 +#: mod/editpost.php:92 mod/photos.php:1333 src/Content/Conversation.php:342 #: src/Object/Post.php:993 msgid "Loading..." msgstr "" -#: mod/editpost.php:94 mod/message.php:202 mod/message.php:358 +#: mod/editpost.php:93 mod/message.php:201 mod/message.php:357 #: mod/wallmessage.php:140 src/Content/Conversation.php:343 msgid "Upload photo" msgstr "" -#: mod/editpost.php:95 src/Content/Conversation.php:344 +#: mod/editpost.php:94 src/Content/Conversation.php:344 msgid "upload photo" msgstr "" -#: mod/editpost.php:96 src/Content/Conversation.php:345 +#: mod/editpost.php:95 src/Content/Conversation.php:345 msgid "Attach file" msgstr "" -#: mod/editpost.php:97 src/Content/Conversation.php:346 +#: mod/editpost.php:96 src/Content/Conversation.php:346 msgid "attach file" msgstr "" -#: mod/editpost.php:98 mod/message.php:203 mod/message.php:359 +#: mod/editpost.php:97 mod/message.php:202 mod/message.php:358 #: mod/wallmessage.php:141 msgid "Insert web link" msgstr "" -#: mod/editpost.php:99 +#: mod/editpost.php:98 msgid "web link" msgstr "" -#: mod/editpost.php:100 +#: mod/editpost.php:99 msgid "Insert video link" msgstr "" -#: mod/editpost.php:101 +#: mod/editpost.php:100 msgid "video link" msgstr "" -#: mod/editpost.php:102 +#: mod/editpost.php:101 msgid "Insert audio link" msgstr "" -#: mod/editpost.php:103 +#: mod/editpost.php:102 msgid "audio link" msgstr "" -#: mod/editpost.php:104 src/Content/Conversation.php:356 -#: src/Module/Item/Compose.php:201 +#: mod/editpost.php:103 src/Content/Conversation.php:356 +#: src/Module/Item/Compose.php:200 msgid "Set your location" msgstr "" -#: mod/editpost.php:105 src/Content/Conversation.php:357 +#: mod/editpost.php:104 src/Content/Conversation.php:357 msgid "set location" msgstr "" -#: mod/editpost.php:106 src/Content/Conversation.php:358 +#: mod/editpost.php:105 src/Content/Conversation.php:358 msgid "Clear browser location" msgstr "" -#: mod/editpost.php:107 src/Content/Conversation.php:359 +#: mod/editpost.php:106 src/Content/Conversation.php:359 msgid "clear location" msgstr "" -#: mod/editpost.php:108 mod/message.php:204 mod/message.php:361 -#: mod/photos.php:1485 mod/wallmessage.php:142 src/Content/Conversation.php:372 -#: src/Content/Conversation.php:718 src/Module/Item/Compose.php:205 +#: mod/editpost.php:107 mod/message.php:203 mod/message.php:360 +#: mod/photos.php:1484 mod/wallmessage.php:142 src/Content/Conversation.php:372 +#: src/Content/Conversation.php:718 src/Module/Item/Compose.php:204 #: src/Object/Post.php:538 msgid "Please wait" msgstr "" -#: mod/editpost.php:109 src/Content/Conversation.php:373 +#: mod/editpost.php:108 src/Content/Conversation.php:373 msgid "Permission settings" msgstr "" -#: mod/editpost.php:117 src/Core/ACL.php:326 +#: mod/editpost.php:116 src/Core/ACL.php:326 msgid "CC: email addresses" msgstr "" -#: mod/editpost.php:118 src/Content/Conversation.php:383 +#: mod/editpost.php:117 src/Content/Conversation.php:383 msgid "Public post" msgstr "" -#: mod/editpost.php:121 src/Content/Conversation.php:361 -#: src/Module/Item/Compose.php:206 +#: mod/editpost.php:120 src/Content/Conversation.php:361 +#: src/Module/Item/Compose.php:205 msgid "Set title" msgstr "" -#: mod/editpost.php:123 src/Content/Conversation.php:363 -#: src/Module/Item/Compose.php:207 +#: mod/editpost.php:122 src/Content/Conversation.php:363 +#: src/Module/Item/Compose.php:206 msgid "Categories (comma-separated list)" msgstr "" -#: mod/editpost.php:124 src/Core/ACL.php:327 +#: mod/editpost.php:123 src/Core/ACL.php:327 msgid "Example: bob@example.com, mary@example.com" msgstr "" -#: mod/editpost.php:129 mod/events.php:515 mod/photos.php:1333 -#: mod/photos.php:1389 mod/photos.php:1463 src/Content/Conversation.php:387 -#: src/Module/Item/Compose.php:200 src/Object/Post.php:1003 +#: mod/editpost.php:128 mod/events.php:514 mod/photos.php:1332 +#: mod/photos.php:1388 mod/photos.php:1462 src/Content/Conversation.php:387 +#: src/Module/Item/Compose.php:199 src/Object/Post.php:1003 msgid "Preview" msgstr "" -#: mod/editpost.php:131 mod/fbrowser.php:120 mod/fbrowser.php:147 -#: mod/follow.php:145 mod/photos.php:1000 mod/photos.php:1101 mod/tagrm.php:36 -#: mod/tagrm.php:128 mod/unfollow.php:98 src/Content/Conversation.php:390 -#: src/Module/Contact/Revoke.php:110 src/Module/RemoteFollow.php:128 -#: src/Module/Security/TwoFactor/SignOut.php:127 +#: mod/editpost.php:130 mod/fbrowser.php:119 mod/fbrowser.php:146 +#: mod/follow.php:144 mod/photos.php:999 mod/photos.php:1100 mod/tagrm.php:35 +#: mod/tagrm.php:127 mod/unfollow.php:97 src/Content/Conversation.php:390 +#: src/Module/Contact/Revoke.php:109 src/Module/RemoteFollow.php:128 +#: src/Module/Security/TwoFactor/SignOut.php:126 msgid "Cancel" msgstr "" -#: mod/editpost.php:135 src/Content/Conversation.php:347 -#: src/Module/Item/Compose.php:191 src/Object/Post.php:994 +#: mod/editpost.php:134 src/Content/Conversation.php:347 +#: src/Module/Item/Compose.php:190 src/Object/Post.php:994 msgid "Bold" msgstr "" -#: mod/editpost.php:136 src/Content/Conversation.php:348 -#: src/Module/Item/Compose.php:192 src/Object/Post.php:995 +#: mod/editpost.php:135 src/Content/Conversation.php:348 +#: src/Module/Item/Compose.php:191 src/Object/Post.php:995 msgid "Italic" msgstr "" -#: mod/editpost.php:137 src/Content/Conversation.php:349 -#: src/Module/Item/Compose.php:193 src/Object/Post.php:996 +#: mod/editpost.php:136 src/Content/Conversation.php:349 +#: src/Module/Item/Compose.php:192 src/Object/Post.php:996 msgid "Underline" msgstr "" -#: mod/editpost.php:138 src/Content/Conversation.php:350 -#: src/Module/Item/Compose.php:194 src/Object/Post.php:997 +#: mod/editpost.php:137 src/Content/Conversation.php:350 +#: src/Module/Item/Compose.php:193 src/Object/Post.php:997 msgid "Quote" msgstr "" -#: mod/editpost.php:139 src/Content/Conversation.php:351 -#: src/Module/Item/Compose.php:195 src/Object/Post.php:998 +#: mod/editpost.php:138 src/Content/Conversation.php:351 +#: src/Module/Item/Compose.php:194 src/Object/Post.php:998 msgid "Code" msgstr "" -#: mod/editpost.php:140 src/Content/Conversation.php:353 -#: src/Module/Item/Compose.php:197 src/Object/Post.php:1000 +#: mod/editpost.php:139 src/Content/Conversation.php:353 +#: src/Module/Item/Compose.php:196 src/Object/Post.php:1000 msgid "Link" msgstr "" -#: mod/editpost.php:141 src/Content/Conversation.php:354 -#: src/Module/Item/Compose.php:198 src/Object/Post.php:1001 +#: mod/editpost.php:140 src/Content/Conversation.php:354 +#: src/Module/Item/Compose.php:197 src/Object/Post.php:1001 msgid "Link or Media" msgstr "" -#: mod/editpost.php:144 src/Content/Conversation.php:397 -#: src/Content/Widget/VCard.php:114 src/Model/Profile.php:466 +#: mod/editpost.php:143 src/Content/Conversation.php:397 +#: src/Content/Widget/VCard.php:114 src/Model/Profile.php:465 #: src/Module/Admin/Logs/View.php:93 msgid "Message" msgstr "" -#: mod/editpost.php:145 src/Content/Conversation.php:398 -#: src/Module/Settings/TwoFactor/Trusted.php:140 +#: mod/editpost.php:144 src/Content/Conversation.php:398 +#: src/Module/Settings/TwoFactor/Trusted.php:139 msgid "Browser" msgstr "" -#: mod/editpost.php:146 mod/events.php:520 mod/photos.php:935 -#: mod/photos.php:1287 src/Content/Conversation.php:374 +#: mod/editpost.php:145 mod/events.php:519 mod/photos.php:934 +#: mod/photos.php:1286 src/Content/Conversation.php:374 msgid "Permissions" msgstr "" -#: mod/editpost.php:148 src/Content/Conversation.php:400 +#: mod/editpost.php:147 src/Content/Conversation.php:400 msgid "Open Compose page" msgstr "" -#: mod/events.php:125 mod/events.php:127 +#: mod/events.php:124 mod/events.php:126 msgid "Event can not end before it has started." msgstr "" -#: mod/events.php:133 mod/events.php:135 +#: mod/events.php:132 mod/events.php:134 msgid "Event title and start time are required." msgstr "" -#: mod/events.php:378 +#: mod/events.php:377 msgid "Create New Event" msgstr "" -#: mod/events.php:476 src/Module/Admin/Logs/View.php:97 +#: mod/events.php:475 src/Module/Admin/Logs/View.php:97 msgid "Event details" msgstr "" -#: mod/events.php:477 +#: mod/events.php:476 msgid "Starting date and Title are required." msgstr "" -#: mod/events.php:478 mod/events.php:483 +#: mod/events.php:477 mod/events.php:482 msgid "Event Starts:" msgstr "" -#: mod/events.php:478 mod/events.php:508 +#: mod/events.php:477 mod/events.php:507 #: src/Module/Admin/Blocklist/Server/Add.php:136 #: src/Module/Admin/Blocklist/Server/Add.php:138 #: src/Module/Admin/Blocklist/Server/Import.php:128 @@ -362,182 +362,182 @@ msgstr "" #: src/Module/Admin/Blocklist/Server/Index.php:85 #: src/Module/Admin/Blocklist/Server/Index.php:113 #: src/Module/Admin/Blocklist/Server/Index.php:114 -#: src/Module/Admin/Item/Delete.php:69 src/Module/Debug/Probe.php:60 +#: src/Module/Admin/Item/Delete.php:69 src/Module/Debug/Probe.php:59 #: src/Module/Install.php:207 src/Module/Install.php:240 #: src/Module/Install.php:245 src/Module/Install.php:264 #: src/Module/Install.php:275 src/Module/Install.php:280 #: src/Module/Install.php:286 src/Module/Install.php:291 #: src/Module/Install.php:305 src/Module/Install.php:320 -#: src/Module/Install.php:347 src/Module/Register.php:149 +#: src/Module/Install.php:347 src/Module/Register.php:148 #: src/Module/Security/TwoFactor/Verify.php:102 -#: src/Module/Settings/TwoFactor/Index.php:141 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Verify.php:154 msgid "Required" msgstr "" -#: mod/events.php:491 mod/events.php:514 +#: mod/events.php:490 mod/events.php:513 msgid "Finish date/time is not known or not relevant" msgstr "" -#: mod/events.php:493 mod/events.php:498 +#: mod/events.php:492 mod/events.php:497 msgid "Event Finishes:" msgstr "" -#: mod/events.php:504 src/Module/Profile/Profile.php:172 -#: src/Module/Settings/Profile/Index.php:239 +#: mod/events.php:503 src/Module/Profile/Profile.php:171 +#: src/Module/Settings/Profile/Index.php:238 msgid "Description:" msgstr "" -#: mod/events.php:506 src/Content/Widget/VCard.php:105 src/Model/Event.php:81 -#: src/Model/Event.php:108 src/Model/Event.php:470 src/Model/Event.php:920 -#: src/Model/Profile.php:374 src/Module/Contact/Profile.php:371 -#: src/Module/Directory.php:148 src/Module/Notifications/Introductions.php:187 -#: src/Module/Profile/Profile.php:194 +#: mod/events.php:505 src/Content/Widget/VCard.php:105 src/Model/Event.php:80 +#: src/Model/Event.php:107 src/Model/Event.php:469 src/Model/Event.php:919 +#: src/Model/Profile.php:373 src/Module/Contact/Profile.php:371 +#: src/Module/Directory.php:147 src/Module/Notifications/Introductions.php:186 +#: src/Module/Profile/Profile.php:193 msgid "Location:" msgstr "" -#: mod/events.php:508 mod/events.php:510 +#: mod/events.php:507 mod/events.php:509 msgid "Title:" msgstr "" -#: mod/events.php:511 mod/events.php:512 +#: mod/events.php:510 mod/events.php:511 msgid "Share this event" msgstr "" -#: mod/events.php:517 mod/message.php:205 mod/message.php:360 -#: mod/photos.php:917 mod/photos.php:1021 mod/photos.php:1291 -#: mod/photos.php:1332 mod/photos.php:1388 mod/photos.php:1462 -#: src/Module/Admin/Item/Source.php:60 src/Module/Contact/Advanced.php:133 +#: mod/events.php:516 mod/message.php:204 mod/message.php:359 +#: mod/photos.php:916 mod/photos.php:1020 mod/photos.php:1290 +#: mod/photos.php:1331 mod/photos.php:1387 mod/photos.php:1461 +#: src/Module/Admin/Item/Source.php:60 src/Module/Contact/Advanced.php:132 #: src/Module/Contact/Profile.php:329 -#: src/Module/Debug/ActivityPubConversion.php:141 +#: src/Module/Debug/ActivityPubConversion.php:140 #: src/Module/Debug/Babel.php:313 src/Module/Debug/Localtime.php:64 -#: src/Module/Debug/Probe.php:55 src/Module/Debug/WebFinger.php:52 -#: src/Module/Delegation.php:148 src/Module/FriendSuggest.php:146 +#: src/Module/Debug/Probe.php:54 src/Module/Debug/WebFinger.php:51 +#: src/Module/Delegation.php:147 src/Module/FriendSuggest.php:145 #: src/Module/Install.php:252 src/Module/Install.php:294 -#: src/Module/Install.php:331 src/Module/Invite.php:179 -#: src/Module/Item/Compose.php:190 src/Module/Profile/Profile.php:247 -#: src/Module/Settings/Profile/Index.php:223 src/Object/Post.php:992 +#: src/Module/Install.php:331 src/Module/Invite.php:178 +#: src/Module/Item/Compose.php:189 src/Module/Profile/Profile.php:246 +#: src/Module/Settings/Profile/Index.php:222 src/Object/Post.php:992 #: view/theme/duepuntozero/config.php:86 view/theme/frio/config.php:172 #: view/theme/quattro/config.php:88 view/theme/vier/config.php:136 msgid "Submit" msgstr "" -#: mod/events.php:518 src/Module/Profile/Profile.php:248 +#: mod/events.php:517 src/Module/Profile/Profile.php:247 msgid "Basic" msgstr "" -#: mod/events.php:519 src/Module/Admin/Site.php:437 src/Module/Contact.php:478 -#: src/Module/Profile/Profile.php:249 +#: mod/events.php:518 src/Module/Admin/Site.php:437 src/Module/Contact.php:477 +#: src/Module/Profile/Profile.php:248 msgid "Advanced" msgstr "" -#: mod/events.php:536 +#: mod/events.php:535 msgid "Failed to remove event" msgstr "" -#: mod/fbrowser.php:62 src/Content/Nav.php:195 src/Module/BaseProfile.php:64 +#: mod/fbrowser.php:61 src/Content/Nav.php:195 src/Module/BaseProfile.php:64 #: view/theme/frio/theme.php:240 msgid "Photos" msgstr "" -#: mod/fbrowser.php:122 mod/fbrowser.php:149 -#: src/Module/Settings/Profile/Photo/Index.php:129 +#: mod/fbrowser.php:121 mod/fbrowser.php:148 +#: src/Module/Settings/Profile/Photo/Index.php:128 msgid "Upload" msgstr "" -#: mod/fbrowser.php:144 +#: mod/fbrowser.php:143 msgid "Files" msgstr "" -#: mod/follow.php:75 mod/unfollow.php:97 src/Module/RemoteFollow.php:127 +#: mod/follow.php:74 mod/unfollow.php:96 src/Module/RemoteFollow.php:127 msgid "Submit Request" msgstr "" -#: mod/follow.php:85 +#: mod/follow.php:84 msgid "You already added this contact." msgstr "" -#: mod/follow.php:101 +#: mod/follow.php:100 msgid "The network type couldn't be detected. Contact can't be added." msgstr "" -#: mod/follow.php:109 +#: mod/follow.php:108 msgid "Diaspora support isn't enabled. Contact can't be added." msgstr "" -#: mod/follow.php:114 +#: mod/follow.php:113 msgid "OStatus support is disabled. Contact can't be added." msgstr "" -#: mod/follow.php:139 src/Content/Item.php:401 src/Content/Widget.php:81 -#: src/Model/Contact.php:1169 src/Model/Contact.php:1180 +#: mod/follow.php:138 src/Content/Item.php:401 src/Content/Widget.php:81 +#: src/Model/Contact.php:1194 src/Model/Contact.php:1205 #: view/theme/vier/theme.php:199 msgid "Connect/Follow" msgstr "" -#: mod/follow.php:140 src/Module/RemoteFollow.php:126 +#: mod/follow.php:139 src/Module/RemoteFollow.php:126 msgid "Please answer the following:" msgstr "" -#: mod/follow.php:141 mod/unfollow.php:95 +#: mod/follow.php:140 mod/unfollow.php:94 msgid "Your Identity Address:" msgstr "" -#: mod/follow.php:142 mod/unfollow.php:101 +#: mod/follow.php:141 mod/unfollow.php:100 #: src/Module/Admin/Blocklist/Contact.php:116 #: src/Module/Contact/Profile.php:367 -#: src/Module/Notifications/Introductions.php:129 -#: src/Module/Notifications/Introductions.php:198 +#: src/Module/Notifications/Introductions.php:128 +#: src/Module/Notifications/Introductions.php:197 msgid "Profile URL" msgstr "" -#: mod/follow.php:143 src/Module/Contact/Profile.php:379 -#: src/Module/Notifications/Introductions.php:191 -#: src/Module/Profile/Profile.php:207 +#: mod/follow.php:142 src/Module/Contact/Profile.php:379 +#: src/Module/Notifications/Introductions.php:190 +#: src/Module/Profile/Profile.php:206 msgid "Tags:" msgstr "" -#: mod/follow.php:154 +#: mod/follow.php:153 #, php-format msgid "%s knows you" msgstr "" -#: mod/follow.php:155 +#: mod/follow.php:154 msgid "Add a personal note:" msgstr "" -#: mod/follow.php:164 mod/unfollow.php:110 src/Module/BaseProfile.php:59 -#: src/Module/Contact.php:448 +#: mod/follow.php:163 mod/unfollow.php:109 src/Module/BaseProfile.php:59 +#: src/Module/Contact.php:447 msgid "Status Messages and Posts" msgstr "" -#: mod/follow.php:192 +#: mod/follow.php:191 msgid "The contact could not be added." msgstr "" -#: mod/item.php:132 mod/item.php:136 +#: mod/item.php:131 mod/item.php:135 msgid "Unable to locate original post." msgstr "" -#: mod/item.php:338 mod/item.php:343 +#: mod/item.php:337 mod/item.php:342 msgid "Empty post discarded." msgstr "" -#: mod/item.php:675 +#: mod/item.php:674 msgid "Post updated." msgstr "" -#: mod/item.php:685 mod/item.php:690 +#: mod/item.php:684 mod/item.php:689 msgid "Item wasn't stored." msgstr "" -#: mod/item.php:701 +#: mod/item.php:700 msgid "Item couldn't be fetched." msgstr "" -#: mod/item.php:841 src/Module/Admin/Themes/Details.php:39 -#: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:43 -#: src/Module/Debug/ItemBody.php:58 +#: mod/item.php:840 src/Module/Admin/Themes/Details.php:39 +#: src/Module/Admin/Themes/Index.php:59 src/Module/Debug/ItemBody.php:42 +#: src/Module/Debug/ItemBody.php:57 msgid "Item not found." msgstr "" @@ -610,7 +610,7 @@ msgid "" "your email for further instructions." msgstr "" -#: mod/lostpass.php:130 src/Module/Security/Login.php:162 +#: mod/lostpass.php:130 src/Module/Security/Login.php:161 msgid "Nickname or Email: " msgstr "" @@ -618,7 +618,7 @@ msgstr "" msgid "Reset" msgstr "" -#: mod/lostpass.php:146 src/Module/Security/Login.php:174 +#: mod/lostpass.php:146 src/Module/Security/Login.php:173 msgid "Password Reset" msgstr "" @@ -679,616 +679,616 @@ msgstr "" msgid "Your password has been changed at %s" msgstr "" -#: mod/match.php:63 +#: mod/match.php:62 msgid "No keywords to match. Please add keywords to your profile." msgstr "" -#: mod/match.php:94 src/Module/BaseSearch.php:120 +#: mod/match.php:93 src/Module/BaseSearch.php:119 msgid "No matches" msgstr "" -#: mod/match.php:99 +#: mod/match.php:98 msgid "Profile Match" msgstr "" -#: mod/message.php:47 mod/message.php:130 src/Content/Nav.php:289 +#: mod/message.php:46 mod/message.php:129 src/Content/Nav.php:289 msgid "New Message" msgstr "" -#: mod/message.php:84 mod/wallmessage.php:70 +#: mod/message.php:83 mod/wallmessage.php:70 msgid "No recipient selected." msgstr "" -#: mod/message.php:89 +#: mod/message.php:88 msgid "Unable to locate contact information." msgstr "" -#: mod/message.php:93 mod/wallmessage.php:76 +#: mod/message.php:92 mod/wallmessage.php:76 msgid "Message could not be sent." msgstr "" -#: mod/message.php:97 mod/wallmessage.php:79 +#: mod/message.php:96 mod/wallmessage.php:79 msgid "Message collection failure." msgstr "" -#: mod/message.php:124 src/Module/Notifications/Introductions.php:135 -#: src/Module/Notifications/Introductions.php:170 -#: src/Module/Notifications/Notification.php:86 +#: mod/message.php:123 src/Module/Notifications/Introductions.php:134 +#: src/Module/Notifications/Introductions.php:169 +#: src/Module/Notifications/Notification.php:85 msgid "Discard" msgstr "" -#: mod/message.php:137 src/Content/Nav.php:286 view/theme/frio/theme.php:247 +#: mod/message.php:136 src/Content/Nav.php:286 view/theme/frio/theme.php:247 msgid "Messages" msgstr "" -#: mod/message.php:150 +#: mod/message.php:149 msgid "Conversation not found." msgstr "" -#: mod/message.php:155 +#: mod/message.php:154 msgid "Message was not deleted." msgstr "" -#: mod/message.php:170 +#: mod/message.php:169 msgid "Conversation was not removed." msgstr "" -#: mod/message.php:184 mod/message.php:290 mod/wallmessage.php:124 +#: mod/message.php:183 mod/message.php:289 mod/wallmessage.php:124 msgid "Please enter a link URL:" msgstr "" -#: mod/message.php:193 mod/wallmessage.php:129 +#: mod/message.php:192 mod/wallmessage.php:129 msgid "Send Private Message" msgstr "" -#: mod/message.php:194 mod/message.php:350 mod/wallmessage.php:131 +#: mod/message.php:193 mod/message.php:349 mod/wallmessage.php:131 msgid "To:" msgstr "" -#: mod/message.php:195 mod/message.php:351 mod/wallmessage.php:132 +#: mod/message.php:194 mod/message.php:350 mod/wallmessage.php:132 msgid "Subject:" msgstr "" -#: mod/message.php:199 mod/message.php:354 mod/wallmessage.php:138 -#: src/Module/Invite.php:172 +#: mod/message.php:198 mod/message.php:353 mod/wallmessage.php:138 +#: src/Module/Invite.php:171 msgid "Your message:" msgstr "" -#: mod/message.php:226 +#: mod/message.php:225 msgid "No messages." msgstr "" -#: mod/message.php:282 +#: mod/message.php:281 msgid "Message not available." msgstr "" -#: mod/message.php:327 +#: mod/message.php:326 msgid "Delete message" msgstr "" -#: mod/message.php:329 mod/message.php:460 +#: mod/message.php:328 mod/message.php:459 msgid "D, d M Y - g:i A" msgstr "" -#: mod/message.php:344 mod/message.php:457 +#: mod/message.php:343 mod/message.php:456 msgid "Delete conversation" msgstr "" -#: mod/message.php:346 +#: mod/message.php:345 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "" -#: mod/message.php:349 +#: mod/message.php:348 msgid "Send Reply" msgstr "" -#: mod/message.php:431 +#: mod/message.php:430 #, php-format msgid "Unknown sender - %s" msgstr "" -#: mod/message.php:433 +#: mod/message.php:432 #, php-format msgid "You and %s" msgstr "" -#: mod/message.php:435 +#: mod/message.php:434 #, php-format msgid "%s and You" msgstr "" -#: mod/message.php:463 +#: mod/message.php:462 #, php-format msgid "%d message" msgid_plural "%d messages" msgstr[0] "" msgstr[1] "" -#: mod/notes.php:52 src/Module/BaseProfile.php:106 +#: mod/notes.php:51 src/Module/BaseProfile.php:106 msgid "Personal Notes" msgstr "" -#: mod/notes.php:56 +#: mod/notes.php:55 msgid "Personal notes are visible only by yourself." msgstr "" -#: mod/ostatus_subscribe.php:39 +#: mod/ostatus_subscribe.php:38 msgid "Subscribing to contacts" msgstr "" -#: mod/ostatus_subscribe.php:48 +#: mod/ostatus_subscribe.php:47 msgid "No contact provided." msgstr "" -#: mod/ostatus_subscribe.php:54 +#: mod/ostatus_subscribe.php:53 msgid "Couldn't fetch information for contact." msgstr "" -#: mod/ostatus_subscribe.php:65 +#: mod/ostatus_subscribe.php:64 msgid "Couldn't fetch friends for contact." msgstr "" -#: mod/ostatus_subscribe.php:71 mod/ostatus_subscribe.php:82 +#: mod/ostatus_subscribe.php:70 mod/ostatus_subscribe.php:81 msgid "Couldn't fetch following contacts." msgstr "" -#: mod/ostatus_subscribe.php:77 +#: mod/ostatus_subscribe.php:76 msgid "Couldn't fetch remote profile." msgstr "" -#: mod/ostatus_subscribe.php:87 +#: mod/ostatus_subscribe.php:86 msgid "Unsupported network" msgstr "" -#: mod/ostatus_subscribe.php:103 mod/repair_ostatus.php:52 +#: mod/ostatus_subscribe.php:102 mod/repair_ostatus.php:51 msgid "Done" msgstr "" -#: mod/ostatus_subscribe.php:117 +#: mod/ostatus_subscribe.php:116 msgid "success" msgstr "" -#: mod/ostatus_subscribe.php:119 +#: mod/ostatus_subscribe.php:118 msgid "failed" msgstr "" -#: mod/ostatus_subscribe.php:122 +#: mod/ostatus_subscribe.php:121 msgid "ignored" msgstr "" -#: mod/ostatus_subscribe.php:127 mod/repair_ostatus.php:58 +#: mod/ostatus_subscribe.php:126 mod/repair_ostatus.php:57 msgid "Keep this window open until done." msgstr "" -#: mod/photos.php:108 src/Module/BaseProfile.php:67 +#: mod/photos.php:107 src/Module/BaseProfile.php:67 msgid "Photo Albums" msgstr "" -#: mod/photos.php:109 mod/photos.php:1580 +#: mod/photos.php:108 mod/photos.php:1579 msgid "Recent Photos" msgstr "" -#: mod/photos.php:111 mod/photos.php:1069 mod/photos.php:1582 +#: mod/photos.php:110 mod/photos.php:1068 mod/photos.php:1581 msgid "Upload New Photos" msgstr "" -#: mod/photos.php:129 src/Module/BaseSettings.php:35 +#: mod/photos.php:128 src/Module/BaseSettings.php:35 msgid "everybody" msgstr "" -#: mod/photos.php:167 +#: mod/photos.php:166 msgid "Contact information unavailable" msgstr "" -#: mod/photos.php:196 +#: mod/photos.php:195 msgid "Album not found." msgstr "" -#: mod/photos.php:250 +#: mod/photos.php:249 msgid "Album successfully deleted" msgstr "" -#: mod/photos.php:252 +#: mod/photos.php:251 msgid "Album was empty." msgstr "" -#: mod/photos.php:284 +#: mod/photos.php:283 msgid "Failed to delete the photo." msgstr "" -#: mod/photos.php:553 +#: mod/photos.php:552 msgid "a photo" msgstr "" -#: mod/photos.php:553 +#: mod/photos.php:552 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "" -#: mod/photos.php:632 mod/photos.php:635 mod/photos.php:662 -#: mod/wall_upload.php:201 src/Module/Settings/Profile/Photo/Index.php:60 +#: mod/photos.php:631 mod/photos.php:634 mod/photos.php:661 +#: mod/wall_upload.php:200 src/Module/Settings/Profile/Photo/Index.php:59 #, php-format msgid "Image exceeds size limit of %s" msgstr "" -#: mod/photos.php:638 +#: mod/photos.php:637 msgid "Image upload didn't complete, please try again" msgstr "" -#: mod/photos.php:641 +#: mod/photos.php:640 msgid "Image file is missing" msgstr "" -#: mod/photos.php:646 +#: mod/photos.php:645 msgid "" "Server can't accept new file upload at this time, please contact your " "administrator" msgstr "" -#: mod/photos.php:670 +#: mod/photos.php:669 msgid "Image file is empty." msgstr "" -#: mod/photos.php:685 mod/wall_upload.php:163 -#: src/Module/Settings/Profile/Photo/Index.php:69 +#: mod/photos.php:684 mod/wall_upload.php:162 +#: src/Module/Settings/Profile/Photo/Index.php:68 msgid "Unable to process image." msgstr "" -#: mod/photos.php:711 mod/wall_upload.php:226 -#: src/Module/Settings/Profile/Photo/Index.php:96 +#: mod/photos.php:710 mod/wall_upload.php:225 +#: src/Module/Settings/Profile/Photo/Index.php:95 msgid "Image upload failed." msgstr "" -#: mod/photos.php:803 +#: mod/photos.php:802 msgid "No photos selected" msgstr "" -#: mod/photos.php:872 +#: mod/photos.php:871 msgid "Access to this item is restricted." msgstr "" -#: mod/photos.php:927 +#: mod/photos.php:926 msgid "Upload Photos" msgstr "" -#: mod/photos.php:931 mod/photos.php:1017 +#: mod/photos.php:930 mod/photos.php:1016 msgid "New album name: " msgstr "" -#: mod/photos.php:932 +#: mod/photos.php:931 msgid "or select existing album:" msgstr "" -#: mod/photos.php:933 +#: mod/photos.php:932 msgid "Do not show a status post for this upload" msgstr "" -#: mod/photos.php:998 +#: mod/photos.php:997 msgid "Do you really want to delete this photo album and all its photos?" msgstr "" -#: mod/photos.php:999 mod/photos.php:1022 +#: mod/photos.php:998 mod/photos.php:1021 msgid "Delete Album" msgstr "" -#: mod/photos.php:1026 +#: mod/photos.php:1025 msgid "Edit Album" msgstr "" -#: mod/photos.php:1027 +#: mod/photos.php:1026 msgid "Drop Album" msgstr "" -#: mod/photos.php:1031 +#: mod/photos.php:1030 msgid "Show Newest First" msgstr "" -#: mod/photos.php:1033 +#: mod/photos.php:1032 msgid "Show Oldest First" msgstr "" -#: mod/photos.php:1054 mod/photos.php:1565 +#: mod/photos.php:1053 mod/photos.php:1564 msgid "View Photo" msgstr "" -#: mod/photos.php:1087 +#: mod/photos.php:1086 msgid "Permission denied. Access to this item may be restricted." msgstr "" -#: mod/photos.php:1089 +#: mod/photos.php:1088 msgid "Photo not available" msgstr "" -#: mod/photos.php:1099 +#: mod/photos.php:1098 msgid "Do you really want to delete this photo?" msgstr "" -#: mod/photos.php:1100 mod/photos.php:1292 +#: mod/photos.php:1099 mod/photos.php:1291 msgid "Delete Photo" msgstr "" -#: mod/photos.php:1192 +#: mod/photos.php:1191 msgid "View photo" msgstr "" -#: mod/photos.php:1194 +#: mod/photos.php:1193 msgid "Edit photo" msgstr "" -#: mod/photos.php:1195 +#: mod/photos.php:1194 msgid "Delete photo" msgstr "" -#: mod/photos.php:1196 +#: mod/photos.php:1195 msgid "Use as profile photo" msgstr "" -#: mod/photos.php:1203 +#: mod/photos.php:1202 msgid "Private Photo" msgstr "" -#: mod/photos.php:1209 +#: mod/photos.php:1208 msgid "View Full Size" msgstr "" -#: mod/photos.php:1260 +#: mod/photos.php:1259 msgid "Tags: " msgstr "" -#: mod/photos.php:1263 +#: mod/photos.php:1262 msgid "[Select tags to remove]" msgstr "" -#: mod/photos.php:1278 +#: mod/photos.php:1277 msgid "New album name" msgstr "" -#: mod/photos.php:1279 +#: mod/photos.php:1278 msgid "Caption" msgstr "" -#: mod/photos.php:1280 +#: mod/photos.php:1279 msgid "Add a Tag" msgstr "" -#: mod/photos.php:1280 +#: mod/photos.php:1279 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "" -#: mod/photos.php:1281 +#: mod/photos.php:1280 msgid "Do not rotate" msgstr "" -#: mod/photos.php:1282 +#: mod/photos.php:1281 msgid "Rotate CW (right)" msgstr "" -#: mod/photos.php:1283 +#: mod/photos.php:1282 msgid "Rotate CCW (left)" msgstr "" -#: mod/photos.php:1329 mod/photos.php:1385 mod/photos.php:1459 -#: src/Module/Contact.php:548 src/Module/Item/Compose.php:189 +#: mod/photos.php:1328 mod/photos.php:1384 mod/photos.php:1458 +#: src/Module/Contact.php:547 src/Module/Item/Compose.php:188 #: src/Object/Post.php:989 msgid "This is you" msgstr "" -#: mod/photos.php:1331 mod/photos.php:1387 mod/photos.php:1461 +#: mod/photos.php:1330 mod/photos.php:1386 mod/photos.php:1460 #: src/Object/Post.php:532 src/Object/Post.php:991 msgid "Comment" msgstr "" -#: mod/photos.php:1420 src/Content/Conversation.php:634 src/Object/Post.php:256 +#: mod/photos.php:1419 src/Content/Conversation.php:634 src/Object/Post.php:256 msgid "Select" msgstr "" -#: mod/photos.php:1421 mod/settings.php:351 src/Content/Conversation.php:635 -#: src/Module/Admin/Users/Active.php:140 src/Module/Admin/Users/Blocked.php:141 +#: mod/photos.php:1420 mod/settings.php:350 src/Content/Conversation.php:635 +#: src/Module/Admin/Users/Active.php:139 src/Module/Admin/Users/Blocked.php:141 #: src/Module/Admin/Users/Index.php:154 msgid "Delete" msgstr "" -#: mod/photos.php:1482 src/Object/Post.php:379 +#: mod/photos.php:1481 src/Object/Post.php:379 msgid "Like" msgstr "" -#: mod/photos.php:1483 src/Object/Post.php:379 +#: mod/photos.php:1482 src/Object/Post.php:379 msgid "I like this (toggle)" msgstr "" -#: mod/photos.php:1484 src/Object/Post.php:380 +#: mod/photos.php:1483 src/Object/Post.php:380 msgid "Dislike" msgstr "" -#: mod/photos.php:1486 src/Object/Post.php:380 +#: mod/photos.php:1485 src/Object/Post.php:380 msgid "I don't like this (toggle)" msgstr "" -#: mod/photos.php:1508 +#: mod/photos.php:1507 msgid "Map" msgstr "" -#: mod/photos.php:1571 +#: mod/photos.php:1570 msgid "View Album" msgstr "" -#: mod/redir.php:51 mod/redir.php:104 +#: mod/redir.php:50 mod/redir.php:103 msgid "Bad Request." msgstr "" -#: mod/redir.php:57 mod/redir.php:131 src/Module/Contact/Advanced.php:71 -#: src/Module/Contact/Advanced.php:110 src/Module/Contact/Contacts.php:54 +#: mod/redir.php:56 mod/redir.php:130 src/Module/Contact/Advanced.php:70 +#: src/Module/Contact/Advanced.php:109 src/Module/Contact/Contacts.php:53 #: src/Module/Contact/Conversations.php:79 #: src/Module/Contact/Conversations.php:84 #: src/Module/Contact/Conversations.php:89 src/Module/Contact/Media.php:43 #: src/Module/Contact/Posts.php:73 src/Module/Contact/Posts.php:78 #: src/Module/Contact/Posts.php:83 src/Module/Contact/Profile.php:143 #: src/Module/Contact/Profile.php:148 src/Module/Contact/Profile.php:153 -#: src/Module/FriendSuggest.php:72 src/Module/FriendSuggest.php:110 -#: src/Module/Group.php:98 src/Module/Group.php:107 +#: src/Module/FriendSuggest.php:71 src/Module/FriendSuggest.php:109 +#: src/Module/Group.php:97 src/Module/Group.php:106 msgid "Contact not found." msgstr "" -#: mod/removeme.php:66 src/Navigation/Notifications/Repository/Notify.php:467 +#: mod/removeme.php:65 src/Navigation/Notifications/Repository/Notify.php:467 msgid "[Friendica System Notify]" msgstr "" -#: mod/removeme.php:66 +#: mod/removeme.php:65 msgid "User deleted their account" msgstr "" -#: mod/removeme.php:67 +#: mod/removeme.php:66 msgid "" "On your Friendica node an user deleted their account. Please ensure that " "their data is removed from the backups." msgstr "" -#: mod/removeme.php:68 +#: mod/removeme.php:67 #, php-format msgid "The user id is %d" msgstr "" -#: mod/removeme.php:102 mod/removeme.php:105 +#: mod/removeme.php:101 mod/removeme.php:104 msgid "Remove My Account" msgstr "" -#: mod/removeme.php:103 +#: mod/removeme.php:102 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." msgstr "" -#: mod/removeme.php:104 +#: mod/removeme.php:103 msgid "Please enter your password for verification:" msgstr "" -#: mod/repair_ostatus.php:37 +#: mod/repair_ostatus.php:36 msgid "Resubscribing to OStatus contacts" msgstr "" -#: mod/repair_ostatus.php:47 src/Module/Debug/ActivityPubConversion.php:130 +#: mod/repair_ostatus.php:46 src/Module/Debug/ActivityPubConversion.php:129 #: src/Module/Debug/Babel.php:293 src/Module/Security/TwoFactor/Verify.php:99 msgid "Error" msgid_plural "Errors" msgstr[0] "" msgstr[1] "" -#: mod/settings.php:123 +#: mod/settings.php:122 msgid "Failed to connect with email account using the settings provided." msgstr "" -#: mod/settings.php:176 +#: mod/settings.php:175 msgid "Connected Apps" msgstr "" -#: mod/settings.php:177 src/Module/Admin/Blocklist/Contact.php:106 -#: src/Module/Admin/Users/Active.php:130 src/Module/Admin/Users/Blocked.php:131 +#: mod/settings.php:176 src/Module/Admin/Blocklist/Contact.php:106 +#: src/Module/Admin/Users/Active.php:129 src/Module/Admin/Users/Blocked.php:131 #: src/Module/Admin/Users/Create.php:71 src/Module/Admin/Users/Deleted.php:88 #: src/Module/Admin/Users/Index.php:143 src/Module/Admin/Users/Index.php:163 -#: src/Module/Admin/Users/Pending.php:104 src/Module/Contact/Advanced.php:135 +#: src/Module/Admin/Users/Pending.php:104 src/Module/Contact/Advanced.php:134 msgid "Name" msgstr "" -#: mod/settings.php:178 src/Content/Nav.php:215 +#: mod/settings.php:177 src/Content/Nav.php:215 msgid "Home Page" msgstr "" -#: mod/settings.php:179 src/Module/Admin/Queue.php:78 +#: mod/settings.php:178 src/Module/Admin/Queue.php:78 msgid "Created" msgstr "" -#: mod/settings.php:180 +#: mod/settings.php:179 msgid "Remove authorization" msgstr "" -#: mod/settings.php:206 mod/settings.php:238 mod/settings.php:269 -#: mod/settings.php:353 src/Module/Admin/Addons/Index.php:69 +#: mod/settings.php:205 mod/settings.php:237 mod/settings.php:268 +#: mod/settings.php:352 src/Module/Admin/Addons/Index.php:69 #: src/Module/Admin/Features.php:87 src/Module/Admin/Logs/Settings.php:81 #: src/Module/Admin/Site.php:432 src/Module/Admin/Themes/Index.php:113 -#: src/Module/Admin/Tos.php:83 src/Module/Settings/Account.php:564 -#: src/Module/Settings/Delegation.php:170 src/Module/Settings/Display.php:201 +#: src/Module/Admin/Tos.php:83 src/Module/Settings/Account.php:563 +#: src/Module/Settings/Delegation.php:169 src/Module/Settings/Display.php:200 msgid "Save Settings" msgstr "" -#: mod/settings.php:214 +#: mod/settings.php:213 msgid "Addon Settings" msgstr "" -#: mod/settings.php:215 +#: mod/settings.php:214 msgid "No Addon settings configured" msgstr "" -#: mod/settings.php:236 +#: mod/settings.php:235 msgid "Additional Features" msgstr "" -#: mod/settings.php:274 +#: mod/settings.php:273 msgid "Diaspora (Socialhome, Hubzilla)" msgstr "" -#: mod/settings.php:274 mod/settings.php:275 +#: mod/settings.php:273 mod/settings.php:274 msgid "enabled" msgstr "" -#: mod/settings.php:274 mod/settings.php:275 +#: mod/settings.php:273 mod/settings.php:274 msgid "disabled" msgstr "" -#: mod/settings.php:274 mod/settings.php:275 +#: mod/settings.php:273 mod/settings.php:274 #, php-format msgid "Built-in support for %s connectivity is %s" msgstr "" -#: mod/settings.php:275 +#: mod/settings.php:274 msgid "OStatus (GNU Social)" msgstr "" -#: mod/settings.php:301 +#: mod/settings.php:300 msgid "Email access is disabled on this site." msgstr "" -#: mod/settings.php:306 mod/settings.php:351 +#: mod/settings.php:305 mod/settings.php:350 msgid "None" msgstr "" -#: mod/settings.php:312 src/Module/BaseSettings.php:78 +#: mod/settings.php:311 src/Module/BaseSettings.php:78 msgid "Social Networks" msgstr "" -#: mod/settings.php:317 +#: mod/settings.php:316 msgid "General Social Media Settings" msgstr "" -#: mod/settings.php:320 +#: mod/settings.php:319 msgid "Followed content scope" msgstr "" -#: mod/settings.php:322 +#: mod/settings.php:321 msgid "" "By default, conversations in which your follows participated but didn't " "start will be shown in your timeline. You can turn this behavior off, or " "expand it to the conversations in which your follows liked a post." msgstr "" -#: mod/settings.php:324 +#: mod/settings.php:323 msgid "Only conversations my follows started" msgstr "" -#: mod/settings.php:325 +#: mod/settings.php:324 msgid "Conversations my follows started or commented on (default)" msgstr "" -#: mod/settings.php:326 +#: mod/settings.php:325 msgid "Any conversation my follows interacted with, including likes" msgstr "" -#: mod/settings.php:329 +#: mod/settings.php:328 msgid "Enable Content Warning" msgstr "" -#: mod/settings.php:329 +#: mod/settings.php:328 msgid "" "Users on networks like Mastodon or Pleroma are able to set a content warning " "field which collapse their post by default. This enables the automatic " @@ -1296,144 +1296,144 @@ msgid "" "affect any other content filtering you eventually set up." msgstr "" -#: mod/settings.php:330 +#: mod/settings.php:329 msgid "Enable intelligent shortening" msgstr "" -#: mod/settings.php:330 +#: mod/settings.php:329 msgid "" "Normally the system tries to find the best link to add to shortened posts. " "If disabled, every shortened post will always point to the original " "friendica post." msgstr "" -#: mod/settings.php:331 +#: mod/settings.php:330 msgid "Enable simple text shortening" msgstr "" -#: mod/settings.php:331 +#: mod/settings.php:330 msgid "" "Normally the system shortens posts at the next line feed. If this option is " "enabled then the system will shorten the text at the maximum character limit." msgstr "" -#: mod/settings.php:332 +#: mod/settings.php:331 msgid "Attach the link title" msgstr "" -#: mod/settings.php:332 +#: mod/settings.php:331 msgid "" "When activated, the title of the attached link will be added as a title on " "posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that " "share feed content." msgstr "" -#: mod/settings.php:333 +#: mod/settings.php:332 msgid "Your legacy ActivityPub/GNU Social account" msgstr "" -#: mod/settings.php:333 +#: mod/settings.php:332 msgid "" "If you enter your old account name from an ActivityPub based system or your " "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 "" -#: mod/settings.php:336 +#: mod/settings.php:335 msgid "Repair OStatus subscriptions" msgstr "" -#: mod/settings.php:340 +#: mod/settings.php:339 msgid "Email/Mailbox Setup" msgstr "" -#: mod/settings.php:341 +#: mod/settings.php:340 msgid "" "If you wish to communicate with email contacts using this service " "(optional), please specify how to connect to your mailbox." msgstr "" -#: mod/settings.php:342 +#: mod/settings.php:341 msgid "Last successful email check:" msgstr "" -#: mod/settings.php:344 +#: mod/settings.php:343 msgid "IMAP server name:" msgstr "" -#: mod/settings.php:345 +#: mod/settings.php:344 msgid "IMAP port:" msgstr "" -#: mod/settings.php:346 +#: mod/settings.php:345 msgid "Security:" msgstr "" -#: mod/settings.php:347 +#: mod/settings.php:346 msgid "Email login name:" msgstr "" -#: mod/settings.php:348 +#: mod/settings.php:347 msgid "Email password:" msgstr "" -#: mod/settings.php:349 +#: mod/settings.php:348 msgid "Reply-to address:" msgstr "" -#: mod/settings.php:350 +#: mod/settings.php:349 msgid "Send public posts to all email contacts:" msgstr "" -#: mod/settings.php:351 +#: mod/settings.php:350 msgid "Action after import:" msgstr "" -#: mod/settings.php:351 src/Content/Nav.php:283 +#: mod/settings.php:350 src/Content/Nav.php:283 msgid "Mark as seen" msgstr "" -#: mod/settings.php:351 +#: mod/settings.php:350 msgid "Move to folder" msgstr "" -#: mod/settings.php:352 +#: mod/settings.php:351 msgid "Move to folder:" msgstr "" -#: mod/suggest.php:45 +#: mod/suggest.php:44 msgid "" "No suggestions available. If this is a new site, please try again in 24 " "hours." msgstr "" -#: mod/suggest.php:56 src/Content/Widget.php:84 view/theme/vier/theme.php:202 +#: mod/suggest.php:55 src/Content/Widget.php:84 view/theme/vier/theme.php:202 msgid "Friend Suggestions" msgstr "" -#: mod/tagger.php:78 src/Content/Item.php:301 src/Model/Item.php:2861 +#: mod/tagger.php:77 src/Content/Item.php:301 src/Model/Item.php:2860 msgid "photo" msgstr "" -#: mod/tagger.php:78 src/Content/Item.php:295 src/Content/Item.php:305 +#: mod/tagger.php:77 src/Content/Item.php:295 src/Content/Item.php:305 msgid "status" msgstr "" -#: mod/tagger.php:111 src/Content/Item.php:315 +#: mod/tagger.php:110 src/Content/Item.php:315 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" -#: mod/tagrm.php:114 +#: mod/tagrm.php:113 msgid "Remove Item Tag" msgstr "" -#: mod/tagrm.php:116 +#: mod/tagrm.php:115 msgid "Select a tag to remove: " msgstr "" -#: mod/tagrm.php:127 src/Module/Settings/Delegation.php:179 -#: src/Module/Settings/TwoFactor/Trusted.php:144 +#: mod/tagrm.php:126 src/Module/Settings/Delegation.php:178 +#: src/Module/Settings/TwoFactor/Trusted.php:143 msgid "Remove" msgstr "" @@ -1441,13 +1441,13 @@ msgstr "" msgid "User imports on closed servers can only be done by an administrator." msgstr "" -#: mod/uimport.php:55 src/Module/Register.php:100 +#: mod/uimport.php:55 src/Module/Register.php:99 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." msgstr "" -#: mod/uimport.php:62 src/Module/Register.php:174 +#: mod/uimport.php:62 src/Module/Register.php:173 msgid "Import" msgstr "" @@ -1482,50 +1482,50 @@ msgid "" "select \"Export account\"" msgstr "" -#: mod/unfollow.php:66 mod/unfollow.php:135 +#: mod/unfollow.php:65 mod/unfollow.php:134 msgid "You aren't following this contact." msgstr "" -#: mod/unfollow.php:72 +#: mod/unfollow.php:71 msgid "Unfollowing is currently not supported by your network." msgstr "" -#: mod/unfollow.php:93 +#: mod/unfollow.php:92 msgid "Disconnect/Unfollow" msgstr "" -#: mod/unfollow.php:144 +#: mod/unfollow.php:143 msgid "Contact was successfully unfollowed" msgstr "" -#: mod/unfollow.php:147 +#: mod/unfollow.php:146 msgid "Unable to unfollow this contact, please contact your administrator" msgstr "" -#: mod/wall_attach.php:40 mod/wall_attach.php:46 mod/wall_attach.php:75 -#: mod/wall_upload.php:54 mod/wall_upload.php:63 mod/wall_upload.php:97 -#: mod/wall_upload.php:148 mod/wall_upload.php:150 +#: mod/wall_attach.php:39 mod/wall_attach.php:45 mod/wall_attach.php:74 +#: mod/wall_upload.php:53 mod/wall_upload.php:62 mod/wall_upload.php:96 +#: mod/wall_upload.php:147 mod/wall_upload.php:149 msgid "Invalid request." msgstr "" -#: mod/wall_attach.php:93 +#: mod/wall_attach.php:92 msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" msgstr "" -#: mod/wall_attach.php:93 +#: mod/wall_attach.php:92 msgid "Or - did you try to upload an empty file?" msgstr "" -#: mod/wall_attach.php:104 +#: mod/wall_attach.php:103 #, php-format msgid "File exceeds size limit of %s" msgstr "" -#: mod/wall_attach.php:119 +#: mod/wall_attach.php:118 msgid "File upload failed." msgstr "" -#: mod/wall_upload.php:218 src/Model/Photo.php:1087 +#: mod/wall_upload.php:217 src/Model/Photo.php:1086 msgid "Wall Photos" msgstr "" @@ -1595,16 +1595,16 @@ msgid "All contacts" msgstr "" #: src/BaseModule.php:424 src/Content/Widget.php:236 src/Core/ACL.php:194 -#: src/Module/Contact.php:371 src/Module/PermissionTooltip.php:123 -#: src/Module/PermissionTooltip.php:145 +#: src/Module/Contact.php:370 src/Module/PermissionTooltip.php:122 +#: src/Module/PermissionTooltip.php:144 msgid "Followers" msgstr "" -#: src/BaseModule.php:429 src/Content/Widget.php:237 src/Module/Contact.php:372 +#: src/BaseModule.php:429 src/Content/Widget.php:237 src/Module/Contact.php:371 msgid "Following" msgstr "" -#: src/BaseModule.php:434 src/Content/Widget.php:238 src/Module/Contact.php:373 +#: src/BaseModule.php:434 src/Content/Widget.php:238 src/Module/Contact.php:372 msgid "Mutual friends" msgstr "" @@ -1763,12 +1763,12 @@ msgid "Enter new password: " msgstr "" #: src/Console/User.php:210 src/Module/Security/PasswordTooLong.php:66 -#: src/Module/Settings/Account.php:76 +#: src/Module/Settings/Account.php:75 msgid "Password update failed. Please try again." msgstr "" #: src/Console/User.php:213 src/Module/Security/PasswordTooLong.php:69 -#: src/Module/Settings/Account.php:79 +#: src/Module/Settings/Account.php:78 msgid "Password changed." msgstr "" @@ -1857,7 +1857,7 @@ msgstr "" msgid "RSS/Atom" msgstr "" -#: src/Content/ContactSelector.php:129 src/Module/Admin/Users/Active.php:130 +#: src/Content/ContactSelector.php:129 src/Module/Admin/Users/Active.php:129 #: src/Module/Admin/Users/Blocked.php:131 src/Module/Admin/Users/Create.php:73 #: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:143 #: src/Module/Admin/Users/Index.php:163 src/Module/Admin/Users/Pending.php:104 @@ -2020,7 +2020,7 @@ msgstr "" msgid "Visible to everybody" msgstr "" -#: src/Content/Conversation.php:312 src/Module/Item/Compose.php:199 +#: src/Content/Conversation.php:312 src/Module/Item/Compose.php:198 #: src/Object/Post.php:1002 msgid "Please enter a image/video/audio/webpage URL:" msgstr "" @@ -2029,7 +2029,7 @@ msgstr "" msgid "Tag term:" msgstr "" -#: src/Content/Conversation.php:314 src/Module/Filer/SaveTag.php:74 +#: src/Content/Conversation.php:314 src/Module/Filer/SaveTag.php:73 msgid "Save to Folder:" msgstr "" @@ -2041,7 +2041,7 @@ msgstr "" msgid "Delete item(s)?" msgstr "" -#: src/Content/Conversation.php:328 src/Module/Item/Compose.php:176 +#: src/Content/Conversation.php:328 src/Module/Item/Compose.php:175 msgid "Created at" msgstr "" @@ -2053,7 +2053,7 @@ msgstr "" msgid "Share" msgstr "" -#: src/Content/Conversation.php:352 src/Module/Item/Compose.php:196 +#: src/Content/Conversation.php:352 src/Module/Item/Compose.php:195 #: src/Object/Post.php:999 msgid "Image" msgstr "" @@ -2062,7 +2062,7 @@ msgstr "" msgid "Video" msgstr "" -#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:223 +#: src/Content/Conversation.php:368 src/Module/Item/Compose.php:222 msgid "Scheduled at" msgstr "" @@ -2292,7 +2292,7 @@ msgstr "" msgid "show more" msgstr "" -#: src/Content/Item.php:292 src/Model/Item.php:2859 +#: src/Content/Item.php:292 src/Model/Item.php:2858 msgid "event" msgstr "" @@ -2300,46 +2300,46 @@ msgstr "" msgid "Follow Thread" msgstr "" -#: src/Content/Item.php:385 src/Model/Contact.php:1174 +#: src/Content/Item.php:385 src/Model/Contact.php:1199 msgid "View Status" msgstr "" -#: src/Content/Item.php:386 src/Content/Item.php:404 src/Model/Contact.php:1112 -#: src/Model/Contact.php:1166 src/Model/Contact.php:1175 -#: src/Module/Directory.php:158 src/Module/Settings/Profile/Index.php:226 +#: src/Content/Item.php:386 src/Content/Item.php:404 src/Model/Contact.php:1137 +#: src/Model/Contact.php:1191 src/Model/Contact.php:1200 +#: src/Module/Directory.php:157 src/Module/Settings/Profile/Index.php:225 msgid "View Profile" msgstr "" -#: src/Content/Item.php:387 src/Model/Contact.php:1176 +#: src/Content/Item.php:387 src/Model/Contact.php:1201 msgid "View Photos" msgstr "" -#: src/Content/Item.php:388 src/Model/Contact.php:1167 -#: src/Model/Contact.php:1177 +#: src/Content/Item.php:388 src/Model/Contact.php:1192 +#: src/Model/Contact.php:1202 msgid "Network Posts" msgstr "" -#: src/Content/Item.php:389 src/Model/Contact.php:1168 -#: src/Model/Contact.php:1178 +#: src/Content/Item.php:389 src/Model/Contact.php:1193 +#: src/Model/Contact.php:1203 msgid "View Contact" msgstr "" -#: src/Content/Item.php:390 src/Model/Contact.php:1179 +#: src/Content/Item.php:390 src/Model/Contact.php:1204 msgid "Send PM" msgstr "" #: src/Content/Item.php:391 src/Module/Admin/Blocklist/Contact.php:100 -#: src/Module/Admin/Users/Active.php:141 src/Module/Admin/Users/Index.php:155 -#: src/Module/Contact.php:402 src/Module/Contact/Profile.php:350 +#: src/Module/Admin/Users/Active.php:140 src/Module/Admin/Users/Index.php:155 +#: src/Module/Contact.php:401 src/Module/Contact/Profile.php:350 #: src/Module/Contact/Profile.php:451 msgid "Block" msgstr "" -#: src/Content/Item.php:392 src/Module/Contact.php:403 +#: src/Content/Item.php:392 src/Module/Contact.php:402 #: src/Module/Contact/Profile.php:351 src/Module/Contact/Profile.php:459 -#: src/Module/Notifications/Introductions.php:134 -#: src/Module/Notifications/Introductions.php:206 -#: src/Module/Notifications/Notification.php:90 +#: src/Module/Notifications/Introductions.php:133 +#: src/Module/Notifications/Introductions.php:205 +#: src/Module/Notifications/Notification.php:89 msgid "Ignore" msgstr "" @@ -2363,7 +2363,7 @@ msgstr "" msgid "@name, !forum, #tags, content" msgstr "" -#: src/Content/Nav.php:186 src/Module/Security/Login.php:159 +#: src/Content/Nav.php:186 src/Module/Security/Login.php:158 msgid "Logout" msgstr "" @@ -2371,8 +2371,8 @@ msgstr "" msgid "End this session" msgstr "" -#: src/Content/Nav.php:188 src/Module/Bookmarklet.php:45 -#: src/Module/Security/Login.php:160 +#: src/Content/Nav.php:188 src/Module/Bookmarklet.php:44 +#: src/Module/Security/Login.php:159 msgid "Login" msgstr "" @@ -2381,8 +2381,8 @@ msgid "Sign in" msgstr "" #: src/Content/Nav.php:193 src/Module/BaseProfile.php:56 -#: src/Module/Contact.php:437 src/Module/Contact/Profile.php:382 -#: src/Module/Settings/TwoFactor/Index.php:120 view/theme/frio/theme.php:238 +#: src/Module/Contact.php:436 src/Module/Contact/Profile.php:382 +#: src/Module/Settings/TwoFactor/Index.php:119 view/theme/frio/theme.php:238 msgid "Status" msgstr "" @@ -2392,8 +2392,8 @@ msgid "Your posts and conversations" msgstr "" #: src/Content/Nav.php:194 src/Module/BaseProfile.php:48 -#: src/Module/BaseSettings.php:55 src/Module/Contact.php:461 -#: src/Module/Contact/Profile.php:384 src/Module/Profile/Profile.php:241 +#: src/Module/BaseSettings.php:55 src/Module/Contact.php:460 +#: src/Module/Contact/Profile.php:384 src/Module/Profile/Profile.php:240 #: src/Module/Welcome.php:57 view/theme/frio/theme.php:239 msgid "Profile" msgstr "" @@ -2407,7 +2407,7 @@ msgid "Your photos" msgstr "" #: src/Content/Nav.php:196 src/Module/BaseProfile.php:72 -#: src/Module/BaseProfile.php:75 src/Module/Contact.php:453 +#: src/Module/BaseProfile.php:75 src/Module/Contact.php:452 #: view/theme/frio/theme.php:241 msgid "Media" msgstr "" @@ -2432,8 +2432,8 @@ msgstr "" msgid "Home" msgstr "" -#: src/Content/Nav.php:219 src/Module/Register.php:169 -#: src/Module/Security/Login.php:125 +#: src/Content/Nav.php:219 src/Module/Register.php:168 +#: src/Module/Security/Login.php:124 msgid "Register" msgstr "" @@ -2442,10 +2442,10 @@ msgid "Create an account" msgstr "" #: src/Content/Nav.php:225 src/Module/Help.php:67 -#: src/Module/Settings/TwoFactor/AppSpecific.php:129 -#: src/Module/Settings/TwoFactor/Index.php:119 -#: src/Module/Settings/TwoFactor/Recovery.php:107 -#: src/Module/Settings/TwoFactor/Verify.php:146 view/theme/vier/theme.php:244 +#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/Index.php:118 +#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Verify.php:145 view/theme/vier/theme.php:244 msgid "Help" msgstr "" @@ -2462,7 +2462,7 @@ msgid "Addon applications, utilities, games" msgstr "" #: src/Content/Nav.php:233 src/Content/Text/HTML.php:888 -#: src/Module/Admin/Logs/View.php:87 src/Module/Search/Index.php:112 +#: src/Module/Admin/Logs/View.php:87 src/Module/Search/Index.php:111 msgid "Search" msgstr "" @@ -2481,8 +2481,8 @@ msgstr "" #: src/Content/Nav.php:238 src/Content/Nav.php:297 #: src/Content/Text/HTML.php:899 src/Module/BaseProfile.php:125 -#: src/Module/BaseProfile.php:128 src/Module/Contact.php:374 -#: src/Module/Contact.php:468 view/theme/frio/theme.php:249 +#: src/Module/BaseProfile.php:128 src/Module/Contact.php:373 +#: src/Module/Contact.php:467 view/theme/frio/theme.php:249 msgid "Contacts" msgstr "" @@ -2507,7 +2507,7 @@ msgstr "" msgid "People directory" msgstr "" -#: src/Content/Nav.php:266 src/Module/BaseAdmin.php:86 +#: src/Content/Nav.php:266 src/Module/BaseAdmin.php:85 msgid "Information" msgstr "" @@ -2516,7 +2516,7 @@ msgid "Information about this friendica instance" msgstr "" #: src/Content/Nav.php:269 src/Module/Admin/Tos.php:76 -#: src/Module/BaseAdmin.php:97 src/Module/Register.php:177 +#: src/Module/BaseAdmin.php:96 src/Module/Register.php:176 #: src/Module/Tos.php:87 msgid "Terms of Service" msgstr "" @@ -2542,7 +2542,7 @@ msgid "Friend Requests" msgstr "" #: src/Content/Nav.php:281 src/Module/BaseNotifications.php:149 -#: src/Module/Notifications/Introductions.php:75 +#: src/Module/Notifications/Introductions.php:74 msgid "Notifications" msgstr "" @@ -2588,7 +2588,7 @@ msgstr "" msgid "Manage/edit friends and contacts" msgstr "" -#: src/Content/Nav.php:302 src/Module/BaseAdmin.php:127 +#: src/Content/Nav.php:302 src/Module/BaseAdmin.php:126 msgid "Admin" msgstr "" @@ -2639,8 +2639,8 @@ msgid "" "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:1263 src/Model/Item.php:3462 -#: src/Model/Item.php:3468 src/Model/Item.php:3469 +#: src/Content/Text/BBCode.php:1263 src/Model/Item.php:3461 +#: src/Model/Item.php:3467 src/Model/Item.php:3468 msgid "Link to source" msgstr "" @@ -2673,7 +2673,7 @@ msgid "The end" msgstr "" #: src/Content/Text/HTML.php:882 src/Content/Widget/VCard.php:110 -#: src/Model/Profile.php:460 +#: src/Model/Profile.php:459 msgid "Follow" msgstr "" @@ -2712,8 +2712,8 @@ msgstr "" msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: src/Content/Widget.php:83 src/Module/Contact.php:395 -#: src/Module/Directory.php:97 view/theme/vier/theme.php:201 +#: src/Content/Widget.php:83 src/Module/Contact.php:394 +#: src/Module/Directory.php:96 view/theme/vier/theme.php:201 msgid "Find" msgstr "" @@ -2729,7 +2729,7 @@ msgstr "" msgid "Invite Friends" msgstr "" -#: src/Content/Widget.php:88 src/Module/Directory.php:89 +#: src/Content/Widget.php:88 src/Module/Directory.php:88 #: view/theme/vier/theme.php:206 msgid "Global Directory" msgstr "" @@ -2738,8 +2738,8 @@ msgstr "" msgid "Local Directory" msgstr "" -#: src/Content/Widget.php:212 src/Model/Group.php:588 -#: src/Module/Contact.php:358 src/Module/Welcome.php:76 +#: src/Content/Widget.php:212 src/Model/Group.php:587 +#: src/Module/Contact.php:357 src/Module/Welcome.php:76 msgid "Groups" msgstr "" @@ -2751,8 +2751,8 @@ msgstr "" msgid "Relationships" msgstr "" -#: src/Content/Widget.php:245 src/Module/Contact.php:310 -#: src/Module/Group.php:292 +#: src/Content/Widget.php:245 src/Module/Contact.php:309 +#: src/Module/Group.php:291 msgid "All Contacts" msgstr "" @@ -2795,15 +2795,15 @@ msgstr "" msgid "Organisations" msgstr "" -#: src/Content/Widget.php:524 src/Model/Contact.php:1605 +#: src/Content/Widget.php:524 src/Model/Contact.php:1630 msgid "News" msgstr "" -#: src/Content/Widget.php:528 src/Module/Settings/Account.php:457 +#: src/Content/Widget.php:528 src/Module/Settings/Account.php:456 msgid "Account Types" msgstr "" -#: src/Content/Widget.php:529 src/Module/Admin/BaseUsers.php:52 +#: src/Content/Widget.php:529 src/Module/Admin/BaseUsers.php:51 msgid "All" msgstr "" @@ -2853,31 +2853,31 @@ msgstr[1] "" msgid "More Trending Tags" msgstr "" -#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:379 -#: src/Module/Contact/Profile.php:373 src/Module/Profile/Profile.php:176 +#: src/Content/Widget/VCard.php:103 src/Model/Profile.php:378 +#: src/Module/Contact/Profile.php:373 src/Module/Profile/Profile.php:175 msgid "XMPP:" msgstr "" -#: src/Content/Widget/VCard.php:104 src/Model/Profile.php:380 -#: src/Module/Contact/Profile.php:375 src/Module/Profile/Profile.php:180 +#: src/Content/Widget/VCard.php:104 src/Model/Profile.php:379 +#: src/Module/Contact/Profile.php:375 src/Module/Profile/Profile.php:179 msgid "Matrix:" msgstr "" -#: src/Content/Widget/VCard.php:108 src/Model/Profile.php:472 -#: src/Module/Notifications/Introductions.php:201 +#: src/Content/Widget/VCard.php:108 src/Model/Profile.php:471 +#: src/Module/Notifications/Introductions.php:200 msgid "Network:" msgstr "" -#: src/Content/Widget/VCard.php:112 src/Model/Profile.php:462 +#: src/Content/Widget/VCard.php:112 src/Model/Profile.php:461 msgid "Unfollow" msgstr "" -#: src/Core/ACL.php:165 src/Module/Profile/Profile.php:242 +#: src/Core/ACL.php:165 src/Module/Profile/Profile.php:241 msgid "Yourself" msgstr "" -#: src/Core/ACL.php:201 src/Module/PermissionTooltip.php:129 -#: src/Module/PermissionTooltip.php:151 +#: src/Core/ACL.php:201 src/Module/PermissionTooltip.php:128 +#: src/Module/PermissionTooltip.php:150 msgid "Mutuals" msgstr "" @@ -2885,8 +2885,8 @@ msgstr "" msgid "Post to Email" msgstr "" -#: src/Core/ACL.php:320 src/Module/PermissionTooltip.php:86 -#: src/Module/PermissionTooltip.php:198 +#: src/Core/ACL.php:320 src/Module/PermissionTooltip.php:85 +#: src/Module/PermissionTooltip.php:197 msgid "Public" msgstr "" @@ -2896,7 +2896,7 @@ msgid "" "community pages and by anyone with its link." msgstr "" -#: src/Core/ACL.php:322 src/Module/PermissionTooltip.php:94 +#: src/Core/ACL.php:322 src/Module/PermissionTooltip.php:93 msgid "Limited/Private" msgstr "" @@ -3237,142 +3237,142 @@ msgstr "" msgid "Could not connect to database." msgstr "" +#: src/Core/L10n.php:403 src/Model/Event.php:428 +#: src/Module/Settings/Display.php:183 +msgid "Monday" +msgstr "" + #: src/Core/L10n.php:403 src/Model/Event.php:429 #: src/Module/Settings/Display.php:184 -msgid "Monday" +msgid "Tuesday" msgstr "" #: src/Core/L10n.php:403 src/Model/Event.php:430 #: src/Module/Settings/Display.php:185 -msgid "Tuesday" +msgid "Wednesday" msgstr "" #: src/Core/L10n.php:403 src/Model/Event.php:431 #: src/Module/Settings/Display.php:186 -msgid "Wednesday" +msgid "Thursday" msgstr "" #: src/Core/L10n.php:403 src/Model/Event.php:432 #: src/Module/Settings/Display.php:187 -msgid "Thursday" +msgid "Friday" msgstr "" #: src/Core/L10n.php:403 src/Model/Event.php:433 #: src/Module/Settings/Display.php:188 -msgid "Friday" -msgstr "" - -#: src/Core/L10n.php:403 src/Model/Event.php:434 -#: src/Module/Settings/Display.php:189 msgid "Saturday" msgstr "" -#: src/Core/L10n.php:403 src/Model/Event.php:428 -#: src/Module/Settings/Display.php:183 +#: src/Core/L10n.php:403 src/Model/Event.php:427 +#: src/Module/Settings/Display.php:182 msgid "Sunday" msgstr "" -#: src/Core/L10n.php:407 src/Model/Event.php:449 +#: src/Core/L10n.php:407 src/Model/Event.php:448 msgid "January" msgstr "" -#: src/Core/L10n.php:407 src/Model/Event.php:450 +#: src/Core/L10n.php:407 src/Model/Event.php:449 msgid "February" msgstr "" -#: src/Core/L10n.php:407 src/Model/Event.php:451 +#: src/Core/L10n.php:407 src/Model/Event.php:450 msgid "March" msgstr "" -#: src/Core/L10n.php:407 src/Model/Event.php:452 +#: src/Core/L10n.php:407 src/Model/Event.php:451 msgid "April" msgstr "" -#: src/Core/L10n.php:407 src/Core/L10n.php:426 src/Model/Event.php:440 +#: src/Core/L10n.php:407 src/Core/L10n.php:426 src/Model/Event.php:439 msgid "May" msgstr "" -#: src/Core/L10n.php:407 src/Model/Event.php:453 +#: src/Core/L10n.php:407 src/Model/Event.php:452 msgid "June" msgstr "" -#: src/Core/L10n.php:407 src/Model/Event.php:454 +#: src/Core/L10n.php:407 src/Model/Event.php:453 msgid "July" msgstr "" -#: src/Core/L10n.php:407 src/Model/Event.php:455 +#: src/Core/L10n.php:407 src/Model/Event.php:454 msgid "August" msgstr "" -#: src/Core/L10n.php:407 src/Model/Event.php:456 +#: src/Core/L10n.php:407 src/Model/Event.php:455 msgid "September" msgstr "" -#: src/Core/L10n.php:407 src/Model/Event.php:457 +#: src/Core/L10n.php:407 src/Model/Event.php:456 msgid "October" msgstr "" -#: src/Core/L10n.php:407 src/Model/Event.php:458 +#: src/Core/L10n.php:407 src/Model/Event.php:457 msgid "November" msgstr "" -#: src/Core/L10n.php:407 src/Model/Event.php:459 +#: src/Core/L10n.php:407 src/Model/Event.php:458 msgid "December" msgstr "" -#: src/Core/L10n.php:422 src/Model/Event.php:421 +#: src/Core/L10n.php:422 src/Model/Event.php:420 msgid "Mon" msgstr "" -#: src/Core/L10n.php:422 src/Model/Event.php:422 +#: src/Core/L10n.php:422 src/Model/Event.php:421 msgid "Tue" msgstr "" -#: src/Core/L10n.php:422 src/Model/Event.php:423 +#: src/Core/L10n.php:422 src/Model/Event.php:422 msgid "Wed" msgstr "" -#: src/Core/L10n.php:422 src/Model/Event.php:424 +#: src/Core/L10n.php:422 src/Model/Event.php:423 msgid "Thu" msgstr "" -#: src/Core/L10n.php:422 src/Model/Event.php:425 +#: src/Core/L10n.php:422 src/Model/Event.php:424 msgid "Fri" msgstr "" -#: src/Core/L10n.php:422 src/Model/Event.php:426 +#: src/Core/L10n.php:422 src/Model/Event.php:425 msgid "Sat" msgstr "" -#: src/Core/L10n.php:422 src/Model/Event.php:420 +#: src/Core/L10n.php:422 src/Model/Event.php:419 msgid "Sun" msgstr "" -#: src/Core/L10n.php:426 src/Model/Event.php:436 +#: src/Core/L10n.php:426 src/Model/Event.php:435 msgid "Jan" msgstr "" -#: src/Core/L10n.php:426 src/Model/Event.php:437 +#: src/Core/L10n.php:426 src/Model/Event.php:436 msgid "Feb" msgstr "" -#: src/Core/L10n.php:426 src/Model/Event.php:438 +#: src/Core/L10n.php:426 src/Model/Event.php:437 msgid "Mar" msgstr "" -#: src/Core/L10n.php:426 src/Model/Event.php:439 +#: src/Core/L10n.php:426 src/Model/Event.php:438 msgid "Apr" msgstr "" -#: src/Core/L10n.php:426 src/Model/Event.php:441 +#: src/Core/L10n.php:426 src/Model/Event.php:440 msgid "Jun" msgstr "" -#: src/Core/L10n.php:426 src/Model/Event.php:442 +#: src/Core/L10n.php:426 src/Model/Event.php:441 msgid "Jul" msgstr "" -#: src/Core/L10n.php:426 src/Model/Event.php:443 +#: src/Core/L10n.php:426 src/Model/Event.php:442 msgid "Aug" msgstr "" @@ -3380,15 +3380,15 @@ msgstr "" msgid "Sep" msgstr "" -#: src/Core/L10n.php:426 src/Model/Event.php:445 +#: src/Core/L10n.php:426 src/Model/Event.php:444 msgid "Oct" msgstr "" -#: src/Core/L10n.php:426 src/Model/Event.php:446 +#: src/Core/L10n.php:426 src/Model/Event.php:445 msgid "Nov" msgstr "" -#: src/Core/L10n.php:426 src/Model/Event.php:447 +#: src/Core/L10n.php:426 src/Model/Event.php:446 msgid "Dec" msgstr "" @@ -3588,404 +3588,404 @@ msgstr "" msgid "Legacy module file not found: %s" msgstr "" -#: src/Model/Contact.php:1170 src/Model/Contact.php:1181 +#: src/Model/Contact.php:1195 src/Model/Contact.php:1206 msgid "UnFollow" msgstr "" -#: src/Model/Contact.php:1187 src/Module/Admin/Users/Pending.php:107 -#: src/Module/Notifications/Introductions.php:132 -#: src/Module/Notifications/Introductions.php:204 +#: src/Model/Contact.php:1212 src/Module/Admin/Users/Pending.php:107 +#: src/Module/Notifications/Introductions.php:131 +#: src/Module/Notifications/Introductions.php:203 msgid "Approve" msgstr "" -#: src/Model/Contact.php:1601 +#: src/Model/Contact.php:1626 msgid "Organisation" msgstr "" -#: src/Model/Contact.php:1609 +#: src/Model/Contact.php:1634 msgid "Forum" msgstr "" -#: src/Model/Contact.php:2795 +#: src/Model/Contact.php:2820 msgid "Disallowed profile URL." msgstr "" -#: src/Model/Contact.php:2800 src/Module/Friendica.php:82 +#: src/Model/Contact.php:2825 src/Module/Friendica.php:82 msgid "Blocked domain" msgstr "" -#: src/Model/Contact.php:2805 +#: src/Model/Contact.php:2830 msgid "Connect URL missing." msgstr "" -#: src/Model/Contact.php:2814 +#: src/Model/Contact.php:2839 msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." msgstr "" -#: src/Model/Contact.php:2856 +#: src/Model/Contact.php:2881 msgid "The profile address specified does not provide adequate information." msgstr "" -#: src/Model/Contact.php:2858 +#: src/Model/Contact.php:2883 msgid "No compatible communication protocols or feeds were discovered." msgstr "" -#: src/Model/Contact.php:2861 +#: src/Model/Contact.php:2886 msgid "An author or name was not found." msgstr "" -#: src/Model/Contact.php:2864 +#: src/Model/Contact.php:2889 msgid "No browser URL could be matched to this address." msgstr "" -#: src/Model/Contact.php:2867 +#: src/Model/Contact.php:2892 msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." msgstr "" -#: src/Model/Contact.php:2868 +#: src/Model/Contact.php:2893 msgid "Use mailto: in front of address to force email check." msgstr "" -#: src/Model/Contact.php:2874 +#: src/Model/Contact.php:2899 msgid "" "The profile address specified belongs to a network which has been disabled " "on this site." msgstr "" -#: src/Model/Contact.php:2879 +#: src/Model/Contact.php:2904 msgid "" "Limited profile. This person will be unable to receive direct/personal " "notifications from you." msgstr "" -#: src/Model/Contact.php:2938 +#: src/Model/Contact.php:2963 msgid "Unable to retrieve contact information." msgstr "" -#: src/Model/Event.php:53 +#: src/Model/Event.php:52 msgid "l F d, Y \\@ g:i A \\G\\M\\TP (e)" msgstr "" -#: src/Model/Event.php:74 src/Model/Event.php:91 src/Model/Event.php:468 -#: src/Model/Event.php:902 +#: src/Model/Event.php:73 src/Model/Event.php:90 src/Model/Event.php:467 +#: src/Model/Event.php:901 msgid "Starts:" msgstr "" -#: src/Model/Event.php:77 src/Model/Event.php:97 src/Model/Event.php:469 -#: src/Model/Event.php:906 +#: src/Model/Event.php:76 src/Model/Event.php:96 src/Model/Event.php:468 +#: src/Model/Event.php:905 msgid "Finishes:" msgstr "" -#: src/Model/Event.php:418 +#: src/Model/Event.php:417 msgid "all-day" msgstr "" -#: src/Model/Event.php:444 +#: src/Model/Event.php:443 msgid "Sept" msgstr "" -#: src/Model/Event.php:466 +#: src/Model/Event.php:465 msgid "No events to display" msgstr "" -#: src/Model/Event.php:582 +#: src/Model/Event.php:581 msgid "l, F j" msgstr "" -#: src/Model/Event.php:613 +#: src/Model/Event.php:612 msgid "Edit event" msgstr "" -#: src/Model/Event.php:614 +#: src/Model/Event.php:613 msgid "Duplicate event" msgstr "" -#: src/Model/Event.php:615 +#: src/Model/Event.php:614 msgid "Delete event" msgstr "" -#: src/Model/Event.php:858 src/Module/Debug/Localtime.php:38 +#: src/Model/Event.php:857 src/Module/Debug/Localtime.php:38 msgid "l F d, Y \\@ g:i A" msgstr "" -#: src/Model/Event.php:859 +#: src/Model/Event.php:858 msgid "D g:i A" msgstr "" -#: src/Model/Event.php:860 +#: src/Model/Event.php:859 msgid "g:i A" msgstr "" -#: src/Model/Event.php:921 src/Model/Event.php:923 +#: src/Model/Event.php:920 src/Model/Event.php:922 msgid "Show map" msgstr "" -#: src/Model/Event.php:922 +#: src/Model/Event.php:921 msgid "Hide map" msgstr "" -#: src/Model/Event.php:1015 +#: src/Model/Event.php:1014 #, php-format msgid "%s's birthday" msgstr "" -#: src/Model/Event.php:1016 +#: src/Model/Event.php:1015 #, php-format msgid "Happy Birthday %s" msgstr "" -#: src/Model/Group.php:106 +#: src/Model/Group.php:105 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 "" -#: src/Model/Group.php:504 +#: src/Model/Group.php:503 msgid "Default privacy group for new contacts" msgstr "" -#: src/Model/Group.php:536 +#: src/Model/Group.php:535 msgid "Everybody" msgstr "" -#: src/Model/Group.php:555 +#: src/Model/Group.php:554 msgid "edit" msgstr "" -#: src/Model/Group.php:587 +#: src/Model/Group.php:586 msgid "add" msgstr "" -#: src/Model/Group.php:592 +#: src/Model/Group.php:591 msgid "Edit group" msgstr "" -#: src/Model/Group.php:593 src/Module/Group.php:193 +#: src/Model/Group.php:592 src/Module/Group.php:192 msgid "Contacts not in any group" msgstr "" -#: src/Model/Group.php:595 +#: src/Model/Group.php:594 msgid "Create a new group" msgstr "" -#: src/Model/Group.php:596 src/Module/Group.php:178 src/Module/Group.php:201 -#: src/Module/Group.php:276 +#: src/Model/Group.php:595 src/Module/Group.php:177 src/Module/Group.php:200 +#: src/Module/Group.php:275 msgid "Group Name: " msgstr "" -#: src/Model/Group.php:597 +#: src/Model/Group.php:596 msgid "Edit groups" msgstr "" -#: src/Model/Item.php:1971 +#: src/Model/Item.php:1970 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "" -#: src/Model/Item.php:2863 +#: src/Model/Item.php:2862 msgid "activity" msgstr "" -#: src/Model/Item.php:2865 +#: src/Model/Item.php:2864 msgid "comment" msgstr "" -#: src/Model/Item.php:2868 +#: src/Model/Item.php:2867 msgid "post" msgstr "" -#: src/Model/Item.php:3011 +#: src/Model/Item.php:3010 #, php-format msgid "Content warning: %s" msgstr "" -#: src/Model/Item.php:3374 +#: src/Model/Item.php:3373 msgid "bytes" msgstr "" -#: src/Model/Item.php:3405 +#: src/Model/Item.php:3404 #, php-format msgid "%2$s (%3$d%%, %1$d vote)" msgid_plural "%2$s (%3$d%%, %1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3407 +#: src/Model/Item.php:3406 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3412 +#: src/Model/Item.php:3411 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3414 +#: src/Model/Item.php:3413 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3416 +#: src/Model/Item.php:3415 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3450 src/Model/Item.php:3451 +#: src/Model/Item.php:3449 src/Model/Item.php:3450 msgid "View on separate page" msgstr "" -#: src/Model/Mail.php:138 src/Model/Mail.php:266 +#: src/Model/Mail.php:137 src/Model/Mail.php:265 msgid "[no subject]" msgstr "" -#: src/Model/Profile.php:362 src/Module/Profile/Profile.php:256 -#: src/Module/Profile/Profile.php:258 +#: src/Model/Profile.php:361 src/Module/Profile/Profile.php:255 +#: src/Module/Profile/Profile.php:257 msgid "Edit profile" msgstr "" -#: src/Model/Profile.php:364 +#: src/Model/Profile.php:363 msgid "Change profile photo" msgstr "" -#: src/Model/Profile.php:377 src/Module/Directory.php:153 -#: src/Module/Profile/Profile.php:184 +#: src/Model/Profile.php:376 src/Module/Directory.php:152 +#: src/Module/Profile/Profile.php:183 msgid "Homepage:" msgstr "" -#: src/Model/Profile.php:378 src/Module/Contact/Profile.php:377 -#: src/Module/Notifications/Introductions.php:189 +#: src/Model/Profile.php:377 src/Module/Contact/Profile.php:377 +#: src/Module/Notifications/Introductions.php:188 msgid "About:" msgstr "" -#: src/Model/Profile.php:464 +#: src/Model/Profile.php:463 msgid "Atom feed" msgstr "" -#: src/Model/Profile.php:507 +#: src/Model/Profile.php:506 msgid "F d" msgstr "" -#: src/Model/Profile.php:571 src/Model/Profile.php:660 +#: src/Model/Profile.php:570 src/Model/Profile.php:659 msgid "[today]" msgstr "" -#: src/Model/Profile.php:580 +#: src/Model/Profile.php:579 msgid "Birthday Reminders" msgstr "" -#: src/Model/Profile.php:581 +#: src/Model/Profile.php:580 msgid "Birthdays this week:" msgstr "" -#: src/Model/Profile.php:609 +#: src/Model/Profile.php:608 msgid "g A l F d" msgstr "" -#: src/Model/Profile.php:647 +#: src/Model/Profile.php:646 msgid "[No description]" msgstr "" -#: src/Model/Profile.php:673 +#: src/Model/Profile.php:672 msgid "Event Reminders" msgstr "" -#: src/Model/Profile.php:674 +#: src/Model/Profile.php:673 msgid "Upcoming events the next 7 days:" msgstr "" -#: src/Model/Profile.php:868 +#: src/Model/Profile.php:867 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "" -#: src/Model/Profile.php:1008 +#: src/Model/Profile.php:1007 msgid "Hometown:" msgstr "" -#: src/Model/Profile.php:1009 +#: src/Model/Profile.php:1008 msgid "Marital Status:" msgstr "" -#: src/Model/Profile.php:1010 +#: src/Model/Profile.php:1009 msgid "With:" msgstr "" -#: src/Model/Profile.php:1011 +#: src/Model/Profile.php:1010 msgid "Since:" msgstr "" -#: src/Model/Profile.php:1012 +#: src/Model/Profile.php:1011 msgid "Sexual Preference:" msgstr "" -#: src/Model/Profile.php:1013 +#: src/Model/Profile.php:1012 msgid "Political Views:" msgstr "" -#: src/Model/Profile.php:1014 +#: src/Model/Profile.php:1013 msgid "Religious Views:" msgstr "" -#: src/Model/Profile.php:1015 +#: src/Model/Profile.php:1014 msgid "Likes:" msgstr "" -#: src/Model/Profile.php:1016 +#: src/Model/Profile.php:1015 msgid "Dislikes:" msgstr "" -#: src/Model/Profile.php:1017 +#: src/Model/Profile.php:1016 msgid "Title/Description:" msgstr "" -#: src/Model/Profile.php:1018 src/Module/Admin/Summary.php:235 +#: src/Model/Profile.php:1017 src/Module/Admin/Summary.php:235 msgid "Summary" msgstr "" -#: src/Model/Profile.php:1019 +#: src/Model/Profile.php:1018 msgid "Musical interests" msgstr "" -#: src/Model/Profile.php:1020 +#: src/Model/Profile.php:1019 msgid "Books, literature" msgstr "" -#: src/Model/Profile.php:1021 +#: src/Model/Profile.php:1020 msgid "Television" msgstr "" -#: src/Model/Profile.php:1022 +#: src/Model/Profile.php:1021 msgid "Film/dance/culture/entertainment" msgstr "" -#: src/Model/Profile.php:1023 +#: src/Model/Profile.php:1022 msgid "Hobbies/Interests" msgstr "" -#: src/Model/Profile.php:1024 +#: src/Model/Profile.php:1023 msgid "Love/romance" msgstr "" -#: src/Model/Profile.php:1025 +#: src/Model/Profile.php:1024 msgid "Work/employment" msgstr "" -#: src/Model/Profile.php:1026 +#: src/Model/Profile.php:1025 msgid "School/education" msgstr "" -#: src/Model/Profile.php:1027 +#: src/Model/Profile.php:1026 msgid "Contact information and Social Networks" msgstr "" @@ -4297,7 +4297,7 @@ msgstr "" #: src/Module/Admin/Queue.php:72 src/Module/Admin/Site.php:429 #: src/Module/Admin/Storage.php:138 src/Module/Admin/Summary.php:234 #: src/Module/Admin/Themes/Details.php:90 src/Module/Admin/Themes/Index.php:111 -#: src/Module/Admin/Tos.php:75 src/Module/Admin/Users/Active.php:137 +#: src/Module/Admin/Tos.php:75 src/Module/Admin/Users/Active.php:136 #: src/Module/Admin/Users/Blocked.php:138 src/Module/Admin/Users/Create.php:61 #: src/Module/Admin/Users/Deleted.php:85 src/Module/Admin/Users/Index.php:150 #: src/Module/Admin/Users/Pending.php:101 @@ -4305,7 +4305,7 @@ msgid "Administration" msgstr "" #: src/Module/Admin/Addons/Details.php:112 src/Module/Admin/Addons/Index.php:68 -#: src/Module/BaseAdmin.php:94 src/Module/BaseSettings.php:85 +#: src/Module/BaseAdmin.php:93 src/Module/BaseSettings.php:85 msgid "Addons" msgstr "" @@ -4345,81 +4345,81 @@ msgid "" "the open addon registry at %2$s" msgstr "" -#: src/Module/Admin/BaseUsers.php:55 +#: src/Module/Admin/BaseUsers.php:54 msgid "List of all users" msgstr "" -#: src/Module/Admin/BaseUsers.php:60 +#: src/Module/Admin/BaseUsers.php:59 msgid "Active" msgstr "" -#: src/Module/Admin/BaseUsers.php:63 +#: src/Module/Admin/BaseUsers.php:62 msgid "List of active accounts" msgstr "" -#: src/Module/Admin/BaseUsers.php:68 src/Module/Contact.php:318 -#: src/Module/Contact.php:378 +#: src/Module/Admin/BaseUsers.php:67 src/Module/Contact.php:317 +#: src/Module/Contact.php:377 msgid "Pending" msgstr "" -#: src/Module/Admin/BaseUsers.php:71 +#: src/Module/Admin/BaseUsers.php:70 msgid "List of pending registrations" msgstr "" -#: src/Module/Admin/BaseUsers.php:76 src/Module/Contact.php:326 -#: src/Module/Contact.php:379 +#: src/Module/Admin/BaseUsers.php:75 src/Module/Contact.php:325 +#: src/Module/Contact.php:378 msgid "Blocked" msgstr "" -#: src/Module/Admin/BaseUsers.php:79 +#: src/Module/Admin/BaseUsers.php:78 msgid "List of blocked users" msgstr "" -#: src/Module/Admin/BaseUsers.php:84 +#: src/Module/Admin/BaseUsers.php:83 msgid "Deleted" msgstr "" -#: src/Module/Admin/BaseUsers.php:87 +#: src/Module/Admin/BaseUsers.php:86 msgid "List of pending user deletions" msgstr "" -#: src/Module/Admin/BaseUsers.php:101 src/Module/Settings/Account.php:495 +#: src/Module/Admin/BaseUsers.php:100 src/Module/Settings/Account.php:494 msgid "Normal Account Page" msgstr "" -#: src/Module/Admin/BaseUsers.php:102 src/Module/Settings/Account.php:502 +#: src/Module/Admin/BaseUsers.php:101 src/Module/Settings/Account.php:501 msgid "Soapbox Page" msgstr "" -#: src/Module/Admin/BaseUsers.php:103 src/Module/Settings/Account.php:509 +#: src/Module/Admin/BaseUsers.php:102 src/Module/Settings/Account.php:508 msgid "Public Forum" msgstr "" -#: src/Module/Admin/BaseUsers.php:104 src/Module/Settings/Account.php:516 +#: src/Module/Admin/BaseUsers.php:103 src/Module/Settings/Account.php:515 msgid "Automatic Friend Page" msgstr "" -#: src/Module/Admin/BaseUsers.php:105 +#: src/Module/Admin/BaseUsers.php:104 msgid "Private Forum" msgstr "" -#: src/Module/Admin/BaseUsers.php:108 src/Module/Settings/Account.php:467 +#: src/Module/Admin/BaseUsers.php:107 src/Module/Settings/Account.php:466 msgid "Personal Page" msgstr "" -#: src/Module/Admin/BaseUsers.php:109 src/Module/Settings/Account.php:474 +#: src/Module/Admin/BaseUsers.php:108 src/Module/Settings/Account.php:473 msgid "Organisation Page" msgstr "" -#: src/Module/Admin/BaseUsers.php:110 src/Module/Settings/Account.php:481 +#: src/Module/Admin/BaseUsers.php:109 src/Module/Settings/Account.php:480 msgid "News Page" msgstr "" -#: src/Module/Admin/BaseUsers.php:111 src/Module/Settings/Account.php:488 +#: src/Module/Admin/BaseUsers.php:110 src/Module/Settings/Account.php:487 msgid "Community Forum" msgstr "" -#: src/Module/Admin/BaseUsers.php:112 +#: src/Module/Admin/BaseUsers.php:111 msgid "Relay" msgstr "" @@ -4449,7 +4449,7 @@ msgid "Block Remote Contact" msgstr "" #: src/Module/Admin/Blocklist/Contact.php:98 -#: src/Module/Admin/Users/Active.php:139 src/Module/Admin/Users/Blocked.php:140 +#: src/Module/Admin/Users/Active.php:138 src/Module/Admin/Users/Blocked.php:140 #: src/Module/Admin/Users/Index.php:152 src/Module/Admin/Users/Pending.php:103 msgid "select all" msgstr "" @@ -4460,7 +4460,7 @@ msgstr "" #: src/Module/Admin/Blocklist/Contact.php:101 #: src/Module/Admin/Users/Blocked.php:143 src/Module/Admin/Users/Index.php:157 -#: src/Module/Contact.php:402 src/Module/Contact/Profile.php:350 +#: src/Module/Contact.php:401 src/Module/Contact/Profile.php:350 #: src/Module/Contact/Profile.php:451 msgid "Unblock" msgstr "" @@ -4885,7 +4885,7 @@ msgid "" "only reflect the part of the network your node is aware of." msgstr "" -#: src/Module/Admin/Federation.php:203 src/Module/BaseAdmin.php:88 +#: src/Module/Admin/Federation.php:203 src/Module/BaseAdmin.php:87 msgid "Federation Statistics" msgstr "" @@ -4906,7 +4906,7 @@ msgstr[1] "" msgid "Item marked for deletion." msgstr "" -#: src/Module/Admin/Item/Delete.php:65 src/Module/BaseAdmin.php:107 +#: src/Module/Admin/Item/Delete.php:65 src/Module/BaseAdmin.php:106 msgid "Delete Item" msgstr "" @@ -4935,7 +4935,7 @@ msgstr "" msgid "The GUID of the item you want to delete." msgstr "" -#: src/Module/Admin/Item/Source.php:53 src/Module/BaseAdmin.php:117 +#: src/Module/Admin/Item/Source.php:53 src/Module/BaseAdmin.php:116 msgid "Item Source" msgstr "" @@ -4959,7 +4959,7 @@ msgstr "" msgid "Tag" msgstr "" -#: src/Module/Admin/Item/Source.php:63 src/Module/Admin/Users/Active.php:130 +#: src/Module/Admin/Item/Source.php:63 src/Module/Admin/Users/Active.php:129 #: src/Module/Admin/Users/Blocked.php:131 src/Module/Admin/Users/Index.php:143 msgid "Type" msgstr "" @@ -4993,8 +4993,8 @@ msgstr "" msgid "PHP log currently disabled." msgstr "" -#: src/Module/Admin/Logs/Settings.php:80 src/Module/BaseAdmin.php:109 -#: src/Module/BaseAdmin.php:110 +#: src/Module/Admin/Logs/Settings.php:80 src/Module/BaseAdmin.php:108 +#: src/Module/BaseAdmin.php:109 msgid "Logs" msgstr "" @@ -5047,7 +5047,7 @@ msgid "" "is readable." msgstr "" -#: src/Module/Admin/Logs/View.php:85 src/Module/BaseAdmin.php:111 +#: src/Module/Admin/Logs/View.php:85 src/Module/BaseAdmin.php:110 msgid "View Logs" msgstr "" @@ -5089,7 +5089,7 @@ msgid "Data" msgstr "" #: src/Module/Admin/Logs/View.php:99 -#: src/Module/Debug/ActivityPubConversion.php:58 +#: src/Module/Debug/ActivityPubConversion.php:57 msgid "Source" msgstr "" @@ -5153,11 +5153,11 @@ msgstr "" msgid "Priority" msgstr "" -#: src/Module/Admin/Site.php:334 src/Module/Settings/Display.php:138 +#: src/Module/Admin/Site.php:334 src/Module/Settings/Display.php:137 msgid "No special theme for mobile devices" msgstr "" -#: src/Module/Admin/Site.php:351 src/Module/Settings/Display.php:148 +#: src/Module/Admin/Site.php:351 src/Module/Settings/Display.php:147 #, php-format msgid "%s - (Experimental)" msgstr "" @@ -5234,7 +5234,7 @@ msgstr "" msgid "Interactors" msgstr "" -#: src/Module/Admin/Site.php:430 src/Module/BaseAdmin.php:91 +#: src/Module/Admin/Site.php:430 src/Module/BaseAdmin.php:90 msgid "Site" msgstr "" @@ -5246,7 +5246,7 @@ msgstr "" msgid "Republish users to directory" msgstr "" -#: src/Module/Admin/Site.php:434 src/Module/Register.php:153 +#: src/Module/Admin/Site.php:434 src/Module/Register.php:152 msgid "Registration" msgstr "" @@ -6033,7 +6033,7 @@ msgid "" msgstr "" #: src/Module/Admin/Site.php:541 src/Module/Contact/Profile.php:275 -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:125 msgid "Disabled" msgstr "" @@ -6097,7 +6097,7 @@ msgstr "" msgid "Storage Configuration" msgstr "" -#: src/Module/Admin/Storage.php:141 src/Module/BaseAdmin.php:92 +#: src/Module/Admin/Storage.php:141 src/Module/BaseAdmin.php:91 msgid "Storage" msgstr "" @@ -6313,7 +6313,7 @@ msgid "Screenshot" msgstr "" #: src/Module/Admin/Themes/Details.php:91 src/Module/Admin/Themes/Index.php:112 -#: src/Module/BaseAdmin.php:95 +#: src/Module/BaseAdmin.php:94 msgid "Themes" msgstr "" @@ -6378,20 +6378,20 @@ msgid "" "of sections should be [h2] and below." msgstr "" -#: src/Module/Admin/Users/Active.php:46 src/Module/Admin/Users/Index.php:46 +#: src/Module/Admin/Users/Active.php:45 src/Module/Admin/Users/Index.php:46 #, php-format msgid "%s user blocked" msgid_plural "%s users blocked" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Users/Active.php:54 src/Module/Admin/Users/Active.php:89 +#: src/Module/Admin/Users/Active.php:53 src/Module/Admin/Users/Active.php:88 #: src/Module/Admin/Users/Blocked.php:55 src/Module/Admin/Users/Blocked.php:90 #: src/Module/Admin/Users/Index.php:61 src/Module/Admin/Users/Index.php:96 msgid "You can't remove yourself" msgstr "" -#: src/Module/Admin/Users/Active.php:58 src/Module/Admin/Users/Blocked.php:59 +#: src/Module/Admin/Users/Active.php:57 src/Module/Admin/Users/Blocked.php:59 #: src/Module/Admin/Users/Index.php:65 #, php-format msgid "%s user deleted" @@ -6399,66 +6399,66 @@ msgid_plural "%s users deleted" msgstr[0] "" msgstr[1] "" -#: src/Module/Admin/Users/Active.php:87 src/Module/Admin/Users/Blocked.php:88 +#: src/Module/Admin/Users/Active.php:86 src/Module/Admin/Users/Blocked.php:88 #: src/Module/Admin/Users/Index.php:94 #, php-format msgid "User \"%s\" deleted" msgstr "" -#: src/Module/Admin/Users/Active.php:97 src/Module/Admin/Users/Index.php:104 +#: src/Module/Admin/Users/Active.php:96 src/Module/Admin/Users/Index.php:104 #, php-format msgid "User \"%s\" blocked" msgstr "" -#: src/Module/Admin/Users/Active.php:130 src/Module/Admin/Users/Blocked.php:131 +#: src/Module/Admin/Users/Active.php:129 src/Module/Admin/Users/Blocked.php:131 #: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:143 #: src/Module/Admin/Users/Index.php:163 msgid "Register date" msgstr "" -#: src/Module/Admin/Users/Active.php:130 src/Module/Admin/Users/Blocked.php:131 +#: src/Module/Admin/Users/Active.php:129 src/Module/Admin/Users/Blocked.php:131 #: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:143 #: src/Module/Admin/Users/Index.php:163 msgid "Last login" msgstr "" -#: src/Module/Admin/Users/Active.php:130 src/Module/Admin/Users/Blocked.php:131 +#: src/Module/Admin/Users/Active.php:129 src/Module/Admin/Users/Blocked.php:131 #: src/Module/Admin/Users/Deleted.php:88 src/Module/Admin/Users/Index.php:143 #: src/Module/Admin/Users/Index.php:163 msgid "Last public item" msgstr "" -#: src/Module/Admin/Users/Active.php:138 +#: src/Module/Admin/Users/Active.php:137 msgid "Active Accounts" msgstr "" -#: src/Module/Admin/Users/Active.php:142 src/Module/Admin/Users/Blocked.php:142 +#: src/Module/Admin/Users/Active.php:141 src/Module/Admin/Users/Blocked.php:142 #: src/Module/Admin/Users/Index.php:156 msgid "User blocked" msgstr "" -#: src/Module/Admin/Users/Active.php:143 src/Module/Admin/Users/Blocked.php:144 +#: src/Module/Admin/Users/Active.php:142 src/Module/Admin/Users/Blocked.php:144 #: src/Module/Admin/Users/Index.php:158 msgid "Site admin" msgstr "" -#: src/Module/Admin/Users/Active.php:144 src/Module/Admin/Users/Blocked.php:145 +#: src/Module/Admin/Users/Active.php:143 src/Module/Admin/Users/Blocked.php:145 #: src/Module/Admin/Users/Index.php:159 msgid "Account expired" msgstr "" -#: src/Module/Admin/Users/Active.php:145 src/Module/Admin/Users/Index.php:162 +#: src/Module/Admin/Users/Active.php:144 src/Module/Admin/Users/Index.php:162 msgid "Create a new user" msgstr "" -#: src/Module/Admin/Users/Active.php:151 src/Module/Admin/Users/Blocked.php:151 +#: src/Module/Admin/Users/Active.php:150 src/Module/Admin/Users/Blocked.php:151 #: src/Module/Admin/Users/Index.php:168 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: src/Module/Admin/Users/Active.php:152 src/Module/Admin/Users/Blocked.php:152 +#: src/Module/Admin/Users/Active.php:151 src/Module/Admin/Users/Blocked.php:152 #: src/Module/Admin/Users/Index.php:169 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " @@ -6514,7 +6514,7 @@ msgid "Permanent deletion" msgstr "" #: src/Module/Admin/Users/Index.php:151 src/Module/Admin/Users/Index.php:161 -#: src/Module/BaseAdmin.php:93 +#: src/Module/BaseAdmin.php:92 msgid "Users" msgstr "" @@ -6608,11 +6608,11 @@ msgstr "" msgid "Contact not found" msgstr "" -#: src/Module/Apps.php:56 +#: src/Module/Apps.php:55 msgid "No installed applications." msgstr "" -#: src/Module/Apps.php:61 +#: src/Module/Apps.php:60 msgid "Applications" msgstr "" @@ -6620,89 +6620,89 @@ msgstr "" msgid "Item was not found." msgstr "" -#: src/Module/BaseAdmin.php:55 src/Module/BaseAdmin.php:59 +#: src/Module/BaseAdmin.php:54 src/Module/BaseAdmin.php:58 msgid "Please login to continue." msgstr "" -#: src/Module/BaseAdmin.php:64 +#: src/Module/BaseAdmin.php:63 msgid "You don't have access to administration pages." msgstr "" -#: src/Module/BaseAdmin.php:68 +#: src/Module/BaseAdmin.php:67 msgid "" "Submanaged account can't access the administration pages. Please log back in " "as the main account." msgstr "" -#: src/Module/BaseAdmin.php:87 +#: src/Module/BaseAdmin.php:86 msgid "Overview" msgstr "" -#: src/Module/BaseAdmin.php:90 +#: src/Module/BaseAdmin.php:89 msgid "Configuration" msgstr "" -#: src/Module/BaseAdmin.php:96 src/Module/BaseSettings.php:63 +#: src/Module/BaseAdmin.php:95 src/Module/BaseSettings.php:63 msgid "Additional features" msgstr "" -#: src/Module/BaseAdmin.php:99 +#: src/Module/BaseAdmin.php:98 msgid "Database" msgstr "" -#: src/Module/BaseAdmin.php:100 +#: src/Module/BaseAdmin.php:99 msgid "DB updates" msgstr "" -#: src/Module/BaseAdmin.php:101 +#: src/Module/BaseAdmin.php:100 msgid "Inspect Deferred Workers" msgstr "" -#: src/Module/BaseAdmin.php:102 +#: src/Module/BaseAdmin.php:101 msgid "Inspect worker Queue" msgstr "" -#: src/Module/BaseAdmin.php:104 +#: src/Module/BaseAdmin.php:103 msgid "Tools" msgstr "" -#: src/Module/BaseAdmin.php:105 +#: src/Module/BaseAdmin.php:104 msgid "Contact Blocklist" msgstr "" -#: src/Module/BaseAdmin.php:106 +#: src/Module/BaseAdmin.php:105 msgid "Server Blocklist" msgstr "" -#: src/Module/BaseAdmin.php:113 +#: src/Module/BaseAdmin.php:112 msgid "Diagnostics" msgstr "" -#: src/Module/BaseAdmin.php:114 +#: src/Module/BaseAdmin.php:113 msgid "PHP Info" msgstr "" -#: src/Module/BaseAdmin.php:115 +#: src/Module/BaseAdmin.php:114 msgid "probe address" msgstr "" -#: src/Module/BaseAdmin.php:116 +#: src/Module/BaseAdmin.php:115 msgid "check webfinger" msgstr "" -#: src/Module/BaseAdmin.php:118 +#: src/Module/BaseAdmin.php:117 msgid "Babel" msgstr "" -#: src/Module/BaseAdmin.php:119 src/Module/Debug/ActivityPubConversion.php:138 +#: src/Module/BaseAdmin.php:118 src/Module/Debug/ActivityPubConversion.php:137 msgid "ActivityPub Conversion" msgstr "" -#: src/Module/BaseAdmin.php:128 +#: src/Module/BaseAdmin.php:127 msgid "Addon Features" msgstr "" -#: src/Module/BaseAdmin.php:129 +#: src/Module/BaseAdmin.php:128 msgid "User registrations waiting for confirmation" msgstr "" @@ -6733,7 +6733,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/Module/BaseProfile.php:51 src/Module/Contact.php:464 +#: src/Module/BaseProfile.php:51 src/Module/Contact.php:463 msgid "Profile Details" msgstr "" @@ -6741,7 +6741,7 @@ msgstr "" msgid "Only You Can See This" msgstr "" -#: src/Module/BaseProfile.php:114 src/Module/Profile/Schedule.php:83 +#: src/Module/BaseProfile.php:114 src/Module/Profile/Schedule.php:82 msgid "Scheduled Posts" msgstr "" @@ -6753,12 +6753,12 @@ msgstr "" msgid "Tips for New Members" msgstr "" -#: src/Module/BaseSearch.php:70 +#: src/Module/BaseSearch.php:69 #, php-format msgid "People Search - %s" msgstr "" -#: src/Module/BaseSearch.php:80 +#: src/Module/BaseSearch.php:79 #, php-format msgid "Forum Search - %s" msgstr "" @@ -6768,7 +6768,7 @@ msgid "Account" msgstr "" #: src/Module/BaseSettings.php:48 src/Module/Security/TwoFactor/Verify.php:97 -#: src/Module/Settings/TwoFactor/Index.php:118 +#: src/Module/Settings/TwoFactor/Index.php:117 msgid "Two-factor authentication" msgstr "" @@ -6776,7 +6776,7 @@ msgstr "" msgid "Display" msgstr "" -#: src/Module/BaseSettings.php:92 src/Module/Settings/Delegation.php:171 +#: src/Module/BaseSettings.php:92 src/Module/Settings/Delegation.php:170 msgid "Manage Accounts" msgstr "" @@ -6784,7 +6784,7 @@ msgstr "" msgid "Connected apps" msgstr "" -#: src/Module/BaseSettings.php:106 src/Module/Settings/UserExport.php:77 +#: src/Module/BaseSettings.php:106 src/Module/Settings/UserExport.php:76 msgid "Export personal data" msgstr "" @@ -6792,207 +6792,207 @@ msgstr "" msgid "Remove account" msgstr "" -#: src/Module/Bookmarklet.php:55 +#: src/Module/Bookmarklet.php:54 msgid "This page is missing a url parameter." msgstr "" -#: src/Module/Bookmarklet.php:67 +#: src/Module/Bookmarklet.php:66 msgid "The post was created" msgstr "" -#: src/Module/Contact.php:89 +#: src/Module/Contact.php:88 #, php-format msgid "%d contact edited." msgid_plural "%d contacts edited." msgstr[0] "" msgstr[1] "" -#: src/Module/Contact.php:313 +#: src/Module/Contact.php:312 msgid "Show all contacts" msgstr "" -#: src/Module/Contact.php:321 +#: src/Module/Contact.php:320 msgid "Only show pending contacts" msgstr "" -#: src/Module/Contact.php:329 +#: src/Module/Contact.php:328 msgid "Only show blocked contacts" msgstr "" -#: src/Module/Contact.php:334 src/Module/Contact.php:381 +#: src/Module/Contact.php:333 src/Module/Contact.php:380 #: src/Object/Post.php:339 msgid "Ignored" msgstr "" -#: src/Module/Contact.php:337 +#: src/Module/Contact.php:336 msgid "Only show ignored contacts" msgstr "" -#: src/Module/Contact.php:342 src/Module/Contact.php:382 +#: src/Module/Contact.php:341 src/Module/Contact.php:381 msgid "Archived" msgstr "" -#: src/Module/Contact.php:345 +#: src/Module/Contact.php:344 msgid "Only show archived contacts" msgstr "" -#: src/Module/Contact.php:350 src/Module/Contact.php:380 +#: src/Module/Contact.php:349 src/Module/Contact.php:379 msgid "Hidden" msgstr "" -#: src/Module/Contact.php:353 +#: src/Module/Contact.php:352 msgid "Only show hidden contacts" msgstr "" -#: src/Module/Contact.php:361 +#: src/Module/Contact.php:360 msgid "Organize your contact groups" msgstr "" -#: src/Module/Contact.php:393 +#: src/Module/Contact.php:392 msgid "Search your contacts" msgstr "" -#: src/Module/Contact.php:394 src/Module/Search/Index.php:207 +#: src/Module/Contact.php:393 src/Module/Search/Index.php:206 #, php-format msgid "Results for: %s" msgstr "" -#: src/Module/Contact.php:401 +#: src/Module/Contact.php:400 msgid "Update" msgstr "" -#: src/Module/Contact.php:403 src/Module/Contact/Profile.php:351 +#: src/Module/Contact.php:402 src/Module/Contact/Profile.php:351 #: src/Module/Contact/Profile.php:459 msgid "Unignore" msgstr "" -#: src/Module/Contact.php:405 +#: src/Module/Contact.php:404 msgid "Batch Actions" msgstr "" -#: src/Module/Contact.php:440 +#: src/Module/Contact.php:439 msgid "Conversations started by this contact" msgstr "" -#: src/Module/Contact.php:445 +#: src/Module/Contact.php:444 msgid "Posts and Comments" msgstr "" -#: src/Module/Contact.php:456 +#: src/Module/Contact.php:455 msgid "Posts containing media objects" msgstr "" -#: src/Module/Contact.php:471 +#: src/Module/Contact.php:470 msgid "View all known contacts" msgstr "" -#: src/Module/Contact.php:481 +#: src/Module/Contact.php:480 msgid "Advanced Contact Settings" msgstr "" -#: src/Module/Contact.php:515 +#: src/Module/Contact.php:514 msgid "Mutual Friendship" msgstr "" -#: src/Module/Contact.php:519 +#: src/Module/Contact.php:518 msgid "is a fan of yours" msgstr "" -#: src/Module/Contact.php:523 +#: src/Module/Contact.php:522 msgid "you are a fan of" msgstr "" -#: src/Module/Contact.php:541 +#: src/Module/Contact.php:540 msgid "Pending outgoing contact request" msgstr "" -#: src/Module/Contact.php:543 +#: src/Module/Contact.php:542 msgid "Pending incoming contact request" msgstr "" -#: src/Module/Contact.php:556 src/Module/Contact/Profile.php:336 +#: src/Module/Contact.php:555 src/Module/Contact/Profile.php:336 #, php-format msgid "Visit %s's profile [%s]" msgstr "" -#: src/Module/Contact/Advanced.php:100 +#: src/Module/Contact/Advanced.php:99 msgid "Contact update failed." msgstr "" -#: src/Module/Contact/Advanced.php:131 +#: src/Module/Contact/Advanced.php:130 msgid "Return to contact editor" msgstr "" -#: src/Module/Contact/Advanced.php:136 +#: src/Module/Contact/Advanced.php:135 msgid "Account Nickname" msgstr "" -#: src/Module/Contact/Advanced.php:137 +#: src/Module/Contact/Advanced.php:136 msgid "Account URL" msgstr "" -#: src/Module/Contact/Advanced.php:138 +#: src/Module/Contact/Advanced.php:137 msgid "Poll/Feed URL" msgstr "" -#: src/Module/Contact/Advanced.php:139 +#: src/Module/Contact/Advanced.php:138 msgid "New photo from this URL" msgstr "" -#: src/Module/Contact/Contacts.php:49 src/Module/Conversation/Network.php:187 -#: src/Module/Group.php:102 +#: src/Module/Contact/Contacts.php:48 src/Module/Conversation/Network.php:186 +#: src/Module/Group.php:101 msgid "Invalid contact." msgstr "" -#: src/Module/Contact/Contacts.php:72 +#: src/Module/Contact/Contacts.php:71 msgid "No known contacts." msgstr "" -#: src/Module/Contact/Contacts.php:86 src/Module/Profile/Common.php:98 +#: src/Module/Contact/Contacts.php:85 src/Module/Profile/Common.php:97 msgid "No common contacts." msgstr "" -#: src/Module/Contact/Contacts.php:98 src/Module/Profile/Contacts.php:96 +#: src/Module/Contact/Contacts.php:97 src/Module/Profile/Contacts.php:95 #, php-format msgid "Follower (%s)" msgid_plural "Followers (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:102 src/Module/Profile/Contacts.php:99 +#: src/Module/Contact/Contacts.php:101 src/Module/Profile/Contacts.php:98 #, php-format msgid "Following (%s)" msgid_plural "Following (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:106 src/Module/Profile/Contacts.php:102 +#: src/Module/Contact/Contacts.php:105 src/Module/Profile/Contacts.php:101 #, php-format msgid "Mutual friend (%s)" msgid_plural "Mutual friends (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:108 src/Module/Profile/Contacts.php:104 +#: src/Module/Contact/Contacts.php:107 src/Module/Profile/Contacts.php:103 #, php-format msgid "These contacts both follow and are followed by %s." msgstr "" -#: src/Module/Contact/Contacts.php:114 src/Module/Profile/Common.php:86 +#: src/Module/Contact/Contacts.php:113 src/Module/Profile/Common.php:85 #, php-format msgid "Common contact (%s)" msgid_plural "Common contacts (%s)" msgstr[0] "" msgstr[1] "" -#: src/Module/Contact/Contacts.php:116 src/Module/Profile/Common.php:88 +#: src/Module/Contact/Contacts.php:115 src/Module/Profile/Common.php:87 #, php-format msgid "" "Both %s and yourself have publicly interacted with these " "contacts (follow, comment or likes on public posts)." msgstr "" -#: src/Module/Contact/Contacts.php:122 src/Module/Profile/Contacts.php:110 +#: src/Module/Contact/Contacts.php:121 src/Module/Profile/Contacts.php:109 #, php-format msgid "Contact (%s)" msgid_plural "Contacts (%s)" @@ -7165,7 +7165,7 @@ msgid "Awaiting connection acknowledge" msgstr "" #: src/Module/Contact/Profile.php:359 -#: src/Module/Notifications/Introductions.php:192 +#: src/Module/Notifications/Introductions.php:191 msgid "Hide this contact from others" msgstr "" @@ -7193,7 +7193,7 @@ msgid "" msgstr "" #: src/Module/Contact/Profile.php:380 -#: src/Module/Settings/TwoFactor/Index.php:140 +#: src/Module/Settings/TwoFactor/Index.php:139 msgid "Actions" msgstr "" @@ -7219,7 +7219,7 @@ msgstr "" msgid "Toggle Ignored status" msgstr "" -#: src/Module/Contact/Profile.php:468 src/Module/Contact/Revoke.php:107 +#: src/Module/Contact/Profile.php:468 src/Module/Contact/Revoke.php:106 msgid "Revoke Follow" msgstr "" @@ -7227,129 +7227,129 @@ msgstr "" msgid "Revoke the follow from this contact" msgstr "" -#: src/Module/Contact/Revoke.php:64 +#: src/Module/Contact/Revoke.php:63 msgid "Unknown contact." msgstr "" -#: src/Module/Contact/Revoke.php:74 src/Module/Group.php:111 +#: src/Module/Contact/Revoke.php:73 src/Module/Group.php:110 msgid "Contact is deleted." msgstr "" -#: src/Module/Contact/Revoke.php:78 +#: src/Module/Contact/Revoke.php:77 msgid "Contact is being deleted." msgstr "" -#: src/Module/Contact/Revoke.php:92 +#: src/Module/Contact/Revoke.php:91 msgid "Follow was successfully revoked." msgstr "" -#: src/Module/Contact/Revoke.php:108 +#: src/Module/Contact/Revoke.php:107 msgid "" "Do you really want to revoke this contact's follow? This cannot be undone " "and they will have to manually follow you back again." msgstr "" -#: src/Module/Contact/Revoke.php:109 -#: src/Module/Notifications/Introductions.php:144 -#: src/Module/OAuth/Acknowledge.php:53 src/Module/Register.php:131 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Contact/Revoke.php:108 +#: src/Module/Notifications/Introductions.php:143 +#: src/Module/OAuth/Acknowledge.php:53 src/Module/Register.php:130 +#: src/Module/Settings/TwoFactor/Trusted.php:125 msgid "Yes" msgstr "" -#: src/Module/Conversation/Community.php:74 +#: src/Module/Conversation/Community.php:73 msgid "" "This community stream shows all public posts received by this node. They may " "not reflect the opinions of this node’s users." msgstr "" -#: src/Module/Conversation/Community.php:87 +#: src/Module/Conversation/Community.php:86 msgid "Local Community" msgstr "" -#: src/Module/Conversation/Community.php:90 +#: src/Module/Conversation/Community.php:89 msgid "Posts from local users on this server" msgstr "" -#: src/Module/Conversation/Community.php:98 +#: src/Module/Conversation/Community.php:97 msgid "Global Community" msgstr "" -#: src/Module/Conversation/Community.php:101 +#: src/Module/Conversation/Community.php:100 msgid "Posts from users of the whole federated network" msgstr "" -#: src/Module/Conversation/Community.php:134 +#: src/Module/Conversation/Community.php:133 msgid "Own Contacts" msgstr "" -#: src/Module/Conversation/Community.php:138 +#: src/Module/Conversation/Community.php:137 msgid "Include" msgstr "" -#: src/Module/Conversation/Community.php:139 +#: src/Module/Conversation/Community.php:138 msgid "Hide" msgstr "" -#: src/Module/Conversation/Community.php:156 src/Module/Search/Index.php:152 -#: src/Module/Search/Index.php:194 +#: src/Module/Conversation/Community.php:155 src/Module/Search/Index.php:151 +#: src/Module/Search/Index.php:193 msgid "No results." msgstr "" -#: src/Module/Conversation/Community.php:212 +#: src/Module/Conversation/Community.php:211 msgid "Community option not available." msgstr "" -#: src/Module/Conversation/Community.php:228 +#: src/Module/Conversation/Community.php:227 msgid "Not available." msgstr "" -#: src/Module/Conversation/Network.php:173 +#: src/Module/Conversation/Network.php:172 msgid "No such group" msgstr "" -#: src/Module/Conversation/Network.php:177 +#: src/Module/Conversation/Network.php:176 #, php-format msgid "Group: %s" msgstr "" -#: src/Module/Conversation/Network.php:255 +#: src/Module/Conversation/Network.php:254 msgid "Latest Activity" msgstr "" -#: src/Module/Conversation/Network.php:258 +#: src/Module/Conversation/Network.php:257 msgid "Sort by latest activity" msgstr "" -#: src/Module/Conversation/Network.php:263 +#: src/Module/Conversation/Network.php:262 msgid "Latest Posts" msgstr "" -#: src/Module/Conversation/Network.php:266 +#: src/Module/Conversation/Network.php:265 msgid "Sort by post received date" msgstr "" -#: src/Module/Conversation/Network.php:271 +#: src/Module/Conversation/Network.php:270 msgid "Latest Creation" msgstr "" -#: src/Module/Conversation/Network.php:274 +#: src/Module/Conversation/Network.php:273 msgid "Sort by post creation date" msgstr "" -#: src/Module/Conversation/Network.php:279 -#: src/Module/Settings/Profile/Index.php:228 +#: src/Module/Conversation/Network.php:278 +#: src/Module/Settings/Profile/Index.php:227 msgid "Personal" msgstr "" -#: src/Module/Conversation/Network.php:282 +#: src/Module/Conversation/Network.php:281 msgid "Posts that mention or involve you" msgstr "" -#: src/Module/Conversation/Network.php:287 src/Object/Post.php:351 +#: src/Module/Conversation/Network.php:286 src/Object/Post.php:351 msgid "Starred" msgstr "" -#: src/Module/Conversation/Network.php:290 +#: src/Module/Conversation/Network.php:289 msgid "Favourite Posts" msgstr "" @@ -7364,23 +7364,23 @@ msgid "" "code or the translation of Friendica. Thank you all!" msgstr "" -#: src/Module/Debug/ActivityPubConversion.php:54 +#: src/Module/Debug/ActivityPubConversion.php:53 msgid "Formatted" msgstr "" -#: src/Module/Debug/ActivityPubConversion.php:66 +#: src/Module/Debug/ActivityPubConversion.php:65 msgid "Activity" msgstr "" -#: src/Module/Debug/ActivityPubConversion.php:118 +#: src/Module/Debug/ActivityPubConversion.php:117 msgid "Object data" msgstr "" -#: src/Module/Debug/ActivityPubConversion.php:125 +#: src/Module/Debug/ActivityPubConversion.php:124 msgid "Result Item" msgstr "" -#: src/Module/Debug/ActivityPubConversion.php:139 +#: src/Module/Debug/ActivityPubConversion.php:138 msgid "Source activity" msgstr "" @@ -7560,12 +7560,12 @@ msgstr "" msgid "Twitter Source / Tweet URL (requires API key)" msgstr "" -#: src/Module/Debug/Feed.php:53 src/Module/Filer/SaveTag.php:48 -#: src/Module/Settings/Profile/Index.php:142 +#: src/Module/Debug/Feed.php:52 src/Module/Filer/SaveTag.php:47 +#: src/Module/Settings/Profile/Index.php:141 msgid "You must be logged in to use this module" msgstr "" -#: src/Module/Debug/Feed.php:78 +#: src/Module/Debug/Feed.php:77 msgid "Source URL" msgstr "" @@ -7598,66 +7598,66 @@ msgstr "" msgid "Please select your timezone:" msgstr "" -#: src/Module/Debug/Probe.php:39 src/Module/Debug/WebFinger.php:38 +#: src/Module/Debug/Probe.php:38 src/Module/Debug/WebFinger.php:37 msgid "Only logged in users are permitted to perform a probing." msgstr "" -#: src/Module/Debug/Probe.php:53 +#: src/Module/Debug/Probe.php:52 msgid "Probe Diagnostic" msgstr "" -#: src/Module/Debug/Probe.php:54 +#: src/Module/Debug/Probe.php:53 msgid "Output" msgstr "" -#: src/Module/Debug/Probe.php:57 +#: src/Module/Debug/Probe.php:56 msgid "Lookup address" msgstr "" -#: src/Module/Debug/WebFinger.php:51 +#: src/Module/Debug/WebFinger.php:50 msgid "Webfinger Diagnostic" msgstr "" -#: src/Module/Debug/WebFinger.php:53 +#: src/Module/Debug/WebFinger.php:52 msgid "Lookup address:" msgstr "" -#: src/Module/Delegation.php:111 +#: src/Module/Delegation.php:110 #, php-format msgid "You are now logged in as %s" msgstr "" -#: src/Module/Delegation.php:143 +#: src/Module/Delegation.php:142 msgid "Switch between your accounts" msgstr "" -#: src/Module/Delegation.php:144 +#: src/Module/Delegation.php:143 msgid "Manage your accounts" msgstr "" -#: src/Module/Delegation.php:145 +#: src/Module/Delegation.php:144 msgid "" "Toggle between different identities or community/group pages which share " "your account details or which you have been granted \"manage\" permissions" msgstr "" -#: src/Module/Delegation.php:146 +#: src/Module/Delegation.php:145 msgid "Select an identity to manage: " msgstr "" -#: src/Module/Directory.php:75 +#: src/Module/Directory.php:74 msgid "No entries (some entries may be hidden)." msgstr "" -#: src/Module/Directory.php:91 +#: src/Module/Directory.php:90 msgid "Find on this site" msgstr "" -#: src/Module/Directory.php:93 +#: src/Module/Directory.php:92 msgid "Results for:" msgstr "" -#: src/Module/Directory.php:95 +#: src/Module/Directory.php:94 msgid "Site Directory" msgstr "" @@ -7669,23 +7669,23 @@ msgstr "" msgid "Item was not removed" msgstr "" -#: src/Module/Filer/SaveTag.php:74 +#: src/Module/Filer/SaveTag.php:73 msgid "- select -" msgstr "" -#: src/Module/FriendSuggest.php:83 +#: src/Module/FriendSuggest.php:82 msgid "Suggested contact not found." msgstr "" -#: src/Module/FriendSuggest.php:101 +#: src/Module/FriendSuggest.php:100 msgid "Friend suggestion sent." msgstr "" -#: src/Module/FriendSuggest.php:138 +#: src/Module/FriendSuggest.php:137 msgid "Suggest Friends" msgstr "" -#: src/Module/FriendSuggest.php:141 +#: src/Module/FriendSuggest.php:140 #, php-format msgid "Suggest a friend for %s" msgstr "" @@ -7737,87 +7737,87 @@ msgid "" "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "" -#: src/Module/Group.php:57 +#: src/Module/Group.php:56 msgid "Could not create group." msgstr "" -#: src/Module/Group.php:68 src/Module/Group.php:214 src/Module/Group.php:238 +#: src/Module/Group.php:67 src/Module/Group.php:213 src/Module/Group.php:237 msgid "Group not found." msgstr "" -#: src/Module/Group.php:74 +#: src/Module/Group.php:73 msgid "Group name was not changed." msgstr "" -#: src/Module/Group.php:92 +#: src/Module/Group.php:91 msgid "Unknown group." msgstr "" -#: src/Module/Group.php:117 +#: src/Module/Group.php:116 msgid "Unable to add the contact to the group." msgstr "" -#: src/Module/Group.php:120 +#: src/Module/Group.php:119 msgid "Contact successfully added to group." msgstr "" -#: src/Module/Group.php:124 +#: src/Module/Group.php:123 msgid "Unable to remove the contact from the group." msgstr "" -#: src/Module/Group.php:127 +#: src/Module/Group.php:126 msgid "Contact successfully removed from group." msgstr "" -#: src/Module/Group.php:131 +#: src/Module/Group.php:130 msgid "Bad request." msgstr "" -#: src/Module/Group.php:170 +#: src/Module/Group.php:169 msgid "Save Group" msgstr "" -#: src/Module/Group.php:171 +#: src/Module/Group.php:170 msgid "Filter" msgstr "" -#: src/Module/Group.php:177 +#: src/Module/Group.php:176 msgid "Create a group of contacts/friends." msgstr "" -#: src/Module/Group.php:219 +#: src/Module/Group.php:218 msgid "Unable to remove group." msgstr "" -#: src/Module/Group.php:270 +#: src/Module/Group.php:269 msgid "Delete Group" msgstr "" -#: src/Module/Group.php:280 +#: src/Module/Group.php:279 msgid "Edit Group Name" msgstr "" -#: src/Module/Group.php:290 +#: src/Module/Group.php:289 msgid "Members" msgstr "" -#: src/Module/Group.php:293 +#: src/Module/Group.php:292 msgid "Group is empty" msgstr "" -#: src/Module/Group.php:306 +#: src/Module/Group.php:305 msgid "Remove contact from group" msgstr "" -#: src/Module/Group.php:327 +#: src/Module/Group.php:326 msgid "Click on a contact to add or remove." msgstr "" -#: src/Module/Group.php:341 +#: src/Module/Group.php:340 msgid "Add contact to group" msgstr "" -#: src/Module/HCard.php:46 +#: src/Module/HCard.php:45 msgid "No profile" msgstr "" @@ -7829,7 +7829,7 @@ msgstr "" msgid "Help:" msgstr "" -#: src/Module/Home.php:55 +#: src/Module/Home.php:54 #, php-format msgid "Welcome to %s" msgstr "" @@ -7990,40 +7990,40 @@ msgid "" "administrator email. This will allow you to enter the site admin panel." msgstr "" -#: src/Module/Invite.php:58 +#: src/Module/Invite.php:57 msgid "Total invitation limit exceeded." msgstr "" -#: src/Module/Invite.php:83 +#: src/Module/Invite.php:82 #, php-format msgid "%s : Not a valid email address." msgstr "" -#: src/Module/Invite.php:109 +#: src/Module/Invite.php:108 msgid "Please join us on Friendica" msgstr "" -#: src/Module/Invite.php:118 +#: src/Module/Invite.php:117 msgid "Invitation limit exceeded. Please contact your site administrator." msgstr "" -#: src/Module/Invite.php:122 +#: src/Module/Invite.php:121 #, php-format msgid "%s : Message delivery failed." msgstr "" -#: src/Module/Invite.php:126 +#: src/Module/Invite.php:125 #, php-format msgid "%d message sent." msgid_plural "%d messages sent." msgstr[0] "" msgstr[1] "" -#: src/Module/Invite.php:144 +#: src/Module/Invite.php:143 msgid "You have no more invitations available" msgstr "" -#: src/Module/Invite.php:151 +#: src/Module/Invite.php:150 #, php-format msgid "" "Visit %s for a list of public sites that you can join. Friendica members on " @@ -8031,14 +8031,14 @@ msgid "" "other social networks." msgstr "" -#: src/Module/Invite.php:153 +#: src/Module/Invite.php:152 #, php-format msgid "" "To accept this invitation, please visit and register at %s or any other " "public Friendica website." msgstr "" -#: src/Module/Invite.php:154 +#: src/Module/Invite.php:153 #, php-format msgid "" "Friendica sites all inter-connect to create a huge privacy-enhanced social " @@ -8047,94 +8047,94 @@ msgid "" "sites you can join." msgstr "" -#: src/Module/Invite.php:158 +#: src/Module/Invite.php:157 msgid "" "Our apologies. This system is not currently configured to connect with other " "public sites or invite members." msgstr "" -#: src/Module/Invite.php:161 +#: src/Module/Invite.php:160 msgid "" "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." msgstr "" -#: src/Module/Invite.php:160 +#: src/Module/Invite.php:159 #, php-format msgid "To accept this invitation, please visit and register at %s." msgstr "" -#: src/Module/Invite.php:168 +#: src/Module/Invite.php:167 msgid "Send invitations" msgstr "" -#: src/Module/Invite.php:169 +#: src/Module/Invite.php:168 msgid "Enter email addresses, one per line:" msgstr "" -#: src/Module/Invite.php:173 +#: src/Module/Invite.php:172 msgid "" "You are cordially invited to join me and other close friends on Friendica - " "and help us to create a better social web." msgstr "" -#: src/Module/Invite.php:175 +#: src/Module/Invite.php:174 msgid "You will need to supply this invitation code: $invite_code" msgstr "" -#: src/Module/Invite.php:175 +#: src/Module/Invite.php:174 msgid "" "Once you have registered, please connect with me via my profile page at:" msgstr "" -#: src/Module/Invite.php:177 +#: src/Module/Invite.php:176 msgid "" "For more information about the Friendica project and why we feel it is " "important, please visit http://friendi.ca" msgstr "" -#: src/Module/Item/Compose.php:86 +#: src/Module/Item/Compose.php:85 msgid "Please enter a post body." msgstr "" -#: src/Module/Item/Compose.php:99 +#: src/Module/Item/Compose.php:98 msgid "This feature is only available with the frio theme." msgstr "" -#: src/Module/Item/Compose.php:123 +#: src/Module/Item/Compose.php:122 msgid "Compose new personal note" msgstr "" -#: src/Module/Item/Compose.php:132 +#: src/Module/Item/Compose.php:131 msgid "Compose new post" msgstr "" -#: src/Module/Item/Compose.php:188 +#: src/Module/Item/Compose.php:187 msgid "Visibility" msgstr "" -#: src/Module/Item/Compose.php:202 +#: src/Module/Item/Compose.php:201 msgid "Clear the location" msgstr "" -#: src/Module/Item/Compose.php:203 +#: src/Module/Item/Compose.php:202 msgid "Location services are unavailable on your device" msgstr "" -#: src/Module/Item/Compose.php:204 +#: src/Module/Item/Compose.php:203 msgid "" "Location services are disabled. Please check the website's permissions on " "your device" msgstr "" -#: src/Module/Item/Compose.php:210 +#: src/Module/Item/Compose.php:209 msgid "" "You can make this page always open when you use the New Post button in the " "Theme Customization settings." msgstr "" -#: src/Module/Item/Follow.php:52 +#: src/Module/Item/Follow.php:51 msgid "Unable to follow this item." msgstr "" @@ -8153,70 +8153,70 @@ msgstr "" msgid "A Decentralized Social Network" msgstr "" -#: src/Module/Notifications/Introductions.php:99 +#: src/Module/Notifications/Introductions.php:98 msgid "Show Ignored Requests" msgstr "" -#: src/Module/Notifications/Introductions.php:99 +#: src/Module/Notifications/Introductions.php:98 msgid "Hide Ignored Requests" msgstr "" -#: src/Module/Notifications/Introductions.php:115 -#: src/Module/Notifications/Introductions.php:178 +#: src/Module/Notifications/Introductions.php:114 +#: src/Module/Notifications/Introductions.php:177 msgid "Notification type:" msgstr "" -#: src/Module/Notifications/Introductions.php:118 +#: src/Module/Notifications/Introductions.php:117 msgid "Suggested by:" msgstr "" -#: src/Module/Notifications/Introductions.php:143 +#: src/Module/Notifications/Introductions.php:142 msgid "Claims to be known to you: " msgstr "" -#: src/Module/Notifications/Introductions.php:144 -#: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:132 -#: src/Module/Settings/TwoFactor/Trusted.php:126 +#: src/Module/Notifications/Introductions.php:143 +#: src/Module/OAuth/Acknowledge.php:54 src/Module/Register.php:131 +#: src/Module/Settings/TwoFactor/Trusted.php:125 msgid "No" msgstr "" -#: src/Module/Notifications/Introductions.php:152 +#: src/Module/Notifications/Introductions.php:151 msgid "Shall your connection be bidirectional or not?" msgstr "" -#: src/Module/Notifications/Introductions.php:153 +#: src/Module/Notifications/Introductions.php:152 #, 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 "" -#: src/Module/Notifications/Introductions.php:154 +#: src/Module/Notifications/Introductions.php:153 #, 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 "" -#: src/Module/Notifications/Introductions.php:156 +#: src/Module/Notifications/Introductions.php:155 msgid "Friend" msgstr "" -#: src/Module/Notifications/Introductions.php:157 +#: src/Module/Notifications/Introductions.php:156 msgid "Subscriber" msgstr "" -#: src/Module/Notifications/Introductions.php:216 +#: src/Module/Notifications/Introductions.php:215 msgid "No introductions." msgstr "" -#: src/Module/Notifications/Introductions.php:217 +#: src/Module/Notifications/Introductions.php:216 #: src/Module/Notifications/Notifications.php:134 #, php-format msgid "No more %s notifications." msgstr "" -#: src/Module/Notifications/Notification.php:136 +#: src/Module/Notifications/Notification.php:135 msgid "You must be logged in to show this page." msgstr "" @@ -8240,11 +8240,11 @@ msgstr "" msgid "Show unread" msgstr "" -#: src/Module/Notifications/Ping.php:225 +#: src/Module/Notifications/Ping.php:224 msgid "{0} requested registration" msgstr "" -#: src/Module/Notifications/Ping.php:236 +#: src/Module/Notifications/Ping.php:235 #, php-format msgid "{0} and %d others requested registration" msgstr "" @@ -8259,15 +8259,15 @@ msgid "" "and/or create new posts for you?" msgstr "" -#: src/Module/OAuth/Authorize.php:55 +#: src/Module/OAuth/Authorize.php:54 msgid "Unsupported or missing response type" msgstr "" -#: src/Module/OAuth/Authorize.php:60 src/Module/OAuth/Token.php:72 +#: src/Module/OAuth/Authorize.php:59 src/Module/OAuth/Token.php:72 msgid "Incomplete request data" msgstr "" -#: src/Module/OAuth/Authorize.php:107 +#: src/Module/OAuth/Authorize.php:106 #, php-format msgid "" "Please copy the following authentication code into your application and " @@ -8278,117 +8278,117 @@ msgstr "" msgid "Unsupported or missing grant type" msgstr "" -#: src/Module/PermissionTooltip.php:50 +#: src/Module/PermissionTooltip.php:49 #, php-format msgid "Wrong type \"%s\", expected one of: %s" msgstr "" -#: src/Module/PermissionTooltip.php:67 +#: src/Module/PermissionTooltip.php:66 msgid "Model not found" msgstr "" -#: src/Module/PermissionTooltip.php:90 +#: src/Module/PermissionTooltip.php:89 msgid "Unlisted" msgstr "" -#: src/Module/PermissionTooltip.php:108 +#: src/Module/PermissionTooltip.php:107 msgid "Remote privacy information not available." msgstr "" -#: src/Module/PermissionTooltip.php:117 +#: src/Module/PermissionTooltip.php:116 msgid "Visible to:" msgstr "" -#: src/Module/PermissionTooltip.php:201 +#: src/Module/PermissionTooltip.php:200 #, php-format msgid "Collection (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:205 +#: src/Module/PermissionTooltip.php:204 #, php-format msgid "Followers (%s)" msgstr "" -#: src/Module/PermissionTooltip.php:224 +#: src/Module/PermissionTooltip.php:223 #, php-format msgid "%d more" msgstr "" -#: src/Module/PermissionTooltip.php:228 +#: src/Module/PermissionTooltip.php:227 #, php-format msgid "To: %s
" msgstr "" -#: src/Module/PermissionTooltip.php:231 +#: src/Module/PermissionTooltip.php:230 #, php-format msgid "CC: %s
" msgstr "" -#: src/Module/PermissionTooltip.php:234 +#: src/Module/PermissionTooltip.php:233 #, php-format msgid "BCC: %s
" msgstr "" -#: src/Module/Photo.php:129 +#: src/Module/Photo.php:128 msgid "The Photo is not available." msgstr "" -#: src/Module/Photo.php:142 +#: src/Module/Photo.php:141 #, php-format msgid "The Photo with id %s is not available." msgstr "" -#: src/Module/Photo.php:175 +#: src/Module/Photo.php:174 #, php-format msgid "Invalid external resource with url %s." msgstr "" -#: src/Module/Photo.php:177 +#: src/Module/Photo.php:176 #, php-format msgid "Invalid photo with id %s." msgstr "" -#: src/Module/Profile/Contacts.php:120 +#: src/Module/Profile/Contacts.php:119 msgid "No contacts." msgstr "" -#: src/Module/Profile/Profile.php:82 +#: src/Module/Profile/Profile.php:81 msgid "Profile not found." msgstr "" -#: src/Module/Profile/Profile.php:135 +#: src/Module/Profile/Profile.php:134 #, php-format msgid "" "You're currently viewing your profile as %s Cancel" msgstr "" -#: src/Module/Profile/Profile.php:144 src/Module/Settings/Account.php:580 +#: src/Module/Profile/Profile.php:143 src/Module/Settings/Account.php:579 msgid "Full Name:" msgstr "" -#: src/Module/Profile/Profile.php:149 +#: src/Module/Profile/Profile.php:148 msgid "Member since:" msgstr "" -#: src/Module/Profile/Profile.php:155 +#: src/Module/Profile/Profile.php:154 msgid "j F, Y" msgstr "" -#: src/Module/Profile/Profile.php:156 +#: src/Module/Profile/Profile.php:155 msgid "j F" msgstr "" -#: src/Module/Profile/Profile.php:164 src/Util/Temporal.php:167 +#: src/Module/Profile/Profile.php:163 src/Util/Temporal.php:167 msgid "Birthday:" msgstr "" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Profile/Index.php:246 +#: src/Module/Profile/Profile.php:166 src/Module/Settings/Profile/Index.php:245 #: src/Util/Temporal.php:169 msgid "Age: " msgstr "" -#: src/Module/Profile/Profile.php:167 src/Module/Settings/Profile/Index.php:246 +#: src/Module/Profile/Profile.php:166 src/Module/Settings/Profile/Index.php:245 #: src/Util/Temporal.php:169 #, php-format msgid "%d year old" @@ -8396,190 +8396,190 @@ msgid_plural "%d years old" msgstr[0] "" msgstr[1] "" -#: src/Module/Profile/Profile.php:234 +#: src/Module/Profile/Profile.php:233 msgid "Forums:" msgstr "" -#: src/Module/Profile/Profile.php:246 +#: src/Module/Profile/Profile.php:245 msgid "View profile as:" msgstr "" -#: src/Module/Profile/Profile.php:263 +#: src/Module/Profile/Profile.php:262 msgid "View as" msgstr "" -#: src/Module/Profile/Profile.php:326 src/Module/Profile/Profile.php:329 -#: src/Module/Profile/Status.php:66 src/Module/Profile/Status.php:69 +#: src/Module/Profile/Profile.php:325 src/Module/Profile/Profile.php:328 +#: src/Module/Profile/Status.php:65 src/Module/Profile/Status.php:68 #: src/Protocol/Feed.php:1028 src/Protocol/OStatus.php:1047 #, php-format msgid "%s's timeline" msgstr "" -#: src/Module/Profile/Profile.php:327 src/Module/Profile/Status.php:67 +#: src/Module/Profile/Profile.php:326 src/Module/Profile/Status.php:66 #: src/Protocol/Feed.php:1032 src/Protocol/OStatus.php:1052 #, php-format msgid "%s's posts" msgstr "" -#: src/Module/Profile/Profile.php:328 src/Module/Profile/Status.php:68 +#: src/Module/Profile/Profile.php:327 src/Module/Profile/Status.php:67 #: src/Protocol/Feed.php:1035 src/Protocol/OStatus.php:1056 #, php-format msgid "%s's comments" msgstr "" -#: src/Module/Profile/Schedule.php:85 +#: src/Module/Profile/Schedule.php:84 msgid "Scheduled" msgstr "" -#: src/Module/Profile/Schedule.php:86 +#: src/Module/Profile/Schedule.php:85 msgid "Content" msgstr "" -#: src/Module/Profile/Schedule.php:87 +#: src/Module/Profile/Schedule.php:86 msgid "Remove post" msgstr "" -#: src/Module/Register.php:85 +#: src/Module/Register.php:84 msgid "Only parent users can create additional accounts." msgstr "" -#: src/Module/Register.php:117 +#: src/Module/Register.php:116 msgid "" "You may (optionally) fill in this form via OpenID by supplying your OpenID " "and clicking \"Register\"." msgstr "" -#: src/Module/Register.php:118 +#: src/Module/Register.php:117 msgid "" "If you are not familiar with OpenID, please leave that field blank and fill " "in the rest of the items." msgstr "" -#: src/Module/Register.php:119 +#: src/Module/Register.php:118 msgid "Your OpenID (optional): " msgstr "" -#: src/Module/Register.php:128 +#: src/Module/Register.php:127 msgid "Include your profile in member directory?" msgstr "" -#: src/Module/Register.php:149 +#: src/Module/Register.php:148 msgid "Note for the admin" msgstr "" -#: src/Module/Register.php:149 +#: src/Module/Register.php:148 msgid "Leave a message for the admin, why you want to join this node" msgstr "" -#: src/Module/Register.php:150 +#: src/Module/Register.php:149 msgid "Membership on this site is by invitation only." msgstr "" -#: src/Module/Register.php:151 +#: src/Module/Register.php:150 msgid "Your invitation code: " msgstr "" -#: src/Module/Register.php:159 +#: src/Module/Register.php:158 msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " msgstr "" -#: src/Module/Register.php:160 +#: src/Module/Register.php:159 msgid "" "Your Email Address: (Initial information will be send there, so this has to " "be an existing address.)" msgstr "" -#: src/Module/Register.php:161 +#: src/Module/Register.php:160 msgid "Please repeat your e-mail address:" msgstr "" -#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:98 -#: src/Module/Settings/Account.php:571 +#: src/Module/Register.php:162 src/Module/Security/PasswordTooLong.php:98 +#: src/Module/Settings/Account.php:570 msgid "New Password:" msgstr "" -#: src/Module/Register.php:163 +#: src/Module/Register.php:162 msgid "Leave empty for an auto generated password." msgstr "" -#: src/Module/Register.php:164 src/Module/Security/PasswordTooLong.php:99 -#: src/Module/Settings/Account.php:572 +#: src/Module/Register.php:163 src/Module/Security/PasswordTooLong.php:99 +#: src/Module/Settings/Account.php:571 msgid "Confirm:" msgstr "" -#: src/Module/Register.php:165 +#: src/Module/Register.php:164 #, php-format msgid "" "Choose a profile nickname. This must begin with a text character. Your " "profile address on this site will then be \"nickname@%s\"." msgstr "" -#: src/Module/Register.php:166 +#: src/Module/Register.php:165 msgid "Choose a nickname: " msgstr "" -#: src/Module/Register.php:175 +#: src/Module/Register.php:174 msgid "Import your profile to this friendica instance" msgstr "" -#: src/Module/Register.php:182 +#: src/Module/Register.php:181 msgid "Note: This node explicitly contains adult content" msgstr "" -#: src/Module/Register.php:184 src/Module/Settings/Delegation.php:155 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 msgid "Parent Password:" msgstr "" -#: src/Module/Register.php:184 src/Module/Settings/Delegation.php:155 +#: src/Module/Register.php:183 src/Module/Settings/Delegation.php:154 msgid "" "Please enter the password of the parent account to legitimize your request." msgstr "" -#: src/Module/Register.php:213 +#: src/Module/Register.php:212 msgid "Password doesn't match." msgstr "" -#: src/Module/Register.php:219 +#: src/Module/Register.php:218 msgid "Please enter your password." msgstr "" -#: src/Module/Register.php:261 +#: src/Module/Register.php:260 msgid "You have entered too much information." msgstr "" -#: src/Module/Register.php:284 +#: src/Module/Register.php:283 msgid "Please enter the identical mail address in the second field." msgstr "" -#: src/Module/Register.php:311 +#: src/Module/Register.php:310 msgid "The additional account was created." msgstr "" -#: src/Module/Register.php:336 +#: src/Module/Register.php:335 msgid "" "Registration successful. Please check your email for further instructions." msgstr "" -#: src/Module/Register.php:340 +#: src/Module/Register.php:339 #, php-format msgid "" "Failed to send email message. Here your accout details:
login: %s
" "password: %s

You can change your password after login." msgstr "" -#: src/Module/Register.php:346 +#: src/Module/Register.php:345 msgid "Registration successful." msgstr "" -#: src/Module/Register.php:351 src/Module/Register.php:358 +#: src/Module/Register.php:350 src/Module/Register.php:357 msgid "Your registration can not be processed." msgstr "" -#: src/Module/Register.php:357 +#: src/Module/Register.php:356 msgid "You have to leave a request note for the admin." msgstr "" -#: src/Module/Register.php:403 +#: src/Module/Register.php:402 msgid "Your registration is pending approval by the site owner." msgstr "" @@ -8624,86 +8624,86 @@ msgstr "" msgid "Your Webfinger address or profile URL:" msgstr "" -#: src/Module/Search/Acl.php:56 +#: src/Module/Search/Acl.php:55 msgid "You must be logged in to use this module." msgstr "" -#: src/Module/Search/Index.php:69 +#: src/Module/Search/Index.php:68 msgid "Only logged in users are permitted to perform a search." msgstr "" -#: src/Module/Search/Index.php:89 +#: src/Module/Search/Index.php:88 msgid "Only one search per minute is permitted for not logged in users." msgstr "" -#: src/Module/Search/Index.php:205 +#: src/Module/Search/Index.php:204 #, php-format msgid "Items tagged with: %s" msgstr "" -#: src/Module/Search/Saved.php:60 +#: src/Module/Search/Saved.php:59 msgid "Search term was not saved." msgstr "" -#: src/Module/Search/Saved.php:63 +#: src/Module/Search/Saved.php:62 msgid "Search term already saved." msgstr "" -#: src/Module/Search/Saved.php:69 +#: src/Module/Search/Saved.php:68 msgid "Search term was not removed." msgstr "" -#: src/Module/Security/Login.php:124 +#: src/Module/Security/Login.php:123 msgid "Create a New Account" msgstr "" -#: src/Module/Security/Login.php:144 +#: src/Module/Security/Login.php:143 msgid "Your OpenID: " msgstr "" -#: src/Module/Security/Login.php:147 +#: src/Module/Security/Login.php:146 msgid "" "Please enter your username and password to add the OpenID to your existing " "account." msgstr "" -#: src/Module/Security/Login.php:149 +#: src/Module/Security/Login.php:148 msgid "Or login using OpenID: " msgstr "" -#: src/Module/Security/Login.php:163 +#: src/Module/Security/Login.php:162 msgid "Password: " msgstr "" -#: src/Module/Security/Login.php:164 +#: src/Module/Security/Login.php:163 msgid "Remember me" msgstr "" -#: src/Module/Security/Login.php:173 +#: src/Module/Security/Login.php:172 msgid "Forgot your password?" msgstr "" -#: src/Module/Security/Login.php:176 +#: src/Module/Security/Login.php:175 msgid "Website Terms of Service" msgstr "" -#: src/Module/Security/Login.php:177 +#: src/Module/Security/Login.php:176 msgid "terms of service" msgstr "" -#: src/Module/Security/Login.php:179 +#: src/Module/Security/Login.php:178 msgid "Website Privacy Policy" msgstr "" -#: src/Module/Security/Login.php:180 +#: src/Module/Security/Login.php:179 msgid "privacy policy" msgstr "" -#: src/Module/Security/Logout.php:85 -#: src/Module/Security/TwoFactor/SignOut.php:80 -#: src/Module/Security/TwoFactor/SignOut.php:88 -#: src/Module/Security/TwoFactor/SignOut.php:110 -#: src/Module/Security/TwoFactor/SignOut.php:117 +#: src/Module/Security/Logout.php:84 +#: src/Module/Security/TwoFactor/SignOut.php:79 +#: src/Module/Security/TwoFactor/SignOut.php:87 +#: src/Module/Security/TwoFactor/SignOut.php:109 +#: src/Module/Security/TwoFactor/SignOut.php:116 msgid "Logged out." msgstr "" @@ -8724,7 +8724,7 @@ msgid "" msgstr "" #: src/Module/Security/PasswordTooLong.php:54 -#: src/Module/Settings/Account.php:68 +#: src/Module/Settings/Account.php:67 msgid "Passwords do not match." msgstr "" @@ -8733,7 +8733,7 @@ msgid "Password does not need changing." msgstr "" #: src/Module/Security/PasswordTooLong.php:74 -#: src/Module/Settings/Account.php:82 +#: src/Module/Settings/Account.php:81 msgid "Password unchanged." msgstr "" @@ -8753,103 +8753,103 @@ msgid "Update Password" msgstr "" #: src/Module/Security/PasswordTooLong.php:97 -#: src/Module/Settings/Account.php:573 +#: src/Module/Settings/Account.php:572 msgid "Current Password:" msgstr "" #: src/Module/Security/PasswordTooLong.php:97 -#: src/Module/Settings/Account.php:573 +#: src/Module/Settings/Account.php:572 msgid "Your current password to confirm the changes" msgstr "" #: src/Module/Security/PasswordTooLong.php:98 -#: src/Module/Settings/Account.php:556 +#: src/Module/Settings/Account.php:555 msgid "" "Allowed characters are a-z, A-Z, 0-9 and special characters except white " "spaces, accentuated letters and colon (:)." msgstr "" #: src/Module/Security/PasswordTooLong.php:98 -#: src/Module/Settings/Account.php:557 +#: src/Module/Settings/Account.php:556 msgid "Password length is limited to 72 characters." msgstr "" -#: src/Module/Security/TwoFactor/Recovery.php:75 +#: src/Module/Security/TwoFactor/Recovery.php:74 #, php-format msgid "Remaining recovery codes: %d" msgstr "" -#: src/Module/Security/TwoFactor/Recovery.php:81 +#: src/Module/Security/TwoFactor/Recovery.php:80 #: src/Module/Security/TwoFactor/Verify.php:78 -#: src/Module/Settings/TwoFactor/Verify.php:95 +#: src/Module/Settings/TwoFactor/Verify.php:94 msgid "Invalid code, please retry." msgstr "" -#: src/Module/Security/TwoFactor/Recovery.php:100 +#: src/Module/Security/TwoFactor/Recovery.php:99 msgid "Two-factor recovery" msgstr "" -#: src/Module/Security/TwoFactor/Recovery.php:101 +#: src/Module/Security/TwoFactor/Recovery.php:100 msgid "" "

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

" msgstr "" -#: src/Module/Security/TwoFactor/Recovery.php:102 +#: src/Module/Security/TwoFactor/Recovery.php:101 #, php-format msgid "" "Don’t have your phone? Enter a two-factor recovery code" msgstr "" -#: src/Module/Security/TwoFactor/Recovery.php:103 +#: src/Module/Security/TwoFactor/Recovery.php:102 msgid "Please enter a recovery code" msgstr "" -#: src/Module/Security/TwoFactor/Recovery.php:104 +#: src/Module/Security/TwoFactor/Recovery.php:103 msgid "Submit recovery code and complete login" msgstr "" -#: src/Module/Security/TwoFactor/SignOut.php:124 +#: src/Module/Security/TwoFactor/SignOut.php:123 msgid "Sign out of this browser?" msgstr "" -#: src/Module/Security/TwoFactor/SignOut.php:125 +#: src/Module/Security/TwoFactor/SignOut.php:124 msgid "" "

If you trust this browser, you will not be asked for verification code " "the next time you sign in.

" msgstr "" -#: src/Module/Security/TwoFactor/SignOut.php:126 +#: src/Module/Security/TwoFactor/SignOut.php:125 msgid "Sign out" msgstr "" -#: src/Module/Security/TwoFactor/SignOut.php:128 +#: src/Module/Security/TwoFactor/SignOut.php:127 msgid "Trust and sign out" msgstr "" -#: src/Module/Security/TwoFactor/Trust.php:97 +#: src/Module/Security/TwoFactor/Trust.php:96 msgid "Couldn't save browser to Cookie." msgstr "" -#: src/Module/Security/TwoFactor/Trust.php:142 +#: src/Module/Security/TwoFactor/Trust.php:141 msgid "Trust this browser?" msgstr "" -#: src/Module/Security/TwoFactor/Trust.php:143 +#: src/Module/Security/TwoFactor/Trust.php:142 msgid "" "

If you choose to trust this browser, you will not be asked for a " "verification code the next time you sign in.

" msgstr "" -#: src/Module/Security/TwoFactor/Trust.php:144 +#: src/Module/Security/TwoFactor/Trust.php:143 msgid "Not now" msgstr "" -#: src/Module/Security/TwoFactor/Trust.php:145 +#: src/Module/Security/TwoFactor/Trust.php:144 msgid "Don't trust" msgstr "" -#: src/Module/Security/TwoFactor/Trust.php:146 +#: src/Module/Security/TwoFactor/Trust.php:145 msgid "Trust" msgstr "" @@ -8867,7 +8867,7 @@ msgid "" msgstr "" #: src/Module/Security/TwoFactor/Verify.php:102 -#: src/Module/Settings/TwoFactor/Verify.php:155 +#: src/Module/Settings/TwoFactor/Verify.php:154 msgid "Please enter a code from your authentication app" msgstr "" @@ -8875,119 +8875,119 @@ msgstr "" msgid "Verify code and complete login" msgstr "" -#: src/Module/Settings/Account.php:97 +#: src/Module/Settings/Account.php:96 msgid "Please use a shorter name." msgstr "" -#: src/Module/Settings/Account.php:100 +#: src/Module/Settings/Account.php:99 msgid "Name too short." msgstr "" -#: src/Module/Settings/Account.php:109 +#: src/Module/Settings/Account.php:108 msgid "Wrong Password." msgstr "" -#: src/Module/Settings/Account.php:114 +#: src/Module/Settings/Account.php:113 msgid "Invalid email." msgstr "" -#: src/Module/Settings/Account.php:120 +#: src/Module/Settings/Account.php:119 msgid "Cannot change to that email." msgstr "" -#: src/Module/Settings/Account.php:150 src/Module/Settings/Account.php:202 -#: src/Module/Settings/Account.php:222 src/Module/Settings/Account.php:306 -#: src/Module/Settings/Account.php:355 +#: src/Module/Settings/Account.php:149 src/Module/Settings/Account.php:201 +#: src/Module/Settings/Account.php:221 src/Module/Settings/Account.php:305 +#: src/Module/Settings/Account.php:354 msgid "Settings were not updated." msgstr "" -#: src/Module/Settings/Account.php:367 +#: src/Module/Settings/Account.php:366 msgid "Contact CSV file upload error" msgstr "" -#: src/Module/Settings/Account.php:386 +#: src/Module/Settings/Account.php:385 msgid "Importing Contacts done" msgstr "" -#: src/Module/Settings/Account.php:399 +#: src/Module/Settings/Account.php:398 msgid "Relocate message has been send to your contacts" msgstr "" -#: src/Module/Settings/Account.php:416 +#: src/Module/Settings/Account.php:415 msgid "Unable to find your profile. Please contact your admin." msgstr "" -#: src/Module/Settings/Account.php:458 +#: src/Module/Settings/Account.php:457 msgid "Personal Page Subtypes" msgstr "" -#: src/Module/Settings/Account.php:459 +#: src/Module/Settings/Account.php:458 msgid "Community Forum Subtypes" msgstr "" -#: src/Module/Settings/Account.php:469 +#: src/Module/Settings/Account.php:468 msgid "Account for a personal profile." msgstr "" -#: src/Module/Settings/Account.php:476 +#: src/Module/Settings/Account.php:475 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:483 +#: src/Module/Settings/Account.php:482 msgid "" "Account for a news reflector that automatically approves contact requests as " "\"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:490 +#: src/Module/Settings/Account.php:489 msgid "Account for community discussions." msgstr "" -#: src/Module/Settings/Account.php:497 +#: src/Module/Settings/Account.php:496 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:504 +#: src/Module/Settings/Account.php:503 msgid "" "Account for a public profile that automatically approves contact requests as " "\"Followers\"." msgstr "" -#: src/Module/Settings/Account.php:511 +#: src/Module/Settings/Account.php:510 msgid "Automatically approves all contact requests." msgstr "" -#: src/Module/Settings/Account.php:518 +#: src/Module/Settings/Account.php:517 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "" -#: src/Module/Settings/Account.php:523 +#: src/Module/Settings/Account.php:522 msgid "Private Forum [Experimental]" msgstr "" -#: src/Module/Settings/Account.php:525 +#: src/Module/Settings/Account.php:524 msgid "Requires manual approval of contact requests." msgstr "" -#: src/Module/Settings/Account.php:534 +#: src/Module/Settings/Account.php:533 msgid "OpenID:" msgstr "" -#: src/Module/Settings/Account.php:534 +#: src/Module/Settings/Account.php:533 msgid "(Optional) Allow this OpenID to login to this account." msgstr "" -#: src/Module/Settings/Account.php:542 +#: src/Module/Settings/Account.php:541 msgid "Publish your profile in your local site directory?" msgstr "" -#: src/Module/Settings/Account.php:542 +#: src/Module/Settings/Account.php:541 #, php-format msgid "" "Your profile will be published in this node's local " @@ -8995,89 +8995,89 @@ msgid "" "system settings." msgstr "" -#: src/Module/Settings/Account.php:548 +#: src/Module/Settings/Account.php:547 #, php-format msgid "" "Your profile will also be published in the global friendica directories (e." "g. %s)." msgstr "" -#: src/Module/Settings/Account.php:561 +#: src/Module/Settings/Account.php:560 msgid "Account Settings" msgstr "" -#: src/Module/Settings/Account.php:562 +#: src/Module/Settings/Account.php:561 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "" -#: src/Module/Settings/Account.php:570 +#: src/Module/Settings/Account.php:569 msgid "Password Settings" msgstr "" -#: src/Module/Settings/Account.php:572 +#: src/Module/Settings/Account.php:571 msgid "Leave password fields blank unless changing" msgstr "" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:573 msgid "Password:" msgstr "" -#: src/Module/Settings/Account.php:574 +#: src/Module/Settings/Account.php:573 msgid "Your current password to confirm the changes of the email address" msgstr "" -#: src/Module/Settings/Account.php:577 +#: src/Module/Settings/Account.php:576 msgid "Delete OpenID URL" msgstr "" -#: src/Module/Settings/Account.php:579 +#: src/Module/Settings/Account.php:578 msgid "Basic Settings" msgstr "" -#: src/Module/Settings/Account.php:581 +#: src/Module/Settings/Account.php:580 msgid "Email Address:" msgstr "" -#: src/Module/Settings/Account.php:582 +#: src/Module/Settings/Account.php:581 msgid "Your Timezone:" msgstr "" -#: src/Module/Settings/Account.php:583 +#: src/Module/Settings/Account.php:582 msgid "Your Language:" msgstr "" -#: src/Module/Settings/Account.php:583 +#: src/Module/Settings/Account.php:582 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "" -#: src/Module/Settings/Account.php:584 +#: src/Module/Settings/Account.php:583 msgid "Default Post Location:" msgstr "" -#: src/Module/Settings/Account.php:585 +#: src/Module/Settings/Account.php:584 msgid "Use Browser Location:" msgstr "" -#: src/Module/Settings/Account.php:587 +#: src/Module/Settings/Account.php:586 msgid "Security and Privacy Settings" msgstr "" -#: src/Module/Settings/Account.php:589 +#: src/Module/Settings/Account.php:588 msgid "Maximum Friend Requests/Day:" msgstr "" -#: src/Module/Settings/Account.php:589 src/Module/Settings/Account.php:599 +#: src/Module/Settings/Account.php:588 src/Module/Settings/Account.php:598 msgid "(to prevent spam abuse)" msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:590 msgid "Allow your profile to be searchable globally?" msgstr "" -#: src/Module/Settings/Account.php:591 +#: src/Module/Settings/Account.php:590 msgid "" "Activate this setting if you want others to easily find and follow you. Your " "profile will be searchable on remote systems. This setting also determines " @@ -9085,43 +9085,43 @@ msgid "" "indexed or not." msgstr "" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:591 msgid "Hide your contact/friend list from viewers of your profile?" msgstr "" -#: src/Module/Settings/Account.php:592 +#: src/Module/Settings/Account.php:591 msgid "" "A list of your contacts is displayed on your profile page. Activate this " "option to disable the display of your contact list." msgstr "" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:592 msgid "Hide your profile details from anonymous viewers?" msgstr "" -#: src/Module/Settings/Account.php:593 +#: src/Module/Settings/Account.php:592 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 "" -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:593 msgid "Make public posts unlisted" msgstr "" -#: src/Module/Settings/Account.php:594 +#: src/Module/Settings/Account.php:593 msgid "" "Your public posts will not appear on the community pages or in search " "results, nor be sent to relay servers. However they can still appear on " "public feeds on remote servers." msgstr "" -#: src/Module/Settings/Account.php:595 +#: src/Module/Settings/Account.php:594 msgid "Make all posted pictures accessible" msgstr "" -#: src/Module/Settings/Account.php:595 +#: src/Module/Settings/Account.php:594 msgid "" "This option makes every posted picture accessible via the direct link. This " "is a workaround for the problem that most other networks can't handle " @@ -9129,566 +9129,566 @@ msgid "" "public on your photo albums though." msgstr "" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:595 msgid "Allow friends to post to your profile page?" msgstr "" -#: src/Module/Settings/Account.php:596 +#: src/Module/Settings/Account.php:595 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" msgstr "" -#: src/Module/Settings/Account.php:597 +#: src/Module/Settings/Account.php:596 msgid "Allow friends to tag your posts?" msgstr "" -#: src/Module/Settings/Account.php:597 +#: src/Module/Settings/Account.php:596 msgid "Your contacts can add additional tags to your posts." msgstr "" -#: src/Module/Settings/Account.php:598 +#: src/Module/Settings/Account.php:597 msgid "Permit unknown people to send you private mail?" msgstr "" -#: src/Module/Settings/Account.php:598 +#: src/Module/Settings/Account.php:597 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." msgstr "" -#: src/Module/Settings/Account.php:599 +#: src/Module/Settings/Account.php:598 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: src/Module/Settings/Account.php:601 +#: src/Module/Settings/Account.php:600 msgid "Default Post Permissions" msgstr "" -#: src/Module/Settings/Account.php:605 +#: src/Module/Settings/Account.php:604 msgid "Expiration settings" msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:605 msgid "Automatically expire posts after this many days:" msgstr "" -#: src/Module/Settings/Account.php:606 +#: src/Module/Settings/Account.php:605 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "" -#: src/Module/Settings/Account.php:607 +#: src/Module/Settings/Account.php:606 msgid "Expire posts" msgstr "" -#: src/Module/Settings/Account.php:607 +#: src/Module/Settings/Account.php:606 msgid "When activated, posts and comments will be expired." msgstr "" -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:607 msgid "Expire personal notes" msgstr "" -#: src/Module/Settings/Account.php:608 +#: src/Module/Settings/Account.php:607 msgid "" "When activated, the personal notes on your profile page will be expired." msgstr "" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:608 msgid "Expire starred posts" msgstr "" -#: src/Module/Settings/Account.php:609 +#: src/Module/Settings/Account.php:608 msgid "" "Starring posts keeps them from being expired. That behaviour is overwritten " "by this setting." msgstr "" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:609 msgid "Only expire posts by others" msgstr "" -#: src/Module/Settings/Account.php:610 +#: src/Module/Settings/Account.php:609 msgid "" "When activated, your own posts never expire. Then the settings above are " "only valid for posts you received." msgstr "" -#: src/Module/Settings/Account.php:613 +#: src/Module/Settings/Account.php:612 msgid "Notification Settings" msgstr "" -#: src/Module/Settings/Account.php:614 +#: src/Module/Settings/Account.php:613 msgid "Send a notification email when:" msgstr "" -#: src/Module/Settings/Account.php:615 +#: src/Module/Settings/Account.php:614 msgid "You receive an introduction" msgstr "" -#: src/Module/Settings/Account.php:616 +#: src/Module/Settings/Account.php:615 msgid "Your introductions are confirmed" msgstr "" -#: src/Module/Settings/Account.php:617 +#: src/Module/Settings/Account.php:616 msgid "Someone writes on your profile wall" msgstr "" -#: src/Module/Settings/Account.php:618 +#: src/Module/Settings/Account.php:617 msgid "Someone writes a followup comment" msgstr "" -#: src/Module/Settings/Account.php:619 +#: src/Module/Settings/Account.php:618 msgid "You receive a private message" msgstr "" -#: src/Module/Settings/Account.php:620 +#: src/Module/Settings/Account.php:619 msgid "You receive a friend suggestion" msgstr "" -#: src/Module/Settings/Account.php:621 +#: src/Module/Settings/Account.php:620 msgid "You are tagged in a post" msgstr "" -#: src/Module/Settings/Account.php:623 +#: src/Module/Settings/Account.php:622 msgid "Create a desktop notification when:" msgstr "" -#: src/Module/Settings/Account.php:624 +#: src/Module/Settings/Account.php:623 msgid "Someone tagged you" msgstr "" -#: src/Module/Settings/Account.php:625 +#: src/Module/Settings/Account.php:624 msgid "Someone directly commented on your post" msgstr "" -#: src/Module/Settings/Account.php:626 +#: src/Module/Settings/Account.php:625 msgid "Someone liked your content" msgstr "" -#: src/Module/Settings/Account.php:626 src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:625 src/Module/Settings/Account.php:626 msgid "Can only be enabled, when the direct comment notification is enabled." msgstr "" -#: src/Module/Settings/Account.php:627 +#: src/Module/Settings/Account.php:626 msgid "Someone shared your content" msgstr "" -#: src/Module/Settings/Account.php:628 +#: src/Module/Settings/Account.php:627 msgid "Someone commented in your thread" msgstr "" -#: src/Module/Settings/Account.php:629 +#: src/Module/Settings/Account.php:628 msgid "Someone commented in a thread where you commented" msgstr "" -#: src/Module/Settings/Account.php:630 +#: src/Module/Settings/Account.php:629 msgid "Someone commented in a thread where you interacted" msgstr "" -#: src/Module/Settings/Account.php:632 +#: src/Module/Settings/Account.php:631 msgid "Activate desktop notifications" msgstr "" -#: src/Module/Settings/Account.php:632 +#: src/Module/Settings/Account.php:631 msgid "Show desktop popup on new notifications" msgstr "" -#: src/Module/Settings/Account.php:636 +#: src/Module/Settings/Account.php:635 msgid "Text-only notification emails" msgstr "" -#: src/Module/Settings/Account.php:638 +#: src/Module/Settings/Account.php:637 msgid "Send text only notification emails, without the html part" msgstr "" -#: src/Module/Settings/Account.php:642 +#: src/Module/Settings/Account.php:641 msgid "Show detailled notifications" msgstr "" -#: src/Module/Settings/Account.php:644 +#: src/Module/Settings/Account.php:643 msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." msgstr "" -#: src/Module/Settings/Account.php:648 +#: src/Module/Settings/Account.php:647 msgid "Show notifications of ignored contacts" msgstr "" -#: src/Module/Settings/Account.php:650 +#: src/Module/Settings/Account.php:649 msgid "" "You don't see posts from ignored contacts. But you still see their comments. " "This setting controls if you want to still receive regular notifications " "that are caused by ignored contacts or not." msgstr "" -#: src/Module/Settings/Account.php:653 +#: src/Module/Settings/Account.php:652 msgid "Advanced Account/Page Type Settings" msgstr "" -#: src/Module/Settings/Account.php:654 +#: src/Module/Settings/Account.php:653 msgid "Change the behaviour of this account for special situations" msgstr "" -#: src/Module/Settings/Account.php:657 +#: src/Module/Settings/Account.php:656 msgid "Import Contacts" msgstr "" -#: src/Module/Settings/Account.php:658 +#: src/Module/Settings/Account.php:657 msgid "" "Upload a CSV file that contains the handle of your followed accounts in the " "first column you exported from the old account." msgstr "" -#: src/Module/Settings/Account.php:659 +#: src/Module/Settings/Account.php:658 msgid "Upload File" msgstr "" -#: src/Module/Settings/Account.php:662 +#: src/Module/Settings/Account.php:661 msgid "Relocate" msgstr "" -#: src/Module/Settings/Account.php:663 +#: src/Module/Settings/Account.php:662 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 "" -#: src/Module/Settings/Account.php:664 +#: src/Module/Settings/Account.php:663 msgid "Resend relocate message to contacts" msgstr "" -#: src/Module/Settings/Delegation.php:53 +#: src/Module/Settings/Delegation.php:52 msgid "Delegation successfully granted." msgstr "" -#: src/Module/Settings/Delegation.php:55 +#: src/Module/Settings/Delegation.php:54 msgid "Parent user not found, unavailable or password doesn't match." msgstr "" -#: src/Module/Settings/Delegation.php:59 +#: src/Module/Settings/Delegation.php:58 msgid "Delegation successfully revoked." msgstr "" -#: src/Module/Settings/Delegation.php:81 src/Module/Settings/Delegation.php:103 +#: src/Module/Settings/Delegation.php:80 src/Module/Settings/Delegation.php:102 msgid "" "Delegated administrators can view but not change delegation permissions." msgstr "" -#: src/Module/Settings/Delegation.php:95 +#: src/Module/Settings/Delegation.php:94 msgid "Delegate user not found." msgstr "" -#: src/Module/Settings/Delegation.php:143 +#: src/Module/Settings/Delegation.php:142 msgid "No parent user" msgstr "" -#: src/Module/Settings/Delegation.php:154 -#: src/Module/Settings/Delegation.php:165 +#: src/Module/Settings/Delegation.php:153 +#: src/Module/Settings/Delegation.php:164 msgid "Parent User" msgstr "" -#: src/Module/Settings/Delegation.php:162 +#: src/Module/Settings/Delegation.php:161 msgid "Additional Accounts" msgstr "" -#: src/Module/Settings/Delegation.php:163 +#: src/Module/Settings/Delegation.php:162 msgid "" "Register additional accounts that are automatically connected to your " "existing account so you can manage them from this account." msgstr "" -#: src/Module/Settings/Delegation.php:164 +#: src/Module/Settings/Delegation.php:163 msgid "Register an additional account" msgstr "" -#: src/Module/Settings/Delegation.php:168 +#: src/Module/Settings/Delegation.php:167 msgid "" "Parent users have total control about this account, including the account " "settings. Please double check whom you give this access." msgstr "" -#: src/Module/Settings/Delegation.php:172 +#: src/Module/Settings/Delegation.php:171 msgid "Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:174 +#: src/Module/Settings/Delegation.php:173 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 "" -#: src/Module/Settings/Delegation.php:175 +#: src/Module/Settings/Delegation.php:174 msgid "Existing Page Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:177 +#: src/Module/Settings/Delegation.php:176 msgid "Potential Delegates" msgstr "" -#: src/Module/Settings/Delegation.php:180 +#: src/Module/Settings/Delegation.php:179 msgid "Add" msgstr "" -#: src/Module/Settings/Delegation.php:181 +#: src/Module/Settings/Delegation.php:180 msgid "No entries." msgstr "" -#: src/Module/Settings/Display.php:107 +#: src/Module/Settings/Display.php:106 msgid "The theme you chose isn't available." msgstr "" -#: src/Module/Settings/Display.php:146 +#: src/Module/Settings/Display.php:145 #, php-format msgid "%s - (Unsupported)" msgstr "" -#: src/Module/Settings/Display.php:200 +#: src/Module/Settings/Display.php:199 msgid "Display Settings" msgstr "" -#: src/Module/Settings/Display.php:202 +#: src/Module/Settings/Display.php:201 msgid "General Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:203 +#: src/Module/Settings/Display.php:202 msgid "Custom Theme Settings" msgstr "" -#: src/Module/Settings/Display.php:204 +#: src/Module/Settings/Display.php:203 msgid "Content Settings" msgstr "" -#: src/Module/Settings/Display.php:205 view/theme/duepuntozero/config.php:87 +#: src/Module/Settings/Display.php:204 view/theme/duepuntozero/config.php:87 #: view/theme/frio/config.php:173 view/theme/quattro/config.php:89 #: view/theme/vier/config.php:137 msgid "Theme settings" msgstr "" -#: src/Module/Settings/Display.php:206 +#: src/Module/Settings/Display.php:205 msgid "Calendar" msgstr "" -#: src/Module/Settings/Display.php:212 +#: src/Module/Settings/Display.php:211 msgid "Display Theme:" msgstr "" -#: src/Module/Settings/Display.php:213 +#: src/Module/Settings/Display.php:212 msgid "Mobile Theme:" msgstr "" -#: src/Module/Settings/Display.php:216 +#: src/Module/Settings/Display.php:215 msgid "Number of items to display per page:" msgstr "" -#: src/Module/Settings/Display.php:216 src/Module/Settings/Display.php:217 +#: src/Module/Settings/Display.php:215 src/Module/Settings/Display.php:216 msgid "Maximum of 100 items" msgstr "" -#: src/Module/Settings/Display.php:217 +#: src/Module/Settings/Display.php:216 msgid "Number of items to display per page when viewed from mobile device:" msgstr "" -#: src/Module/Settings/Display.php:218 +#: src/Module/Settings/Display.php:217 msgid "Update browser every xx seconds" msgstr "" -#: src/Module/Settings/Display.php:218 +#: src/Module/Settings/Display.php:217 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "" -#: src/Module/Settings/Display.php:219 +#: src/Module/Settings/Display.php:218 msgid "Automatic updates only at the top of the post stream pages" msgstr "" -#: src/Module/Settings/Display.php:219 +#: src/Module/Settings/Display.php:218 msgid "" "Auto update may add new posts at the top of the post stream pages, which can " "affect the scroll position and perturb normal reading if it happens anywhere " "else the top of the page." msgstr "" -#: src/Module/Settings/Display.php:220 +#: src/Module/Settings/Display.php:219 msgid "Display emoticons" msgstr "" -#: src/Module/Settings/Display.php:220 +#: src/Module/Settings/Display.php:219 msgid "When enabled, emoticons are replaced with matching symbols." msgstr "" -#: src/Module/Settings/Display.php:221 +#: src/Module/Settings/Display.php:220 msgid "Infinite scroll" msgstr "" -#: src/Module/Settings/Display.php:221 +#: src/Module/Settings/Display.php:220 msgid "Automatic fetch new items when reaching the page end." msgstr "" -#: src/Module/Settings/Display.php:222 +#: src/Module/Settings/Display.php:221 msgid "Enable Smart Threading" msgstr "" -#: src/Module/Settings/Display.php:222 +#: src/Module/Settings/Display.php:221 msgid "Enable the automatic suppression of extraneous thread indentation." msgstr "" -#: src/Module/Settings/Display.php:223 +#: src/Module/Settings/Display.php:222 msgid "Display the Dislike feature" msgstr "" -#: src/Module/Settings/Display.php:223 +#: src/Module/Settings/Display.php:222 msgid "Display the Dislike button and dislike reactions on posts and comments." msgstr "" -#: src/Module/Settings/Display.php:224 +#: src/Module/Settings/Display.php:223 msgid "Display the resharer" msgstr "" -#: src/Module/Settings/Display.php:224 +#: src/Module/Settings/Display.php:223 msgid "Display the first resharer as icon and text on a reshared item." msgstr "" -#: src/Module/Settings/Display.php:225 +#: src/Module/Settings/Display.php:224 msgid "Stay local" msgstr "" -#: src/Module/Settings/Display.php:225 +#: src/Module/Settings/Display.php:224 msgid "Don't go to a remote system when following a contact link." msgstr "" -#: src/Module/Settings/Display.php:227 +#: src/Module/Settings/Display.php:226 msgid "Beginning of week:" msgstr "" -#: src/Module/Settings/Profile/Index.php:84 +#: src/Module/Settings/Profile/Index.php:83 msgid "Profile Name is required." msgstr "" -#: src/Module/Settings/Profile/Index.php:132 +#: src/Module/Settings/Profile/Index.php:131 msgid "Profile couldn't be updated." msgstr "" +#: src/Module/Settings/Profile/Index.php:172 +#: src/Module/Settings/Profile/Index.php:192 +msgid "Label:" +msgstr "" + #: src/Module/Settings/Profile/Index.php:173 #: src/Module/Settings/Profile/Index.php:193 -msgid "Label:" +msgid "Value:" msgstr "" -#: src/Module/Settings/Profile/Index.php:174 -#: src/Module/Settings/Profile/Index.php:194 -msgid "Value:" +#: src/Module/Settings/Profile/Index.php:183 +#: src/Module/Settings/Profile/Index.php:203 +msgid "Field Permissions" msgstr "" #: src/Module/Settings/Profile/Index.php:184 #: src/Module/Settings/Profile/Index.php:204 -msgid "Field Permissions" -msgstr "" - -#: src/Module/Settings/Profile/Index.php:185 -#: src/Module/Settings/Profile/Index.php:205 msgid "(click to open/close)" msgstr "" -#: src/Module/Settings/Profile/Index.php:191 +#: src/Module/Settings/Profile/Index.php:190 msgid "Add a new profile field" msgstr "" -#: src/Module/Settings/Profile/Index.php:221 +#: src/Module/Settings/Profile/Index.php:220 msgid "Profile Actions" msgstr "" -#: src/Module/Settings/Profile/Index.php:222 +#: src/Module/Settings/Profile/Index.php:221 msgid "Edit Profile Details" msgstr "" -#: src/Module/Settings/Profile/Index.php:224 +#: src/Module/Settings/Profile/Index.php:223 msgid "Change Profile Photo" msgstr "" -#: src/Module/Settings/Profile/Index.php:229 +#: src/Module/Settings/Profile/Index.php:228 msgid "Profile picture" msgstr "" -#: src/Module/Settings/Profile/Index.php:230 +#: src/Module/Settings/Profile/Index.php:229 msgid "Location" msgstr "" -#: src/Module/Settings/Profile/Index.php:231 src/Util/Temporal.php:96 +#: src/Module/Settings/Profile/Index.php:230 src/Util/Temporal.php:96 #: src/Util/Temporal.php:98 msgid "Miscellaneous" msgstr "" -#: src/Module/Settings/Profile/Index.php:232 +#: src/Module/Settings/Profile/Index.php:231 msgid "Custom Profile Fields" msgstr "" -#: src/Module/Settings/Profile/Index.php:234 src/Module/Welcome.php:58 +#: src/Module/Settings/Profile/Index.php:233 src/Module/Welcome.php:58 msgid "Upload Profile Photo" msgstr "" -#: src/Module/Settings/Profile/Index.php:238 +#: src/Module/Settings/Profile/Index.php:237 msgid "Display name:" msgstr "" -#: src/Module/Settings/Profile/Index.php:241 +#: src/Module/Settings/Profile/Index.php:240 msgid "Street Address:" msgstr "" -#: src/Module/Settings/Profile/Index.php:242 +#: src/Module/Settings/Profile/Index.php:241 msgid "Locality/City:" msgstr "" -#: src/Module/Settings/Profile/Index.php:243 +#: src/Module/Settings/Profile/Index.php:242 msgid "Region/State:" msgstr "" -#: src/Module/Settings/Profile/Index.php:244 +#: src/Module/Settings/Profile/Index.php:243 msgid "Postal/Zip Code:" msgstr "" -#: src/Module/Settings/Profile/Index.php:245 +#: src/Module/Settings/Profile/Index.php:244 msgid "Country:" msgstr "" -#: src/Module/Settings/Profile/Index.php:247 +#: src/Module/Settings/Profile/Index.php:246 msgid "XMPP (Jabber) address:" msgstr "" -#: src/Module/Settings/Profile/Index.php:247 +#: src/Module/Settings/Profile/Index.php:246 msgid "The XMPP address will be published so that people can follow you there." msgstr "" -#: src/Module/Settings/Profile/Index.php:248 +#: src/Module/Settings/Profile/Index.php:247 msgid "Matrix (Element) address:" msgstr "" -#: src/Module/Settings/Profile/Index.php:248 +#: src/Module/Settings/Profile/Index.php:247 msgid "" "The Matrix address will be published so that people can follow you there." msgstr "" -#: src/Module/Settings/Profile/Index.php:249 +#: src/Module/Settings/Profile/Index.php:248 msgid "Homepage URL:" msgstr "" -#: src/Module/Settings/Profile/Index.php:250 +#: src/Module/Settings/Profile/Index.php:249 msgid "Public Keywords:" msgstr "" -#: src/Module/Settings/Profile/Index.php:250 +#: src/Module/Settings/Profile/Index.php:249 msgid "(Used for suggesting potential friends, can be seen by others)" msgstr "" -#: src/Module/Settings/Profile/Index.php:251 +#: src/Module/Settings/Profile/Index.php:250 msgid "Private Keywords:" msgstr "" -#: src/Module/Settings/Profile/Index.php:251 +#: src/Module/Settings/Profile/Index.php:250 msgid "(Used for searching profiles, never shown to others)" msgstr "" -#: src/Module/Settings/Profile/Index.php:252 +#: src/Module/Settings/Profile/Index.php:251 #, php-format msgid "" "

Custom fields appear on your profile page.

\n" @@ -9699,257 +9699,257 @@ msgid "" "contacts or the Friendica contacts in the selected groups.

" msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:108 -#: src/Module/Settings/Profile/Photo/Crop.php:126 -#: src/Module/Settings/Profile/Photo/Crop.php:144 -#: src/Module/Settings/Profile/Photo/Index.php:102 +#: src/Module/Settings/Profile/Photo/Crop.php:107 +#: src/Module/Settings/Profile/Photo/Crop.php:125 +#: src/Module/Settings/Profile/Photo/Crop.php:143 +#: src/Module/Settings/Profile/Photo/Index.php:101 #, php-format msgid "Image size reduction [%s] failed." msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:151 +#: src/Module/Settings/Profile/Photo/Crop.php:150 msgid "" "Shift-reload the page or clear browser cache if the new photo does not " "display immediately." msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:156 +#: src/Module/Settings/Profile/Photo/Crop.php:155 msgid "Unable to process image" msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:175 +#: src/Module/Settings/Profile/Photo/Crop.php:174 msgid "Photo not found." msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:197 +#: src/Module/Settings/Profile/Photo/Crop.php:196 msgid "Profile picture successfully updated." msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:223 -#: src/Module/Settings/Profile/Photo/Crop.php:227 +#: src/Module/Settings/Profile/Photo/Crop.php:222 +#: src/Module/Settings/Profile/Photo/Crop.php:226 msgid "Crop Image" msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:224 +#: src/Module/Settings/Profile/Photo/Crop.php:223 msgid "Please adjust the image cropping for optimum viewing." msgstr "" -#: src/Module/Settings/Profile/Photo/Crop.php:226 +#: src/Module/Settings/Profile/Photo/Crop.php:225 msgid "Use Image As Is" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:46 +#: src/Module/Settings/Profile/Photo/Index.php:45 msgid "Missing uploaded image." msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:125 +#: src/Module/Settings/Profile/Photo/Index.php:124 msgid "Profile Picture Settings" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:126 +#: src/Module/Settings/Profile/Photo/Index.php:125 msgid "Current Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:127 +#: src/Module/Settings/Profile/Photo/Index.php:126 msgid "Upload Profile Picture" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:128 +#: src/Module/Settings/Profile/Photo/Index.php:127 msgid "Upload Picture:" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:133 +#: src/Module/Settings/Profile/Photo/Index.php:132 msgid "or" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:135 +#: src/Module/Settings/Profile/Photo/Index.php:134 msgid "skip this step" msgstr "" -#: src/Module/Settings/Profile/Photo/Index.php:137 +#: src/Module/Settings/Profile/Photo/Index.php:136 msgid "select a photo from your photo albums" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:66 -#: src/Module/Settings/TwoFactor/Recovery.php:64 -#: src/Module/Settings/TwoFactor/Trusted.php:67 -#: src/Module/Settings/TwoFactor/Verify.php:69 +#: src/Module/Settings/TwoFactor/AppSpecific.php:65 +#: src/Module/Settings/TwoFactor/Recovery.php:63 +#: src/Module/Settings/TwoFactor/Trusted.php:66 +#: src/Module/Settings/TwoFactor/Verify.php:68 msgid "Please enter your password to access this page." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:84 +#: src/Module/Settings/TwoFactor/AppSpecific.php:83 msgid "App-specific password generation failed: The description is empty." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:87 +#: src/Module/Settings/TwoFactor/AppSpecific.php:86 msgid "" "App-specific password generation failed: This description already exists." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:91 +#: src/Module/Settings/TwoFactor/AppSpecific.php:90 msgid "New app-specific password generated." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:97 +#: src/Module/Settings/TwoFactor/AppSpecific.php:96 msgid "App-specific passwords successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +#: src/Module/Settings/TwoFactor/AppSpecific.php:106 msgid "App-specific password successfully revoked." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:128 +#: src/Module/Settings/TwoFactor/AppSpecific.php:127 msgid "Two-factor app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:130 +#: src/Module/Settings/TwoFactor/AppSpecific.php:129 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:131 +#: src/Module/Settings/TwoFactor/AppSpecific.php:130 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:134 +#: src/Module/Settings/TwoFactor/AppSpecific.php:133 msgid "Description" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:135 +#: src/Module/Settings/TwoFactor/AppSpecific.php:134 msgid "Last Used" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:136 +#: src/Module/Settings/TwoFactor/AppSpecific.php:135 msgid "Revoke" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:137 +#: src/Module/Settings/TwoFactor/AppSpecific.php:136 msgid "Revoke All" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:140 +#: src/Module/Settings/TwoFactor/AppSpecific.php:139 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:141 +#: src/Module/Settings/TwoFactor/AppSpecific.php:140 msgid "Generate new app-specific password" msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:142 +#: src/Module/Settings/TwoFactor/AppSpecific.php:141 msgid "Friendiqa on my Fairphone 2..." msgstr "" -#: src/Module/Settings/TwoFactor/AppSpecific.php:143 +#: src/Module/Settings/TwoFactor/AppSpecific.php:142 msgid "Generate" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:69 +#: src/Module/Settings/TwoFactor/Index.php:68 msgid "Two-factor authentication successfully disabled." msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:121 +#: src/Module/Settings/TwoFactor/Index.php:120 msgid "" "

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

" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:125 +#: src/Module/Settings/TwoFactor/Index.php:124 msgid "Authenticator app" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:125 msgid "Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:126 +#: src/Module/Settings/TwoFactor/Index.php:125 msgid "Not Configured" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:127 +#: src/Module/Settings/TwoFactor/Index.php:126 msgid "

You haven't finished configuring your authenticator app.

" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:128 +#: src/Module/Settings/TwoFactor/Index.php:127 msgid "

Your authenticator app is correctly configured.

" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:130 +#: src/Module/Settings/TwoFactor/Index.php:129 msgid "Recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:131 +#: src/Module/Settings/TwoFactor/Index.php:130 msgid "Remaining valid codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:133 +#: src/Module/Settings/TwoFactor/Index.php:132 msgid "" "

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

" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:135 +#: src/Module/Settings/TwoFactor/Index.php:134 msgid "App-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:136 +#: src/Module/Settings/TwoFactor/Index.php:135 msgid "Generated app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:138 +#: src/Module/Settings/TwoFactor/Index.php:137 msgid "" "

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

" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:140 msgid "Current password:" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:141 +#: src/Module/Settings/TwoFactor/Index.php:140 msgid "" "You need to provide your current password to change two-factor " "authentication settings." msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:142 +#: src/Module/Settings/TwoFactor/Index.php:141 msgid "Enable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:143 +#: src/Module/Settings/TwoFactor/Index.php:142 msgid "Disable two-factor authentication" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:144 +#: src/Module/Settings/TwoFactor/Index.php:143 msgid "Show recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:145 +#: src/Module/Settings/TwoFactor/Index.php:144 msgid "Manage app-specific passwords" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:146 +#: src/Module/Settings/TwoFactor/Index.php:145 msgid "Manage trusted browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Index.php:147 +#: src/Module/Settings/TwoFactor/Index.php:146 msgid "Finish app configuration" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:80 +#: src/Module/Settings/TwoFactor/Recovery.php:79 msgid "New recovery codes successfully generated." msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:106 +#: src/Module/Settings/TwoFactor/Recovery.php:105 msgid "Two-factor recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:108 +#: src/Module/Settings/TwoFactor/Recovery.php:107 msgid "" "

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." msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:110 +#: src/Module/Settings/TwoFactor/Recovery.php:109 msgid "" "When you generate new recovery codes, you must copy the new codes. Your old " "codes won’t work anymore." msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:111 +#: src/Module/Settings/TwoFactor/Recovery.php:110 msgid "Generate new recovery codes" msgstr "" -#: src/Module/Settings/TwoFactor/Recovery.php:113 +#: src/Module/Settings/TwoFactor/Recovery.php:112 msgid "Next: Verification" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:84 +#: src/Module/Settings/TwoFactor/Trusted.php:83 msgid "Trusted browsers successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:94 +#: src/Module/Settings/TwoFactor/Trusted.php:93 msgid "Trusted browser successfully removed." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:136 +#: src/Module/Settings/TwoFactor/Trusted.php:135 msgid "Two-factor Trusted Browsers" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:137 +#: src/Module/Settings/TwoFactor/Trusted.php:136 msgid "" "Trusted browsers are individual browsers you chose to skip two-factor " "authentication to access Friendica. Please use this feature sparingly, as it " "can negate the benefit of two-factor authentication." msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:138 +#: src/Module/Settings/TwoFactor/Trusted.php:137 msgid "Device" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:139 +#: src/Module/Settings/TwoFactor/Trusted.php:138 msgid "OS" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:141 +#: src/Module/Settings/TwoFactor/Trusted.php:140 msgid "Trusted" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:142 +#: src/Module/Settings/TwoFactor/Trusted.php:141 msgid "Created At" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:143 +#: src/Module/Settings/TwoFactor/Trusted.php:142 msgid "Last Use" msgstr "" -#: src/Module/Settings/TwoFactor/Trusted.php:145 +#: src/Module/Settings/TwoFactor/Trusted.php:144 msgid "Remove All" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:91 +#: src/Module/Settings/TwoFactor/Verify.php:90 msgid "Two-factor authentication successfully activated." msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:125 +#: src/Module/Settings/TwoFactor/Verify.php:124 #, php-format msgid "" "

Or you can submit the authentication settings manually:

\n" @@ -10038,53 +10038,53 @@ msgid "" "" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:145 +#: src/Module/Settings/TwoFactor/Verify.php:144 msgid "Two-factor code verification" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:147 +#: src/Module/Settings/TwoFactor/Verify.php:146 msgid "" "

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

" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:149 +#: src/Module/Settings/TwoFactor/Verify.php:148 #, php-format msgid "" "

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

%s

" msgstr "" -#: src/Module/Settings/TwoFactor/Verify.php:156 +#: src/Module/Settings/TwoFactor/Verify.php:155 msgid "Verify code and enable two-factor authentication" msgstr "" -#: src/Module/Settings/UserExport.php:69 +#: src/Module/Settings/UserExport.php:68 msgid "Export account" msgstr "" -#: src/Module/Settings/UserExport.php:69 +#: src/Module/Settings/UserExport.php:68 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 "" -#: src/Module/Settings/UserExport.php:70 +#: src/Module/Settings/UserExport.php:69 msgid "Export all" msgstr "" -#: src/Module/Settings/UserExport.php:70 +#: src/Module/Settings/UserExport.php:69 msgid "" "Export your account 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 "" -#: src/Module/Settings/UserExport.php:71 +#: src/Module/Settings/UserExport.php:70 msgid "Export Contacts to CSV" msgstr "" -#: src/Module/Settings/UserExport.php:71 +#: src/Module/Settings/UserExport.php:70 msgid "" "Export the list of the accounts you are following as CSV file. Compatible to " "e.g. Mastodon."