PL translation update THX strebski
This commit is contained in:
parent
ba94368482
commit
ed96e0a2f6
107 changed files with 1290 additions and 1501 deletions
|
@ -4,14 +4,14 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
|
||||
# Waldemar Stoczkowski, 2018
|
||||
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: 2018-03-30 17:58+0000\n"
|
||||
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
|
||||
"POT-Creation-Date: 2021-03-23 23:53-0400\n"
|
||||
"PO-Revision-Date: 2021-04-26 08:29+0000\n"
|
||||
"Last-Translator: Transifex Bot <>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,38 +19,40 @@ 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"
|
||||
|
||||
#: js_upload.php:43
|
||||
msgid "Upload a file"
|
||||
msgstr "Prześlij plik"
|
||||
#: js_upload.php:34
|
||||
msgid "Select files for upload"
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:44
|
||||
#: js_upload.php:35
|
||||
msgid "Drop files here to upload"
|
||||
msgstr "Upuść pliki tutaj, aby przesłać"
|
||||
msgstr "Aby przesłać pliki upuść tutaj"
|
||||
|
||||
#: js_upload.php:45
|
||||
#: js_upload.php:36
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
|
||||
#: js_upload.php:46
|
||||
#: js_upload.php:37
|
||||
msgid "Failed"
|
||||
msgstr "Nie powiodło się"
|
||||
|
||||
#: js_upload.php:303
|
||||
#: js_upload.php:215
|
||||
msgid "No files were uploaded."
|
||||
msgstr "Żadne pliki nie zostały przesłane."
|
||||
|
||||
#: js_upload.php:309
|
||||
#: js_upload.php:221
|
||||
msgid "Uploaded file is empty"
|
||||
msgstr "Przesłany plik jest pusty"
|
||||
|
||||
#: js_upload.php:321
|
||||
msgid "Image exceeds size limit of "
|
||||
msgstr "Obraz przekracza limit rozmiaru wynoszący"
|
||||
#: js_upload.php:233
|
||||
#, php-format
|
||||
msgid "Image exceeds size limit of %s"
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:332
|
||||
msgid "File has an invalid extension, it should be one of "
|
||||
msgstr "Plik ma nieprawidłowe rozszerzenie, powinno być jednym z nich"
|
||||
#: js_upload.php:245
|
||||
#, php-format
|
||||
msgid "File has an invalid extension, it should be one of %s."
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:343
|
||||
#: js_upload.php:256
|
||||
msgid "Upload was cancelled, or server error encountered"
|
||||
msgstr "Przesyłanie zostało anulowane lub wystąpił błąd serwera"
|
||||
|
|
|
@ -5,12 +5,9 @@ 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['Upload a file'] = 'Prześlij plik';
|
||||
$a->strings['Drop files here to upload'] = 'Upuść pliki tutaj, aby przesłać';
|
||||
$a->strings['Drop files here to upload'] = 'Aby przesłać pliki upuść tutaj';
|
||||
$a->strings['Cancel'] = 'Anuluj';
|
||||
$a->strings['Failed'] = 'Nie powiodło się';
|
||||
$a->strings['No files were uploaded.'] = 'Żadne pliki nie zostały przesłane.';
|
||||
$a->strings['Uploaded file is empty'] = 'Przesłany plik jest pusty';
|
||||
$a->strings['Image exceeds size limit of '] = 'Obraz przekracza limit rozmiaru wynoszący';
|
||||
$a->strings['File has an invalid extension, it should be one of '] = 'Plik ma nieprawidłowe rozszerzenie, powinno być jednym z nich';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'Przesyłanie zostało anulowane lub wystąpił błąd serwera';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue