]> git.mxchange.org Git - friendica-addons.git/commitdiff
blockem PL translation
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 3 Apr 2018 15:29:30 +0000 (17:29 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 3 Apr 2018 15:29:30 +0000 (17:29 +0200)
blockem/lang/pl/messages.po
blockem/lang/pl/strings.php

index f2d18d93b26a69554e63675d2bd4032740142331..33f33cfb91115281f253be6401cdc5e227fa1bb8 100644 (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 ""
index 005150dbe5b4a57580b93374408cb8b71c9969c7..a17c292958c42241838493483abc6f63348a1752 100644 (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";