update of addon translations #864

Merged
tobiasd merged 10 commits from 20190622-lang into 2019.06-rc 2019-06-22 08:55:48 +02:00
20 changed files with 1037 additions and 73 deletions

View File

@ -0,0 +1,175 @@
# ADDON advancedcontentfilter
# Copyright (C)
# This file is distributed under the same license as the Friendica advancedcontentfilter addon package.
#
#
# Translators:
# Andy H3 <andy@hubup.pro>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-17 04:04+0200\n"
"PO-Revision-Date: 2018-05-24 06:41+0000\n"
"Last-Translator: Andy H3 <andy@hubup.pro>, 2019\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/Friendica/teams/12172/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: advancedcontentfilter.php:134
#, php-format
msgid "Filtered by rule: %s"
msgstr "Filtered by rule: %s"
#: advancedcontentfilter.php:147 advancedcontentfilter.php:204
msgid "Advanced Content Filter"
msgstr "Advanced Content Filter"
#: advancedcontentfilter.php:203
msgid "Back to Addon Settings"
msgstr "Back to addon settings"
#: advancedcontentfilter.php:205
msgid "Add a Rule"
msgstr "Add a rule"
#: advancedcontentfilter.php:206
msgid "Help"
msgstr "Help"
#: advancedcontentfilter.php:207
msgid ""
"Add and manage your personal content filter rules in this screen. Rules have"
" a name and an arbitrary expression that will be matched against post data. "
"For a complete reference of the available operations and variables, check "
"the <a href=\"advancedcontentfilter/help\">help page</a>."
msgstr ""
"Add and manage your personal content filter rules in this screen. Rules have"
" a name and an arbitrary expression that will be matched against post data. "
"For a complete reference of the available operations and variables, check "
"the <a href=\"advancedcontentfilter/help\">help page</a>."
#: advancedcontentfilter.php:208
msgid "Your rules"
msgstr "Your rules"
#: advancedcontentfilter.php:209
msgid ""
"You have no rules yet! Start adding one by clicking on the button above next"
" to the title."
msgstr ""
"You have no rules yet! Start adding one by clicking on the button above next"
" to the title."
#: advancedcontentfilter.php:210
msgid "Disabled"
msgstr "Disabled"
#: advancedcontentfilter.php:211
msgid "Enabled"
msgstr "Enabled"
#: advancedcontentfilter.php:212
msgid "Disable this rule"
msgstr "Disable this rule"
#: advancedcontentfilter.php:213
msgid "Enable this rule"
msgstr "Enable this rule"
#: advancedcontentfilter.php:214
msgid "Edit this rule"
msgstr "Edit this rule"
#: advancedcontentfilter.php:215
msgid "Edit the rule"
msgstr "Edit the rule"
#: advancedcontentfilter.php:216
msgid "Save this rule"
msgstr "Save this rule"
#: advancedcontentfilter.php:217
msgid "Delete this rule"
msgstr "Delete this rule"
#: advancedcontentfilter.php:218
msgid "Rule"
msgstr "Rule"
#: advancedcontentfilter.php:219
msgid "Close"
msgstr "Close"
#: advancedcontentfilter.php:220
msgid "Add new rule"
msgstr "Add new rule"
#: advancedcontentfilter.php:221
msgid "Rule Name"
msgstr "Rule name"
#: advancedcontentfilter.php:222
msgid "Rule Expression"
msgstr "Rule expression"
#: advancedcontentfilter.php:223
msgid ""
"<p>Examples:</p><ul><li><pre>author_link == "
"'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"
msgstr ""
"<p>Examples:</p><ul><li><pre>author_link == "
"'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"
#: advancedcontentfilter.php:224
msgid "Cancel"
msgstr "Cancel"
#: advancedcontentfilter.php:290 advancedcontentfilter.php:301
#: advancedcontentfilter.php:312 advancedcontentfilter.php:346
#: advancedcontentfilter.php:375 advancedcontentfilter.php:396
msgid "You must be logged in to use this method"
msgstr "You must be logged in to use this method"
#: advancedcontentfilter.php:316 advancedcontentfilter.php:350
#: advancedcontentfilter.php:379
msgid "Invalid form security token, please refresh the page."
msgstr "Invalid form security token, please refresh the page."
#: advancedcontentfilter.php:328
msgid "The rule name and expression are required."
msgstr "The rule name and expression are required."
#: advancedcontentfilter.php:340
msgid "Rule successfully added"
msgstr "Rule successfully added"
#: advancedcontentfilter.php:354 advancedcontentfilter.php:383
msgid "Rule doesn't exist or doesn't belong to you."
msgstr "Rule doesn't exist or doesn't belong to you."
#: advancedcontentfilter.php:369
msgid "Rule successfully updated"
msgstr "Rule successfully updated"
#: advancedcontentfilter.php:390
msgid "Rule successfully deleted"
msgstr "Rule successfully deleted"
#: advancedcontentfilter.php:400
msgid "Missing argument: guid."
msgstr "Missing argument: Global Unique Identifier (GUID)."
#: advancedcontentfilter.php:406
#, php-format
msgid "Unknown post with guid: %s"
msgstr "Unknown post with Global Unique Identifier (GUID): %s"
#: src/middlewares.php:28
msgid "Method not found"
msgstr "Method not found"

View File

@ -0,0 +1,41 @@
<?php
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Filtered by rule: %s"] = "Filtered by rule: %s";
$a->strings["Advanced Content Filter"] = "Advanced Content Filter";
$a->strings["Back to Addon Settings"] = "Back to addon settings";
$a->strings["Add a Rule"] = "Add a rule";
$a->strings["Help"] = "Help";
$a->strings["Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href=\"advancedcontentfilter/help\">help page</a>."] = "Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href=\"advancedcontentfilter/help\">help page</a>.";
$a->strings["Your rules"] = "Your rules";
$a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = "You have no rules yet! Start adding one by clicking on the button above next to the title.";
$a->strings["Disabled"] = "Disabled";
$a->strings["Enabled"] = "Enabled";
$a->strings["Disable this rule"] = "Disable this rule";
$a->strings["Enable this rule"] = "Enable this rule";
$a->strings["Edit this rule"] = "Edit this rule";
$a->strings["Edit the rule"] = "Edit the rule";
$a->strings["Save this rule"] = "Save this rule";
$a->strings["Delete this rule"] = "Delete this rule";
$a->strings["Rule"] = "Rule";
$a->strings["Close"] = "Close";
$a->strings["Add new rule"] = "Add new rule";
$a->strings["Rule Name"] = "Rule name";
$a->strings["Rule Expression"] = "Rule expression";
$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>";
$a->strings["Cancel"] = "Cancel";
$a->strings["You must be logged in to use this method"] = "You must be logged in to use this method";
$a->strings["Invalid form security token, please refresh the page."] = "Invalid form security token, please refresh the page.";
$a->strings["The rule name and expression are required."] = "The rule name and expression are required.";
$a->strings["Rule successfully added"] = "Rule successfully added";
$a->strings["Rule doesn't exist or doesn't belong to you."] = "Rule doesn't exist or doesn't belong to you.";
$a->strings["Rule successfully updated"] = "Rule successfully updated";
$a->strings["Rule successfully deleted"] = "Rule successfully deleted";
$a->strings["Missing argument: guid."] = "Missing argument: Global Unique Identifier (GUID).";
$a->strings["Unknown post with guid: %s"] = "Unknown post with Global Unique Identifier (GUID): %s";
$a->strings["Method not found"] = "Method not found";

View File

@ -0,0 +1,67 @@
# ADDON blackout
# Copyright (C)
# This file is distributed under the same license as the Friendica blackout addon package.
#
#
# Translators:
# Andy H3 <andy@hubup.pro>, 2019
# Kris, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-12 09:26+0100\n"
"PO-Revision-Date: 2019-06-05 14:40+0000\n"
"Last-Translator: Andy H3 <andy@hubup.pro>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: blackout.php:101
msgid ""
"The end-date is prior to the start-date of the blackout, you should fix this"
msgstr "The end date is prior to the start date of the blackout, you should fix this"
#: blackout.php:103
#, php-format
msgid ""
"Please double check that the current settings for the blackout. Begin will "
"be <strong>%s</strong> and it will end <strong>%s</strong>."
msgstr "Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."
#: blackout.php:106
msgid "Save Settings"
msgstr "Save Settings"
#: blackout.php:107
msgid "Redirect URL"
msgstr "Redirect URL"
#: blackout.php:107
msgid "all your visitors from the web will be redirected to this URL"
msgstr "Visitors from the web will be redirected to this URL"
#: blackout.php:108
msgid "Begin of the Blackout"
msgstr "Blackout begins"
#: blackout.php:108
msgid ""
"Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, "
"<em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."
msgstr "Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."
#: blackout.php:109
msgid "End of the Blackout"
msgstr "Blackout ends"
#: blackout.php:111
msgid ""
"<strong>Note</strong>: The redirect will be active from the moment you press"
" the submit button. Users currently logged in will <strong>not</strong> be "
"thrown out but can't login again after logging out should the blackout is "
"still in place."
msgstr "<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be affected but can't login again after logging out should the blackout is still in place."

View File

@ -0,0 +1,17 @@
<?php
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "The end date is prior to the start date of the blackout, you should fix this";
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.";
$a->strings["Save Settings"] = "Save Settings";
$a->strings["Redirect URL"] = "Redirect URL";
$a->strings["all your visitors from the web will be redirected to this URL"] = "Visitors from the web will be redirected to this URL";
$a->strings["Begin of the Blackout"] = "Blackout begins";
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.";
$a->strings["End of the Blackout"] = "Blackout ends";
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be affected but can't login again after logging out should the blackout is still in place.";

View File

@ -6,14 +6,15 @@
# Translators:
# Damien Goutte-Gattat <damien+transifex@incenp.org>, 2015
# Hypolite Petovan <hypolite@mrpetovan.com>, 2016
# vladimir N <lapoubelle111@gmail.com>, 2018
# Valvin A <vincent-forum@valvin.fr>, 2019
# Vladimir Núñez <lapoubelle111@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2018-12-30 12:31+0000\n"
"Last-Translator: vladimir N <lapoubelle111@gmail.com>\n"
"POT-Creation-Date: 2019-03-12 09:26+0100\n"
"PO-Revision-Date: 2019-05-27 19:12+0000\n"
"Last-Translator: Valvin A <vincent-forum@valvin.fr>\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -21,34 +22,48 @@ msgstr ""
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: blackout.php:99
#: blackout.php:101
msgid ""
"The end-date is prior to the start-date of the blackout, you should fix this"
msgstr "La date de fin est antérieure au début de l'extinction, vous devriez corriger cela."
#: blackout.php:103
#, php-format
msgid ""
"Please double check that the current settings for the blackout. Begin will "
"be <strong>%s</strong> and it will end <strong>%s</strong>."
msgstr "Merci de vérifier que le paramétrage actuel pour l'extinction. Le début sera <strong>%s</strong> et se terminera <strong>%s</strong>"
#: blackout.php:106
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: blackout.php:100
#: blackout.php:107
msgid "Redirect URL"
msgstr "Adresse URL de redirection"
#: blackout.php:100
#: blackout.php:107
msgid "all your visitors from the web will be redirected to this URL"
msgstr "Tous vos visiteurs venant du web seront redirigés vers cette URL."
#: blackout.php:101
#: blackout.php:108
msgid "Begin of the Blackout"
msgstr "Début du blackout"
#: blackout.php:101
msgid ""
"format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, "
"<em>hh</em> hour and <em>mm</em> minute"
msgstr "Le format est <em>YYYY</em> année, <em>MM</em> mois, <em>DD</em> jour, <em>hh</em> heure and <em>mm</em> minute"
#: blackout.php:102
msgid "End of the Blackout"
msgstr "Fin du blackout"
msgstr "Début de l'extinction"
#: blackout.php:108
msgid ""
"The end-date is prior to the start-date of the blackout, you should fix "
"this."
msgstr "La date de fin est antérieure à la date de début. Veuillez corriger cela."
"Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, "
"<em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."
msgstr "Le format est <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> année, <em>MM</em>mois, <em>DD</em> jour, <em>hh</em>heure et <em>mm</em>minute."
#: blackout.php:109
msgid "End of the Blackout"
msgstr "Fin de l'extinction"
#: blackout.php:111
msgid ""
"<strong>Note</strong>: The redirect will be active from the moment you press"
" the submit button. Users currently logged in will <strong>not</strong> be "
"thrown out but can't login again after logging out should the blackout is "
"still in place."
msgstr "<strong>Note</strong>: La redirection sera active à partir du moment ou vous appuierez sur le bouton envoyer. Les utilisateurs identifiés ne seront <strong>pas</strong> déconnectés mais ne pourront pas se reconnecter après s'être déconnectés tant que l'extinction est en place."

View File

@ -6,10 +6,12 @@ function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "La date de fin est antérieure au début de l'extinction, vous devriez corriger cela.";
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "Merci de vérifier que le paramétrage actuel pour l'extinction. Le début sera <strong>%s</strong> et se terminera <strong>%s</strong>";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
$a->strings["Redirect URL"] = "Adresse URL de redirection";
$a->strings["all your visitors from the web will be redirected to this URL"] = "Tous vos visiteurs venant du web seront redirigés vers cette URL.";
$a->strings["Begin of the Blackout"] = "Début du blackout";
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "Le format est <em>YYYY</em> année, <em>MM</em> mois, <em>DD</em> jour, <em>hh</em> heure and <em>mm</em> minute";
$a->strings["End of the Blackout"] = "Fin du blackout";
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "La date de fin est antérieure à la date de début. Veuillez corriger cela.";
$a->strings["Begin of the Blackout"] = "Début de l'extinction";
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Le format est <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> année, <em>MM</em>mois, <em>DD</em> jour, <em>hh</em>heure et <em>mm</em>minute.";
$a->strings["End of the Blackout"] = "Fin de l'extinction";
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Note</strong>: La redirection sera active à partir du moment ou vous appuierez sur le bouton envoyer. Les utilisateurs identifiés ne seront <strong>pas</strong> déconnectés mais ne pourront pas se reconnecter après s'être déconnectés tant que l'extinction est en place.";

View File

@ -49,7 +49,7 @@ msgstr ""
#: cookienotice.php:70
msgid "Cookie Usage Notice"
msgstr "Cookie Usage Notice"
msgstr "Cookie usage notice"
#: cookienotice.php:70
msgid "The cookie usage notice"
@ -57,22 +57,24 @@ msgstr "The cookie usage notice"
#: cookienotice.php:71
msgid "OK Button Text"
msgstr ""
msgstr "OK button text"
#: cookienotice.php:71
msgid "The OK Button text"
msgstr ""
msgstr "OK button text"
#: cookienotice.php:72
msgid "Save Settings"
msgstr ""
msgstr "Save settings"
#: cookienotice.php:97
msgid "cookienotice Settings saved."
msgstr ""
msgstr "Cookie notice settings saved."
#: cookienotice.php:132
msgid ""
"This website uses cookies to recognize revisiting and logged in users. You "
"accept the usage of these cookies by continue browsing this website."
msgstr ""
"This website uses cookies to recognize revisiting and logged in users. You "
"accept the usage of these cookies by continue browsing this website."

View File

@ -10,10 +10,10 @@ $a->strings["This website uses cookies. If you continue browsing this website, y
$a->strings["OK"] = "OK";
$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\" settings";
$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.";
$a->strings["Cookie Usage Notice"] = "Cookie Usage Notice";
$a->strings["Cookie Usage Notice"] = "Cookie usage notice";
$a->strings["The cookie usage notice"] = "The cookie usage notice";
$a->strings["OK Button Text"] = "";
$a->strings["The OK Button text"] = "";
$a->strings["Save Settings"] = "";
$a->strings["cookienotice Settings saved."] = "";
$a->strings["This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website."] = "";
$a->strings["OK Button Text"] = "OK button text";
$a->strings["The OK Button text"] = "OK button text";
$a->strings["Save Settings"] = "Save settings";
$a->strings["cookienotice Settings saved."] = "Cookie notice settings saved.";
$a->strings["This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website."] = "This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.";

View File

@ -0,0 +1,82 @@
# ADDON forumdirectory
# Copyright (C)
# This file is distributed under the same license as the Friendica forumdirectory addon package.
#
#
# Translators:
# Hypolite Petovan <hypolite@mrpetovan.com>, 2016
# StefOfficiel <pichard.stephane@free.fr>, 2015
# Valvin A <vincent-forum@valvin.fr>, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2019-05-27 19:17+0000\n"
"Last-Translator: Valvin A <vincent-forum@valvin.fr>\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: forumdirectory.php:22
msgid "Forum Directory"
msgstr "Annuaire de Forums"
#: forumdirectory.php:53
msgid "Public access denied."
msgstr "Accès public refusé."
#: forumdirectory.php:71
msgid "Global Directory"
msgstr "Annuaire Global"
#: forumdirectory.php:79
msgid "Find on this site"
msgstr "Trouver sur cette instance"
#: forumdirectory.php:81
msgid "Finding: "
msgstr "Résultats:"
#: forumdirectory.php:82
msgid "Site Directory"
msgstr "Annuaire de l'instance"
#: forumdirectory.php:83
msgid "Find"
msgstr "Chercher"
#: forumdirectory.php:133
msgid "Age: "
msgstr "Age:"
#: forumdirectory.php:136
msgid "Gender: "
msgstr "Genre:"
#: forumdirectory.php:156
msgid "Location:"
msgstr "Localisation:"
#: forumdirectory.php:158
msgid "Gender:"
msgstr "Genre:"
#: forumdirectory.php:160
msgid "Status:"
msgstr "Statut:"
#: forumdirectory.php:162
msgid "Homepage:"
msgstr "Page d'accueil:"
#: forumdirectory.php:164
msgid "About:"
msgstr "À-propos:"
#: forumdirectory.php:201
msgid "No entries (some entries may be hidden)."
msgstr "Pas de résultats (certains résultats peuvent être cachés)."

View File

@ -1,17 +1,23 @@
<?php
$a->strings["Forum Directory"] = "";
$a->strings["Public access denied."] = "Accès public refusé.";
$a->strings["Global Directory"] = "Annuaire global";
$a->strings["Find on this site"] = "Trouver sur ce site";
$a->strings["Finding: "] = "Trouvé: ";
$a->strings["Site Directory"] = "Annuaire local";
$a->strings["Find"] = "Trouver";
$a->strings["Age: "] = "Age: ";
$a->strings["Gender: "] = "Genre: ";
$a->strings["Location:"] = "Localisation:";
$a->strings["Gender:"] = "Genre:";
$a->strings["Status:"] = "Statut:";
$a->strings["Homepage:"] = "Page personnelle:";
$a->strings["About:"] = "À propos:";
$a->strings["No entries (some entries may be hidden)."] = "Aucune entrée (certaines peuvent être cachées).";
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
return ($n > 1);;
}}
;
$a->strings["Forum Directory"] = "Annuaire de Forums";
$a->strings["Public access denied."] = "Accès public refusé.";
$a->strings["Global Directory"] = "Annuaire Global";
$a->strings["Find on this site"] = "Trouver sur cette instance";
$a->strings["Finding: "] = "Résultats:";
$a->strings["Site Directory"] = "Annuaire de l'instance";
$a->strings["Find"] = "Chercher";
$a->strings["Age: "] = "Age:";
$a->strings["Gender: "] = "Genre:";
$a->strings["Location:"] = "Localisation:";
$a->strings["Gender:"] = "Genre:";
$a->strings["Status:"] = "Statut:";
$a->strings["Homepage:"] = "Page d'accueil:";
$a->strings["About:"] = "À-propos:";
$a->strings["No entries (some entries may be hidden)."] = "Pas de résultats (certains résultats peuvent être cachés).";

View File

@ -0,0 +1,43 @@
# ADDON fromapp
# Copyright (C)
# This file is distributed under the same license as the Friendica fromapp addon package.
#
#
# Translators:
# Andy H3 <andy@hubup.pro>, 2018-2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-19 16:42+0100\n"
"PO-Revision-Date: 2019-06-05 14:42+0000\n"
"Last-Translator: Andy H3 <andy@hubup.pro>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: fromapp.php:40
msgid "Fromapp settings updated."
msgstr "FromApp settings updated."
#: fromapp.php:65 fromapp.php:69
msgid "FromApp Settings"
msgstr "FromApp"
#: fromapp.php:72
msgid ""
"The application name you would like to show your posts originating from. "
"Separate different app names with a comma. A random one will then be "
"selected for every posting."
msgstr "The application name you would like to show your posts originating from. Separate different app names with a comma and a random one will be selected for every post."
#: fromapp.php:76
msgid "Use this application name even if another application was used."
msgstr "Use this application name even if another application was used."
#: fromapp.php:83
msgid "Save Settings"
msgstr "Save settings"

View File

@ -0,0 +1,13 @@
<?php
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Fromapp settings updated."] = "FromApp settings updated.";
$a->strings["FromApp Settings"] = "FromApp";
$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "The application name you would like to show your posts originating from. Separate different app names with a comma and a random one will be selected for every post.";
$a->strings["Use this application name even if another application was used."] = "Use this application name even if another application was used.";
$a->strings["Save Settings"] = "Save settings";

View File

@ -3,14 +3,18 @@
# This file is distributed under the same license as the Friendica ifttt addon package.
#
#
# Translators:
# Kris, 2018
# Andy H3 <andy@hubup.pro>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Kris, 2018\n"
"PO-Revision-Date: 2017-11-27 10:37+0000\n"
"Last-Translator: Andy H3 <andy@hubup.pro>, 2019\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/Friendica/teams/12172/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -29,18 +33,22 @@ msgid ""
"href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then "
"Maker\") with the following parameters:"
msgstr ""
"Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create "
"three Facebook recipes that are connected with <a "
"href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then "
"Maker\") with the following parameters:"
#: ifttt.php:68
msgid "Body for \"new status message\""
msgstr ""
msgstr "Body for \"new status message\""
#: ifttt.php:70
msgid "Body for \"new photo upload\""
msgstr ""
msgstr "Body for \"new photo upload\""
#: ifttt.php:72
msgid "Body for \"new link post\""
msgstr ""
msgstr "Body for \"new link post\""
#: ifttt.php:77
msgid "Generate new key"

View File

@ -2,13 +2,14 @@
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["IFTTT Mirror"] = "IFTTT Mirror";
$a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "";
$a->strings["Body for \"new status message\""] = "";
$a->strings["Body for \"new photo upload\""] = "";
$a->strings["Body for \"new link post\""] = "";
$a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:";
$a->strings["Body for \"new status message\""] = "Body for \"new status message\"";
$a->strings["Body for \"new photo upload\""] = "Body for \"new photo upload\"";
$a->strings["Body for \"new link post\""] = "Body for \"new link post\"";
$a->strings["Generate new key"] = "Generate new key";
$a->strings["Save Settings"] = "Save settings";

View File

@ -6,14 +6,16 @@
# Translators:
# Andreas H., 2018
# Copiis Praeesse <richard@zsemberi.de>, 2018
# Ralf Thees <ralf@herrthees.de>, 2019
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2015
# Ulf Rompe <transifex.com@rompe.org>, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-01 11:11-0400\n"
"PO-Revision-Date: 2018-04-06 07:54+0000\n"
"Last-Translator: Andreas H.\n"
"PO-Revision-Date: 2019-05-20 12:16+0000\n"
"Last-Translator: Ralf Thees <ralf@herrthees.de>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -30,7 +32,7 @@ msgid ""
"This addon tries to identify the language posts are writen in. If it does "
"not match any language specifed below, posts will be hidden by collapsing "
"them."
msgstr "Dieses Addon versucht zu identifizieren, in welche Sprachen Posts geschrieben werden. Wenn es nicht mit einer der unten angegebenen Sprachen übereinstimmt, werden Posts durch Zusammenklappen verborgen."
msgstr "Dieses Addon versucht zu identifizieren, in welcher Sprache Posts geschrieben werden. Wenn sie nicht mit einer der unten angegebenen Sprachen übereinstimmt, werden Posts durch Zusammenklappen verborgen."
#: langfilter.php:60
msgid "Use the language filter"
@ -44,7 +46,7 @@ msgstr "Lesbar"
msgid ""
"List of abbreviations (iso2 codes) for languages you speak, comma separated."
" For example \"de,it\"."
msgstr "Liste von Abkürzungen (ISO2 Codes) der Sprachen die du sprichst, getrennt durch Komma. Zum Beispiel: \"de,it\"."
msgstr "Liste von Abkürzungen (ISO2-Codes) der Sprachen, die du sprichst, getrennt durch Komma. Zum Beispiel: \"de,it\"."
#: langfilter.php:62
msgid "Minimum confidence in language detection"
@ -66,7 +68,7 @@ msgid ""
"Minimum number of characters in message body for filter to be used. Posts "
"shorter than this will not be filtered. Note: Language detection is "
"unreliable for short content (<200 characters)."
msgstr "Mindestanzahl von Zeichen im Nachrichtentext die vom Filter benutz werden soll. Beiträge die kürzer sind werden nicht gefiltert. Hinweis: Die Spracherkennung ist bei kurze Inhalte (<200 Zeichen) nicht zuverlässig."
msgstr "Mindestanzahl von Zeichen im Nachrichtentext, die vom Filter benutzt werden soll. Kürzere Beiträge werden nicht gefiltert. Hinweis: Die Spracherkennung ist bei kurzen Inhalten (<200 Zeichen) nicht zuverlässig."
#: langfilter.php:64
msgid "Save Settings"
@ -74,7 +76,7 @@ msgstr "Einstellungen speichern"
#: langfilter.php:105
msgid "Language Filter Settings saved."
msgstr "Sprachfilter Einstellungen gespeichert."
msgstr "Sprachfilter-Einstellungen gespeichert."
#: langfilter.php:182
#, php-format

View File

@ -2,18 +2,19 @@
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Language Filter"] = "Sprachfilter";
$a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "Dieses Addon versucht zu identifizieren, in welche Sprachen Posts geschrieben werden. Wenn es nicht mit einer der unten angegebenen Sprachen übereinstimmt, werden Posts durch Zusammenklappen verborgen.";
$a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "Dieses Addon versucht zu identifizieren, in welcher Sprache Posts geschrieben werden. Wenn sie nicht mit einer der unten angegebenen Sprachen übereinstimmt, werden Posts durch Zusammenklappen verborgen.";
$a->strings["Use the language filter"] = "Den Sprachfilter verwenden";
$a->strings["Able to read"] = "Lesbar";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Liste von Abkürzungen (ISO2 Codes) der Sprachen die du sprichst, getrennt durch Komma. Zum Beispiel: \"de,it\".";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Liste von Abkürzungen (ISO2-Codes) der Sprachen, die du sprichst, getrennt durch Komma. Zum Beispiel: \"de,it\".";
$a->strings["Minimum confidence in language detection"] = "Minimales Vertrauenslevel in die Spracherkennung";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimales Vertrauen in die Richtigkeit der erkannten Sprache. Wert zwischen 0 und 100. Beiträge mit einem niedrigeren Vertrauenslevel werden nicht gefiltert.";
$a->strings["Minimum length of message body"] = "Mindestlänge des Nachrichtentexts";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Mindestanzahl von Zeichen im Nachrichtentext die vom Filter benutz werden soll. Beiträge die kürzer sind werden nicht gefiltert. Hinweis: Die Spracherkennung ist bei kurze Inhalte (<200 Zeichen) nicht zuverlässig.";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Mindestanzahl von Zeichen im Nachrichtentext, die vom Filter benutzt werden soll. Kürzere Beiträge werden nicht gefiltert. Hinweis: Die Spracherkennung ist bei kurzen Inhalten (<200 Zeichen) nicht zuverlässig.";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["Language Filter Settings saved."] = "Sprachfilter Einstellungen gespeichert.";
$a->strings["Language Filter Settings saved."] = "Sprachfilter-Einstellungen gespeichert.";
$a->strings["Filtered language: %s"] = "Gefilterte Sprache: %s";

View File

@ -0,0 +1,342 @@
# ADDON morechoice
# Copyright (C)
# This file is distributed under the same license as the Friendica morechoice addon package.
#
#
# Translators:
# Andy H3 <andy@hubup.pro>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-07 15:04+0200\n"
"PO-Revision-Date: 2018-08-07 18:18+0000\n"
"Last-Translator: Andy H3 <andy@hubup.pro>, 2019\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/Friendica/teams/12172/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: morechoice.php:34
msgid "Androgyne"
msgstr "Androgyne"
#: morechoice.php:35
msgid "Bear"
msgstr "Bear"
#: morechoice.php:36
msgid "Bigender"
msgstr "Bi-gender"
#: morechoice.php:37
msgid "Cross dresser"
msgstr "Cross dresser"
#: morechoice.php:38
msgid "Drag queen"
msgstr "Drag queen"
#: morechoice.php:39
msgid "Eunuch"
msgstr "Eunuch"
#: morechoice.php:40
msgid "Faux queen"
msgstr "Faux queen"
#: morechoice.php:41
msgid "Gender fluid"
msgstr "Gender-fluid"
#: morechoice.php:42
msgid "Kathoey"
msgstr "Kathoey"
#: morechoice.php:43
msgid "Lady"
msgstr "Lady"
#: morechoice.php:44
msgid "Lipstick lesbian"
msgstr "Lipstick lesbian"
#: morechoice.php:45
msgid "Metrosexual"
msgstr "Metrosexual"
#: morechoice.php:46
msgid "Monk"
msgstr "Monk"
#: morechoice.php:47
msgid "Nun"
msgstr "Nun"
#: morechoice.php:48
msgid "Soft butch"
msgstr "Soft butch"
#: morechoice.php:49
msgid "Stone femme"
msgstr "Stone femme"
#: morechoice.php:50
msgid "Tomboy"
msgstr "Tomboy"
#: morechoice.php:51
msgid "Transman"
msgstr "Transman"
#: morechoice.php:52
msgid "Transwoman"
msgstr "Transwoman"
#: morechoice.php:53
msgid "Transvesti"
msgstr "Transvestite"
#: morechoice.php:54
msgid "Trigender"
msgstr "Tri-gendered "
#: morechoice.php:55
msgid "Can't remember"
msgstr "Can't remember"
#: morechoice.php:56
msgid "Hard to tell these days"
msgstr "Hard to tell these days"
#: morechoice.php:60
msgid "Girls with big tits"
msgstr "Girls with big tits"
#: morechoice.php:61
msgid "Millionaires"
msgstr "Millionaires"
#: morechoice.php:62
msgid "Guys with big schlongs"
msgstr "Guys with big schlongs"
#: morechoice.php:63
msgid "Easy women"
msgstr "Easy women"
#: morechoice.php:64
msgid "People with impaired mobility"
msgstr "People with impaired mobility"
#: morechoice.php:65
msgid "Amputees"
msgstr "Amputees"
#: morechoice.php:66
msgid "Statues, mannequins and immobility"
msgstr "Statues, mannequins and immobility"
#: morechoice.php:67
msgid "Pain"
msgstr "Pain"
#: morechoice.php:68
msgid "Trans men"
msgstr "Transmen"
#: morechoice.php:69
msgid "Older women"
msgstr "Older women"
#: morechoice.php:70
msgid "Asphyxiation"
msgstr "Asphyxiation"
#: morechoice.php:71
msgid "In public"
msgstr "In public"
#: morechoice.php:72
msgid "In danger"
msgstr "In danger"
#: morechoice.php:73
msgid "Pretending to be male"
msgstr "Pretending to be male"
#: morechoice.php:74
msgid "Pretending to be female"
msgstr "Pretending to be female"
#: morechoice.php:75
msgid "Breats"
msgstr "Brats"
#: morechoice.php:76
msgid "Scat"
msgstr "Scat"
#: morechoice.php:77
msgid "Crying"
msgstr "Crying"
#: morechoice.php:78
msgid "Nappies/Diapers"
msgstr "Nappies"
#: morechoice.php:79
msgid "Trees"
msgstr "Trees"
#: morechoice.php:80
msgid "Vomit"
msgstr "Vomit"
#: morechoice.php:81
msgid "Murder"
msgstr "Murder"
#: morechoice.php:82
msgid "Fat people"
msgstr "Fat people"
#: morechoice.php:83
msgid "Feet"
msgstr "Feet"
#: morechoice.php:84
msgid "Covered in insects"
msgstr "Covered in insects"
#: morechoice.php:85
msgid "Turning a human being into furniture"
msgstr "Turning humans into furniture"
#: morechoice.php:86
msgid "Elderly people"
msgstr "Elderly people"
#: morechoice.php:87
msgid "Transgender people"
msgstr "Transgender people"
#: morechoice.php:88
msgid "Criminals"
msgstr "Criminals"
#: morechoice.php:89
msgid "Stealing"
msgstr "Stealing"
#: morechoice.php:90
msgid "Breast milk"
msgstr "Breast milk"
#: morechoice.php:91
msgid "Immersing genitals in liquids"
msgstr "Immersing genitals in liquids"
#: morechoice.php:92
msgid "Giants"
msgstr "Giants"
#: morechoice.php:93
msgid "Masochism"
msgstr "Masochism"
#: morechoice.php:94
msgid "Cars"
msgstr "Cars"
#: morechoice.php:95
msgid "Menstruation"
msgstr "Menstruation"
#: morechoice.php:96
msgid "Mucus"
msgstr "Mucus"
#: morechoice.php:97
msgid "Obscene language"
msgstr "Obscene language"
#: morechoice.php:98
msgid "Noses"
msgstr "Noses"
#: morechoice.php:99
msgid "Navels"
msgstr "Navels"
#: morechoice.php:100
msgid "Corpses"
msgstr "Corpses"
#: morechoice.php:101
msgid "Smells"
msgstr "Smells"
#: morechoice.php:102
msgid "Buttocks"
msgstr "Buttocks"
#: morechoice.php:103
msgid "Nonliving objects"
msgstr "Nonliving objects"
#: morechoice.php:104
msgid "Sleeping people"
msgstr "Sleeping people"
#: morechoice.php:105
msgid "Urination"
msgstr "Urination"
#: morechoice.php:106
msgid "Eating people"
msgstr "Eating people"
#: morechoice.php:107
msgid "Being eaten"
msgstr "Being eaten"
#: morechoice.php:108
msgid "Animals"
msgstr "Animals"
#: morechoice.php:109
msgid "I'd rather just have some chocolate"
msgstr "I'd rather just have some chocolate"
#: morechoice.php:113
msgid "Married to my job"
msgstr "Married to my job"
#: morechoice.php:114
msgid "Polygamist"
msgstr "Polygamist"
#: morechoice.php:115
msgid "Half married"
msgstr "Half married"
#: morechoice.php:116
msgid "Living in the past"
msgstr "Living in the past"
#: morechoice.php:117
msgid "Pretending to be over my ex"
msgstr "Pretending to be over my ex"
#: morechoice.php:118
msgid "Hurt in the past"
msgstr "Hurt in the past"
#: morechoice.php:119
msgid "Wallowing in self-pity"
msgstr "Wallowing in self-pity"

View File

@ -0,0 +1,88 @@
<?php
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Androgyne"] = "Androgyne";
$a->strings["Bear"] = "Bear";
$a->strings["Bigender"] = "Bi-gender";
$a->strings["Cross dresser"] = "Cross dresser";
$a->strings["Drag queen"] = "Drag queen";
$a->strings["Eunuch"] = "Eunuch";
$a->strings["Faux queen"] = "Faux queen";
$a->strings["Gender fluid"] = "Gender-fluid";
$a->strings["Kathoey"] = "Kathoey";
$a->strings["Lady"] = "Lady";
$a->strings["Lipstick lesbian"] = "Lipstick lesbian";
$a->strings["Metrosexual"] = "Metrosexual";
$a->strings["Monk"] = "Monk";
$a->strings["Nun"] = "Nun";
$a->strings["Soft butch"] = "Soft butch";
$a->strings["Stone femme"] = "Stone femme";
$a->strings["Tomboy"] = "Tomboy";
$a->strings["Transman"] = "Transman";
$a->strings["Transwoman"] = "Transwoman";
$a->strings["Transvesti"] = "Transvestite";
$a->strings["Trigender"] = "Tri-gendered ";
$a->strings["Can't remember"] = "Can't remember";
$a->strings["Hard to tell these days"] = "Hard to tell these days";
$a->strings["Girls with big tits"] = "Girls with big tits";
$a->strings["Millionaires"] = "Millionaires";
$a->strings["Guys with big schlongs"] = "Guys with big schlongs";
$a->strings["Easy women"] = "Easy women";
$a->strings["People with impaired mobility"] = "People with impaired mobility";
$a->strings["Amputees"] = "Amputees";
$a->strings["Statues, mannequins and immobility"] = "Statues, mannequins and immobility";
$a->strings["Pain"] = "Pain";
$a->strings["Trans men"] = "Transmen";
$a->strings["Older women"] = "Older women";
$a->strings["Asphyxiation"] = "Asphyxiation";
$a->strings["In public"] = "In public";
$a->strings["In danger"] = "In danger";
$a->strings["Pretending to be male"] = "Pretending to be male";
$a->strings["Pretending to be female"] = "Pretending to be female";
$a->strings["Breats"] = "Brats";
$a->strings["Scat"] = "Scat";
$a->strings["Crying"] = "Crying";
$a->strings["Nappies/Diapers"] = "Nappies";
$a->strings["Trees"] = "Trees";
$a->strings["Vomit"] = "Vomit";
$a->strings["Murder"] = "Murder";
$a->strings["Fat people"] = "Fat people";
$a->strings["Feet"] = "Feet";
$a->strings["Covered in insects"] = "Covered in insects";
$a->strings["Turning a human being into furniture"] = "Turning humans into furniture";
$a->strings["Elderly people"] = "Elderly people";
$a->strings["Transgender people"] = "Transgender people";
$a->strings["Criminals"] = "Criminals";
$a->strings["Stealing"] = "Stealing";
$a->strings["Breast milk"] = "Breast milk";
$a->strings["Immersing genitals in liquids"] = "Immersing genitals in liquids";
$a->strings["Giants"] = "Giants";
$a->strings["Masochism"] = "Masochism";
$a->strings["Cars"] = "Cars";
$a->strings["Menstruation"] = "Menstruation";
$a->strings["Mucus"] = "Mucus";
$a->strings["Obscene language"] = "Obscene language";
$a->strings["Noses"] = "Noses";
$a->strings["Navels"] = "Navels";
$a->strings["Corpses"] = "Corpses";
$a->strings["Smells"] = "Smells";
$a->strings["Buttocks"] = "Buttocks";
$a->strings["Nonliving objects"] = "Nonliving objects";
$a->strings["Sleeping people"] = "Sleeping people";
$a->strings["Urination"] = "Urination";
$a->strings["Eating people"] = "Eating people";
$a->strings["Being eaten"] = "Being eaten";
$a->strings["Animals"] = "Animals";
$a->strings["I'd rather just have some chocolate"] = "I'd rather just have some chocolate";
$a->strings["Married to my job"] = "Married to my job";
$a->strings["Polygamist"] = "Polygamist";
$a->strings["Half married"] = "Half married";
$a->strings["Living in the past"] = "Living in the past";
$a->strings["Pretending to be over my ex"] = "Pretending to be over my ex";
$a->strings["Hurt in the past"] = "Hurt in the past";
$a->strings["Wallowing in self-pity"] = "Wallowing in self-pity";

View File

@ -0,0 +1,45 @@
# ADDON superblock
# Copyright (C)
# This file is distributed under the same license as the Friendica superblock addon package.
#
#
# Translators:
# Andy H3 <andy@hubup.pro>, 2019
# Kris, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-17 10:25+0200\n"
"PO-Revision-Date: 2019-06-05 14:43+0000\n"
"Last-Translator: Andy H3 <andy@hubup.pro>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: superblock.php:47 superblock.php:51
msgid "Superblock"
msgstr "Superblock"
#: superblock.php:54
msgid "Comma separated profile URLS to block"
msgstr "Profile URLs to block (separated by commas)"
#: superblock.php:58
msgid "Save Settings"
msgstr "Save settings"
#: superblock.php:71
msgid "SUPERBLOCK Settings saved."
msgstr "Superblock settings saved."
#: superblock.php:144
msgid "Block Completely"
msgstr "Block completely"
#: superblock.php:165
msgid "superblock settings updated"
msgstr "Superblock settings updated"

View File

@ -0,0 +1,14 @@
<?php
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Superblock"] = "Superblock";
$a->strings["Comma separated profile URLS to block"] = "Profile URLs to block (separated by commas)";
$a->strings["Save Settings"] = "Save settings";
$a->strings["SUPERBLOCK Settings saved."] = "Superblock settings saved.";
$a->strings["Block Completely"] = "Block completely";
$a->strings["superblock settings updated"] = "Superblock settings updated";