PL translation updates THX waldis
This commit is contained in:
parent
56850cacbc
commit
2785340dfa
8 changed files with 17 additions and 17 deletions
|
@ -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-30 17:56+0000\n"
|
||||
"PO-Revision-Date: 2018-04-20 20:59+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,4 +21,4 @@ msgstr ""
|
|||
|
||||
#: infiniteimprobabilitydrive.php:19
|
||||
msgid "Infinite Improbability Drive"
|
||||
msgstr "Nieskończona Nieprawdopodobny Napęd"
|
||||
msgstr "Wyświetl losowego użytkownika"
|
||||
|
|
|
@ -5,4 +5,4 @@ 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["Infinite Improbability Drive"] = "Nieskończona Nieprawdopodobny Napęd";
|
||||
$a->strings["Infinite Improbability Drive"] = "Wyświetl losowego użytkownika";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue