]> git.mxchange.org Git - friendica-addons.git/blob - tictac/lang/fi-fi/strings.php
regenerated all the strings
[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         $n = intval($n);
6         return intval($n != 1);
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['You go first...'] = 'Aloita sinä...';
13 $a->strings['I\'m going first this time...'] = 'Minä aloitan...';
14 $a->strings['You won!'] = 'Sinä voitit!';
15 $a->strings['I won!'] = 'Minä voitin!';