Browse Source

Merge pull request #240 from Hazado/HeekQuitMessage

Adds heek table quit message
pull/244/head
Adam Johnson 9 months ago committed by GitHub
parent
commit
b50321da8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      compiled/dat/HeekEnglish.loc
  2. 3
      compiled/dat/HeekFrench.loc
  3. 3
      compiled/dat/HeekGerman.loc
  4. 3
      compiled/dat/HeekItalian.loc
  5. 3
      compiled/dat/HeekSpanish.loc

3
compiled/dat/HeekEnglish.loc

@ -20,6 +20,9 @@
<element name="WelcomePlural">
<translation language="English">Please welcome %1s, a rank %2s player with %3s points!</translation>
</element>
<element name="Quit">
<translation language="English">Do you want to leave the Ahyoheek game and forfeit this round?</translation>
</element>
</set>
</age>
</localizations>

3
compiled/dat/HeekFrench.loc

@ -20,6 +20,9 @@
<element name="WelcomePlural">
<translation language="French">Veuillez accueillir %1s, un joueur de rang %2s avec %3s points !</translation>
</element>
<element name="Quit">
<translation language="French">Voulez-vous quitter le jeu Ahyoheek et perdre ce tour ?</translation>
</element>
</set>
</age>
</localizations>

3
compiled/dat/HeekGerman.loc

@ -20,6 +20,9 @@
<element name="WelcomePlural">
<translation language="German">Bitte heiße %1s willkommen, ein Spieler mit Rang %2s und %3s Punkten!</translation>
</element>
<element name="Quit">
<translation language="German">Möchtest du das Ahyoheek-Spiel verlassen und diese Runde aufgeben?</translation>
</element>
</set>
</age>
</localizations>

3
compiled/dat/HeekItalian.loc

@ -20,6 +20,9 @@
<element name="WelcomePlural">
<translation language="Italian">Benvenuto a %1s, giocatore di grado %2s con %3s punti!</translation>
</element>
<element name="Quit">
<translation language="Italian">Vuoi lasciare il gioco Ahyoheek e rinunciare a questo round?</translation>
</element>
</set>
</age>
</localizations>

3
compiled/dat/HeekSpanish.loc

@ -20,6 +20,9 @@
<element name="WelcomePlural">
<translation language="Spanish">¡Demos la bienvenida a %1s, jugador de rango %2s con una puntuación de %3s puntos!</translation>
</element>
<element name="Quit">
<translation language="Spanish">¿Quieres dejar el juego Ahyoheek y perder esta ronda?</translation>
</element>
</set>
</age>
</localizations>

Loading…
Cancel
Save