mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
14
tictac/lang/ca/strings.php
Normal file
14
tictac/lang/ca/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tres en línia Tridimensional";
|
||||
$a->strings["3D Tic-Tac-Toe"] = "Tres en línia 3D";
|
||||
$a->strings["New game"] = "Nou joc";
|
||||
$a->strings["New game with handicap"] = "Nou joc modificat";
|
||||
$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "El joc del tres en línia tridimensional és com el joc tradicional, excepte que es juga en diversos nivells simultàniament.";
|
||||
$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."] = "En aquest cas hi ha tres nivells. Vostè guanya per aconseguir tres en una fila en qualsevol nivell, així com dalt, baix i en diagonal a través dels diferents nivells.";
|
||||
$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "El joc modificat desactiva la posició central en el nivell mitjà perquè el jugador en aquesta posició té sovint un avantatge injust.";
|
||||
$a->strings["You go first..."] = "Vostè va primer ...";
|
||||
$a->strings["I'm going first this time..."] = "Vaig primer aquesta vegada ...";
|
||||
$a->strings["You won!"] = "Has guanyat!";
|
||||
$a->strings["__DQ__Cat__DQ__ game!"] = "Empat!";
|
||||
$a->strings["I won!"] = "Vaig guanyar!";
|
Loading…
Add table
Add a link
Reference in a new issue