Skip to content

Commit

Permalink
Merge pull request #1075 from tobiasd/20210201-lng
Browse files Browse the repository at this point in the history
BG, DE, EN-US, IT translation updates of various addons
  • Loading branch information
annando authored Feb 1, 2021
2 parents ad968ab + bbebc9e commit ab5ffa6
Show file tree
Hide file tree
Showing 16 changed files with 290 additions and 195 deletions.
37 changes: 19 additions & 18 deletions blackout/lang/de/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
#
# Translators:
# Tobias Diekershoff <[email protected]>, 2014
# Tobias Diekershoff <[email protected]>, 2019
# Tobias Diekershoff <[email protected]>, 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 <[email protected]>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
Expand All @@ -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 <strong>%s</strong> and it will end <strong>%s</strong>."
"Please double check the current settings for the blackout. It will begin on "
"<strong>%s</strong> and end on <strong>%s</strong>."
msgstr "Bitte überprüfe die aktuellen Einstellungen für den Blackout. Start-Zeitpunkt ist <strong>%s</strong> und das Ende ist <strong>%s</strong>."

#: 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 <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 "Das Format ist <tt>YYYY-MM-DD hh:mm</tt>: <em>YYYY</em> das Jahr, <em>MM</em> der Monat, <em>DD</em> der Tag sowie <em>hh</em> Stunden und <em>mm</em> Minuten."

#: blackout.php:109
#: blackout.php:105
msgid "End of the Blackout"
msgstr "Ende des Blackouts"

#: blackout.php:111
#: blackout.php:107
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 "
"thrown out but can't login again after logging out while the blackout is "
"still in place."
msgstr "<strong>Hinweis</strong>: Die Umleitung ist von dem Moment aktiv, wenn du den \"Einstellungen speichern\" Button drückst. Derzeit angemeldete Nutzer werden <strong>nicht</strong> ausgeworfen werden, können sich aber nicht wieder anmelden, wenn sie sich während des Blackouts abmelden."
10 changes: 5 additions & 5 deletions blackout/lang/de/strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <strong>%s</strong> and it will end <strong>%s</strong>."] = "Bitte überprüfe die aktuellen Einstellungen für den Blackout. Start-Zeitpunkt ist <strong>%s</strong> und das Ende ist <strong>%s</strong>.";
$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 <strong>%s</strong> and end on <strong>%s</strong>."] = "Bitte überprüfe die aktuellen Einstellungen für den Blackout. Start-Zeitpunkt ist <strong>%s</strong> und das Ende ist <strong>%s</strong>.";
$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 <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."] = "Das Format ist <tt>YYYY-MM-DD hh:mm</tt>: <em>YYYY</em> das Jahr, <em>MM</em> der Monat, <em>DD</em> der Tag sowie <em>hh</em> Stunden und <em>mm</em> Minuten.";
$a->strings["End of the Blackout"] = "Ende des Blackouts";
$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>Hinweis</strong>: Die Umleitung ist von dem Moment aktiv, wenn du den \"Einstellungen speichern\" Button drückst. Derzeit angemeldete Nutzer werden <strong>nicht</strong> ausgeworfen werden, können sich aber nicht wieder anmelden, wenn sie sich während des Blackouts abmelden.";
$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 while the blackout is still in place."] = "<strong>Hinweis</strong>: Die Umleitung ist von dem Moment aktiv, wenn du den \"Einstellungen speichern\" Button drückst. Derzeit angemeldete Nutzer werden <strong>nicht</strong> ausgeworfen werden, können sich aber nicht wieder anmelden, wenn sie sich während des Blackouts abmelden.";
42 changes: 42 additions & 0 deletions blockbot/lang/bg/messages.po
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>, 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 <[email protected]>, 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 "Настройките са обновени"
13 changes: 13 additions & 0 deletions blockbot/lang/bg/strings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

if(! function_exists("string_plural_select_bg")) {
function string_plural_select_bg($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Save Settings"] = "Запази настройките";
$a->strings["Allow \"good\" crawlers"] = "Разреши \"добри\" обхождащи роботи за уеб страници";
$a->strings["Block GabSocial"] = "Блокирай GabSocial";
$a->strings["Training mode"] = "Тренировъчен режим";
$a->strings["Settings updated."] = "Настройките са обновени";
38 changes: 24 additions & 14 deletions catavatar/lang/de/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,61 @@
# This file is distributed under the same license as the Friendica catavatar addon package.
#
#
# Translators:
# Ulf Rompe <[email protected]>, 2019
# Tobias Diekershoff <[email protected]>, 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 <[email protected]>, 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 <[email protected]>, 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"
"Content-Transfer-Encoding: 8bit\n"
"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: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:100
#: 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!"
10 changes: 5 additions & 5 deletions catavatar/lang/de/strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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!";
31 changes: 20 additions & 11 deletions catavatar/lang/it/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,58 @@
# This file is distributed under the same license as the Friendica catavatar addon package.
#
#
# Translators:
# fabrixxm <[email protected]>, 2018
# Davide Pesenti <[email protected]>, 2018
# Sylke Vicious <[email protected]>, 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 <[email protected]>, 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 <[email protected]>, 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"
"Content-Transfer-Encoding: 8bit\n"
"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!"
4 changes: 3 additions & 1 deletion catavatar/lang/it/strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Loading

0 comments on commit ab5ffa6

Please sign in to comment.