mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
french translation for some start menu entries from Gge
svn path=/trunk/; revision=8691
This commit is contained in:
parent
8552f80d82
commit
17d9fc0744
3 changed files with 7 additions and 6 deletions
|
@ -331,7 +331,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);
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<tr>
|
||||
<td><address style="align: right;"><small>
|
||||
ROS Explorer Source Code Documentation
|
||||
<br>generated on 01.03.2004 by <a href="http://www.doxygen.org/index.html">
|
||||
<br>generated on 13.03.2004 by <a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
|
||||
</small></address>
|
||||
</td>
|
||||
|
|
|
@ -951,7 +951,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"
|
||||
|
@ -978,8 +978,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
|
||||
|
||||
|
@ -987,7 +987,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
|
||||
|
|
Loading…
Reference in a new issue