This commit is contained in:
ehouse 2009-09-22 03:47:21 +00:00
parent 6e276510eb
commit 086d480fe3
2 changed files with 6 additions and 10 deletions

View file

@ -823,11 +823,6 @@ END
STRINGTABLE DISCARDABLE STRINGTABLE DISCARDABLE
BEGIN BEGIN
#ifdef DEBUG
IDS_APP_TITLE "Crossw_dbg"
#else
IDS_APP_TITLE "Crosswords"
#endif
IDS_MENU "MENU" // <- translate IDS_MENU "MENU" // <- translate
IDS_DUMMY "--" IDS_DUMMY "--"
IDS_CANCEL "CANCEL" // <- translate IDS_CANCEL "CANCEL" // <- translate
@ -967,4 +962,8 @@ BEGIN
END END
#ifdef AM_BASE_LANGUAGE
# include "../common_rsrc.rc"
#endif
#endif #endif

View file

@ -61,7 +61,7 @@ END
IDM_MENU MENU DISCARDABLE IDM_MENU MENU DISCARDABLE
BEGIN BEGIN
#ifndef _WIN32_WCE #ifndef _WIN32_WCE
POPUP "BUTTON" POPUP "Button"
BEGIN BEGIN
MENUITEM "--", W32_DUMMY_ID MENUITEM "--", W32_DUMMY_ID
END END
@ -888,9 +888,6 @@ BEGIN
IDS_SUMMARYSCORED "%s:%d" IDS_SUMMARYSCORED "%s:%d"
IDS_TRADED "Echangé %d" IDS_TRADED "Echangé %d"
IDS_LOSTTURN "Tour perdu" IDS_LOSTTURN "Tour perdu"
#ifndef XWFEATURE_STANDALONE_ONLY
IDS_LOCALPLAYERS "Joueurs loc.:"
#endif
IDS_TOTALPLAYERS "Nombre de joueurs:" IDS_TOTALPLAYERS "Nombre de joueurs:"
IDS_VALUES_HEADER "%s Nombres/Valeurs:" XP_CR IDS_VALUES_HEADER "%s Nombres/Valeurs:" XP_CR
IDS_QUERY_TRADE "Etes-vous sûr de vouloir échanger les lettres sélectionnées?" IDS_QUERY_TRADE "Etes-vous sûr de vouloir échanger les lettres sélectionnées?"
@ -947,7 +944,7 @@ BEGIN
IDS_RESEND_STANDALONE "This is a standalone game. There is nothing to resend." /* <- translate */ IDS_RESEND_STANDALONE "This is a standalone game. There is nothing to resend." /* <- translate */
IDS_CONN_RELAY_L "Transmission" IDS_CONN_RELAY_L "Transmission"
IDS_CONN_DIRECT "Connexion directe" IDS_CONN_DIRECT "Connexion directe"
IDS_LOCALPLAYERS "Joueurs loc.:"
IDS_NO_PEEK_REMOTE_TILES "Pas de coup d'oeil sur le jeu des joueurs distants!" IDS_NO_PEEK_REMOTE_TILES "Pas de coup d'oeil sur le jeu des joueurs distants!"
IDS_REG_UNEXPECTED_USER "Refus de la tentative d'enregistrer un joueur non prévu." IDS_REG_UNEXPECTED_USER "Refus de la tentative d'enregistrer un joueur non prévu."
IDS_SERVER_DICT_WINS "Conflit de dictionnaire entre l'hôte et l'invité; l'hôte gagne." IDS_SERVER_DICT_WINS "Conflit de dictionnaire entre l'hôte et l'invité; l'hôte gagne."