PL translation update THX strebski
This commit is contained in:
parent
ba94368482
commit
ed96e0a2f6
107 changed files with 1290 additions and 1501 deletions
|
@ -1,17 +1,17 @@
|
|||
# ADDON ijpost
|
||||
# ADDON ljpost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica ijpost addon package.
|
||||
# This file is distributed under the same license as the Friendica ljpost addon package.
|
||||
#
|
||||
#
|
||||
# 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-08-04 10:48+0000\n"
|
||||
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
|
||||
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
|
||||
"PO-Revision-Date: 2021-12-22 17:23+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,30 +19,26 @@ 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"
|
||||
|
||||
#: ijpost.php:39
|
||||
msgid "Post to Insanejournal"
|
||||
msgstr "Opublikuj w Insanejournal"
|
||||
#: ljpost.php:43
|
||||
msgid "Post to LiveJournal"
|
||||
msgstr "Opublikuj w LiveJournal"
|
||||
|
||||
#: ijpost.php:70
|
||||
msgid "InsaneJournal Post Settings"
|
||||
msgstr "Ustawienia InsaneJournal Post"
|
||||
#: ljpost.php:63
|
||||
msgid "Enable LiveJournal Post Addon"
|
||||
msgstr "Włącz dodatek LiveJournal"
|
||||
|
||||
#: ijpost.php:72
|
||||
msgid "Enable InsaneJournal Post Addon"
|
||||
msgstr "Włącz dodatek InsaneJournal"
|
||||
#: ljpost.php:64
|
||||
msgid "LiveJournal username"
|
||||
msgstr "Nazwa użytkownika LiveJournal"
|
||||
|
||||
#: ijpost.php:77
|
||||
msgid "InsaneJournal username"
|
||||
msgstr "nazwa użytkownika InsaneJournal"
|
||||
#: ljpost.php:65
|
||||
msgid "LiveJournal password"
|
||||
msgstr "Hasło LiveJournal"
|
||||
|
||||
#: ijpost.php:82
|
||||
msgid "InsaneJournal password"
|
||||
msgstr "Hasło InsaneJournal"
|
||||
#: ljpost.php:66
|
||||
msgid "Post to LiveJournal by default"
|
||||
msgstr "Opublikuj domyślnie w LiveJournal"
|
||||
|
||||
#: ijpost.php:87
|
||||
msgid "Post to InsaneJournal by default"
|
||||
msgstr "Wyślij domyślnie do InsaneJournal"
|
||||
|
||||
#: ijpost.php:93
|
||||
msgid "Submit"
|
||||
msgstr "Wyślij"
|
||||
#: ljpost.php:71
|
||||
msgid "LiveJournal Export"
|
||||
msgstr ""
|
||||
|
|
|
@ -5,10 +5,8 @@ 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['Post to Insanejournal'] = 'Opublikuj w Insanejournal';
|
||||
$a->strings['InsaneJournal Post Settings'] = 'Ustawienia InsaneJournal Post';
|
||||
$a->strings['Enable InsaneJournal Post Addon'] = 'Włącz dodatek InsaneJournal';
|
||||
$a->strings['InsaneJournal username'] = 'nazwa użytkownika InsaneJournal';
|
||||
$a->strings['InsaneJournal password'] = 'Hasło InsaneJournal';
|
||||
$a->strings['Post to InsaneJournal by default'] = 'Wyślij domyślnie do InsaneJournal';
|
||||
$a->strings['Submit'] = 'Wyślij';
|
||||
$a->strings['Post to LiveJournal'] = 'Opublikuj w LiveJournal';
|
||||
$a->strings['Enable LiveJournal Post Addon'] = 'Włącz dodatek LiveJournal';
|
||||
$a->strings['LiveJournal username'] = 'Nazwa użytkownika LiveJournal';
|
||||
$a->strings['LiveJournal password'] = 'Hasło LiveJournal';
|
||||
$a->strings['Post to LiveJournal by default'] = 'Opublikuj domyślnie w LiveJournal';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue