diff options
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 |