]> git.mxchange.org Git - friendica-addons.git/blob - tictac/lang/de/strings.php
updating the addon translations, missed some files due missing git fu
[friendica-addons.git] / tictac / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Three Dimensional Tic-Tac-Toe"] = "Dreidimensionales Tic-Tac-Toe";
9 $a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
10 $a->strings["New game"] = "Neues Spiel";
11 $a->strings["New game with handicap"] = "Neues Handicap Spiel";
12 $a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "3D-Tic-Tac-Toe ist genauso wie das herkömmliche Spiel, nur das man es auf mehreren Ebenen gleichzeitig spielt.";
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."] = "In diesem Fall sind es drei Ebenen. Man gewinnt indem man drei in einer Reihe auf einer beliebigen Reihe schafft, oder drei übereinander oder diagonal auf verschiedenen Ebenen.";
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."] = "Beim Handicap-Spiel wird die zentrale Position der mittleren Ebene gesperrt da der Spieler der diese Ebene besitzt oft einen unfairen Vorteil genießt.";
15 $a->strings["You go first..."] = "Du fängst an...";
16 $a->strings["I'm going first this time..."] = "Diesmal fange ich an...";
17 $a->strings["You won!"] = "Du gewinnst!";
18 $a->strings["\"Cat\" game!"] = "Unentschieden!";
19 $a->strings["I won!"] = "Ich gewinne!";