PL update to the pageheader and startpage addon

This commit is contained in:
Tobias Diekershoff 2018-04-11 07:40:26 +02:00
parent 14fbf9001c
commit da25740b28
4 changed files with 10 additions and 10 deletions

View file

@ -10,7 +10,7 @@ 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-31 19:20+0000\n"
"PO-Revision-Date: 2018-04-10 17:00+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
@ -25,7 +25,7 @@ msgstr "Ustawienia strony startowej"
#: startpage.php:85
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
msgid "Examples: &quot;network&quot; or &quot;notifications/system&quot;"

View file

@ -6,6 +6,6 @@ function string_plural_select_pl($n){
}}
;
$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: &quot;network&quot; or &quot;notifications/system&quot;"] = "Przykłady: &quot;sieć&quot; lub &quot;powiadomienia/system&quot;";
$a->strings["Submit"] = "Wyślij";