TicToc addon FR translation update THX ButterflyOfFire

This commit is contained in:
Tobias Diekershoff 2020-03-09 11:31:02 +01:00
parent 5140f6addc
commit 5f5762c6d3
2 changed files with 94 additions and 14 deletions

View file

@ -1,14 +1,20 @@
<?php
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Morpion en trois dimensions";
$a->strings["3D Tic-Tac-Toe"] = "Morpion 3D";
$a->strings["New game"] = "Nouvelle partie";
$a->strings["New game with handicap"] = "Nouvelle partie avec handicap";
$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Le morpion 3D, c'est comme la version traditionnelle. Sauf qu'on joue sur plusieurs étages en même temps.";
$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."] = "Dans le cas qui nous concerne, il y a trois étages. Vous gagnez en alignant trois coups dans n'importe quel étage, ainsi que verticalement ou en diagonale entre les étages.";
$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Le handicap interdit la position centrale de l'étage du milieu, parce que le joueur qui prend cette case obtient souvent un avantage.";
$a->strings["You go first..."] = "À vous de jouer...";
$a->strings["I'm going first this time..."] = "Je commence...";
$a->strings["You won!"] = "Vous avez gagné!";
$a->strings["\"Cat\" game!"] = "Match nul!";
$a->strings["I won!"] = "J'ai gagné!";
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
return ($n > 1);;
}}
;
$a->strings["Three Dimensional Tic-Tac-Toe"] = "";
$a->strings["3D Tic-Tac-Toe"] = "";
$a->strings["New game"] = "";
$a->strings["New game with handicap"] = "";
$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "";
$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."] = "";
$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "";
$a->strings["You go first..."] = "";
$a->strings["I'm going first this time..."] = "";
$a->strings["You won!"] = "Vous avez gagné !";
$a->strings["\"Cat\" game!"] = "";
$a->strings["I won!"] = "Jai gagné !";