PL translation updates THX strebski
This commit is contained in:
parent
14124f49e7
commit
34c7094790
21 changed files with 91 additions and 54 deletions
|
@ -4,14 +4,15 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# Piotr Strębski <strebski@gmail.com>, 2022
|
||||
# Waldemar Stoczkowski, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
|
||||
"PO-Revision-Date: 2021-12-22 15:27+0000\n"
|
||||
"Last-Translator: Transifex Bot <>\n"
|
||||
"PO-Revision-Date: 2014-06-23 12:51+0000\n"
|
||||
"Last-Translator: Piotr Strębski <strebski@gmail.com>, 2022\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"
|
||||
|
@ -21,12 +22,12 @@ msgstr ""
|
|||
|
||||
#: startpage.php:70
|
||||
msgid "Home page to load after login - leave blank for profile wall"
|
||||
msgstr "Strona główna do załadowania po zalogowaniu - pozostaw puste pole dla strony profilowej"
|
||||
msgstr "Strona główna do wczytania po zalogowaniu - pozostaw puste pole dla strony profilowej"
|
||||
|
||||
#: startpage.php:70
|
||||
msgid "Examples: \"network\" or \"notifications/system\""
|
||||
msgstr ""
|
||||
msgstr "Przykłady: \"network\" lub \"notifications/system\""
|
||||
|
||||
#: startpage.php:75
|
||||
msgid "Startpage"
|
||||
msgstr ""
|
||||
msgstr "Strona startowa"
|
||||
|
|
|
@ -5,4 +5,6 @@ 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['Home page to load after login - leave blank for profile wall'] = 'Strona główna do załadowania po zalogowaniu - pozostaw puste pole dla strony profilowej';
|
||||
$a->strings['Home page to load after login - leave blank for profile wall'] = 'Strona główna do wczytania po zalogowaniu - pozostaw puste pole dla strony profilowej';
|
||||
$a->strings['Examples: "network" or "notifications/system"'] = 'Przykłady: "network" lub "notifications/system"';
|
||||
$a->strings['Startpage'] = 'Strona startowa';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue