mirror of
https://github.com/reactos/reactos.git
synced 2025-04-09 23:37:40 +00:00
[TRANSLATION]
- Add Czech resources for devmgmt. svn path=/trunk/; revision=55006
This commit is contained in:
parent
8a4eca0155
commit
d2ce0487ef
2 changed files with 83 additions and 0 deletions
82
reactos/base/applications/mscutils/devmgmt/lang/cs-CZ.rc
Normal file
82
reactos/base/applications/mscutils/devmgmt/lang/cs-CZ.rc
Normal file
|
@ -0,0 +1,82 @@
|
|||
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
||||
|
||||
IDR_MAINMENU MENU
|
||||
BEGIN
|
||||
POPUP "&Soubor"
|
||||
BEGIN
|
||||
MENUITEM "&Konec", IDC_EXIT
|
||||
END
|
||||
POPUP "&Akce"
|
||||
BEGIN
|
||||
MENUITEM "Tisk", IDC_PRINT, GRAYED
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Vlastnosti", IDC_PROP, GRAYED
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Nápověda", IDC_PROGHELP, GRAYED
|
||||
END
|
||||
POPUP "&Zobrazení"
|
||||
BEGIN
|
||||
MENUITEM "Zařízení podle typu", IDC_DEVBYTYPE, CHECKED
|
||||
MENUITEM "Zařízení podle připojení", IDC_STATIC, GRAYED
|
||||
MENUITEM "Prostředky podle typu", IDC_STATIC, GRAYED
|
||||
MENUITEM "Prostředky podle připojení", IDC_STATIC, GRAYED
|
||||
END
|
||||
POPUP "Nápověda"
|
||||
BEGIN
|
||||
MENUITEM "Nápověda", IDC_PROGHELP
|
||||
MENUITEM "O programu", IDC_ABOUT
|
||||
END
|
||||
END
|
||||
|
||||
IDR_POPUP MENU
|
||||
BEGIN
|
||||
POPUP "popup"
|
||||
BEGIN
|
||||
MENUITEM "Vlastnosti", IDC_PROP, GRAYED
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Nápověda", IDC_PROGHELP
|
||||
END
|
||||
END
|
||||
|
||||
IDD_ABOUTBOX DIALOGEX 22,16,190,182
|
||||
CAPTION "O Správci zařízení"
|
||||
FONT 8,"MS Shell Dlg",0,0
|
||||
STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
|
||||
BEGIN
|
||||
LTEXT "Správce zařízení v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 130, 30
|
||||
PUSHBUTTON "Zavřít", IDOK, 75, 162, 44, 15
|
||||
ICON IDI_MAIN_ICON, IDC_STATIC, 10, 10, 7, 30
|
||||
EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_LICENSE "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_TOOLTIP_PROP "Vlastnosti"
|
||||
IDS_TOOLTIP_REFRESH "Obnovit"
|
||||
IDS_TOOLTIP_HELP "Nápověda"
|
||||
IDS_TOOLTIP_EXIT "Konec"
|
||||
END
|
||||
|
||||
/* Hints */
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_APPNAME "ReactOS Správce zařízení"
|
||||
IDS_HINT_BLANK " "
|
||||
IDS_HINT_EXIT " Ukončit pogram."
|
||||
IDS_HINT_REFRESH " Obnovit seznam zařízení."
|
||||
IDS_HINT_PROP " Zobrazit kartu vlastností pro vybranou položku."
|
||||
IDS_HINT_HELP " Zobrazit nápovědu."
|
||||
IDS_HINT_ABOUT " O ReactOS Správci zařízení."
|
||||
|
||||
IDS_HINT_SYS_RESTORE " Obnoví normální velikost okna."
|
||||
IDS_HINT_SYS_MOVE " Přesune okno."
|
||||
IDS_HINT_SYS_SIZE " Změní velikost okna."
|
||||
IDS_HINT_SYS_MINIMIZE " Minimalizuje okno."
|
||||
IDS_HINT_SYS_MAXIMIZE " Maximalizuje okno."
|
||||
IDS_HINT_SYS_CLOSE " Zavře toto okno."
|
||||
END
|
|
@ -15,6 +15,7 @@ IDB_EXIT BITMAP DISCARDABLE "res/exit.bmp"
|
|||
// UTF-8
|
||||
#pragma code_page(65001)
|
||||
#include "lang/bg-BG.rc"
|
||||
#include "lang/cs-CZ.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/el-GR.rc"
|
||||
#include "lang/en-US.rc"
|
||||
|
|
Loading…
Reference in a new issue