mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:36:33 +00:00
Updated French translations for winemine and control
svn path=/trunk/; revision=31061
This commit is contained in:
parent
1c47c2d4a0
commit
30d6c1eac9
2 changed files with 10 additions and 10 deletions
|
@ -28,10 +28,10 @@ END
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_WINDOW_TITLE "Control Panel"
|
IDS_WINDOW_TITLE "Panneau de contrôle"
|
||||||
IDS_ABOUT "Simple Control Panel (not Shell-namespace based)\rCopyright 2004 GkWare e.K.\rhttp://www.gkware.com\rReleased under the GPL"
|
IDS_ABOUT "Panneau de contrôle simple (non basé sur Shell-namespace)\rCopyright 2004 GkWare e.K.\rhttp://www.gkware.com\rSous licence GPL"
|
||||||
IDS_ABOUT_TITLE "About the Control Panel"
|
IDS_ABOUT_TITLE "À propos du panneau de contrôle"
|
||||||
IDS_NO_ITEMS "No Items in ListView"
|
IDS_NO_ITEMS "Aucun élément dans la ListView"
|
||||||
IDS_NAME "Name"
|
IDS_NAME "Nom"
|
||||||
IDS_COMMENT "Comment"
|
IDS_COMMENT "Commentaire"
|
||||||
END
|
END
|
||||||
|
|
|
@ -10,12 +10,12 @@ LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
STRINGTABLE {
|
STRINGTABLE {
|
||||||
IDS_APPNAME, "WineMine"
|
IDS_APPNAME, "WineMine"
|
||||||
IDS_SECONDS, "seconds"
|
IDS_SECONDS, "secondes"
|
||||||
}
|
}
|
||||||
|
|
||||||
MENU_WINEMINE MENU DISCARDABLE
|
MENU_WINEMINE MENU DISCARDABLE
|
||||||
{
|
{
|
||||||
POPUP "&Game" {
|
POPUP "&Jeu" {
|
||||||
MENUITEM "&Nouveau", IDM_NEW
|
MENUITEM "&Nouveau", IDM_NEW
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&Marqueur ?", IDM_MARKQ
|
MENUITEM "&Marqueur ?", IDM_MARKQ
|
||||||
|
@ -29,7 +29,7 @@ MENU_WINEMINE MENU DISCARDABLE
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&Quitter", IDM_EXIT
|
MENUITEM "&Quitter", IDM_EXIT
|
||||||
}
|
}
|
||||||
POPUP "&Info" {
|
POPUP "&Informations" {
|
||||||
MENUITEM "&Temps accéléré", IDM_TIMES
|
MENUITEM "&Temps accéléré", IDM_TIMES
|
||||||
MENUITEM "&À propos", IDM_ABOUT
|
MENUITEM "&À propos", IDM_ABOUT
|
||||||
}
|
}
|
||||||
|
@ -51,7 +51,7 @@ FONT 8, "MS Shell Dlg"
|
||||||
LTEXT "", IDC_NAME2, 132, 30, 55, 8
|
LTEXT "", IDC_NAME2, 132, 30, 55, 8
|
||||||
LTEXT "", IDC_NAME3, 132, 40, 55, 8
|
LTEXT "", IDC_NAME3, 132, 40, 55, 8
|
||||||
DEFPUSHBUTTON "OK", IDOK, 127, 57, 50, 15
|
DEFPUSHBUTTON "OK", IDOK, 127, 57, 50, 15
|
||||||
PUSHBUTTON "&Reset Scores", IDRESET, 18, 57, 67, 15
|
PUSHBUTTON "&Réinitialiser les scores", IDRESET, 18, 57, 67, 15
|
||||||
}
|
}
|
||||||
|
|
||||||
DLG_CONGRATS DIALOGEX DISCARDABLE 0, 0, 160, 60
|
DLG_CONGRATS DIALOGEX DISCARDABLE 0, 0, 160, 60
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue