translation updates NL, PL, FI and IT

This commit is contained in:
Tobias Diekershoff 2018-04-20 08:32:40 +02:00
parent db8253ef6d
commit 227ad8f23b
40 changed files with 269 additions and 111 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 20:07+0000\n"
"PO-Revision-Date: 2018-04-18 20:57+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 ""
#: tictac.php:20
msgid "Three Dimensional Tic-Tac-Toe"
msgstr "Trójwymiarowy Kółko i krzyżyk"
msgstr "Trójwymiarowe Kółko i Krzyżyk"
#: tictac.php:53
msgid "3D Tic-Tac-Toe"

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["Three Dimensional Tic-Tac-Toe"] = "Trójwymiarowy Kółko i krzyżyk";
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Trójwymiarowe Kółko i Krzyżyk";
$a->strings["3D Tic-Tac-Toe"] = "3D Kółko i krzyżyk";
$a->strings["New game"] = "Nowa gra";
$a->strings["New game with handicap"] = "Nowa gra z handicapem";