mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
translation updates NL, PL, FI and IT
This commit is contained in:
parent
db8253ef6d
commit
227ad8f23b
40 changed files with 269 additions and 111 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue