friendica-addons/tictac/lang/fr/strings.php

21 lines
988 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?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é !";