]> git.mxchange.org Git - friendica-addons.git/blob - tictac/lang/fi-fi/strings.php
enotify: empty out fields instead of using "abort" for addons
[friendica-addons.git] / tictac / lang / fi-fi / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fi_fi")) {
4 function string_plural_select_fi_fi($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Three Dimensional Tic-Tac-Toe"] = "Kolmiulotteinen ristinolla";
9 $a->strings["3D Tic-Tac-Toe"] = "3D ristinolla";
10 $a->strings["New game"] = "Uusi peli";
11 $a->strings["New game with handicap"] = "Uusi peli haitalla";
12 $a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "";
13 $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."] = "";
14 $a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "";
15 $a->strings["You go first..."] = "Aloita sinä...";
16 $a->strings["I'm going first this time..."] = "Minä aloitan...";
17 $a->strings["You won!"] = "Sinä voitit!";
18 $a->strings["\"Cat\" game!"] = "";
19 $a->strings["I won!"] = "Minä voitin!";