blockem PL translation

This commit is contained in:
Tobias Diekershoff 2018-04-03 17:29:30 +02:00
parent 5d4c3a1da9
commit d3b349de9e
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-09 13:00+0100\n"
"PO-Revision-Date: 2018-03-31 20:03+0000\n"
"PO-Revision-Date: 2018-04-02 15:26+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"
@ -21,7 +21,7 @@ msgstr ""
#: blockem.php:51 blockem.php:55
msgid "\"Blockem\""
msgstr ""
msgstr "\"Blockem\""
#: blockem.php:59
msgid ""

View File

@ -5,7 +5,7 @@ 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);;
}}
;
$a->strings["\"Blockem\""] = "";
$a->strings["\"Blockem\""] = "\"Blockem\"";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Ukrywa zawartość użytkownika, zwijając posty. Zastępuje również awatar wygenerowanym obrazem.";
$a->strings["Comma separated profile URLS:"] = "Rozdzielone przecinkami adresy URL profilu:";
$a->strings["Save Settings"] = "Zapisz ustawienia";