X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=startpage%2Flang%2Fpl%2Fstrings.php;h=2b29c7bc04d56b2fab87d68127c266a632e1ac93;hb=25ba6023d0ac5d3fed79edeb207f00c0faa132e5;hp=4c7ba5eb2ee7508c92d40565d2fb30849338b31b;hpb=55986ad17dadb823a04ae31490310c3854152929;p=friendica-addons.git diff --git a/startpage/lang/pl/strings.php b/startpage/lang/pl/strings.php index 4c7ba5eb..2b29c7bc 100644 --- a/startpage/lang/pl/strings.php +++ b/startpage/lang/pl/strings.php @@ -5,8 +5,7 @@ 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["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 strony profilowej"; -$a->strings["Examples: "network" or "notifications/system""] = "Przykłady: "network" lub "notifications/system" albo "profile/Nazwa profilu""; -$a->strings["Submit"] = "Prześlij"; +$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 strony profilowej'; +$a->strings['Examples: "network" or "notifications/system"'] = 'Przykłady: "network" lub "notifications/system" albo "profile/Nazwa profilu"'; +$a->strings['Submit'] = 'Prześlij';