diff --git a/blackout/lang/de/messages.po b/blackout/lang/de/messages.po index 5e4e3679..77cb5581 100644 --- a/blackout/lang/de/messages.po +++ b/blackout/lang/de/messages.po @@ -5,13 +5,13 @@ # # Translators: # Tobias Diekershoff , 2014 -# Tobias Diekershoff , 2019 +# Tobias Diekershoff , 2019,2021 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-03-13 05:20+0000\n" +"POT-Creation-Date: 2020-12-23 01:34-0500\n" +"PO-Revision-Date: 2021-02-01 06:25+0000\n" "Last-Translator: Tobias Diekershoff \n" "Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n" "MIME-Version: 1.0\n" @@ -20,48 +20,49 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: blackout.php:101 +#: blackout.php:97 msgid "" -"The end-date is prior to the start-date of the blackout, you should fix this" -msgstr "Das End-Datum des Blackouts liegt vor dem Start-Datum. Du solltest das anpassen." +"The end-date is prior to the start-date of the blackout, you should fix " +"this." +msgstr "Das Enddatum liegt vor dem Startdatum des Blackouts, du solltest dies korrigieren." -#: blackout.php:103 +#: blackout.php:99 #, php-format msgid "" -"Please double check that the current settings for the blackout. Begin will " -"be %s and it will end %s." +"Please double check the current settings for the blackout. It will begin on " +"%s and end on %s." msgstr "Bitte überprüfe die aktuellen Einstellungen für den Blackout. Start-Zeitpunkt ist %s und das Ende ist %s." -#: blackout.php:106 +#: blackout.php:102 msgid "Save Settings" msgstr "Einstellungen speichern" -#: blackout.php:107 +#: blackout.php:103 msgid "Redirect URL" msgstr "Umleitungs-URL" -#: blackout.php:107 -msgid "all your visitors from the web will be redirected to this URL" +#: blackout.php:103 +msgid "All your visitors from the web will be redirected to this URL." msgstr "Alle Besucher der Webseite werden zu dieser URL umgeleitet" -#: blackout.php:108 +#: blackout.php:104 msgid "Begin of the Blackout" msgstr "Beginn des Blackouts" -#: blackout.php:108 +#: blackout.php:104 msgid "" "Format is YYYY-MM-DD hh:mm; YYYY year, MM month, " "DD day, hh hour and mm minute." msgstr "Das Format ist YYYY-MM-DD hh:mm: YYYY das Jahr, MM der Monat, DD der Tag sowie hh Stunden und mm Minuten." -#: blackout.php:109 +#: blackout.php:105 msgid "End of the Blackout" msgstr "Ende des Blackouts" -#: blackout.php:111 +#: blackout.php:107 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 " +"thrown out but can't login again after logging out while the blackout is " "still in place." msgstr "Hinweis: Die Umleitung ist von dem Moment aktiv, wenn du den \"Einstellungen speichern\" Button drückst. Derzeit angemeldete Nutzer werden nicht ausgeworfen werden, können sich aber nicht wieder anmelden, wenn sie sich während des Blackouts abmelden." diff --git a/blackout/lang/de/strings.php b/blackout/lang/de/strings.php index 41ff52c2..65dcdef5 100644 --- a/blackout/lang/de/strings.php +++ b/blackout/lang/de/strings.php @@ -3,15 +3,15 @@ if(! function_exists("string_plural_select_de")) { function string_plural_select_de($n){ $n = intval($n); - return ($n != 1);; + return intval($n != 1); }} ; -$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Das End-Datum des Blackouts liegt vor dem Start-Datum. Du solltest das anpassen."; -$a->strings["Please double check that the current settings for the blackout. Begin will be %s and it will end %s."] = "Bitte überprüfe die aktuellen Einstellungen für den Blackout. Start-Zeitpunkt ist %s und das Ende ist %s."; +$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Das Enddatum liegt vor dem Startdatum des Blackouts, du solltest dies korrigieren."; +$a->strings["Please double check the current settings for the blackout. It will begin on %s and end on %s."] = "Bitte überprüfe die aktuellen Einstellungen für den Blackout. Start-Zeitpunkt ist %s und das Ende ist %s."; $a->strings["Save Settings"] = "Einstellungen speichern"; $a->strings["Redirect URL"] = "Umleitungs-URL"; -$a->strings["all your visitors from the web will be redirected to this URL"] = "Alle Besucher der Webseite werden zu dieser URL umgeleitet"; +$a->strings["All your visitors from the web will be redirected to this URL."] = "Alle Besucher der Webseite werden zu dieser URL umgeleitet"; $a->strings["Begin of the Blackout"] = "Beginn des Blackouts"; $a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Das Format ist YYYY-MM-DD hh:mm: YYYY das Jahr, MM der Monat, DD der Tag sowie hh Stunden und mm Minuten."; $a->strings["End of the Blackout"] = "Ende des Blackouts"; -$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."] = "Hinweis: Die Umleitung ist von dem Moment aktiv, wenn du den \"Einstellungen speichern\" Button drückst. Derzeit angemeldete Nutzer werden nicht ausgeworfen werden, können sich aber nicht wieder anmelden, wenn sie sich während des Blackouts abmelden."; +$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 while the blackout is still in place."] = "Hinweis: Die Umleitung ist von dem Moment aktiv, wenn du den \"Einstellungen speichern\" Button drückst. Derzeit angemeldete Nutzer werden nicht ausgeworfen werden, können sich aber nicht wieder anmelden, wenn sie sich während des Blackouts abmelden."; diff --git a/blockbot/lang/bg/messages.po b/blockbot/lang/bg/messages.po new file mode 100644 index 00000000..cb61ff38 --- /dev/null +++ b/blockbot/lang/bg/messages.po @@ -0,0 +1,42 @@ +# ADDON blockbot +# Copyright (C) +# This file is distributed under the same license as the Friendica blockbot addon package. +# +# +# Translators: +# Rafael Kalachev , 2021 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-07 09:03+0200\n" +"PO-Revision-Date: 2019-08-07 07:43+0000\n" +"Last-Translator: Rafael Kalachev , 2021\n" +"Language-Team: Bulgarian (https://www.transifex.com/Friendica/teams/12172/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: blockbot.php:35 +msgid "Save Settings" +msgstr "Запази настройките" + +#: blockbot.php:36 +msgid "Allow \"good\" crawlers" +msgstr "Разреши \"добри\" обхождащи роботи за уеб страници" + +#: blockbot.php:37 +msgid "Block GabSocial" +msgstr "Блокирай GabSocial" + +#: blockbot.php:38 +msgid "Training mode" +msgstr "Тренировъчен режим" + +#: blockbot.php:46 +msgid "Settings updated." +msgstr "Настройките са обновени" diff --git a/blockbot/lang/bg/strings.php b/blockbot/lang/bg/strings.php new file mode 100644 index 00000000..e5eb0aa5 --- /dev/null +++ b/blockbot/lang/bg/strings.php @@ -0,0 +1,13 @@ +strings["Save Settings"] = "Запази настройките"; +$a->strings["Allow \"good\" crawlers"] = "Разреши \"добри\" обхождащи роботи за уеб страници"; +$a->strings["Block GabSocial"] = "Блокирай GabSocial"; +$a->strings["Training mode"] = "Тренировъчен режим"; +$a->strings["Settings updated."] = "Настройките са обновени"; diff --git a/catavatar/lang/de/messages.po b/catavatar/lang/de/messages.po index 192300c8..3cb843d6 100644 --- a/catavatar/lang/de/messages.po +++ b/catavatar/lang/de/messages.po @@ -3,14 +3,18 @@ # This file is distributed under the same license as the Friendica catavatar addon package. # # +# Translators: +# Ulf Rompe , 2019 +# Tobias Diekershoff , 2021 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-13 09:35+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Tobias Diekershoff , 2018\n" +"POT-Creation-Date: 2020-12-29 00:53+0000\n" +"PO-Revision-Date: 2018-04-07 05:23+0000\n" +"Last-Translator: Tobias Diekershoff , 2021\n" "Language-Team: German (https://www.transifex.com/Friendica/teams/12172/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,36 +22,42 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: catavatar.php:60 +#: catavatar.php:48 msgid "Use Cat as Avatar" msgstr "Verwende diese Katze als Profilbild" -#: catavatar.php:61 +#: catavatar.php:49 msgid "More Random Cat!" msgstr "Weitere zufällige Katze" -#: catavatar.php:62 +#: catavatar.php:50 msgid "Reset to email Cat" -msgstr "Zurück zu E-Mail Katze" +msgstr "Zurück zu E-Mail-Katze" -#: catavatar.php:64 +#: catavatar.php:52 msgid "Cat Avatar Settings" -msgstr "Katzen Profilbild Einstellungen" +msgstr "Katzen-Profilbild-Einstellungen" -#: catavatar.php:100 +#: catavatar.php:53 +msgid "Set default profile avatar or randomize the cat." +msgstr "" +"Wähle das standardmäßig verwendete Profilbild oder ein zufällig erzeugtes " +"Katzenbild." + +#: catavatar.php:78 msgid "The cat hadn't found itself." msgstr "" "Es ist ein Problem mit der Datenbank aufgetreten. Die Katze konnte sich " "nicht selbst finden." -#: catavatar.php:109 +#: catavatar.php:87 msgid "There was an error, the cat ran away." -msgstr "Upps es gab einen Fehler und die Katze ist weggelaufen" +msgstr "Upps, es gab einen Fehler und die Katze ist weggelaufen" -#: catavatar.php:115 +#: catavatar.php:93 msgid "Profile Photos" msgstr "Profilbilder" -#: catavatar.php:130 +#: catavatar.php:108 msgid "Meow!" msgstr "Miau!" diff --git a/catavatar/lang/de/strings.php b/catavatar/lang/de/strings.php index a92ff79d..aab0eefd 100644 --- a/catavatar/lang/de/strings.php +++ b/catavatar/lang/de/strings.php @@ -2,14 +2,14 @@ if(! function_exists("string_plural_select_de")) { function string_plural_select_de($n){ - return ($n != 1);; + $n = intval($n); + return intval($n != 1); }} ; $a->strings["Use Cat as Avatar"] = "Verwende diese Katze als Profilbild"; $a->strings["More Random Cat!"] = "Weitere zufällige Katze"; -$a->strings["Reset to email Cat"] = "Zurück zu E-Mail Katze"; -$a->strings["Cat Avatar Settings"] = "Katzen Profilbild Einstellungen"; -$a->strings["The cat hadn't found itself."] = "Es ist ein Problem mit der Datenbank aufgetreten. Die Katze konnte sich nicht selbst finden."; -$a->strings["There was an error, the cat ran away."] = "Upps es gab einen Fehler und die Katze ist weggelaufen"; +$a->strings["Reset to email Cat"] = "Zurück zu E-Mail-Katze"; +$a->strings["Cat Avatar Settings"] = "Katzen-Profilbild-Einstellungen"; +$a->strings["There was an error, the cat ran away."] = "Upps, es gab einen Fehler und die Katze ist weggelaufen"; $a->strings["Profile Photos"] = "Profilbilder"; $a->strings["Meow!"] = "Miau!"; diff --git a/catavatar/lang/it/messages.po b/catavatar/lang/it/messages.po index a190615c..e05bd277 100644 --- a/catavatar/lang/it/messages.po +++ b/catavatar/lang/it/messages.po @@ -3,14 +3,19 @@ # This file is distributed under the same license as the Friendica catavatar addon package. # # +# Translators: +# fabrixxm , 2018 +# Davide Pesenti , 2018 +# Sylke Vicious , 2021 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-13 09:35+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Davide Pesenti , 2018\n" +"POT-Creation-Date: 2020-12-29 00:53+0000\n" +"PO-Revision-Date: 2018-04-07 05:23+0000\n" +"Last-Translator: Sylke Vicious , 2021\n" "Language-Team: Italian (https://www.transifex.com/Friendica/teams/12172/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,34 +23,38 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: catavatar.php:60 +#: catavatar.php:48 msgid "Use Cat as Avatar" msgstr "Usa il Gatto come avatar" -#: catavatar.php:61 +#: catavatar.php:49 msgid "More Random Cat!" msgstr "Altro Gatto a caso!" -#: catavatar.php:62 +#: catavatar.php:50 msgid "Reset to email Cat" msgstr "Reimposta Gatto" -#: catavatar.php:64 +#: catavatar.php:52 msgid "Cat Avatar Settings" msgstr "Impostazioni Avatar Gatto" -#: catavatar.php:100 +#: catavatar.php:53 +msgid "Set default profile avatar or randomize the cat." +msgstr "Imposta l'immagine di profilo predefinita o crea un gatto casuale." + +#: catavatar.php:78 msgid "The cat hadn't found itself." msgstr "Il gatto non ha trovato sé stesso." -#: catavatar.php:109 +#: catavatar.php:87 msgid "There was an error, the cat ran away." msgstr "Si è verificato un errore, il gatto è scappato." -#: catavatar.php:115 +#: catavatar.php:93 msgid "Profile Photos" msgstr "Foto del profilo" -#: catavatar.php:130 +#: catavatar.php:108 msgid "Meow!" msgstr "Miao!" diff --git a/catavatar/lang/it/strings.php b/catavatar/lang/it/strings.php index a3c1aa98..bfc657e5 100644 --- a/catavatar/lang/it/strings.php +++ b/catavatar/lang/it/strings.php @@ -2,13 +2,15 @@ if(! function_exists("string_plural_select_it")) { function string_plural_select_it($n){ - return ($n != 1);; + $n = intval($n); + return intval($n != 1); }} ; $a->strings["Use Cat as Avatar"] = "Usa il Gatto come avatar"; $a->strings["More Random Cat!"] = "Altro Gatto a caso!"; $a->strings["Reset to email Cat"] = "Reimposta Gatto"; $a->strings["Cat Avatar Settings"] = "Impostazioni Avatar Gatto"; +$a->strings["Set default profile avatar or randomize the cat."] = "Imposta l'immagine di profilo predefinita o crea un gatto casuale."; $a->strings["The cat hadn't found itself."] = "Il gatto non ha trovato sé stesso."; $a->strings["There was an error, the cat ran away."] = "Si è verificato un errore, il gatto è scappato."; $a->strings["Profile Photos"] = "Foto del profilo"; diff --git a/libravatar/lang/de/messages.po b/libravatar/lang/de/messages.po index d9a3c782..60575f0c 100644 --- a/libravatar/lang/de/messages.po +++ b/libravatar/lang/de/messages.po @@ -4,82 +4,71 @@ # # # Translators: -# Abrax , 2014 -# bavatar , 2014 +# Andreas H., 2014 +# Tobias Diekershoff , 2014 +# Tobias Diekershoff , 2021 +# Ulf Rompe , 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: 2014-10-15 12:30+0000\n" -"Last-Translator: Abrax \n" -"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n" +"POT-Creation-Date: 2020-12-08 07:16+0000\n" +"PO-Revision-Date: 2021-02-01 06:30+0000\n" +"Last-Translator: Tobias Diekershoff \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" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: libravatar.php:14 -msgid "Could NOT install Libravatar successfully.
It requires PHP >= 5.3" -msgstr "Kann Libravatar NICHT erfolgreich installieren.
PHP >=5.3 wird benötigt" - -#: libravatar.php:73 +#: libravatar.php:68 msgid "generic profile image" msgstr "allgemeines Profilbild" -#: libravatar.php:74 +#: libravatar.php:69 msgid "random geometric pattern" -msgstr "zufällig erzeugtes geometrisches Muster" +msgstr "zufällig erzeugtes, geometrisches Muster" -#: libravatar.php:75 +#: libravatar.php:70 msgid "monster face" msgstr "Monstergesicht" -#: libravatar.php:76 +#: libravatar.php:71 msgid "computer generated face" msgstr "Computergesicht" -#: libravatar.php:77 +#: libravatar.php:72 msgid "retro arcade style face" -msgstr "Retro Arcade Design Gesicht" +msgstr "Retro-Arcade-Design-Gesicht" -#: libravatar.php:82 -msgid "Warning" -msgstr "Warnung" +#: libravatar.php:73 +msgid "roboter face" +msgstr "Roboter Gesicht" -#: libravatar.php:83 -#, php-format -msgid "Your PHP version %s is lower than the required PHP >= 5.3." -msgstr "Deine PHP Version %s ist niedriger als die benötigte Version PHP >= 5.3." +#: libravatar.php:74 +msgid "retro adventure game character" +msgstr "Retro Abenteuerspiel Charakter" -#: libravatar.php:84 -msgid "This addon is not functional on your server." -msgstr "Dieses Addon funktioniert auf deinem Server nicht." - -#: libravatar.php:93 +#: libravatar.php:78 msgid "Information" msgstr "Information" -#: libravatar.php:93 +#: libravatar.php:78 msgid "" "Gravatar addon is installed. Please disable the Gravatar addon.
The " "Libravatar addon will fall back to Gravatar if nothing was found at " "Libravatar." -msgstr "Das Gravatar Addon ist installiert. Bitte schalte das Gravatar Addon aus.
Das Libravatar Addon nutzt Gravater, sollte nichts auf Libravatar gefunden werden." +msgstr "Das Gravatar-Addon ist installiert. Bitte schalte das Gravatar-Addon aus.
Das Libravatar-Addon nutzt Gravatar, sollte nichts auf Libravatar gefunden werden." -#: libravatar.php:99 -msgid "Submit" -msgstr "Senden" +#: libravatar.php:83 +msgid "Save Settings" +msgstr "Einstellungen Speichern" -#: libravatar.php:100 +#: libravatar.php:84 msgid "Default avatar image" -msgstr "Standard Profilbild " +msgstr "Standard-Profilbild " -#: libravatar.php:100 +#: libravatar.php:84 msgid "Select default avatar image if none was found. See README" -msgstr "Das Standard Avatar Bild wurde nicht gefunden. Siehe README" - -#: libravatar.php:112 -msgid "Libravatar settings updated." -msgstr "Libravatar Einstellungen sind aktualisiert." +msgstr "Das Standard-Avatar-Bild wurde nicht gefunden. Siehe README" diff --git a/libravatar/lang/de/strings.php b/libravatar/lang/de/strings.php index 67ccf8b6..244812c8 100644 --- a/libravatar/lang/de/strings.php +++ b/libravatar/lang/de/strings.php @@ -2,21 +2,19 @@ if(! function_exists("string_plural_select_de")) { function string_plural_select_de($n){ - return ($n != 1);; + $n = intval($n); + return intval($n != 1); }} ; -$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Kann Libravatar NICHT erfolgreich installieren.
PHP >=5.3 wird benötigt"; $a->strings["generic profile image"] = "allgemeines Profilbild"; -$a->strings["random geometric pattern"] = "zufällig erzeugtes geometrisches Muster"; +$a->strings["random geometric pattern"] = "zufällig erzeugtes, geometrisches Muster"; $a->strings["monster face"] = "Monstergesicht"; $a->strings["computer generated face"] = "Computergesicht"; -$a->strings["retro arcade style face"] = "Retro Arcade Design Gesicht"; -$a->strings["Warning"] = "Warnung"; -$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Deine PHP Version %s ist niedriger als die benötigte Version PHP >= 5.3."; -$a->strings["This addon is not functional on your server."] = "Dieses Addon funktioniert auf deinem Server nicht."; +$a->strings["retro arcade style face"] = "Retro-Arcade-Design-Gesicht"; +$a->strings["roboter face"] = "Roboter Gesicht"; +$a->strings["retro adventure game character"] = "Retro Abenteuerspiel Charakter"; $a->strings["Information"] = "Information"; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Das Gravatar Addon ist installiert. Bitte schalte das Gravatar Addon aus.
Das Libravatar Addon nutzt Gravater, sollte nichts auf Libravatar gefunden werden."; -$a->strings["Submit"] = "Senden"; -$a->strings["Default avatar image"] = "Standard Profilbild "; -$a->strings["Select default avatar image if none was found. See README"] = "Das Standard Avatar Bild wurde nicht gefunden. Siehe README"; -$a->strings["Libravatar settings updated."] = "Libravatar Einstellungen sind aktualisiert."; +$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Das Gravatar-Addon ist installiert. Bitte schalte das Gravatar-Addon aus.
Das Libravatar-Addon nutzt Gravatar, sollte nichts auf Libravatar gefunden werden."; +$a->strings["Save Settings"] = "Einstellungen Speichern"; +$a->strings["Default avatar image"] = "Standard-Profilbild "; +$a->strings["Select default avatar image if none was found. See README"] = "Das Standard-Avatar-Bild wurde nicht gefunden. Siehe README"; diff --git a/libravatar/lang/it/messages.po b/libravatar/lang/it/messages.po index 6fd10f30..911ae80a 100644 --- a/libravatar/lang/it/messages.po +++ b/libravatar/lang/it/messages.po @@ -5,13 +5,14 @@ # # Translators: # fabrixxm , 2014-2015 +# Sylke Vicious , 2021 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: 2017-09-20 06:08+0000\n" -"Last-Translator: fabrixxm \n" +"POT-Creation-Date: 2020-12-08 07:16+0000\n" +"PO-Revision-Date: 2021-01-15 12:11+0000\n" +"Last-Translator: Sylke Vicious \n" "Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,66 +20,53 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: libravatar.php:14 -msgid "Could NOT install Libravatar successfully.
It requires PHP >= 5.3" -msgstr "Non è possibile installare Libravatar.
Richiede PHP >= 5.3" - -#: libravatar.php:73 +#: libravatar.php:68 msgid "generic profile image" msgstr "immagine generica del profilo" -#: libravatar.php:74 +#: libravatar.php:69 msgid "random geometric pattern" msgstr "schema geometrico casuale" -#: libravatar.php:75 +#: libravatar.php:70 msgid "monster face" msgstr "faccia di mostro" -#: libravatar.php:76 +#: libravatar.php:71 msgid "computer generated face" msgstr "faccia generata dal computer" -#: libravatar.php:77 +#: libravatar.php:72 msgid "retro arcade style face" msgstr "faccia stile retro arcade" -#: libravatar.php:82 -msgid "Warning" -msgstr "Attenzione" +#: libravatar.php:73 +msgid "roboter face" +msgstr "faccia robotica" -#: libravatar.php:83 -#, php-format -msgid "Your PHP version %s is lower than the required PHP >= 5.3." -msgstr "La tua versione %s è minore di quella richiesta PHP >= 5.3." +#: libravatar.php:74 +msgid "retro adventure game character" +msgstr "personaggio di un gioco di avventura retrò" -#: libravatar.php:84 -msgid "This addon is not functional on your server." -msgstr "Questo addon non è funzionante sul tuo server." - -#: libravatar.php:93 +#: libravatar.php:78 msgid "Information" msgstr "Informazione" -#: libravatar.php:93 +#: libravatar.php:78 msgid "" "Gravatar addon is installed. Please disable the Gravatar addon.
The " "Libravatar addon will fall back to Gravatar if nothing was found at " "Libravatar." msgstr "L'addon Gravatar è installato. Disabilita l'addon Gravatar.
\nL'addon Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar." -#: libravatar.php:99 -msgid "Submit" -msgstr "Invia" +#: libravatar.php:83 +msgid "Save Settings" +msgstr "Salva Impostazioni" -#: libravatar.php:100 +#: libravatar.php:84 msgid "Default avatar image" msgstr "Immagine avatar predefinita" -#: libravatar.php:100 +#: libravatar.php:84 msgid "Select default avatar image if none was found. See README" msgstr "Seleziona l'immagine di default se non viene trovato niente. Vedi README" - -#: libravatar.php:112 -msgid "Libravatar settings updated." -msgstr "Impostazioni Libravatar aggiornate." diff --git a/libravatar/lang/it/strings.php b/libravatar/lang/it/strings.php index 8b462f0a..a5292b68 100644 --- a/libravatar/lang/it/strings.php +++ b/libravatar/lang/it/strings.php @@ -2,21 +2,19 @@ if(! function_exists("string_plural_select_it")) { function string_plural_select_it($n){ - return ($n != 1);; + $n = intval($n); + return intval($n != 1); }} ; -$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Non è possibile installare Libravatar.
Richiede PHP >= 5.3"; $a->strings["generic profile image"] = "immagine generica del profilo"; $a->strings["random geometric pattern"] = "schema geometrico casuale"; $a->strings["monster face"] = "faccia di mostro"; $a->strings["computer generated face"] = "faccia generata dal computer"; $a->strings["retro arcade style face"] = "faccia stile retro arcade"; -$a->strings["Warning"] = "Attenzione"; -$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "La tua versione %s è minore di quella richiesta PHP >= 5.3."; -$a->strings["This addon is not functional on your server."] = "Questo addon non è funzionante sul tuo server."; +$a->strings["roboter face"] = "faccia robotica"; +$a->strings["retro adventure game character"] = "personaggio di un gioco di avventura retrò"; $a->strings["Information"] = "Informazione"; $a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "L'addon Gravatar è installato. Disabilita l'addon Gravatar.
\nL'addon Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar."; -$a->strings["Submit"] = "Invia"; +$a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings["Default avatar image"] = "Immagine avatar predefinita"; $a->strings["Select default avatar image if none was found. See README"] = "Seleziona l'immagine di default se non viene trovato niente. Vedi README"; -$a->strings["Libravatar settings updated."] = "Impostazioni Libravatar aggiornate."; diff --git a/smileybutton/lang/bg/messages.po b/smileybutton/lang/bg/messages.po new file mode 100644 index 00000000..119eaade --- /dev/null +++ b/smileybutton/lang/bg/messages.po @@ -0,0 +1,36 @@ +# ADDON smileybutton +# Copyright (C) +# This file is distributed under the same license as the Friendica smileybutton addon package. +# +# +# Translators: +# Rafael Kalachev , 2021 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-23 14:45+0200\n" +"PO-Revision-Date: 2021-01-14 07:24+0000\n" +"Last-Translator: Rafael Kalachev \n" +"Language-Team: Bulgarian (http://www.transifex.com/Friendica/friendica/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: smileybutton.php:269 +msgid "Smileybutton settings" +msgstr "Настройки на бутона с усмивки." + +#: smileybutton.php:272 +msgid "You can hide the button and show the smilies directly." +msgstr "Можете да скриете бутона и да покажете усмивките директно." + +#: smileybutton.php:274 +msgid "Hide the button" +msgstr "Скрий бутона" + +#: smileybutton.php:281 +msgid "Save Settings" +msgstr "Запази настройките" diff --git a/smileybutton/lang/bg/strings.php b/smileybutton/lang/bg/strings.php new file mode 100644 index 00000000..3ac29203 --- /dev/null +++ b/smileybutton/lang/bg/strings.php @@ -0,0 +1,12 @@ +strings["Smileybutton settings"] = "Настройки на бутона с усмивки."; +$a->strings["You can hide the button and show the smilies directly."] = "Можете да скриете бутона и да покажете усмивките директно."; +$a->strings["Hide the button"] = "Скрий бутона"; +$a->strings["Save Settings"] = "Запази настройките"; diff --git a/twitter/lang/en-us/messages.po b/twitter/lang/en-us/messages.po index e7844812..494d0d79 100644 --- a/twitter/lang/en-us/messages.po +++ b/twitter/lang/en-us/messages.po @@ -5,14 +5,15 @@ # # Translators: # Andy H3 , 2018 -# R C , 2018 +# R C, 2018 +# Spencer Dub , 2021 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-02 10:25+0700\n" -"PO-Revision-Date: 2018-06-13 03:50+0000\n" -"Last-Translator: R C \n" +"POT-Creation-Date: 2020-10-23 02:00-0400\n" +"PO-Revision-Date: 2021-01-14 00:51+0000\n" +"Last-Translator: Spencer Dub \n" "Language-Team: English (United States) (http://www.transifex.com/Friendica/friendica/language/en_US/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,71 +21,71 @@ msgstr "" "Language: en_US\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: twitter.php:195 +#: twitter.php:189 msgid "Post to Twitter" msgstr "Post to Twitter" -#: twitter.php:236 +#: twitter.php:234 msgid "" "You submitted an empty PIN, please Sign In with Twitter again to get a new " "one." msgstr "You submitted an empty PIN, please sign in with Twitter again to get a new PIN." -#: twitter.php:263 -msgid "Twitter settings updated." -msgstr "Twitter settings updated." - -#: twitter.php:293 twitter.php:297 +#: twitter.php:291 twitter.php:295 msgid "Twitter Import/Export/Mirror" msgstr "Twitter Import/Export/Mirror" -#: twitter.php:304 +#: twitter.php:302 msgid "" "No consumer key pair for Twitter found. Please contact your site " "administrator." msgstr "No consumer key pair for Twitter found. Please contact your site administrator." -#: twitter.php:316 +#: twitter.php:314 msgid "" "At this Friendica instance the Twitter addon was enabled but you have not " "yet connected your account to your Twitter account. To do so click the " "button below to get a PIN from Twitter which you have to copy into the input" " box below and submit the form. Only your public posts will" " be posted to Twitter." -msgstr "At this Friendica instance the Twitter addon was enabled, but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter." +msgstr "This Friendica instance has enabled the Twitter addon, but you have not yet connected your Friendica account to your Twitter account. To do so, click the button below to get a PIN from Twitter. Copy the PIN into the input box below and submit the form. Only your public posts will be posted to Twitter." -#: twitter.php:317 +#: twitter.php:315 msgid "Log in with Twitter" msgstr "Log in with Twitter" -#: twitter.php:319 +#: twitter.php:317 msgid "Copy the PIN from Twitter here" msgstr "Copy the PIN from Twitter here" -#: twitter.php:324 twitter.php:366 twitter.php:636 +#: twitter.php:322 twitter.php:377 twitter.php:757 msgid "Save Settings" msgstr "Save settings" -#: twitter.php:336 +#: twitter.php:324 twitter.php:379 +msgid "An error occured: " +msgstr "An error occurred: " + +#: twitter.php:341 msgid "Currently connected to: " msgstr "Currently connected to: " -#: twitter.php:337 +#: twitter.php:342 twitter.php:352 msgid "Disconnect" msgstr "Disconnect" -#: twitter.php:347 +#: twitter.php:359 msgid "Allow posting to Twitter" msgstr "Allow posting to Twitter" -#: twitter.php:347 +#: twitter.php:359 msgid "" "If enabled all your public postings can be posted to the " "associated Twitter account. You can choose to do so by default (here) or for" " every posting separately in the posting options when writing the entry." msgstr "If enabled, all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry." -#: twitter.php:350 +#: twitter.php:362 msgid "" "Note: Due to your privacy settings (Hide your profile " "details from unknown viewers?) the link potentially included in public " @@ -92,23 +93,23 @@ msgid "" "the visitor that the access to your profile has been restricted." msgstr "Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted." -#: twitter.php:353 +#: twitter.php:365 msgid "Send public postings to Twitter by default" msgstr "Send public postings to Twitter by default" -#: twitter.php:356 +#: twitter.php:368 msgid "Mirror all posts from twitter that are no replies" -msgstr "Mirror all posts from twitter that are no replies" +msgstr "Mirror all posts from Twitter that are not replies" -#: twitter.php:359 +#: twitter.php:371 msgid "Import the remote timeline" msgstr "Import the remote timeline" -#: twitter.php:362 +#: twitter.php:374 msgid "Automatically create contacts" msgstr "Automatically create contacts" -#: twitter.php:362 +#: twitter.php:374 msgid "" "This will automatically create a contact in Friendica as soon as you receive" " a message from an existing contact via the Twitter network. If you do not " @@ -116,20 +117,17 @@ msgid "" "from whom you would like to see posts here. However if enabled, you cannot " "merely remove a twitter contact from the Friendica contact list, as it will " "recreate this contact when they post again." -msgstr "" +msgstr "This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a Twitter contact from the Friendica contact list, as it will recreate this contact when they post again." -#: twitter.php:614 -msgid "Twitter post failed. Queued for retry." -msgstr "Twitter post failed. Queued for retry." - -#: twitter.php:628 -msgid "Settings updated." -msgstr "Settings updated." - -#: twitter.php:638 +#: twitter.php:759 msgid "Consumer key" msgstr "Consumer key" -#: twitter.php:639 +#: twitter.php:760 msgid "Consumer secret" msgstr "Consumer secret" + +#: twitter.php:945 +#, php-format +msgid "%s on Twitter" +msgstr "%s on Twitter" diff --git a/twitter/lang/en-us/strings.php b/twitter/lang/en-us/strings.php index 9ccd8325..5cc802db 100644 --- a/twitter/lang/en-us/strings.php +++ b/twitter/lang/en-us/strings.php @@ -3,29 +3,28 @@ if(! function_exists("string_plural_select_en_us")) { function string_plural_select_en_us($n){ $n = intval($n); - return ($n != 1);; + return intval($n != 1); }} ; $a->strings["Post to Twitter"] = "Post to Twitter"; $a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "You submitted an empty PIN, please sign in with Twitter again to get a new PIN."; -$a->strings["Twitter settings updated."] = "Twitter settings updated."; $a->strings["Twitter Import/Export/Mirror"] = "Twitter Import/Export/Mirror"; $a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "No consumer key pair for Twitter found. Please contact your site administrator."; -$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "At this Friendica instance the Twitter addon was enabled, but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."; +$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "This Friendica instance has enabled the Twitter addon, but you have not yet connected your Friendica account to your Twitter account. To do so, click the button below to get a PIN from Twitter. Copy the PIN into the input box below and submit the form. Only your public posts will be posted to Twitter."; $a->strings["Log in with Twitter"] = "Log in with Twitter"; $a->strings["Copy the PIN from Twitter here"] = "Copy the PIN from Twitter here"; $a->strings["Save Settings"] = "Save settings"; +$a->strings["An error occured: "] = "An error occurred: "; $a->strings["Currently connected to: "] = "Currently connected to: "; $a->strings["Disconnect"] = "Disconnect"; $a->strings["Allow posting to Twitter"] = "Allow posting to Twitter"; $a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "If enabled, all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."; $a->strings["Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."; $a->strings["Send public postings to Twitter by default"] = "Send public postings to Twitter by default"; -$a->strings["Mirror all posts from twitter that are no replies"] = "Mirror all posts from twitter that are no replies"; +$a->strings["Mirror all posts from twitter that are no replies"] = "Mirror all posts from Twitter that are not replies"; $a->strings["Import the remote timeline"] = "Import the remote timeline"; $a->strings["Automatically create contacts"] = "Automatically create contacts"; -$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = ""; -$a->strings["Twitter post failed. Queued for retry."] = "Twitter post failed. Queued for retry."; -$a->strings["Settings updated."] = "Settings updated."; +$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = "This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a Twitter contact from the Friendica contact list, as it will recreate this contact when they post again."; $a->strings["Consumer key"] = "Consumer key"; $a->strings["Consumer secret"] = "Consumer secret"; +$a->strings["%s on Twitter"] = "%s on Twitter";