mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
01e5cb0c04
[CMDUTILS/AT] Fix missing translation strings in certain files. [NOTEPAD] Fix SUBLANG code to brazillian. [RAPPS] Fix missing translation strings in certain files. [FDEBUG] Fix translation string ID. [CPL/INPUT] Fix missing translation strings in certain files. [ACPPAGE] Fix incorrect resource IDs. [NETSHELL] Fix incorrect resource IDs. [DEVMGR] Fix missing translation strings in certain files. [LSASRV] Fix missing translation strings in certain files. [RASDLG] Fix missing translation strings in certain files. [SHELL32] Fix missing translation strings and incorrect resource IDs. [TAPIUI] Fix missing translation strings in certain files. [WINFILE] Fix incorrect resource IDs. [NTVDM] Fix missing translation strings in certain files. [USERSRV] Fix missing translation strings in certain files. [BROWSEUI] One more missing string. [FLTMC] Fix missing translation strings in certain files. Detected using the TransDiffer tool (early alpha). This doesn't include everything anymore, but I wanted to get the PR out of the way.
43 lines
1.9 KiB
Text
43 lines
1.9 KiB
Text
/* Hungarian Translation by Kláben Szabolcs Bence - ktudi20@protonmail.com */
|
|
|
|
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
|
|
|
|
IDD_END_NOW DIALOGEX 0, 0, 200, 95
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Program Bezárása - "
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Program Bezárása... Kérlek várj", IDC_STATIC, 7, 7, 186, 11
|
|
CONTROL "Progress", IDC_PROGRESS, "msctls_progress32", WS_BORDER, 7, 20, 186, 13
|
|
LTEXT "Ha azt választod, hogy azzonal bezársz egy programot, minden nem mentett adatot vesztesz. A program mostani bezárásához, kattints a Bezásás Most-ra.", IDC_STATIC, 7, 40, 186, 26
|
|
DEFPUSHBUTTON "&End Now", IDC_END_NOW, 150, 71, 43, 17
|
|
END
|
|
|
|
IDD_NOT_RESPONDING DIALOGEX 0, 0, 192, 122
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Program Bezárása - "
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "Mégse", IDCANCEL, 142, 98, 43, 17
|
|
PUSHBUTTON "&Bezárás Most", IDC_END_NOW, 78, 98, 43, 17
|
|
LTEXT "Ez a program nem válaszol.", IDC_STATIC, 7, 7, 178, 8
|
|
LTEXT "Hogy visszatérj ReactOS-ba és ellenőrizd a státuszát a programnak, kattins a Mégsére.", IDC_STATIC, 7, 26, 178, 16
|
|
LTEXT "Ha azt választod, hogy azzonal bezársz egy programot, minden nem mentett adatot vesztesz. A program mostani bezárásához, kattints a Bezásás Most-ra.", IDC_STATIC, 7, 53, 178, 26
|
|
END
|
|
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_SEVERITY_SUCCESS "Success"
|
|
IDS_SEVERITY_INFORMATIONAL "System Information"
|
|
IDS_SEVERITY_WARNING "System Warning"
|
|
IDS_SEVERITY_ERROR "System Error"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_SYSTEM_PROCESS "System Process"
|
|
IDS_UNKNOWN_SOFTWARE_EXCEPT "unknown software exception"
|
|
IDS_OK_TERMINATE_PROGRAM "Click on OK to terminate the program."
|
|
IDS_CANCEL_DEBUG_PROGRAM "Click on CANCEL to debug the program."
|
|
END
|