From 3edbf39b3d9b0d33e173df283ec57e33d6f72aee Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 22 Jun 2019 07:31:30 +0200 Subject: [PATCH 01/10] langfilter DE translation THX herrthees --- langfilter/lang/de/messagespo.po | 14 ++++++++------ langfilter/lang/de/strings.php | 9 +++++---- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/langfilter/lang/de/messagespo.po b/langfilter/lang/de/messagespo.po index 82742f3a..55cd300e 100644 --- a/langfilter/lang/de/messagespo.po +++ b/langfilter/lang/de/messagespo.po @@ -6,14 +6,16 @@ # Translators: # Andreas H., 2018 # Copiis Praeesse , 2018 +# Ralf Thees , 2019 # Tobias Diekershoff , 2015 +# Ulf Rompe , 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 \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 diff --git a/langfilter/lang/de/strings.php b/langfilter/lang/de/strings.php index 73a05f07..51cde77d 100644 --- a/langfilter/lang/de/strings.php +++ b/langfilter/lang/de/strings.php @@ -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"; -- 2.43.0 From 7fc178ad3a946e645cc05e81553693e65f6795d4 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 22 Jun 2019 07:38:38 +0200 Subject: [PATCH 02/10] forumdirectory FR translation THX Valvim A. --- forumdirectory/lang/fr/messages.po | 82 ++++++++++++++++++++++++++++++ forumdirectory/lang/fr/strings.php | 40 ++++++++------- 2 files changed, 105 insertions(+), 17 deletions(-) create mode 100644 forumdirectory/lang/fr/messages.po diff --git a/forumdirectory/lang/fr/messages.po b/forumdirectory/lang/fr/messages.po new file mode 100644 index 00000000..da0a8859 --- /dev/null +++ b/forumdirectory/lang/fr/messages.po @@ -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 , 2016 +# StefOfficiel , 2015 +# Valvin A , 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 \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)." diff --git a/forumdirectory/lang/fr/strings.php b/forumdirectory/lang/fr/strings.php index 93f7faa6..6c71b096 100644 --- a/forumdirectory/lang/fr/strings.php +++ b/forumdirectory/lang/fr/strings.php @@ -1,17 +1,23 @@ -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)."; + 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)."; -- 2.43.0 From 9418571cafac399ac287e670c405b4c9c15360b3 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 22 Jun 2019 07:41:42 +0200 Subject: [PATCH 03/10] FR translation blackout THX Valvin A. --- blackout/lang/fr/messages.po | 59 ++++++++++++++++++++++-------------- blackout/lang/fr/strings.php | 10 +++--- 2 files changed, 43 insertions(+), 26 deletions(-) diff --git a/blackout/lang/fr/messages.po b/blackout/lang/fr/messages.po index 823c3782..a73b4907 100644 --- a/blackout/lang/fr/messages.po +++ b/blackout/lang/fr/messages.po @@ -6,14 +6,15 @@ # Translators: # Damien Goutte-Gattat , 2015 # Hypolite Petovan , 2016 -# vladimir N , 2018 +# Valvin A , 2019 +# Vladimir Núñez , 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 \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 \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 %s and it will end %s." +msgstr "Merci de vérifier que le paramétrage actuel pour l'extinction. Le début sera %s et se terminera %s" + +#: 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 YYYY year, MM month, DD day, " -"hh hour and mm minute" -msgstr "Le format est YYYY année, MM mois, DD jour, hh heure and mm 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 YYYY-MM-DD hh:mm; YYYY year, MM month, " +"DD day, hh hour and mm minute." +msgstr "Le format est YYYY-MM-DD hh:mm; YYYY année, MMmois, DD jour, hhheure et mmminute." + +#: blackout.php:109 +msgid "End of the Blackout" +msgstr "Fin de l'extinction" + +#: blackout.php:111 +msgid "" +"Note: The redirect will be active from the moment you press" +" the submit button. Users currently logged in will not be " +"thrown out but can't login again after logging out should the blackout is " +"still in place." +msgstr "Note: La redirection sera active à partir du moment ou vous appuierez sur le bouton envoyer. Les utilisateurs identifiés ne seront pas déconnectés mais ne pourront pas se reconnecter après s'être déconnectés tant que l'extinction est en place." diff --git a/blackout/lang/fr/strings.php b/blackout/lang/fr/strings.php index ac1890f3..f60d599d 100644 --- a/blackout/lang/fr/strings.php +++ b/blackout/lang/fr/strings.php @@ -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 %s and it will end %s."] = "Merci de vérifier que le paramétrage actuel pour l'extinction. Le début sera %s et se terminera %s"; $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 YYYY year, MM month, DD day, hh hour and mm minute"] = "Le format est YYYY année, MM mois, DD jour, hh heure and mm 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 YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Le format est YYYY-MM-DD hh:mm; YYYY année, MMmois, DD jour, hhheure et mmminute."; +$a->strings["End of the Blackout"] = "Fin de l'extinction"; +$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "Note: La redirection sera active à partir du moment ou vous appuierez sur le bouton envoyer. Les utilisateurs identifiés ne seront pas déconnectés mais ne pourront pas se reconnecter après s'être déconnectés tant que l'extinction est en place."; -- 2.43.0 From 1572bda7e5ab4793efeb70d232b3249782bfd4ea Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 22 Jun 2019 07:45:46 +0200 Subject: [PATCH 04/10] blackout EN GB translation THX AndyH3 --- blackout/lang/en-gb/messages.po | 67 +++++++++++++++++++++++++++++++++ blackout/lang/en-gb/strings.php | 17 +++++++++ 2 files changed, 84 insertions(+) create mode 100644 blackout/lang/en-gb/messages.po create mode 100644 blackout/lang/en-gb/strings.php diff --git a/blackout/lang/en-gb/messages.po b/blackout/lang/en-gb/messages.po new file mode 100644 index 00000000..6157323c --- /dev/null +++ b/blackout/lang/en-gb/messages.po @@ -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 , 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 \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 %s and it will end %s." +msgstr "Please double check that the current settings for the blackout. Begin will be %s and it will end %s." + +#: 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 YYYY-MM-DD hh:mm; YYYY year, MM month, " +"DD day, hh hour and mm minute." +msgstr "Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute." + +#: blackout.php:109 +msgid "End of the Blackout" +msgstr "Blackout ends" + +#: blackout.php:111 +msgid "" +"Note: The redirect will be active from the moment you press" +" the submit button. Users currently logged in will not be " +"thrown out but can't login again after logging out should the blackout is " +"still in place." +msgstr "Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be affected but can't login again after logging out should the blackout is still in place." diff --git a/blackout/lang/en-gb/strings.php b/blackout/lang/en-gb/strings.php new file mode 100644 index 00000000..18b61594 --- /dev/null +++ b/blackout/lang/en-gb/strings.php @@ -0,0 +1,17 @@ +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 %s and it will end %s."] = "Please double check that the current settings for the blackout. Begin will be %s and it will end %s."; +$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 YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."; +$a->strings["End of the Blackout"] = "Blackout ends"; +$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be affected but can't login again after logging out should the blackout is still in place."; -- 2.43.0 From 8247d50907bb8494f4e16bf5d15f51bf35016151 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 22 Jun 2019 07:47:44 +0200 Subject: [PATCH 05/10] fromapp EN-GB translation THX AndyH3 --- fromapp/lang/en-gb/messages.po | 43 ++++++++++++++++++++++++++++++++++ fromapp/lang/en-gb/strings.php | 13 ++++++++++ 2 files changed, 56 insertions(+) create mode 100644 fromapp/lang/en-gb/messages.po create mode 100644 fromapp/lang/en-gb/strings.php diff --git a/fromapp/lang/en-gb/messages.po b/fromapp/lang/en-gb/messages.po new file mode 100644 index 00000000..c477bbde --- /dev/null +++ b/fromapp/lang/en-gb/messages.po @@ -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 , 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 \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" diff --git a/fromapp/lang/en-gb/strings.php b/fromapp/lang/en-gb/strings.php new file mode 100644 index 00000000..b2be2285 --- /dev/null +++ b/fromapp/lang/en-gb/strings.php @@ -0,0 +1,13 @@ +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"; -- 2.43.0 From f6ce58b8b7cad4b689b2bb9ee069fc5bb997369b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 22 Jun 2019 08:02:23 +0200 Subject: [PATCH 06/10] ifttt addon added EN_GB translation THX AndyH3 --- ifttt/lang/en-gb/messages.po | 18 +++++++++++++----- ifttt/lang/en-gb/strings.php | 9 +++++---- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/ifttt/lang/en-gb/messages.po b/ifttt/lang/en-gb/messages.po index 13cabc13..09264292 100644 --- a/ifttt/lang/en-gb/messages.po +++ b/ifttt/lang/en-gb/messages.po @@ -3,14 +3,18 @@ # This file is distributed under the same license as the Friendica ifttt addon package. # # +# Translators: +# Kris, 2018 +# Andy H3 , 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 , 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 (In the form \"if Facebook then " "Maker\") with the following parameters:" msgstr "" +"Create an account at IFTTT. Create " +"three Facebook recipes that are connected with Maker (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" diff --git a/ifttt/lang/en-gb/strings.php b/ifttt/lang/en-gb/strings.php index 11d56fde..0b5aaead 100644 --- a/ifttt/lang/en-gb/strings.php +++ b/ifttt/lang/en-gb/strings.php @@ -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 IFTTT. Create three Facebook recipes that are connected with Maker (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 IFTTT. Create three Facebook recipes that are connected with Maker (In the form \"if Facebook then Maker\") with the following parameters:"] = "Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (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"; -- 2.43.0 From c8dfcbd5fbacff6481f3f58947ebf780e4715c1f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 22 Jun 2019 08:06:55 +0200 Subject: [PATCH 07/10] advancedcontentfilter EN-GB translation THX AndyH3 --- advancedcontentfilter/lang/en-gb/messages.po | 175 +++++++++++++++++++ advancedcontentfilter/lang/en-gb/strings.php | 41 +++++ 2 files changed, 216 insertions(+) create mode 100644 advancedcontentfilter/lang/en-gb/messages.po create mode 100644 advancedcontentfilter/lang/en-gb/strings.php diff --git a/advancedcontentfilter/lang/en-gb/messages.po b/advancedcontentfilter/lang/en-gb/messages.po new file mode 100644 index 00000000..359c667f --- /dev/null +++ b/advancedcontentfilter/lang/en-gb/messages.po @@ -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 , 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 , 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 help page." +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 help page." + +#: 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 "" +"

Examples:

  • author_link == "
    +"'https://friendica.mrpetovan.com/profile/hypolite'
  • tags
" +msgstr "" +"

Examples:

  • author_link == "
    +"'https://friendica.mrpetovan.com/profile/hypolite'
  • tags
" + +#: 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" diff --git a/advancedcontentfilter/lang/en-gb/strings.php b/advancedcontentfilter/lang/en-gb/strings.php new file mode 100644 index 00000000..7fe5be6f --- /dev/null +++ b/advancedcontentfilter/lang/en-gb/strings.php @@ -0,0 +1,41 @@ +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 help page."] = "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 help page."; +$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["

Examples:

  • author_link == 'https://friendica.mrpetovan.com/profile/hypolite'
  • tags
"] = "

Examples:

  • author_link == 'https://friendica.mrpetovan.com/profile/hypolite'
  • tags
"; +$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"; -- 2.43.0 From a5c4a35a4fb06cb184f6b976f5d5faa7a95e0b90 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 22 Jun 2019 08:07:58 +0200 Subject: [PATCH 08/10] cookienotice addon EN GB translation THX Andy H3 --- cookienotice/lang/en-gb/messages.po | 12 +++++++----- cookienotice/lang/en-gb/strings.php | 12 ++++++------ 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/cookienotice/lang/en-gb/messages.po b/cookienotice/lang/en-gb/messages.po index fdea6b27..280030b8 100644 --- a/cookienotice/lang/en-gb/messages.po +++ b/cookienotice/lang/en-gb/messages.po @@ -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." diff --git a/cookienotice/lang/en-gb/strings.php b/cookienotice/lang/en-gb/strings.php index 2cefe6cf..0acb4196 100644 --- a/cookienotice/lang/en-gb/strings.php +++ b/cookienotice/lang/en-gb/strings.php @@ -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["Configure your cookie usage notice. 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."] = "Configure your cookie usage notice. 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."; -- 2.43.0 From 4bb88671550a24ef9dce8048d13ec82be8708112 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 22 Jun 2019 08:10:11 +0200 Subject: [PATCH 09/10] morechoice EN_GB translation THX AndyH3 --- morechoice/lang/en-gb/messages.po | 342 ++++++++++++++++++++++++++++++ morechoice/lang/en-gb/strings.php | 88 ++++++++ 2 files changed, 430 insertions(+) create mode 100644 morechoice/lang/en-gb/messages.po create mode 100644 morechoice/lang/en-gb/strings.php diff --git a/morechoice/lang/en-gb/messages.po b/morechoice/lang/en-gb/messages.po new file mode 100644 index 00000000..5e47ec37 --- /dev/null +++ b/morechoice/lang/en-gb/messages.po @@ -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 , 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 , 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" diff --git a/morechoice/lang/en-gb/strings.php b/morechoice/lang/en-gb/strings.php new file mode 100644 index 00000000..18b50b60 --- /dev/null +++ b/morechoice/lang/en-gb/strings.php @@ -0,0 +1,88 @@ +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"; -- 2.43.0 From 101d3603245b17bd2e6d4880e94bb27887257238 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 22 Jun 2019 08:24:09 +0200 Subject: [PATCH 10/10] superblock EN-GB translation THX AndyH3 --- superblock/lang/en-gb/messages.po | 45 +++++++++++++++++++++++++++++++ superblock/lang/en-gb/strings.php | 14 ++++++++++ 2 files changed, 59 insertions(+) create mode 100644 superblock/lang/en-gb/messages.po create mode 100644 superblock/lang/en-gb/strings.php diff --git a/superblock/lang/en-gb/messages.po b/superblock/lang/en-gb/messages.po new file mode 100644 index 00000000..473eea86 --- /dev/null +++ b/superblock/lang/en-gb/messages.po @@ -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 , 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 \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" diff --git a/superblock/lang/en-gb/strings.php b/superblock/lang/en-gb/strings.php new file mode 100644 index 00000000..e269b37d --- /dev/null +++ b/superblock/lang/en-gb/strings.php @@ -0,0 +1,14 @@ +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"; -- 2.43.0