mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
Additional French corrections.
This commit is contained in:
parent
a1a0f9934a
commit
ee636886a1
2 changed files with 6 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
||||||
* itself. The build system creats a str# resource with the latter
|
* itself. The build system creats a str# resource with the latter
|
||||||
* and generates a .h file of #defines using the former. */
|
* and generates a .h file of #defines using the former. */
|
||||||
|
|
||||||
{ "STR_COMMIT_CONFIRM", "Confirmez-vous le coup en cours ?\n" },
|
{ "STR_COMMIT_CONFIRM", "Confirmez-vous le coup actuel ?\n" },
|
||||||
{ "STR_NOT_YOUR_TURN", "Impossible ; ce n'est pas votre tour !" },
|
{ "STR_NOT_YOUR_TURN", "Impossible ; ce n'est pas votre tour !" },
|
||||||
{ "STR_NO_PEEK_ROBOT_TILES", "No peeking at the robot's tiles!" },
|
{ "STR_NO_PEEK_ROBOT_TILES", "No peeking at the robot's tiles!" },
|
||||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||||
|
@ -149,12 +149,14 @@
|
||||||
|
|
||||||
"Voir le manuel sur xwords.sourceforge.net\n\n" \
|
"Voir le manuel sur xwords.sourceforge.net\n\n" \
|
||||||
|
|
||||||
"Ce programme est 'cartepostale'. Si vous l'appréciez, " \
|
"Ce programme est 'postcardware'. Si vous l'appréciez, " \
|
||||||
"svp, envoyez une carte postale à :\n" \
|
"svp, envoyez une carte postale à :\n" \
|
||||||
"The Houses\n" \
|
"The Houses\n" \
|
||||||
"1610 NW 14th Place\n" \
|
"1610 NW 14th Place\n" \
|
||||||
"Corvallis, OR 97330 USA\n\n"
|
"Corvallis, OR 97330 USA\n\n"
|
||||||
|
|
||||||
"Developpé sur Debian GNU/Linux avec the prc-tools "\
|
"Developpé sur Debian GNU/Linux avec the prc-tools "\
|
||||||
"suite." \
|
"suite.\n\n"\
|
||||||
|
|
||||||
|
"Traduction par Francis H."
|
||||||
},
|
},
|
||||||
|
|
|
@ -395,7 +395,7 @@ BEGIN
|
||||||
#ifdef XWFEATURE_SEARCHLIMIT
|
#ifdef XWFEATURE_SEARCHLIMIT
|
||||||
CHECKBOX "Désactiver indices" ID XW_PREFS_NOHINTS_CHECKBOX_ID \
|
CHECKBOX "Désactiver indices" ID XW_PREFS_NOHINTS_CHECKBOX_ID \
|
||||||
AT (LEFTCOL PREVTOP+PREFS_SPACING AUTO AUTO) NONUSABLE
|
AT (LEFTCOL PREVTOP+PREFS_SPACING AUTO AUTO) NONUSABLE
|
||||||
CHECKBOX "Indices locaux" ID XW_PREFS_HINTRECT_CHECKBOX_ID \
|
CHECKBOX "En local" ID XW_PREFS_HINTRECT_CHECKBOX_ID \
|
||||||
AT (PREVRIGHT+3 PREVTOP AUTO AUTO) NONUSABLE
|
AT (PREVRIGHT+3 PREVTOP AUTO AUTO) NONUSABLE
|
||||||
#else
|
#else
|
||||||
CHECKBOX "Désactiver indices" ID XW_PREFS_NOHINTS_CHECKBOX_ID \
|
CHECKBOX "Désactiver indices" ID XW_PREFS_NOHINTS_CHECKBOX_ID \
|
||||||
|
|
Loading…
Reference in a new issue