]> git.mxchange.org Git - friendica-addons.git/blob - tictac/lang/nl/strings.php
NL translation THX JeroenED
[friendica-addons.git] / tictac / lang / nl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_nl")) {
4 function string_plural_select_nl($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Three Dimensional Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
10 $a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe ";
11 $a->strings["New game"] = "";
12 $a->strings["New game with handicap"] = "";
13 $a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "";
14 $a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "";
15 $a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "";
16 $a->strings["You go first..."] = "";
17 $a->strings["I'm going first this time..."] = "";
18 $a->strings["You won!"] = "";
19 $a->strings["\"Cat\" game!"] = "";
20 $a->strings["I won!"] = "";