PL translation update THX strebski
This commit is contained in:
parent
ba94368482
commit
ed96e0a2f6
107 changed files with 1290 additions and 1501 deletions
|
@ -3,14 +3,17 @@
|
|||
# This file is distributed under the same license as the Friendica notifyall addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Waldemar Stoczkowski, 2018
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-14 16:41+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018\n"
|
||||
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
||||
"PO-Revision-Date: 2016-08-14 19:29+0000\n"
|
||||
"Last-Translator: Waldemar Stoczkowski, 2018\n"
|
||||
"Language-Team: Polish (https://www.transifex.com/Friendica/teams/12172/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -18,41 +21,41 @@ msgstr ""
|
|||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#: notifyall.php:26
|
||||
msgid "Send email to all members"
|
||||
msgstr "Wyślij e-mail do wszystkich członków"
|
||||
|
||||
#: notifyall.php:42
|
||||
#: NotifyAllEmail.php:40
|
||||
#, php-format
|
||||
msgid "%s Administrator"
|
||||
msgstr "%s Administrator"
|
||||
|
||||
#: notifyall.php:44
|
||||
#: NotifyAllEmail.php:42
|
||||
#, php-format
|
||||
msgid "%1$s, %2$s Administrator"
|
||||
msgstr "%1$s, %2$s Administrator"
|
||||
|
||||
#: notifyall.php:60
|
||||
#: notifyall.php:22
|
||||
msgid "Send email to all members"
|
||||
msgstr "Wyślij e-mail do wszystkich członków"
|
||||
|
||||
#: notifyall.php:49
|
||||
msgid "No recipients found."
|
||||
msgstr "Nie znaleziono adresatów."
|
||||
|
||||
#: notifyall.php:78
|
||||
#: notifyall.php:59
|
||||
msgid "Emails sent"
|
||||
msgstr "Wysłane wiadomości e-mail"
|
||||
|
||||
#: notifyall.php:86
|
||||
#: notifyall.php:69
|
||||
msgid "Send email to all members of this Friendica instance."
|
||||
msgstr ""
|
||||
"Wyślij wiadomość e-mail do wszystkich członków tej instancji Friendica."
|
||||
|
||||
#: notifyall.php:91
|
||||
#: notifyall.php:74
|
||||
msgid "Message subject"
|
||||
msgstr "Temat wiadomości"
|
||||
|
||||
#: notifyall.php:92
|
||||
#: notifyall.php:75
|
||||
msgid "Test mode (only send to administrator)"
|
||||
msgstr "Tryb testowy (wysyłany tylko do administratora)"
|
||||
msgstr "Tryb testowy (wiadomość wysyłana tylko do administratora)"
|
||||
|
||||
#: notifyall.php:93
|
||||
#: notifyall.php:76
|
||||
msgid "Submit"
|
||||
msgstr "Zatwierdź"
|
||||
|
|
|
@ -5,12 +5,12 @@ function string_plural_select_pl($n){
|
|||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
|
||||
}}
|
||||
$a->strings['Send email to all members'] = 'Wyślij e-mail do wszystkich członków';
|
||||
$a->strings['%s Administrator'] = '%s Administrator';
|
||||
$a->strings['%1$s, %2$s Administrator'] = '%1$s, %2$s Administrator';
|
||||
$a->strings['Send email to all members'] = 'Wyślij e-mail do wszystkich członków';
|
||||
$a->strings['No recipients found.'] = 'Nie znaleziono adresatów.';
|
||||
$a->strings['Emails sent'] = 'Wysłane wiadomości e-mail';
|
||||
$a->strings['Send email to all members of this Friendica instance.'] = 'Wyślij wiadomość e-mail do wszystkich członków tej instancji Friendica.';
|
||||
$a->strings['Message subject'] = 'Temat wiadomości';
|
||||
$a->strings['Test mode (only send to administrator)'] = 'Tryb testowy (wysyłany tylko do administratora)';
|
||||
$a->strings['Test mode (only send to administrator)'] = 'Tryb testowy (wiadomość wysyłana tylko do administratora)';
|
||||
$a->strings['Submit'] = 'Zatwierdź';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue