mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
french translation for some start menu entries from Gge
svn path=/branches/lean-explorer/; revision=8692
This commit is contained in:
@@ -232,7 +232,8 @@ DesktopWindow::~DesktopWindow()
|
||||
HWND DesktopWindow::Create()
|
||||
{
|
||||
static IconWindowClass wcDesktop(TEXT("Progman"), IDI_REACTOS, CS_DBLCLKS);
|
||||
wcDesktop.hbrBackground = (HBRUSH)(COLOR_BACKGROUND+1);
|
||||
/* (disabled because of small ugly temporary artefacts when hiding start menu)
|
||||
wcDesktop.hbrBackground = (HBRUSH)(COLOR_BACKGROUND+1); */
|
||||
|
||||
int width = GetSystemMetrics(SM_CXSCREEN);
|
||||
int height = GetSystemMetrics(SM_CYSCREEN);
|
||||
|
||||
@@ -619,7 +619,7 @@ BEGIN
|
||||
IDS_SHUTDOWN "Arrêter..."
|
||||
IDS_LAUNCH "Exécuter..."
|
||||
IDS_START_HELP "Aide"
|
||||
IDS_SEARCH_FILES "Rechercher Files..."
|
||||
IDS_SEARCH_FILES "Rechercher Fichiers..."
|
||||
IDS_DOCUMENTS "Documents"
|
||||
IDS_FAVORITES "Favoris"
|
||||
IDS_PROGRAMS "Programmes"
|
||||
@@ -643,8 +643,8 @@ BEGIN
|
||||
IDS_ABOUT_EXPLORER "A propos de l'explorateur..."
|
||||
IDS_LAUNCH_MANY_PROGRAMS
|
||||
"You have selected more than one program.\nAre you sure you want to launch all of them?"
|
||||
IDS_DESKTOPBAR_SETTINGS "Desktop Settings"
|
||||
IDS_DESKTOP "Desktop"
|
||||
IDS_DESKTOPBAR_SETTINGS "Bureau"
|
||||
IDS_DESKTOP "Bureau"
|
||||
IDS_TASKBAR "Taskbar"
|
||||
END
|
||||
|
||||
@@ -652,7 +652,7 @@ STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_STARTMENU "Startmenu"
|
||||
IDS_MINIMIZE_ALL "mimimize all windows"
|
||||
IDS_DESKTOP_NUM "Desktop %d"
|
||||
IDS_DESKTOP_NUM "Bureau %d"
|
||||
END
|
||||
|
||||
#endif // French (France) resources
|
||||
|
||||
Reference in New Issue
Block a user