diff --git a/bin/run_xgettext.sh b/bin/run_xgettext.sh index 0768ed4f14..254fc50699 100755 --- a/bin/run_xgettext.sh +++ b/bin/run_xgettext.sh @@ -72,7 +72,7 @@ echo "Extract strings to $OUTFILE.." [ -f "$OUTFILE" ] && rm "$OUTFILE"; touch "$OUTFILE" # shellcheck disable=SC2086 # $FINDOPTS is meant to be split -find_result=$(find "$FINDSTARTDIR" $FINDOPTS -name "*.php" -type f | LC_ALL=C sort --stable) +find_result=$(find "$FINDSTARTDIR" $FINDOPTS -name "*.php" -type f | LC_ALL=C sort -s) total_files=$(wc -l <<< "${find_result}") @@ -86,7 +86,7 @@ do if [ ! -d "$file" ] then # shellcheck disable=SC2086 # $KEYWORDS is meant to be split - xgettext $KEYWORDS -j -o "$OUTFILE" --from-code=UTF-8 "$file" || exit 1 + xgettext $KEYWORDS --no-wrap -j -o "$OUTFILE" --from-code=UTF-8 "$file" || exit 1 sed -i.bkp "s/CHARSET/UTF-8/g" "$OUTFILE" fi (( count++ )) diff --git a/view/lang/C/messages.po b/view/lang/C/messages.po index 13018fd4ac..5fbee4e4fe 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2024.06-rc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-23 14:42+0000\n" +"POT-Creation-Date: 2024-07-11 15:55+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -94,13 +94,11 @@ msgid "" "\n" "\t\tDear %1$s,\n" "\t\t\tA request was recently received at \"%2$s\" to reset your account\n" -"\t\tpassword. In order to confirm this request, please select the " -"verification link\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" "\t\tbelow or paste it into your web browser address bar.\n" "\n" "\t\tIf you did NOT request this change, please DO NOT follow the link\n" -"\t\tprovided and ignore and/or delete this email, the request will expire " -"shortly.\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" "\n" "\t\tYour password will not be changed unless we can verify that you\n" "\t\tissued this request." @@ -115,8 +113,7 @@ msgid "" "\t\t%1$s\n" "\n" "\t\tYou will then receive a follow-up message containing the new password.\n" -"\t\tYou may change that password from your account settings page after " -"logging in.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" "\n" "\t\tThe login details are as follows:\n" "\n" @@ -130,9 +127,7 @@ msgid "Password reset requested at %s" msgstr "" #: mod/lostpass.php:100 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." +msgid "Request could not be verified. (You may have previously submitted it.) Password reset failed." msgstr "" #: mod/lostpass.php:113 @@ -144,9 +139,7 @@ msgid "Forgot your Password?" msgstr "" #: mod/lostpass.php:129 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." +msgid "Enter your email address and submit to have your password reset. Then check your email for further instructions." msgstr "" #: mod/lostpass.php:130 src/Module/Security/Login.php:160 @@ -178,9 +171,7 @@ msgid "click here to login" msgstr "" #: mod/lostpass.php:151 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." +msgid "Your password may be changed from the Settings page after successful login." msgstr "" #: mod/lostpass.php:155 @@ -208,8 +199,7 @@ msgid "" "\t\t\tLogin Name:\t%2$s\n" "\t\t\tPassword:\t%3$s\n" "\n" -"\t\t\tYou may change that password from your account settings page after " -"logging in.\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" "\t\t" msgstr "" @@ -342,9 +332,7 @@ msgid "Delete conversation" msgstr "" #: mod/message.php:341 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." +msgid "No secure communications available. You may be able to respond from the sender's profile page." msgstr "" #: mod/message.php:344 @@ -669,15 +657,11 @@ msgid "Delete this item?" msgstr "" #: src/App/Page.php:251 -msgid "" -"Block this author? They won't be able to follow you nor see your public " -"posts, and you won't be able to see their posts and their notifications." +msgid "Block this author? They won't be able to follow you nor see your public posts, and you won't be able to see their posts and their notifications." msgstr "" #: src/App/Page.php:252 -msgid "" -"Ignore this author? You won't be able to see their posts and their " -"notifications." +msgid "Ignore this author? You won't be able to see their posts and their notifications." msgstr "" #: src/App/Page.php:253 @@ -690,9 +674,7 @@ msgstr "" #: src/App/Page.php:255 src/Module/Settings/Server/Action.php:61 #: src/Module/Settings/Server/Index.php:108 -msgid "" -"You won't see any content from this server including reshares in your " -"Network page, the community pages and individual conversations." +msgid "You won't see any content from this server including reshares in your Network page, the community pages and individual conversations." msgstr "" #: src/App/Page.php:257 @@ -728,9 +710,7 @@ msgid "Your browser does not support drag and drop file uploads." msgstr "" #: src/App/Page.php:267 -msgid "" -"Please use the fallback form below to upload your files like in the olden " -"days." +msgid "Please use the fallback form below to upload your files like in the olden days." msgstr "" #: src/App/Page.php:268 @@ -783,9 +763,7 @@ msgid "You must be logged in to use addons. " msgstr "" #: src/BaseModule.php:407 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." +msgid "The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it." msgstr "" #: src/BaseModule.php:434 @@ -1208,8 +1186,7 @@ msgstr[1] "" #: src/Content/Conversation.php:279 #, php-format msgid " doesn't like this" -msgid_plural "" -" don't like this" +msgid_plural " don't like this" msgstr[0] "" msgstr[1] "" @@ -1665,9 +1642,7 @@ msgid "Photo Location" msgstr "" #: src/Content/Feature.php:109 -msgid "" -"Photo metadata is normally stripped. This extracts the location (if present) " -"prior to stripping metadata and links it to a map." +msgid "Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map." msgstr "" #: src/Content/Feature.php:110 @@ -1675,10 +1650,7 @@ msgid "Display the community in the navigation" msgstr "" #: src/Content/Feature.php:110 -msgid "" -"If enabled, the community can be accessed via the navigation menu. " -"Independent from this setting, the community timelines can always be " -"accessed via the channels." +msgid "If enabled, the community can be accessed via the navigation menu. Independent from this setting, the community timelines can always be accessed via the channels." msgstr "" #: src/Content/Feature.php:115 @@ -1690,9 +1662,7 @@ msgid "Explicit Mentions" msgstr "" #: src/Content/Feature.php:116 -msgid "" -"Add explicit mentions to comment box for manual control over who gets " -"mentioned in replies." +msgid "Add explicit mentions to comment box for manual control over who gets mentioned in replies." msgstr "" #: src/Content/Feature.php:117 @@ -1700,10 +1670,7 @@ msgid "Add an abstract from ActivityPub content warnings" msgstr "" #: src/Content/Feature.php:117 -msgid "" -"Add an abstract when commenting on ActivityPub posts with a content warning. " -"Abstracts are displayed as content warning on systems like Mastodon or " -"Pleroma." +msgid "Add an abstract when commenting on ActivityPub posts with a content warning. Abstracts are displayed as content warning on systems like Mastodon or Pleroma." msgstr "" #: src/Content/Feature.php:122 @@ -1729,8 +1696,7 @@ msgid "Circles" msgstr "" #: src/Content/Feature.php:129 -msgid "" -"Display posts that have been created by accounts of the selected circle." +msgid "Display posts that have been created by accounts of the selected circle." msgstr "" #: src/Content/Feature.php:130 src/Content/GroupManager.php:147 @@ -1799,9 +1765,7 @@ msgid "Own Contacts" msgstr "" #: src/Content/Feature.php:137 -msgid "" -"Include or exclude posts from subscribed accounts. This widget is not " -"visible on all channels." +msgid "Include or exclude posts from subscribed accounts. This widget is not visible on all channels." msgstr "" #: src/Content/Feature.php:138 @@ -1841,9 +1805,7 @@ msgid "Allow anonymous access to your calendar" msgstr "" #: src/Content/Feature.php:151 -msgid "" -"Allows anonymous visitors to consult your calendar and your public events. " -"Contact birthday events are private to you." +msgid "Allows anonymous visitors to consult your calendar and your public events. Contact birthday events are private to you." msgstr "" #: src/Content/GroupManager.php:149 @@ -1863,7 +1825,7 @@ msgstr "" msgid "Create new group" msgstr "" -#: src/Content/Item.php:331 src/Model/Item.php:3256 +#: src/Content/Item.php:331 src/Model/Item.php:3264 msgid "event" msgstr "" @@ -1871,7 +1833,7 @@ msgstr "" msgid "status" msgstr "" -#: src/Content/Item.php:340 src/Model/Item.php:3258 +#: src/Content/Item.php:340 src/Model/Item.php:3266 #: src/Module/Post/Tag/Add.php:123 msgid "photo" msgstr "" @@ -2275,12 +2237,11 @@ msgstr "" #: src/Content/Text/BBCode.php:922 #, php-format -msgid "" -"%2$s %3$s" +msgid "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:947 src/Model/Item.php:4012 -#: src/Model/Item.php:4018 src/Model/Item.php:4019 +#: src/Content/Text/BBCode.php:947 src/Model/Item.php:4020 +#: src/Model/Item.php:4026 src/Model/Item.php:4027 msgid "Link to source" msgstr "" @@ -2548,9 +2509,7 @@ msgid "Public" msgstr "" #: src/Core/ACL.php:322 -msgid "" -"This content will be shown to all your followers and can be seen in the " -"community pages and by anyone with its link." +msgid "This content will be shown to all your followers and can be seen in the community pages and by anyone with its link." msgstr "" #: src/Core/ACL.php:323 src/Module/Privacy/PermissionTooltip.php:119 @@ -2558,16 +2517,11 @@ msgid "Limited/Private" msgstr "" #: src/Core/ACL.php:324 -msgid "" -"This content will be shown only to the people in the first box, to the " -"exception of the people mentioned in the second box. It won't appear " -"anywhere public." +msgid "This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public." msgstr "" #: src/Core/ACL.php:324 -msgid "" -"Start typing the name of a contact or a circle to show a filtered list. You " -"can also mention the special circles \"Followers\" and \"Mutuals\"." +msgid "Start typing the name of a contact or a circle to show a filtered list. You can also mention the special circles \"Followers\" and \"Mutuals\"." msgstr "" #: src/Core/ACL.php:325 @@ -2591,16 +2545,11 @@ msgid "Connectors" msgstr "" #: src/Core/Installer.php:180 -msgid "" -"The database configuration file \"config/local.config.php\" could not be " -"written. Please use the enclosed text to create a configuration file in your " -"web server root." +msgid "The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." msgstr "" #: src/Core/Installer.php:197 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." +msgid "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql." msgstr "" #: src/Core/Installer.php:198 src/Module/Install.php:207 @@ -2613,11 +2562,7 @@ msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" #: src/Core/Installer.php:260 -msgid "" -"If you don't have a command line version of PHP installed on your server, " -"you will not be able to run the background processing. See 'Setup the worker'" +msgid "If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'" msgstr "" #: src/Core/Installer.php:265 @@ -2625,9 +2570,7 @@ msgid "PHP executable path" msgstr "" #: src/Core/Installer.php:265 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." +msgid "Enter full path to php executable. You can leave this blank to continue the installation." msgstr "" #: src/Core/Installer.php:270 @@ -2647,9 +2590,7 @@ msgid "PHP cli binary" msgstr "" #: src/Core/Installer.php:295 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." +msgid "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." msgstr "" #: src/Core/Installer.php:296 @@ -2661,15 +2602,11 @@ msgid "PHP register_argc_argv" msgstr "" #: src/Core/Installer.php:333 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" +msgid "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" msgstr "" #: src/Core/Installer.php:334 -msgid "" -"If running under Windows, please see \"http://www.php.net/manual/en/openssl." -"installation.php\"." +msgid "If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"." msgstr "" #: src/Core/Installer.php:337 @@ -2677,8 +2614,7 @@ msgid "Generate encryption keys" msgstr "" #: src/Core/Installer.php:388 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." +msgid "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" #: src/Core/Installer.php:392 @@ -2726,8 +2662,7 @@ msgid "GD graphics PHP module" msgstr "" #: src/Core/Installer.php:437 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." +msgid "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" #: src/Core/Installer.php:443 @@ -2767,8 +2702,7 @@ msgid "Program execution functions" msgstr "" #: src/Core/Installer.php:472 -msgid "" -"Error: Program execution functions (proc_open) required but not enabled." +msgid "Error: Program execution functions (proc_open) required but not enabled." msgstr "" #: src/Core/Installer.php:478 @@ -2804,27 +2738,19 @@ msgid "Error: IDN Functions PHP module required but not installed." msgstr "" #: src/Core/Installer.php:523 -msgid "" -"The web installer needs to be able to create a file called \"local.config." -"php\" in the \"config\" folder of your web server and it is unable to do so." +msgid "The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server and it is unable to do so." msgstr "" #: src/Core/Installer.php:524 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." +msgid "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can." msgstr "" #: src/Core/Installer.php:525 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named local.config.php in your Friendica \"config\" folder." +msgid "At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder." msgstr "" #: src/Core/Installer.php:526 -msgid "" -"You can alternatively skip this procedure and perform a manual installation. " -"Please see the file \"doc/INSTALL.md\" for instructions." +msgid "You can alternatively skip this procedure and perform a manual installation. Please see the file \"doc/INSTALL.md\" for instructions." msgstr "" #: src/Core/Installer.php:529 @@ -2832,28 +2758,19 @@ msgid "config/local.config.php is writable" msgstr "" #: src/Core/Installer.php:549 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." +msgid "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." msgstr "" #: src/Core/Installer.php:550 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." +msgid "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder." msgstr "" #: src/Core/Installer.php:551 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has " -"write access to this folder." +msgid "Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder." msgstr "" #: src/Core/Installer.php:552 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." +msgid "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains." msgstr "" #: src/Core/Installer.php:555 @@ -2861,15 +2778,11 @@ msgid "view/smarty3 is writable" msgstr "" #: src/Core/Installer.php:583 -msgid "" -"Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-" -"dist to .htaccess." +msgid "Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-dist to .htaccess." msgstr "" #: src/Core/Installer.php:584 -msgid "" -"In some circumstances (like running inside containers), you can skip this " -"error." +msgid "In some circumstances (like running inside containers), you can skip this error." msgstr "" #: src/Core/Installer.php:586 @@ -2881,15 +2794,11 @@ msgid "Url rewrite is working" msgstr "" #: src/Core/Installer.php:621 -msgid "" -"The detection of TLS to secure the communication between the browser and the " -"new Friendica server failed." +msgid "The detection of TLS to secure the communication between the browser and the new Friendica server failed." msgstr "" #: src/Core/Installer.php:622 -msgid "" -"It is highly encouraged to use Friendica only over a secure connection as " -"sensitive information like passwords will be transmitted." +msgid "It is highly encouraged to use Friendica only over a secure connection as sensitive information like passwords will be transmitted." msgstr "" #: src/Core/Installer.php:623 @@ -2920,7 +2829,7 @@ msgstr "" msgid "Could not connect to database." msgstr "" -#: src/Core/L10n.php:444 src/Model/Item.php:2300 +#: src/Core/L10n.php:444 src/Model/Item.php:2308 msgid "Undetermined" msgstr "" @@ -3096,9 +3005,7 @@ msgstr "" #: src/Core/Renderer.php:92 src/Core/Renderer.php:121 src/Core/Renderer.php:150 #: src/Core/Renderer.php:184 src/Render/FriendicaSmartyEngine.php:60 -msgid "" -"Friendica can't display this page at the moment, please contact the " -"administrator." +msgid "Friendica can't display this page at the moment, please contact the administrator." msgstr "" #: src/Core/Renderer.php:146 @@ -3114,9 +3021,7 @@ msgid "Storage base path" msgstr "" #: src/Core/Storage/Type/FilesystemConfig.php:80 -msgid "" -"Folder where uploaded files are saved. For maximum security, This should be " -"a path outside web server folder tree" +msgid "Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree" msgstr "" #: src/Core/Storage/Type/FilesystemConfig.php:93 @@ -3125,16 +3030,12 @@ msgstr "" #: src/Core/Update.php:80 #, php-format -msgid "" -"Updates from version %s are not supported. Please update at least to version " -"2021.01 and wait until the postupdate finished version 1383." +msgid "Updates from version %s are not supported. Please update at least to version 2021.01 and wait until the postupdate finished version 1383." msgstr "" #: src/Core/Update.php:91 #, php-format -msgid "" -"Updates from postupdate version %s are not supported. Please update at least " -"to version 2021.01 and wait until the postupdate finished version 1383." +msgid "Updates from postupdate version %s are not supported. Please update at least to version 2021.01 and wait until the postupdate finished version 1383." msgstr "" #: src/Core/Update.php:183 @@ -3158,10 +3059,8 @@ msgid "" "\n" "\t\t\t\tThe friendica developers released update %s recently,\n" "\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" -"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact " -"a\n" -"\t\t\t\tfriendica developer if you can not help me on your own. My database " -"might be invalid." +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "" #: src/Core/Update.php:345 @@ -3187,9 +3086,7 @@ msgstr "" #: src/Database/DBStructure.php:82 #, php-format -msgid "" -"The post update is at version %d, it has to be at %d to safely drop the " -"tables." +msgid "The post update is at version %d, it has to be at %d to safely drop the tables." msgstr "" #: src/Database/DBStructure.php:95 @@ -3197,9 +3094,7 @@ msgid "No unused tables found." msgstr "" #: src/Database/DBStructure.php:100 -msgid "" -"These tables are not used for friendica and will be deleted when you execute " -"\"dbstructure drop -e\":" +msgid "These tables are not used for friendica and will be deleted when you execute \"dbstructure drop -e\":" msgstr "" #: src/Database/DBStructure.php:137 @@ -3245,8 +3140,7 @@ msgid "Unauthorized" msgstr "" #: src/Factory/Api/Mastodon/Error.php:62 -msgid "" -"Token is not authorized with a valid user or is missing a required scope" +msgid "Token is not authorized with a valid user or is missing a required scope" msgstr "" #: src/Factory/Api/Mastodon/Error.php:69 @@ -3259,10 +3153,7 @@ msgid "Legacy module file not found: %s" msgstr "" #: src/Model/Circle.php:106 -msgid "" -"A deleted circle with this name was revived. Existing item permissions " -"may apply to this circle and any future members. If this is " -"not what you intended, please create another circle with a different name." +msgid "A deleted circle with this name was revived. Existing item permissions may apply to this circle and any future members. If this is not what you intended, please create another circle with a different name." msgstr "" #: src/Model/Circle.php:544 @@ -3329,9 +3220,7 @@ msgid "Connect URL missing." msgstr "" #: src/Model/Contact.php:3073 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." +msgid "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page." msgstr "" #: src/Model/Contact.php:3091 @@ -3360,9 +3249,7 @@ msgid "No browser URL could be matched to this address." msgstr "" #: src/Model/Contact.php:3126 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." +msgid "Unable to match @-style Identity Address with a known protocol or email contact." msgstr "" #: src/Model/Contact.php:3127 @@ -3370,15 +3257,11 @@ msgid "Use mailto: in front of address to force email check." msgstr "" #: src/Model/Contact.php:3133 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." +msgid "The profile address specified belongs to a network which has been disabled on this site." msgstr "" #: src/Model/Contact.php:3138 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." +msgid "Limited profile. This person will be unable to receive direct/personal notifications from you." msgstr "" #: src/Model/Contact.php:3204 @@ -3486,90 +3369,90 @@ msgstr "" msgid "Happy Birthday %s" msgstr "" -#: src/Model/Item.php:2307 +#: src/Model/Item.php:2315 #, php-format msgid "%s (%s - %s): %s" msgstr "" -#: src/Model/Item.php:2309 +#: src/Model/Item.php:2317 #, php-format msgid "%s (%s): %s" msgstr "" -#: src/Model/Item.php:2312 +#: src/Model/Item.php:2320 #, php-format msgid "Detected languages in this post:\\n%s" msgstr "" -#: src/Model/Item.php:3260 +#: src/Model/Item.php:3268 msgid "activity" msgstr "" -#: src/Model/Item.php:3262 +#: src/Model/Item.php:3270 msgid "comment" msgstr "" -#: src/Model/Item.php:3265 src/Module/Post/Tag/Add.php:123 +#: src/Model/Item.php:3273 src/Module/Post/Tag/Add.php:123 msgid "post" msgstr "" -#: src/Model/Item.php:3435 +#: src/Model/Item.php:3443 #, php-format msgid "%s is blocked" msgstr "" -#: src/Model/Item.php:3437 +#: src/Model/Item.php:3445 #, php-format msgid "%s is ignored" msgstr "" -#: src/Model/Item.php:3439 +#: src/Model/Item.php:3447 #, php-format msgid "Content from %s is collapsed" msgstr "" -#: src/Model/Item.php:3443 +#: src/Model/Item.php:3451 msgid "Sensitive content" msgstr "" -#: src/Model/Item.php:3912 +#: src/Model/Item.php:3920 msgid "bytes" msgstr "" -#: src/Model/Item.php:3943 +#: src/Model/Item.php:3951 #, 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:3945 +#: src/Model/Item.php:3953 #, php-format msgid "%2$s (%1$d vote)" msgid_plural "%2$s (%1$d votes)" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3950 +#: src/Model/Item.php:3958 #, php-format msgid "%d voter. Poll end: %s" msgid_plural "%d voters. Poll end: %s" msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3952 +#: src/Model/Item.php:3960 #, php-format msgid "%d voter." msgid_plural "%d voters." msgstr[0] "" msgstr[1] "" -#: src/Model/Item.php:3954 +#: src/Model/Item.php:3962 #, php-format msgid "Poll end: %s" msgstr "" -#: src/Model/Item.php:3995 src/Model/Item.php:3996 +#: src/Model/Item.php:4003 src/Model/Item.php:4004 msgid "View on separate page" msgstr "" @@ -3748,9 +3631,7 @@ msgid "Empty passwords are not allowed." msgstr "" #: src/Model/User.php:969 -msgid "" -"The new password has been exposed in a public data dump, please choose " -"another." +msgid "The new password has been exposed in a public data dump, please choose another." msgstr "" #: src/Model/User.php:973 @@ -3778,9 +3659,7 @@ msgid "Invalid OpenID url" msgstr "" #: src/Model/User.php:1218 src/Security/Authentication.php:228 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." +msgid "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID." msgstr "" #: src/Model/User.php:1218 src/Security/Authentication.php:228 @@ -3793,9 +3672,7 @@ msgstr "" #: src/Model/User.php:1238 #, php-format -msgid "" -"system.username_min_length (%s) and system.username_max_length (%s) are " -"excluding each other, swapping values." +msgid "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values." msgstr "" #: src/Model/User.php:1245 @@ -3857,8 +3734,7 @@ msgid "Friends" msgstr "" #: src/Model/User.php:1380 -msgid "" -"An error occurred creating your default contact circle. Please try again." +msgid "An error occurred creating your default contact circle. Please try again." msgstr "" #: src/Model/User.php:1422 @@ -3883,28 +3759,23 @@ msgid "" "\t\tLogin Name:\t\t%2$s\n" "\t\tPassword:\t\t%3$s\n" "\n" -"\t\tYou may change your password from your account \"Settings\" page after " -"logging\n" +"\t\tYou may change your password from your account \"Settings\" page after logging\n" "\t\tin.\n" "\n" -"\t\tPlease take a few moments to review the other account settings on that " -"page.\n" +"\t\tPlease take a few moments to review the other account settings on that page.\n" "\n" "\t\tYou may also wish to add some basic information to your default profile\n" "\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" "\t\tWe recommend adding a profile photo, adding some profile \"keywords\"\n" -"\t\t(very useful in making new friends) - and perhaps what country you live " -"in;\n" +"\t\t(very useful in making new friends) - and perhaps what country you live in;\n" "\t\tif you do not wish to be more specific than that.\n" "\n" -"\t\tWe fully respect your right to privacy, and none of these items are " -"necessary.\n" +"\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\tIf you are new and do not know anybody here, they may help\n" "\t\tyou to make some new and interesting friends.\n" "\n" -"\t\tIf you ever want to delete your account, you can do so at %1$s/settings/" -"removeme\n" +"\t\tIf you ever want to delete your account, you can do so at %1$s/settings/removeme\n" "\n" "\t\tThank you and welcome to %4$s." msgstr "" @@ -3919,8 +3790,7 @@ msgstr "" msgid "" "\n" "\t\t\tDear %1$s,\n" -"\t\t\t\tThank you for registering at %2$s. Your account is pending for " -"approval by the administrator.\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" "\n" "\t\t\tYour login details are as follows:\n" "\n" @@ -3954,37 +3824,29 @@ msgid "" "\t\t\tLogin Name:\t\t%1$s\n" "\t\t\tPassword:\t\t%5$s\n" "\n" -"\t\t\tYou may change your password from your account \"Settings\" page after " -"logging\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" "\t\t\tin.\n" "\n" -"\t\t\tPlease take a few moments to review the other account settings on that " -"page.\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" "\n" -"\t\t\tYou may also wish to add some basic information to your default " -"profile\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" "\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" -"\t\t\tWe recommend adding a profile photo, adding some profile " -"\"keywords\" (very useful\n" -"\t\t\tin making new friends) - and perhaps what country you live in; if you " -"do not wish\n" +"\t\t\tWe recommend adding a profile photo, adding some profile \"keywords\" (very useful\n" +"\t\t\tin making new friends) - and perhaps what country you live in; if you do not wish\n" "\t\t\tto be more specific than that.\n" "\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are " -"necessary.\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" "\t\t\tIf you are new and do not know anybody here, they may help\n" "\t\t\tyou to make some new and interesting friends.\n" "\n" -"\t\t\tIf you ever want to delete your account, you can do so at %3$s/" -"settings/removeme\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/settings/removeme\n" "\n" "\t\t\tThank you and welcome to %2$s." msgstr "" #: src/Model/User.php:1778 -msgid "" -"User with delegates can't be removed, please remove delegate users first" +msgid "User with delegates can't be removed, please remove delegate users first" msgstr "" #: src/Module/Admin/Addons/Details.php:65 @@ -4068,10 +3930,7 @@ msgstr "" #: src/Module/Admin/Addons/Index.php:74 #, php-format -msgid "" -"There are currently no addons available on your node. You can find the " -"official addon repository at %1$s and might find other interesting addons in " -"the open addon registry at %2$s" +msgid "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s" msgstr "" #: src/Module/Admin/DBSync.php:51 @@ -4121,8 +3980,7 @@ msgid "Failed Updates" msgstr "" #: src/Module/Admin/DBSync.php:111 -msgid "" -"This does not include updates prior to 1139, which did not return a status." +msgid "This does not include updates prior to 1139, which did not return a status." msgstr "" #: src/Module/Admin/DBSync.php:112 @@ -4215,10 +4073,7 @@ msgstr[0] "" msgstr[1] "" #: src/Module/Admin/Federation.php:215 -msgid "" -"This page offers you some numbers to the known part of the federated social " -"network your Friendica node is part of. These numbers are not complete but " -"only reflect the part of the network your node is aware of." +msgid "This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of." msgstr "" #: src/Module/Admin/Federation.php:221 src/Module/BaseAdmin.php:87 @@ -4227,14 +4082,8 @@ msgstr "" #: src/Module/Admin/Federation.php:224 #, php-format -msgid "" -"Currently this node is aware of %2$s node (%3$s active users last month, " -"%4$s active users last six months, %5$s registered users in total) from the " -"following platforms:" -msgid_plural "" -"Currently this node is aware of %2$s nodes (%3$s active users last month, " -"%4$s active users last six months, %5$s registered users in total) from the " -"following platforms:" +msgid "Currently this node is aware of %2$s node (%3$s active users last month, %4$s active users last six months, %5$s registered users in total) from the following platforms:" +msgid_plural "Currently this node is aware of %2$s nodes (%3$s active users last month, %4$s active users last six months, %5$s registered users in total) from the following platforms:" msgstr[0] "" msgstr[1] "" @@ -4275,9 +4124,7 @@ msgid "Log file" msgstr "" #: src/Module/Admin/Logs/Settings.php:95 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." +msgid "Must be writable by web server. Relative to your Friendica top-level directory." msgstr "" #: src/Module/Admin/Logs/Settings.php:96 @@ -4289,26 +4136,17 @@ msgid "PHP logging" msgstr "" #: src/Module/Admin/Logs/Settings.php:99 -msgid "" -"To temporarily enable logging of PHP errors and warnings you can prepend the " -"following to the index.php file of your installation. The filename set in " -"the 'error_log' line is relative to the friendica top-level directory and " -"must be writeable by the web server. The option '1' for 'log_errors' and " -"'display_errors' is to enable these options, set to '0' to disable them." +msgid "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them." msgstr "" #: src/Module/Admin/Logs/View.php:72 #, php-format -msgid "" -"Error trying to open %1$s log file.
Check to see if " -"file %1$s exist and is readable." +msgid "Error trying to open %1$s log file.
Check to see if file %1$s exist and is readable." msgstr "" #: src/Module/Admin/Logs/View.php:81 #, php-format -msgid "" -"Couldn't open %1$s log file.
Check to see if file %1$s " -"is readable." +msgid "Couldn't open %1$s log file.
Check to see if file %1$s is readable." msgstr "" #: src/Module/Admin/Logs/View.php:86 src/Module/BaseAdmin.php:104 @@ -4390,9 +4228,7 @@ msgid "Inspect Deferred Worker Queue" msgstr "" #: src/Module/Admin/Queue.php:51 -msgid "" -"This page lists the deferred worker jobs. This are jobs that couldn't be " -"executed at the first time." +msgid "This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time." msgstr "" #: src/Module/Admin/Queue.php:54 @@ -4400,9 +4236,7 @@ msgid "Inspect Worker Queue" msgstr "" #: src/Module/Admin/Queue.php:55 -msgid "" -"This page lists the currently queued worker jobs. These jobs are handled by " -"the worker cronjob you've set up during install." +msgid "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install." msgstr "" #: src/Module/Admin/Queue.php:76 @@ -4550,9 +4384,7 @@ msgid "Message Relay" msgstr "" #: src/Module/Admin/Site.php:470 -msgid "" -"Use the command \"console relay\" in the command line to add or remove " -"relays." +msgid "Use the command \"console relay\" in the command line to add or remove relays." msgstr "" #: src/Module/Admin/Site.php:471 @@ -4568,10 +4400,7 @@ msgid "Relocate Node" msgstr "" #: src/Module/Admin/Site.php:476 -msgid "" -"Relocating your node enables you to change the DNS domain of this node and " -"keep all the existing users and posts. This process takes a while and can " -"only be started from the relocate console command like this:" +msgid "Relocating your node enables you to change the DNS domain of this node and keep all the existing users and posts. This process takes a while and can only be started from the relocate console command like this:" msgstr "" #: src/Module/Admin/Site.php:477 @@ -4587,8 +4416,7 @@ msgid "Sender Email" msgstr "" #: src/Module/Admin/Site.php:481 -msgid "" -"The email address your server shall use to send notification emails from." +msgid "The email address your server shall use to send notification emails from." msgstr "" #: src/Module/Admin/Site.php:482 @@ -4596,10 +4424,7 @@ msgid "Name of the system actor" msgstr "" #: src/Module/Admin/Site.php:482 -msgid "" -"Name of the internal system account that is used to perform ActivityPub " -"requests. This must be an unused username. If set, this can't be changed " -"again." +msgid "Name of the internal system account that is used to perform ActivityPub requests. This must be an unused username. If set, this can't be changed again." msgstr "" #: src/Module/Admin/Site.php:483 @@ -4632,9 +4457,7 @@ msgstr "" #: src/Module/Admin/Site.php:487 #, php-format -msgid "" -"For public servers: you can add additional information here that will be " -"listed at %s/servers." +msgid "For public servers: you can add additional information here that will be listed at %s/servers." msgstr "" #: src/Module/Admin/Site.php:488 @@ -4647,9 +4470,7 @@ msgstr "" #: src/Module/Admin/Site.php:489 #, php-format -msgid "" -"Default system theme - may be over-ridden by user profiles - Change default theme settings" +msgid "Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" #: src/Module/Admin/Site.php:490 @@ -4665,9 +4486,7 @@ msgid "Force SSL" msgstr "" #: src/Module/Admin/Site.php:491 -msgid "" -"Force all Non-SSL requests to SSL - Attention: on some systems it could lead " -"to endless loops." +msgid "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops." msgstr "" #: src/Module/Admin/Site.php:492 @@ -4675,9 +4494,7 @@ msgid "Show help entry from navigation menu" msgstr "" #: src/Module/Admin/Site.php:492 -msgid "" -"Displays the menu entry for the Help pages from the navigation menu. It is " -"always accessible by calling /help directly." +msgid "Displays the menu entry for the Help pages from the navigation menu. It is always accessible by calling /help directly." msgstr "" #: src/Module/Admin/Site.php:493 @@ -4695,13 +4512,9 @@ msgstr "" #: src/Module/Admin/Site.php:495 #, php-format msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, " -"respectively.\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\tThe value of upload_max_filesize in " -"your PHP.ini needs be set to at least the desired limit.\n" -"\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set " -"to %s (%s byte)" +"Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\tThe value of upload_max_filesize in your PHP.ini needs be set to at least the desired limit.\n" +"\t\t\t\t\t\t\t\t\t\t\t\t\tCurrently upload_max_filesize is set to %s (%s byte)" msgstr "" #: src/Module/Admin/Site.php:499 @@ -4709,9 +4522,7 @@ msgid "Maximum image length" msgstr "" #: src/Module/Admin/Site.php:499 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." +msgid "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits." msgstr "" #: src/Module/Admin/Site.php:500 @@ -4719,9 +4530,7 @@ msgid "JPEG image quality" msgstr "" #: src/Module/Admin/Site.php:500 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." +msgid "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality." msgstr "" #: src/Module/Admin/Site.php:502 @@ -4733,11 +4542,7 @@ msgid "Maximum Users" msgstr "" #: src/Module/Admin/Site.php:503 -msgid "" -"If defined, the register policy is automatically closed when the given " -"number of users is reached and reopens the registry when the number drops " -"below the limit. It only works when the policy is set to open or close, but " -"not when the policy is set to approval." +msgid "If defined, the register policy is automatically closed when the given number of users is reached and reopens the registry when the number drops below the limit. It only works when the policy is set to open or close, but not when the policy is set to approval." msgstr "" #: src/Module/Admin/Site.php:504 @@ -4745,10 +4550,7 @@ msgid "Maximum Daily Registrations" msgstr "" #: src/Module/Admin/Site.php:504 -msgid "" -"If registration is permitted above, this sets the maximum number of new user " -"registrations to accept per day. If register is set to closed, this setting " -"has no effect." +msgid "If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect." msgstr "" #: src/Module/Admin/Site.php:505 @@ -4756,9 +4558,7 @@ msgid "Register text" msgstr "" #: src/Module/Admin/Site.php:505 -msgid "" -"Will be displayed prominently on the registration page. You can use BBCode " -"here." +msgid "Will be displayed prominently on the registration page. You can use BBCode here." msgstr "" #: src/Module/Admin/Site.php:506 @@ -4766,9 +4566,7 @@ msgid "Forbidden Nicknames" msgstr "" #: src/Module/Admin/Site.php:506 -msgid "" -"Comma separated list of nicknames that are forbidden from registration. " -"Preset is a list of role names according RFC 2142." +msgid "Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142." msgstr "" #: src/Module/Admin/Site.php:507 @@ -4776,9 +4574,7 @@ msgid "Accounts abandoned after x days" msgstr "" #: src/Module/Admin/Site.php:507 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." +msgid "Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit." msgstr "" #: src/Module/Admin/Site.php:508 @@ -4786,9 +4582,7 @@ msgid "Allowed friend domains" msgstr "" #: src/Module/Admin/Site.php:508 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" +msgid "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" #: src/Module/Admin/Site.php:509 @@ -4796,10 +4590,7 @@ msgid "Allowed email domains" msgstr "" #: src/Module/Admin/Site.php:509 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" +msgid "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains" msgstr "" #: src/Module/Admin/Site.php:510 @@ -4807,9 +4598,7 @@ msgid "Disallowed email domains" msgstr "" #: src/Module/Admin/Site.php:510 -msgid "" -"Comma separated list of domains which are rejected as email addresses for " -"registrations to this site. Wildcards are accepted." +msgid "Comma separated list of domains which are rejected as email addresses for registrations to this site. Wildcards are accepted." msgstr "" #: src/Module/Admin/Site.php:511 @@ -4817,9 +4606,7 @@ msgid "No OEmbed rich content" msgstr "" #: src/Module/Admin/Site.php:511 -msgid "" -"Don't show the rich content (e.g. embedded PDF), except from the domains " -"listed below." +msgid "Don't show the rich content (e.g. embedded PDF), except from the domains listed below." msgstr "" #: src/Module/Admin/Site.php:512 @@ -4827,10 +4614,7 @@ msgid "Trusted third-party domains" msgstr "" #: src/Module/Admin/Site.php:512 -msgid "" -"Comma separated list of domains from which content is allowed to be embedded " -"in posts like with OEmbed. All sub-domains of the listed domains are allowed " -"as well." +msgid "Comma separated list of domains from which content is allowed to be embedded in posts like with OEmbed. All sub-domains of the listed domains are allowed as well." msgstr "" #: src/Module/Admin/Site.php:513 @@ -4838,9 +4622,7 @@ msgid "Block public" msgstr "" #: src/Module/Admin/Site.php:513 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." +msgid "Check to block public access to all otherwise public personal pages on this site unless you are currently logged in." msgstr "" #: src/Module/Admin/Site.php:514 @@ -4848,8 +4630,7 @@ msgid "Force publish" msgstr "" #: src/Module/Admin/Site.php:514 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." +msgid "Check to force all profiles on this site to be listed in the site directory." msgstr "" #: src/Module/Admin/Site.php:514 @@ -4861,9 +4642,7 @@ msgid "Global directory URL" msgstr "" #: src/Module/Admin/Site.php:515 -msgid "" -"URL to the global directory. If this is not set, the global directory is " -"completely unavailable to the application." +msgid "URL to the global directory. If this is not set, the global directory is completely unavailable to the application." msgstr "" #: src/Module/Admin/Site.php:516 @@ -4871,9 +4650,7 @@ msgid "Private posts by default for new users" msgstr "" #: src/Module/Admin/Site.php:516 -msgid "" -"Set default post permissions for all new members to the default privacy " -"circle rather than public." +msgid "Set default post permissions for all new members to the default privacy circle rather than public." msgstr "" #: src/Module/Admin/Site.php:517 @@ -4881,9 +4658,7 @@ msgid "Don't include post content in email notifications" msgstr "" #: src/Module/Admin/Site.php:517 -msgid "" -"Don't include the content of a post/comment/private message/etc. in the " -"email notifications that are sent out from this site, as a privacy measure." +msgid "Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure." msgstr "" #: src/Module/Admin/Site.php:518 @@ -4891,9 +4666,7 @@ msgid "Disallow public access to addons listed in the apps menu." msgstr "" #: src/Module/Admin/Site.php:518 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." +msgid "Checking this box will restrict addons listed in the apps menu to members only." msgstr "" #: src/Module/Admin/Site.php:519 @@ -4901,10 +4674,7 @@ msgid "Don't embed private images in posts" msgstr "" #: src/Module/Admin/Site.php:519 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a while." +msgid "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while." msgstr "" #: src/Module/Admin/Site.php:520 @@ -4912,12 +4682,7 @@ msgid "Explicit Content" msgstr "" #: src/Module/Admin/Site.php:520 -msgid "" -"Set this to announce that your node is used mostly for explicit content that " -"might not be suited for minors. This information will be published in the " -"node information and might be used, e.g. by the global directory, to filter " -"your node from listings of nodes to join. Additionally a note about this " -"will be shown at the user registration page." +msgid "Set this to announce that your node is used mostly for explicit content that might not be suited for minors. This information will be published in the node information and might be used, e.g. by the global directory, to filter your node from listings of nodes to join. Additionally a note about this will be shown at the user registration page." msgstr "" #: src/Module/Admin/Site.php:521 @@ -4925,9 +4690,7 @@ msgid "Only local search" msgstr "" #: src/Module/Admin/Site.php:521 -msgid "" -"Blocks search for users who are not logged in to prevent crawlers from " -"blocking your system." +msgid "Blocks search for users who are not logged in to prevent crawlers from blocking your system." msgstr "" #: src/Module/Admin/Site.php:522 @@ -4935,9 +4698,7 @@ msgid "Blocked tags for trending tags" msgstr "" #: src/Module/Admin/Site.php:522 -msgid "" -"Comma separated list of hashtags that shouldn't be displayed in the trending " -"tags." +msgid "Comma separated list of hashtags that shouldn't be displayed in the trending tags." msgstr "" #: src/Module/Admin/Site.php:523 @@ -4945,9 +4706,7 @@ msgid "Cache contact avatars" msgstr "" #: src/Module/Admin/Site.php:523 -msgid "" -"Locally store the avatar pictures of the contacts. This uses a lot of " -"storage space but it increases the performance." +msgid "Locally store the avatar pictures of the contacts. This uses a lot of storage space but it increases the performance." msgstr "" #: src/Module/Admin/Site.php:524 @@ -4955,10 +4714,7 @@ msgid "Allow Users to set remote_self" msgstr "" #: src/Module/Admin/Site.php:524 -msgid "" -"With checking this, every user is allowed to mark every contact as a " -"remote_self in the repair contact dialog. Setting this flag on a contact " -"causes mirroring every posting of that contact in the users stream." +msgid "With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream." msgstr "" #: src/Module/Admin/Site.php:525 @@ -4966,9 +4722,7 @@ msgid "Allow Users to set up relay channels" msgstr "" #: src/Module/Admin/Site.php:525 -msgid "" -"If enabled, it is possible to create relay users that are used to reshare " -"content based on user defined channels." +msgid "If enabled, it is possible to create relay users that are used to reshare content based on user defined channels." msgstr "" #: src/Module/Admin/Site.php:526 @@ -4984,9 +4738,7 @@ msgid "Minimum poll interval" msgstr "" #: src/Module/Admin/Site.php:527 -msgid "" -"Minimal distance in minutes between two polls for mail and feed contacts. " -"Reasonable values are between 1 and 59." +msgid "Minimal distance in minutes between two polls for mail and feed contacts. Reasonable values are between 1 and 59." msgstr "" #: src/Module/Admin/Site.php:528 @@ -5010,9 +4762,7 @@ msgid "Enable full name check" msgstr "" #: src/Module/Admin/Site.php:530 -msgid "" -"Prevents users from registering with a display name with fewer than two " -"parts separated by spaces." +msgid "Prevents users from registering with a display name with fewer than two parts separated by spaces." msgstr "" #: src/Module/Admin/Site.php:531 @@ -5020,9 +4770,7 @@ msgid "Email administrators on new registration" msgstr "" #: src/Module/Admin/Site.php:531 -msgid "" -"If enabled and the system is set to an open registration, an email for each " -"new registration is sent to the administrators." +msgid "If enabled and the system is set to an open registration, an email for each new registration is sent to the administrators." msgstr "" #: src/Module/Admin/Site.php:532 @@ -5030,9 +4778,7 @@ msgid "Community pages for visitors" msgstr "" #: src/Module/Admin/Site.php:532 -msgid "" -"Which community pages should be available for visitors. Local users always " -"see both pages." +msgid "Which community pages should be available for visitors. Local users always see both pages." msgstr "" #: src/Module/Admin/Site.php:533 @@ -5040,9 +4786,7 @@ msgid "Posts per user on community page" msgstr "" #: src/Module/Admin/Site.php:533 -msgid "" -"The maximum number of posts per user on the local community page. This is " -"useful, when a single user floods the local community page." +msgid "The maximum number of posts per user on the local community page. This is useful, when a single user floods the local community page." msgstr "" #: src/Module/Admin/Site.php:534 @@ -5050,9 +4794,7 @@ msgid "Posts per server on community page" msgstr "" #: src/Module/Admin/Site.php:534 -msgid "" -"The maximum number of posts per server on the global community page. This is " -"useful, when posts from a single server flood the global community page." +msgid "The maximum number of posts per server on the global community page. This is useful, when posts from a single server flood the global community page." msgstr "" #: src/Module/Admin/Site.php:536 @@ -5060,13 +4802,11 @@ msgid "Enable Mail support" msgstr "" #: src/Module/Admin/Site.php:536 -msgid "" -"Enable built-in mail support to poll IMAP folders and to reply via mail." +msgid "Enable built-in mail support to poll IMAP folders and to reply via mail." msgstr "" #: src/Module/Admin/Site.php:537 -msgid "" -"Mail support can't be enabled because the PHP IMAP module is not installed." +msgid "Mail support can't be enabled because the PHP IMAP module is not installed." msgstr "" #: src/Module/Admin/Site.php:538 @@ -5074,15 +4814,11 @@ msgid "Enable OStatus support" msgstr "" #: src/Module/Admin/Site.php:538 -msgid "" -"Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " -"communications in OStatus are public." +msgid "Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public." msgstr "" #: src/Module/Admin/Site.php:540 -msgid "" -"Diaspora support can't be enabled because Friendica was installed into a sub " -"directory." +msgid "Diaspora support can't be enabled because Friendica was installed into a sub directory." msgstr "" #: src/Module/Admin/Site.php:541 @@ -5090,9 +4826,7 @@ msgid "Enable Diaspora support" msgstr "" #: src/Module/Admin/Site.php:541 -msgid "" -"Enable built-in Diaspora network compatibility for communicating with " -"diaspora servers." +msgid "Enable built-in Diaspora network compatibility for communicating with diaspora servers." msgstr "" #: src/Module/Admin/Site.php:542 @@ -5100,9 +4834,7 @@ msgid "Verify SSL" msgstr "" #: src/Module/Admin/Site.php:542 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you " -"cannot connect (at all) to self-signed SSL sites." +msgid "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites." msgstr "" #: src/Module/Admin/Site.php:543 @@ -5118,9 +4850,7 @@ msgid "Proxy URL" msgstr "" #: src/Module/Admin/Site.php:544 -msgid "" -"If you want to use a proxy server that Friendica should use to connect to " -"the network, put the URL of the proxy here." +msgid "If you want to use a proxy server that Friendica should use to connect to the network, put the URL of the proxy here." msgstr "" #: src/Module/Admin/Site.php:545 @@ -5137,9 +4867,7 @@ msgstr "" #: src/Module/Admin/Site.php:546 #, php-format -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default %d." +msgid "Maximum system load before delivery and poll processes are deferred - default %d." msgstr "" #: src/Module/Admin/Site.php:547 @@ -5147,9 +4875,7 @@ msgid "Minimal Memory" msgstr "" #: src/Module/Admin/Site.php:547 -msgid "" -"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " -"default 0 (deactivated)." +msgid "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)." msgstr "" #: src/Module/Admin/Site.php:548 @@ -5165,8 +4891,7 @@ msgid "Discover followers/followings from contacts" msgstr "" #: src/Module/Admin/Site.php:550 -msgid "" -"If enabled, contacts are checked for their followers and following contacts." +msgid "If enabled, contacts are checked for their followers and following contacts." msgstr "" #: src/Module/Admin/Site.php:551 @@ -5174,15 +4899,11 @@ msgid "None - deactivated" msgstr "" #: src/Module/Admin/Site.php:552 -msgid "" -"Local contacts - contacts of our local contacts are discovered for their " -"followers/followings." +msgid "Local contacts - contacts of our local contacts are discovered for their followers/followings." msgstr "" #: src/Module/Admin/Site.php:553 -msgid "" -"Interactors - contacts of our local contacts and contacts who interacted on " -"locally visible postings are discovered for their followers/followings." +msgid "Interactors - contacts of our local contacts and contacts who interacted on locally visible postings are discovered for their followers/followings." msgstr "" #: src/Module/Admin/Site.php:555 @@ -5190,10 +4911,7 @@ msgid "Only update contacts/servers with local data" msgstr "" #: src/Module/Admin/Site.php:555 -msgid "" -"If enabled, the system will only look for changes in contacts and servers " -"that engaged on this system by either being in a contact list of a user or " -"when posts or comments exists from the contact on this system." +msgid "If enabled, the system will only look for changes in contacts and servers that engaged on this system by either being in a contact list of a user or when posts or comments exists from the contact on this system." msgstr "" #: src/Module/Admin/Site.php:556 @@ -5201,9 +4919,7 @@ msgid "Synchronize the contacts with the directory server" msgstr "" #: src/Module/Admin/Site.php:556 -msgid "" -"if enabled, the system will check periodically for new contacts on the " -"defined directory server." +msgid "if enabled, the system will check periodically for new contacts on the defined directory server." msgstr "" #: src/Module/Admin/Site.php:558 @@ -5211,10 +4927,7 @@ msgid "Discover contacts from other servers" msgstr "" #: src/Module/Admin/Site.php:558 -msgid "" -"Periodically query other servers for contacts and servers that they know of. " -"The system queries Friendica, Mastodon and Hubzilla servers. Keep it " -"deactivated on small machines to decrease the database size and load." +msgid "Periodically query other servers for contacts and servers that they know of. The system queries Friendica, Mastodon and Hubzilla servers. Keep it deactivated on small machines to decrease the database size and load." msgstr "" #: src/Module/Admin/Site.php:559 @@ -5222,9 +4935,7 @@ msgid "Days between requery" msgstr "" #: src/Module/Admin/Site.php:559 -msgid "" -"Number of days after which a server is requeried for their contacts and " -"servers it knows of. This is only used when the discovery is activated." +msgid "Number of days after which a server is requeried for their contacts and servers it knows of. This is only used when the discovery is activated." msgstr "" #: src/Module/Admin/Site.php:560 @@ -5232,10 +4943,7 @@ msgid "Search the local directory" msgstr "" #: src/Module/Admin/Site.php:560 -msgid "" -"Search the local directory instead of the global directory. When searching " -"locally, every search will be executed on the global directory in the " -"background. This improves the search results when the search is repeated." +msgid "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated." msgstr "" #: src/Module/Admin/Site.php:562 @@ -5243,11 +4951,7 @@ msgid "Publish server information" msgstr "" #: src/Module/Admin/Site.php:562 -msgid "" -"If enabled, general server and usage data will be published. The data " -"contains the name and version of the server, number of users with public " -"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." +msgid "If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." msgstr "" #: src/Module/Admin/Site.php:564 @@ -5255,9 +4959,7 @@ msgid "Check upstream version" msgstr "" #: src/Module/Admin/Site.php:564 -msgid "" -"Enables checking for new Friendica versions at github. If there is a new " -"version, you will be informed in the admin panel overview." +msgid "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview." msgstr "" #: src/Module/Admin/Site.php:565 @@ -5273,9 +4975,7 @@ msgid "Clean database" msgstr "" #: src/Module/Admin/Site.php:566 -msgid "" -"Remove old remote items, orphaned database records and old content from some " -"other helper tables." +msgid "Remove old remote items, orphaned database records and old content from some other helper tables." msgstr "" #: src/Module/Admin/Site.php:567 @@ -5283,10 +4983,7 @@ msgid "Lifespan of remote items" msgstr "" #: src/Module/Admin/Site.php:567 -msgid "" -"When the database cleanup is enabled, this defines the days after which " -"remote items will be deleted. Own items, and marked or filed items are " -"always kept. 0 disables this behaviour." +msgid "When the database cleanup is enabled, this defines the days after which remote items will be deleted. Own items, and marked or filed items are always kept. 0 disables this behaviour." msgstr "" #: src/Module/Admin/Site.php:568 @@ -5294,11 +4991,7 @@ msgid "Lifespan of unclaimed items" msgstr "" #: src/Module/Admin/Site.php:568 -msgid "" -"When the database cleanup is enabled, this defines the days after which " -"unclaimed remote items (mostly content from the relay) will be deleted. " -"Default value is 90 days. Defaults to the general lifespan value of remote " -"items if set to 0." +msgid "When the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0." msgstr "" #: src/Module/Admin/Site.php:569 @@ -5306,10 +4999,7 @@ msgid "Lifespan of raw conversation data" msgstr "" #: src/Module/Admin/Site.php:569 -msgid "" -"The conversation data is used for ActivityPub and OStatus, as well as for " -"debug purposes. It should be safe to remove it after 14 days, default is 90 " -"days." +msgid "The conversation data is used for ActivityPub and OStatus, as well as for debug purposes. It should be safe to remove it after 14 days, default is 90 days." msgstr "" #: src/Module/Admin/Site.php:570 @@ -5325,9 +5015,7 @@ msgid "Maximum numbers of comments per post on the display page" msgstr "" #: src/Module/Admin/Site.php:571 -msgid "" -"How many comments should be shown on the single view for each post? Default " -"value is 1000." +msgid "How many comments should be shown on the single view for each post? Default value is 1000." msgstr "" #: src/Module/Admin/Site.php:572 @@ -5335,9 +5023,7 @@ msgid "Items per page" msgstr "" #: src/Module/Admin/Site.php:572 -msgid "" -"Number of items per page in stream pages (network, community, profile/" -"contact statuses, search)." +msgid "Number of items per page in stream pages (network, community, profile/contact statuses, search)." msgstr "" #: src/Module/Admin/Site.php:573 @@ -5345,9 +5031,7 @@ msgid "Items per page for mobile devices" msgstr "" #: src/Module/Admin/Site.php:573 -msgid "" -"Number of items per page in stream pages (network, community, profile/" -"contact statuses, search) for mobile devices." +msgid "Number of items per page in stream pages (network, community, profile/contact statuses, search) for mobile devices." msgstr "" #: src/Module/Admin/Site.php:574 @@ -5355,9 +5039,7 @@ msgid "Temp path" msgstr "" #: src/Module/Admin/Site.php:574 -msgid "" -"If you have a restricted system where the webserver can't access the system " -"temp path, enter another path here." +msgid "If you have a restricted system where the webserver can't access the system temp path, enter another path here." msgstr "" #: src/Module/Admin/Site.php:575 @@ -5373,9 +5055,7 @@ msgid "Limited search scope" msgstr "" #: src/Module/Admin/Site.php:576 -msgid "" -"If enabled, searches will only be performed in the data used for the " -"channels and not in all posts." +msgid "If enabled, searches will only be performed in the data used for the channels and not in all posts." msgstr "" #: src/Module/Admin/Site.php:577 @@ -5383,9 +5063,7 @@ msgid "Maximum age of items in the search table" msgstr "" #: src/Module/Admin/Site.php:577 -msgid "" -"Maximum age of items in the search table in days. Lower values will increase " -"the performance and reduce disk usage. 0 means no age restriction." +msgid "Maximum age of items in the search table in days. Lower values will increase the performance and reduce disk usage. 0 means no age restriction." msgstr "" #: src/Module/Admin/Site.php:578 @@ -5393,9 +5071,7 @@ msgid "Generate counts per contact circle when calculating network count" msgstr "" #: src/Module/Admin/Site.php:578 -msgid "" -"On systems with users that heavily use contact circles the query can be very " -"expensive." +msgid "On systems with users that heavily use contact circles the query can be very expensive." msgstr "" #: src/Module/Admin/Site.php:579 @@ -5403,10 +5079,7 @@ msgid "Process \"view\" activities" msgstr "" #: src/Module/Admin/Site.php:579 -msgid "" -"\"view\" activities are mostly geberated by Peertube systems. Per default " -"they are not processed for performance reasons. Only activate this option on " -"performant system." +msgid "\"view\" activities are mostly geberated by Peertube systems. Per default they are not processed for performance reasons. Only activate this option on performant system." msgstr "" #: src/Module/Admin/Site.php:580 @@ -5414,9 +5087,7 @@ msgid "Days, after which a contact is archived" msgstr "" #: src/Module/Admin/Site.php:580 -msgid "" -"Number of days that we try to deliver content or to update the contact data " -"before we archive a contact." +msgid "Number of days that we try to deliver content or to update the contact data before we archive a contact." msgstr "" #: src/Module/Admin/Site.php:582 @@ -5425,9 +5096,7 @@ msgstr "" #: src/Module/Admin/Site.php:582 #, php-format -msgid "" -"On shared hosters set this to %d. On larger systems, values of %d are great. " -"Default value is %d." +msgid "On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d." msgstr "" #: src/Module/Admin/Site.php:583 @@ -5443,9 +5112,7 @@ msgid "Enable fastlane" msgstr "" #: src/Module/Admin/Site.php:584 -msgid "" -"When enabed, the fastlane mechanism starts an additional worker if processes " -"with higher priority are blocked by processes of lower priority." +msgid "When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority." msgstr "" #: src/Module/Admin/Site.php:585 @@ -5453,9 +5120,7 @@ msgid "Decoupled receiver" msgstr "" #: src/Module/Admin/Site.php:585 -msgid "" -"Decouple incoming ActivityPub posts by processing them in the background via " -"a worker process. Only enable this on fast systems." +msgid "Decouple incoming ActivityPub posts by processing them in the background via a worker process. Only enable this on fast systems." msgstr "" #: src/Module/Admin/Site.php:586 @@ -5471,8 +5136,7 @@ msgid "Worker defer limit" msgstr "" #: src/Module/Admin/Site.php:587 -msgid "" -"Per default the systems tries delivering for 15 times before dropping it." +msgid "Per default the systems tries delivering for 15 times before dropping it." msgstr "" #: src/Module/Admin/Site.php:588 @@ -5480,11 +5144,7 @@ msgid "Worker fetch limit" msgstr "" #: src/Module/Admin/Site.php:588 -msgid "" -"Number of worker tasks that are fetched in a single query. Higher values " -"should increase the performance, too high values will mostly likely decrease " -"it. Only change it, when you know how to measure the performance of your " -"system." +msgid "Number of worker tasks that are fetched in a single query. Higher values should increase the performance, too high values will mostly likely decrease it. Only change it, when you know how to measure the performance of your system." msgstr "" #: src/Module/Admin/Site.php:590 @@ -5492,8 +5152,7 @@ msgid "Direct relay transfer" msgstr "" #: src/Module/Admin/Site.php:590 -msgid "" -"Enables the direct transfer to other servers without using the relay servers" +msgid "Enables the direct transfer to other servers without using the relay servers" msgstr "" #: src/Module/Admin/Site.php:591 @@ -5501,10 +5160,7 @@ msgid "Relay scope" msgstr "" #: src/Module/Admin/Site.php:591 -msgid "" -"Can be \"all\" or \"tags\". \"all\" means that every public post should be " -"received. \"tags\" means that only posts with selected tags should be " -"received." +msgid "Can be \"all\" or \"tags\". \"all\" means that every public post should be received. \"tags\" means that only posts with selected tags should be received." msgstr "" #: src/Module/Admin/Site.php:591 src/Module/Contact/Profile.php:314 @@ -5541,10 +5197,7 @@ msgid "Maximum amount of tags" msgstr "" #: src/Module/Admin/Site.php:594 -msgid "" -"Maximum amount of tags in a post before it is rejected as spam. The post has " -"to contain at least one link. Posts from subscribed accounts will not be " -"rejected." +msgid "Maximum amount of tags in a post before it is rejected as spam. The post has to contain at least one link. Posts from subscribed accounts will not be rejected." msgstr "" #: src/Module/Admin/Site.php:595 @@ -5552,9 +5205,7 @@ msgid "Allow user tags" msgstr "" #: src/Module/Admin/Site.php:595 -msgid "" -"If enabled, the tags from the saved searches will used for the \"tags\" " -"subscription in addition to the \"relay_server_tags\"." +msgid "If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"." msgstr "" #: src/Module/Admin/Site.php:596 @@ -5578,10 +5229,7 @@ msgid "Number of languages for the language detection" msgstr "" #: src/Module/Admin/Site.php:598 -msgid "" -"The system detects a list of languages per post. Only if the desired " -"languages are in the list, the message will be accepted. The higher the " -"number, the more posts will be falsely detected." +msgid "The system detects a list of languages per post. Only if the desired languages are in the list, the message will be accepted. The higher the number, the more posts will be falsely detected." msgstr "" #: src/Module/Admin/Site.php:600 @@ -5589,9 +5237,7 @@ msgid "Maximum age of channel" msgstr "" #: src/Module/Admin/Site.php:600 -msgid "" -"This defines the maximum age in hours of items that should be displayed in " -"channels. This affects the channel performance." +msgid "This defines the maximum age in hours of items that should be displayed in channels. This affects the channel performance." msgstr "" #: src/Module/Admin/Site.php:601 @@ -5599,9 +5245,7 @@ msgid "Maximum number of channel posts" msgstr "" #: src/Module/Admin/Site.php:601 -msgid "" -"For performance reasons, the channels use a dedicated table to store " -"content. The higher the value the slower the channels." +msgid "For performance reasons, the channels use a dedicated table to store content. The higher the value the slower the channels." msgstr "" #: src/Module/Admin/Site.php:602 @@ -5617,10 +5261,7 @@ msgid "Maximum number of posts per author" msgstr "" #: src/Module/Admin/Site.php:603 -msgid "" -"Maximum number of posts per page by author if the contact frequency is set " -"to \"Display only few posts\". If there are more posts, then the post with " -"the most interactions will be displayed." +msgid "Maximum number of posts per page by author if the contact frequency is set to \"Display only few posts\". If there are more posts, then the post with the most interactions will be displayed." msgstr "" #: src/Module/Admin/Site.php:604 @@ -5628,9 +5269,7 @@ msgid "Sharer interaction days" msgstr "" #: src/Module/Admin/Site.php:604 -msgid "" -"Number of days of the last interaction that are used to define which sharers " -"are used for the \"sharers of sharers\" channel." +msgid "Number of days of the last interaction that are used to define which sharers are used for the \"sharers of sharers\" channel." msgstr "" #: src/Module/Admin/Site.php:607 @@ -5680,9 +5319,7 @@ msgid "This backend doesn't have custom settings" msgstr "" #: src/Module/Admin/Storage.php:148 -msgid "" -"Changing the current backend is prohibited because it is set by an " -"environment variable" +msgid "Changing the current backend is prohibited because it is set by an environment variable" msgstr "" #: src/Module/Admin/Storage.php:150 @@ -5696,60 +5333,34 @@ msgstr "" #: src/Module/Admin/Summary.php:59 #, php-format -msgid "" -"Your DB still runs with MyISAM tables. You should change the engine type to " -"InnoDB. As Friendica will use InnoDB only features in the future, you should " -"change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the command php bin/" -"console.php dbstructure toinnodb of your Friendica installation for an " -"automatic conversion.
" +msgid "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
" msgstr "" #: src/Module/Admin/Summary.php:64 #, php-format -msgid "" -"Your DB still runs with InnoDB tables in the Antelope file format. You " -"should change the file format to Barracuda. Friendica is using features that " -"are not provided by the Antelope format. See here for a " -"guide that may be helpful converting the table engines. You may also use the " -"command php bin/console.php dbstructure toinnodb of your Friendica " -"installation for an automatic conversion.
" +msgid "Your DB still runs with InnoDB tables in the Antelope file format. You should change the file format to Barracuda. Friendica is using features that are not provided by the Antelope format. See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
" msgstr "" #: src/Module/Admin/Summary.php:74 #, php-format -msgid "" -"Your table_definition_cache is too low (%d). This can lead to the database " -"error \"Prepared statement needs to be re-prepared\". Please set it at least " -"to %d. See here for more information.
" +msgid "Your table_definition_cache is too low (%d). This can lead to the database error \"Prepared statement needs to be re-prepared\". Please set it at least to %d. See here for more information.
" msgstr "" #: src/Module/Admin/Summary.php:85 #, php-format -msgid "" -"There is a new version of Friendica available for download. Your current " -"version is %1$s, upstream version is %2$s" +msgid "There is a new version of Friendica available for download. Your current version is %1$s, upstream version is %2$s" msgstr "" #: src/Module/Admin/Summary.php:94 -msgid "" -"The database update failed. Please run \"php bin/console.php dbstructure " -"update\" from the command line and have a look at the errors that might " -"appear." +msgid "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear." msgstr "" #: src/Module/Admin/Summary.php:98 -msgid "" -"The last update failed. Please run \"php bin/console.php dbstructure " -"update\" from the command line and have a look at the errors that might " -"appear. (Some of the errors are possibly inside the logfile.)" +msgid "The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear. (Some of the errors are possibly inside the logfile.)" msgstr "" #: src/Module/Admin/Summary.php:102 -msgid "" -"The system.url entry is missing. This is a low level setting and can lead to " -"unexpected behavior. Please add a valid entry as soon as possible in the " -"config file or per console command!" +msgid "The system.url entry is missing. This is a low level setting and can lead to unexpected behavior. Please add a valid entry as soon as possible in the config file or per console command!" msgstr "" #: src/Module/Admin/Summary.php:107 @@ -5758,56 +5369,37 @@ msgstr "" #: src/Module/Admin/Summary.php:109 #, php-format -msgid "" -"The last worker execution was on %s UTC. This is older than one hour. Please " -"check your crontab settings." +msgid "The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings." msgstr "" #: src/Module/Admin/Summary.php:114 #, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from ." -"htconfig.php. See the Config help page for help " -"with the transition." +msgid "Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from .htconfig.php. See the Config help page for help with the transition." msgstr "" #: src/Module/Admin/Summary.php:118 #, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from config/" -"local.ini.php. See the Config help page for help " -"with the transition." +msgid "Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition." msgstr "" #: src/Module/Admin/Summary.php:124 #, php-format -msgid "" -"%s is not reachable on your system. This is a severe " -"configuration issue that prevents server to server communication. See the installation page for help." +msgid "%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help." msgstr "" #: src/Module/Admin/Summary.php:148 #, php-format -msgid "" -"Friendica's system.basepath was updated from '%s' to '%s'. Please remove the " -"system.basepath from your db to avoid differences." +msgid "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences." msgstr "" #: src/Module/Admin/Summary.php:156 #, php-format -msgid "" -"Friendica's current system.basepath '%s' is wrong and the config file '%s' " -"isn't used." +msgid "Friendica's current system.basepath '%s' is wrong and the config file '%s' isn't used." msgstr "" #: src/Module/Admin/Summary.php:164 #, php-format -msgid "" -"Friendica's current system.basepath '%s' is not equal to the config file " -"'%s'. Please fix your configuration." +msgid "Friendica's current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration." msgstr "" #: src/Module/Admin/Summary.php:175 @@ -5880,9 +5472,7 @@ msgid "Display Terms of Service" msgstr "" #: src/Module/Admin/Tos.php:79 -msgid "" -"Enable the Terms of Service page. If this is enabled a link to the terms " -"will be added to the registration form and the general information page." +msgid "Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page." msgstr "" #: src/Module/Admin/Tos.php:80 @@ -5891,10 +5481,7 @@ msgstr "" #: src/Module/Admin/Tos.php:80 #, php-format -msgid "" -"Show some informations regarding the needed information to operate the node " -"according e.g. to EU-GDPR." +msgid "Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR." msgstr "" #: src/Module/Admin/Tos.php:81 @@ -5906,9 +5493,7 @@ msgid "The Terms of Service" msgstr "" #: src/Module/Admin/Tos.php:83 -msgid "" -"Enter the Terms of Service for your node here. You can use BBCode. Headers " -"of sections should be [h2] and below." +msgid "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below." msgstr "" #: src/Module/Admin/Tos.php:84 @@ -5980,9 +5565,7 @@ msgid "You don't have access to administration pages." msgstr "" #: src/Module/BaseAdmin.php:67 -msgid "" -"Submanaged account can't access the administration pages. Please log back in " -"as the main account." +msgid "Submanaged account can't access the administration pages. Please log back in as the main account." msgstr "" #: src/Module/BaseAdmin.php:86 src/Module/BaseModeration.php:109 @@ -6067,8 +5650,7 @@ msgstr[1] "" #: src/Module/BaseApi.php:488 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." -msgid_plural "" -"Monthly posting limit of %d posts reached. The post was rejected." +msgid_plural "Monthly posting limit of %d posts reached. The post was rejected." msgstr[0] "" msgstr[1] "" @@ -6077,9 +5659,7 @@ msgid "You don't have access to moderation pages." msgstr "" #: src/Module/BaseModeration.php:90 -msgid "" -"Submanaged account can't access the moderation pages. Please log back in as " -"the main account." +msgid "Submanaged account can't access the moderation pages. Please log back in as the main account." msgstr "" #: src/Module/BaseModeration.php:110 src/Module/Moderation/Reports.php:109 @@ -6151,14 +5731,8 @@ msgstr "" #: src/Module/BaseSearch.php:147 #, php-format -msgid "" -"%d result was filtered out because your node blocks the domain it is " -"registered on. You can review the list of domains your node is currently " -"blocking in the About page." -msgid_plural "" -"%d results were filtered out because your node blocks the domain they are " -"registered on. You can review the list of domains your node is currently " -"blocking in the About page." +msgid "%d result was filtered out because your node blocks the domain it is registered on. You can review the list of domains your node is currently blocking in the About page." +msgid_plural "%d results were filtered out because your node blocks the domain they are registered on. You can review the list of domains your node is currently blocking in the About page." msgstr[0] "" msgstr[1] "" @@ -6648,9 +6222,7 @@ msgstr[1] "" #: src/Module/Contact/Contacts.php:133 src/Module/Profile/Common.php:118 #, php-format -msgid "" -"Both %s and yourself have publicly interacted with these " -"contacts (follow, comment or likes on public posts)." +msgid "Both %s and yourself have publicly interacted with these contacts (follow, comment or likes on public posts)." msgstr "" #: src/Module/Contact/Contacts.php:139 src/Module/Profile/Contacts.php:149 @@ -6829,10 +6401,7 @@ msgid "Fetch further information for feeds" msgstr "" #: src/Module/Contact/Profile.php:312 -msgid "" -"Fetch information like preview pictures, title and teaser from the feed " -"item. You can activate this if the feed doesn't contain much text. Keywords " -"are taken from the meta header in the feed item and are posted as hash tags." +msgid "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags." msgstr "" #: src/Module/Contact/Profile.php:315 @@ -6936,8 +6505,7 @@ msgid "Hide this contact from others" msgstr "" #: src/Module/Contact/Profile.php:400 -msgid "" -"Replies/likes to your public posts may still be visible" +msgid "Replies/likes to your public posts may still be visible" msgstr "" #: src/Module/Contact/Profile.php:401 @@ -6953,9 +6521,7 @@ msgid "Keyword Deny List" msgstr "" #: src/Module/Contact/Profile.php:403 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" +msgid "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected" msgstr "" #: src/Module/Contact/Profile.php:421 @@ -6973,9 +6539,7 @@ msgid "Mirror postings from this contact" msgstr "" #: src/Module/Contact/Profile.php:431 -msgid "" -"Mark this contact as remote_self, this will cause friendica to repost new " -"entries from this contact." +msgid "Mark this contact as remote_self, this will cause friendica to repost new entries from this contact." msgstr "" #: src/Module/Contact/Profile.php:434 @@ -6987,13 +6551,7 @@ msgid "Frequency of this contact in relevant channels" msgstr "" #: src/Module/Contact/Profile.php:436 -msgid "" -"Depending on the type of the channel not all posts from this contact are " -"displayed. By default, posts need to have a minimum amount of interactions " -"(comments, likes) to show in your channels. On the other hand there can be " -"contacts who flood the channel, so you might want to see only some of their " -"posts. Or you don't want to see their content at all, but you don't want to " -"block or hide the contact completely." +msgid "Depending on the type of the channel not all posts from this contact are displayed. By default, posts need to have a minimum amount of interactions (comments, likes) to show in your channels. On the other hand there can be contacts who flood the channel, so you might want to see only some of their posts. Or you don't want to see their content at all, but you don't want to block or hide the contact completely." msgstr "" #: src/Module/Contact/Profile.php:437 @@ -7001,10 +6559,7 @@ msgid "Default frequency" msgstr "" #: src/Module/Contact/Profile.php:437 -msgid "" -"Posts by this contact are displayed in the \"for you\" channel if you " -"interact often with this contact or if a post reached some level of " -"interaction." +msgid "Posts by this contact are displayed in the \"for you\" channel if you interact often with this contact or if a post reached some level of interaction." msgstr "" #: src/Module/Contact/Profile.php:438 @@ -7020,9 +6575,7 @@ msgid "Display only few posts" msgstr "" #: src/Module/Contact/Profile.php:439 -msgid "" -"When a contact creates a lot of posts in a short period, this setting " -"reduces the number of displayed posts in every channel." +msgid "When a contact creates a lot of posts in a short period, this setting reduces the number of displayed posts in every channel." msgstr "" #: src/Module/Contact/Profile.php:440 @@ -7038,9 +6591,7 @@ msgid "Channel Only" msgstr "" #: src/Module/Contact/Profile.php:441 -msgid "" -"If enabled, posts from this contact will only appear in channels and network " -"streams in circles, but not in the general network stream." +msgid "If enabled, posts from this contact will only appear in channels and network streams in circles, but not in the general network stream." msgstr "" #: src/Module/Contact/Profile.php:509 @@ -7084,15 +6635,11 @@ msgid "Follow was successfully revoked." msgstr "" #: 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." +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/Suggestions.php:62 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." +msgid "No suggestions available. If this is a new site, please try again in 24 hours." msgstr "" #: src/Module/Contact/Unfollow.php:98 src/Module/Contact/Unfollow.php:167 @@ -7126,9 +6673,7 @@ msgid "Channel not available." msgstr "" #: src/Module/Conversation/Community.php:92 -msgid "" -"This community stream shows all public posts received by this node. They may " -"not reflect the opinions of this node’s users." +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:180 @@ -7139,21 +6684,21 @@ msgstr "" msgid "Not available." msgstr "" -#: src/Module/Conversation/Network.php:214 +#: src/Module/Conversation/Network.php:216 msgid "No such circle" msgstr "" -#: src/Module/Conversation/Network.php:218 +#: src/Module/Conversation/Network.php:220 #, php-format msgid "Circle: %s" msgstr "" -#: src/Module/Conversation/Network.php:237 +#: src/Module/Conversation/Network.php:239 #, php-format msgid "Error %d (%s) while fetching the timeline." msgstr "" -#: src/Module/Conversation/Network.php:314 +#: src/Module/Conversation/Network.php:316 msgid "Network feed not available." msgstr "" @@ -7170,10 +6715,7 @@ msgid "Credits" msgstr "" #: src/Module/Credits.php:45 -msgid "" -"Friendica is a community project, that would not be possible without the " -"help of many people. Here is a list of those who have contributed to the " -"code or the translation of Friendica. Thank you all!" +msgid "Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!" msgstr "" #: src/Module/Debug/ActivityPubConversion.php:53 @@ -7394,9 +6936,7 @@ msgid "Time Conversion" msgstr "" #: src/Module/Debug/Localtime.php:50 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." +msgid "Friendica provides this service for sharing events with other networks and friends in unknown timezones." msgstr "" #: src/Module/Debug/Localtime.php:51 @@ -7517,15 +7057,11 @@ msgstr "" #: src/Module/Friendica.php:117 #, php-format -msgid "" -"This is Friendica, version %s that is running at the web location %s. The " -"database version is %s, the post update version is %s." +msgid "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s." msgstr "" #: src/Module/Friendica.php:122 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." +msgid "Please visit Friendi.ca to learn more about the Friendica project." msgstr "" #: src/Module/Friendica.php:123 @@ -7537,8 +7073,7 @@ msgid "the bugtracker at github" msgstr "" #: src/Module/Friendica.php:124 -msgid "" -"Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" +msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" msgstr "" #: src/Module/HCard.php:45 @@ -7596,10 +7131,7 @@ msgid "Base path to installation" msgstr "" #: src/Module/Install.php:226 -msgid "" -"If the system cannot detect the correct path to your installation, enter the " -"correct path here. This setting should only be set if you are using a " -"restricted system and symbolic links to your webroot." +msgid "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot." msgstr "" #: src/Module/Install.php:229 @@ -7607,9 +7139,7 @@ msgid "The Friendica system URL" msgstr "" #: src/Module/Install.php:231 -msgid "" -"Overwrite this field in case the system URL determination isn't right, " -"otherwise leave it as is." +msgid "Overwrite this field in case the system URL determination isn't right, otherwise leave it as is." msgstr "" #: src/Module/Install.php:242 @@ -7617,21 +7147,15 @@ msgid "Database connection" msgstr "" #: src/Module/Install.php:243 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." +msgid "In order to install Friendica we need to know how to connect to your database." msgstr "" #: src/Module/Install.php:244 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." +msgid "Please contact your hosting provider or site administrator if you have questions about these settings." msgstr "" #: src/Module/Install.php:245 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." +msgid "The database you specify below should already exist. If it does not, please create it before continuing." msgstr "" #: src/Module/Install.php:252 @@ -7667,9 +7191,7 @@ msgid "Site administrator email address" msgstr "" #: src/Module/Install.php:297 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." +msgid "Your account email address must match this in order to use the web admin panel." msgstr "" #: src/Module/Install.php:304 @@ -7677,9 +7199,7 @@ msgid "System Language:" msgstr "" #: src/Module/Install.php:306 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." +msgid "Set the default language for your Friendica installation interface and to send emails." msgstr "" #: src/Module/Install.php:318 @@ -7695,16 +7215,12 @@ msgid "

What next

" msgstr "" #: src/Module/Install.php:349 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the worker." +msgid "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." msgstr "" #: src/Module/Install.php:352 #, php-format -msgid "" -"Go to your new Friendica node registration page " -"and register as new user. Remember to use the same email you have entered as " -"administrator email. This will allow you to enter the site admin panel." +msgid "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel." msgstr "" #: src/Module/Invite.php:57 @@ -7742,39 +7258,25 @@ msgstr "" #: src/Module/Invite.php:150 #, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many " -"other social networks." +msgid "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks." msgstr "" #: src/Module/Invite.php:152 #, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." +msgid "To accept this invitation, please visit and register at %s or any other public Friendica website." msgstr "" #: src/Module/Invite.php:153 #, php-format -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. See %s for a list of alternate Friendica " -"sites you can join." +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. See %s for a list of alternate Friendica sites you can join." msgstr "" #: src/Module/Invite.php:157 -msgid "" -"Our apologies. This system is not currently configured to connect with other " -"public sites or invite members." +msgid "Our apologies. This system is not currently configured to connect with other public sites or invite members." msgstr "" #: 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." +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:159 @@ -7791,9 +7293,7 @@ msgid "Enter email addresses, one per line:" msgstr "" #: 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." +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:174 @@ -7801,14 +7301,11 @@ msgid "You will need to supply this invitation code: $invite_code" msgstr "" #: src/Module/Invite.php:174 -msgid "" -"Once you have registered, please connect with me via my profile page at:" +msgid "Once you have registered, please connect with me via my profile page at:" msgstr "" #: 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" +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:94 @@ -7840,15 +7337,11 @@ msgid "Location services are unavailable on your device" msgstr "" #: src/Module/Item/Compose.php:212 -msgid "" -"Location services are disabled. Please check the website's permissions on " -"your device" +msgid "Location services are disabled. Please check the website's permissions on your device" msgstr "" #: src/Module/Item/Compose.php:218 -msgid "" -"You can make this page always open when you use the New Post button in the " -"Theme Customization settings." +msgid "You can make this page always open when you use the New Post button in the Theme Customization settings." msgstr "" #: src/Module/Item/Feed.php:86 @@ -7864,10 +7357,7 @@ msgid "System down for maintenance" msgstr "" #: src/Module/Maintenance.php:54 -msgid "" -"This Friendica node is currently in maintenance mode, either automatically " -"because it is self-updating or manually by the node administrator. This " -"condition should be temporary, please come back in a few minutes." +msgid "This Friendica node is currently in maintenance mode, either automatically because it is self-updating or manually by the node administrator. This condition should be temporary, please come back in a few minutes." msgstr "" #: src/Module/Manifest.php:40 @@ -8005,9 +7495,7 @@ msgid "Remote Contact Blocklist" msgstr "" #: src/Module/Moderation/Blocklist/Contact.php:112 -msgid "" -"This page allows you to prevent any message from a remote contact to reach " -"your node." +msgid "This page allows you to prevent any message from a remote contact to reach your node." msgstr "" #: src/Module/Moderation/Blocklist/Contact.php:113 @@ -8063,9 +7551,7 @@ msgid "Also purge contact" msgstr "" #: src/Module/Moderation/Blocklist/Contact.php:132 -msgid "" -"Removes all content related to this contact from the node. Keeps the contact " -"record. This action cannot be undone." +msgid "Removes all content related to this contact from the node. Keeps the contact record. This action cannot be undone." msgstr "" #: src/Module/Moderation/Blocklist/Contact.php:133 @@ -8096,8 +7582,7 @@ msgstr "" #: src/Module/Moderation/Blocklist/Server/Add.php:123 #: src/Module/Moderation/Blocklist/Server/Index.php:99 msgid "" -"

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

\n" +"

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

\n" "