forked from friendica/friendica-addons
PL update to the pageheader and startpage addon
This commit is contained in:
parent
14fbf9001c
commit
da25740b28
|
@ -10,7 +10,7 @@ msgstr ""
|
||||||
"Project-Id-Version: friendica\n"
|
"Project-Id-Version: friendica\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2018-03-11 18:52+0100\n"
|
"POT-Creation-Date: 2018-03-11 18:52+0100\n"
|
||||||
"PO-Revision-Date: 2018-03-31 17:27+0000\n"
|
"PO-Revision-Date: 2018-04-10 16:56+0000\n"
|
||||||
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
|
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
|
||||||
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
|
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -21,7 +21,7 @@ msgstr ""
|
||||||
|
|
||||||
#: pageheader.php:53
|
#: pageheader.php:53
|
||||||
msgid "\"pageheader\" Settings"
|
msgid "\"pageheader\" Settings"
|
||||||
msgstr "\"pageheader\" Ustawienia"
|
msgstr "Ustawienia \"nagłówek strony\""
|
||||||
|
|
||||||
#: pageheader.php:54
|
#: pageheader.php:54
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
|
@ -31,7 +31,7 @@ msgstr "Wiadomość"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Message to display on every page on this server (or put a pageheader.html "
|
"Message to display on every page on this server (or put a pageheader.html "
|
||||||
"file in your docroot)"
|
"file in your docroot)"
|
||||||
msgstr "Wiadomość do wyświetlenia na każdej stronie tego serwera (lub umieść plik pageheader.html w swoim dokumencie roboczym)"
|
msgstr "Komunikat wyświetlany na każdej stronie, na tym serwerze (lub umieść plik pageheader.html w swoim dokumencie roboczym)"
|
||||||
|
|
||||||
#: pageheader.php:55
|
#: pageheader.php:55
|
||||||
msgid "Save Settings"
|
msgid "Save Settings"
|
||||||
|
@ -39,4 +39,4 @@ msgstr "Zapisz ustawienia"
|
||||||
|
|
||||||
#: pageheader.php:69
|
#: pageheader.php:69
|
||||||
msgid "pageheader Settings saved."
|
msgid "pageheader Settings saved."
|
||||||
msgstr "pageheader Ustawienia zapisane."
|
msgstr "nagłówek strony Ustawienia zapisane."
|
||||||
|
|
|
@ -5,8 +5,8 @@ function string_plural_select_pl($n){
|
||||||
return ($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);;
|
return ($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);;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["\"pageheader\" Settings"] = "\"pageheader\" Ustawienia";
|
$a->strings["\"pageheader\" Settings"] = "Ustawienia \"nagłówek strony\"";
|
||||||
$a->strings["Message"] = "Wiadomość";
|
$a->strings["Message"] = "Wiadomość";
|
||||||
$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Wiadomość do wyświetlenia na każdej stronie tego serwera (lub umieść plik pageheader.html w swoim dokumencie roboczym)";
|
$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Komunikat wyświetlany na każdej stronie, na tym serwerze (lub umieść plik pageheader.html w swoim dokumencie roboczym)";
|
||||||
$a->strings["Save Settings"] = "Zapisz ustawienia";
|
$a->strings["Save Settings"] = "Zapisz ustawienia";
|
||||||
$a->strings["pageheader Settings saved."] = "pageheader Ustawienia zapisane.";
|
$a->strings["pageheader Settings saved."] = "nagłówek strony Ustawienia zapisane.";
|
||||||
|
|
|
@ -10,7 +10,7 @@ msgstr ""
|
||||||
"Project-Id-Version: friendica\n"
|
"Project-Id-Version: friendica\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2018-03-31 19:20+0000\n"
|
"PO-Revision-Date: 2018-04-10 17:00+0000\n"
|
||||||
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
|
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
|
||||||
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
|
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -25,7 +25,7 @@ msgstr "Ustawienia strony startowej"
|
||||||
|
|
||||||
#: startpage.php:85
|
#: startpage.php:85
|
||||||
msgid "Home page to load after login - leave blank for profile wall"
|
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 ściany profilowej"
|
msgstr "Strona główna do załadowania po zalogowaniu - pozostaw puste pole dla strony profilowej"
|
||||||
|
|
||||||
#: startpage.php:88
|
#: startpage.php:88
|
||||||
msgid "Examples: "network" or "notifications/system""
|
msgid "Examples: "network" or "notifications/system""
|
||||||
|
|
|
@ -6,6 +6,6 @@ function string_plural_select_pl($n){
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Startpage Settings"] = "Ustawienia strony startowej";
|
$a->strings["Startpage Settings"] = "Ustawienia strony startowej";
|
||||||
$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 ściany profilowej";
|
$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["Examples: "network" or "notifications/system""] = "Przykłady: "sieć" lub "powiadomienia/system"";
|
$a->strings["Examples: "network" or "notifications/system""] = "Przykłady: "sieć" lub "powiadomienia/system"";
|
||||||
$a->strings["Submit"] = "Wyślij";
|
$a->strings["Submit"] = "Wyślij";
|
||||||
|
|
Loading…
Reference in a new issue