diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-03 21:26:17 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-03 21:26:17 +0000 |
| commit | 2fd0c9d50f1eb83d46080fb114cba5465e8c4506 (patch) | |
| tree | 69d3aef56532f0a96c5d1b9b2800167152f239ca /lang | |
| parent | f18096a5c43d5cc52670c24d73d3efeebb120307 (diff) | |
- zaciatok podpory FR jazyka
- server podporuje socre ( treb este zdokumentovat protokol )
- prelozene dve chybove hlasky pre siete
- odosielam to na rychlo
git-svn-id: http://opensvn.csie.org/tuxanci_ng@59 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/cs.lang | 4 | ||||
| -rw-r--r-- | lang/en.lang | 4 | ||||
| -rw-r--r-- | lang/fr.lang | 35 | ||||
| -rw-r--r-- | lang/sk.lang | 4 |
4 files changed, 47 insertions, 0 deletions
diff --git a/lang/cs.lang b/lang/cs.lang index ccd3f7d..fa40672 100644 --- a/lang/cs.lang +++ b/lang/cs.lang @@ -16,6 +16,10 @@ OK Ok BACK Zpět NEXT Další +# error message +ERROR_BAD_VERSION Máte verzi klienta, kterou server nepodporuje. +ERROR_SERVER_DONT_ALIVE Server neodpovida. + # main menu PLAY Hraj SETTING Nastavení diff --git a/lang/en.lang b/lang/en.lang index 64b1393..351eb9d 100644 --- a/lang/en.lang +++ b/lang/en.lang @@ -16,6 +16,10 @@ OK Ok BACK Back NEXT Next +# error message +ERROR_BAD_VERSION Version of your client isn't supported by the server. +ERROR_SERVER_DONT_ALIVE Server's not responding, connection was closed. + # main menu PLAY Play SETTING Settings diff --git a/lang/fr.lang b/lang/fr.lang new file mode 100644 index 0000000..8123af6 --- /dev/null +++ b/lang/fr.lang @@ -0,0 +1,35 @@ +### +# Englis translation file +# Author: Oroborus <dusan.d@centrum.sk> +### + +# about the author of this translation +AUTHOR MeV +AUTHOR_EMAIL chrystalyst@free.fr +AUTHOR_JABBER unknown + + +# specify font for this language +HEAD fontfile="DejaVuSans.ttf" fontsize="16" + +# general +OK Ok +BACK Précédent +NEXT Suivant + +# error message +ERROR_BAD_VERSION Version of your client isn't supported by the server. + +# main menu +PLAY Jouer +SETTING Paramètres +TABLE Meilleur Score +CREDITS Auteurs +END Quitter + +# settings - menu +COUNT_ROUND Count Round: +NAME_PLAYER1 Joueur de droite : +NAME_PLAYER2 Joueur de gauche : +MUSIC Musique : +SOUND Son : diff --git a/lang/sk.lang b/lang/sk.lang index 9f01a26..7b1df7c 100644 --- a/lang/sk.lang +++ b/lang/sk.lang @@ -16,6 +16,10 @@ OK Ok BACK Späť NEXT Ďalej +# error message +ERROR_BAD_VERSION Mate verziu clienta, ktoru server nepodporuje. +ERROR_SERVER_DONT_ALIVE Server neodpoveda. + # main menu PLAY Hrať SETTING Nastavenia |