mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 10:28:45 +00:00
- Translate the Strings in the German Solitaire RC File, which were added a while ago.
- Add a German RC File to th new Explorer. Its my first commit in Trunk, if I broke something, kill me ;-) svn path=/trunk/; revision=27280
This commit is contained in:
parent
875b16dac6
commit
533ca516f7
3 changed files with 63 additions and 3 deletions
|
@ -34,9 +34,9 @@ END
|
|||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_SOL_NAME "Solitaire"
|
||||
IDS_SOL_ABOUT "Solitaire by J Brown\n\nCardLib version 1.0."
|
||||
IDS_SOL_QUIT "Quit the current game?"
|
||||
IDS_SOL_NAME "Solitär"
|
||||
IDS_SOL_ABOUT "Solitär von J Brown\n\nCardLib version 1.0."
|
||||
IDS_SOL_QUIT "Laufendes Spiel beenden?"
|
||||
END
|
||||
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ IDI_START ICON DISCARDABLE res/start.ico
|
|||
IDB_STARTMENU BITMAP DISCARDABLE res/logov.bmp
|
||||
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/pl-PL.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
|
|
59
reactos/base/shell/explorer-new/lang/de-DE.rc
Normal file
59
reactos/base/shell/explorer-new/lang/de-DE.rc
Normal file
|
@ -0,0 +1,59 @@
|
|||
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
||||
|
||||
IDM_TRAYWND MENU DISCARDABLE
|
||||
BEGIN
|
||||
POPUP ""
|
||||
BEGIN
|
||||
MENUITEM "Taskbar fi&xieren", ID_LOCKTASKBAR
|
||||
MENUITEM "E&igenschaften", ID_SHELL_CMD_PROPERTIES
|
||||
END
|
||||
END
|
||||
|
||||
IDM_STARTMENU MENUEX DISCARDABLE
|
||||
BEGIN
|
||||
POPUP ""
|
||||
BEGIN
|
||||
MENUITEM "", -1, MFT_SEPARATOR
|
||||
POPUP "&Programme", IDM_PROGRAMS
|
||||
BEGIN
|
||||
MENUITEM "(Empty)", -1, MFT_STRING, MFS_GRAYED
|
||||
END
|
||||
POPUP "F&avoriten", IDM_FAVORITES
|
||||
BEGIN
|
||||
MENUITEM "(Empty)", -1, MFT_STRING, MFS_GRAYED
|
||||
END
|
||||
POPUP "&Dokumente", IDM_DOCUMENTS
|
||||
BEGIN
|
||||
MENUITEM "(Empty)", -1, MFT_STRING, MFS_GRAYED
|
||||
END
|
||||
POPUP "&Einstellungen", IDM_SETTINGS
|
||||
BEGIN
|
||||
MENUITEM "S&ystemsteuerung", IDM_CONTROLPANEL, MFT_STRING, MFS_GRAYED
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Sicherheit...", IDM_SECURITY, MFT_STRING, MFS_ENABLED
|
||||
MENUITEM "&Netzwerkverbindungen", IDM_NETWORKCONNECTIONS, MFT_STRING, MFS_ENABLED
|
||||
MENUITEM "&Drucker und Faxgeräte", IDM_PRINTERSANDFAXES, MFT_STRING, MFS_ENABLED
|
||||
MENUITEM "&Taskbar und Startmenü", IDM_TASKBARANDSTARTMENU, MFT_STRING, MFS_ENABLED
|
||||
END
|
||||
POPUP "Sear&ch", IDM_SEARCH
|
||||
BEGIN
|
||||
MENUITEM SEPARATOR
|
||||
END
|
||||
MENUITEM "&Hilfe und Support", IDM_HELPANDSUPPORT, MFT_STRING, MFS_ENABLED
|
||||
MENUITEM "A&usführen...", IDM_RUN, MFT_STRING, MFS_ENABLED
|
||||
MENUITEM "", 450, MFT_SEPARATOR, MFS_ENABLED
|
||||
MENUITEM "S&ynchronisieren", IDM_SYNCHRONIZE, MFT_STRING, MFS_ENABLED
|
||||
MENUITEM "Ab&melden %s...", IDM_LOGOFF, MFT_STRING, MFS_ENABLED
|
||||
MENUITEM "T&rennen...", IDM_DISCONNECT, MFT_STRING, MFS_ENABLED
|
||||
MENUITEM "Comput&er undocken", IDM_UNDOCKCOMPUTER, MFT_STRING, MFS_ENABLED
|
||||
MENUITEM "He&runterfahren...", IDM_SHUTDOWN, MFT_STRING, MFS_ENABLED
|
||||
END
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_START "Start"
|
||||
IDS_PROPERTIES "E&igenschaften"
|
||||
IDS_OPEN_ALL_USERS "Öffnen &Alle Benutzer"
|
||||
IDS_EXPLORE_ALL_USERS "Explorer A&lle Benutzer"
|
||||
END
|
Loading…
Reference in a new issue