mirror of
https://github.com/reactos/reactos.git
synced 2024-10-29 19:13:58 +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.
42 lines
2.5 KiB
Plaintext
42 lines
2.5 KiB
Plaintext
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
|
|
|
IDD_ACPPAGESHEET DIALOGEX 0, 0, 224, 226
|
|
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Kompaktibilitet"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|
BEGIN
|
|
LTEXT "Hvis du har problemer med å kjøre programmer i ReactOS, velg et operativsystem ReactOS skulle fungere for programmet.\nPlease note that this is a work in progress.", IDC_EXPLANATION, 7, 7, 210, 31
|
|
GROUPBOX "Kompaktibilitetsmodus", IDC_COMPATGROUP, 7, 41, 210, 49
|
|
CHECKBOX "Kjør dette programmet i kompaktibilitetsmodus for:", IDC_CHKRUNCOMPATIBILITY, 18, 57, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
COMBOBOX IDC_COMPATIBILITYMODE, 18, 70, 188, 85, CBS_HASSTRINGS | CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED
|
|
GROUPBOX "Skjerminnstillinger", -1, 7, 99, 210, 61, BS_GROUPBOX
|
|
CHECKBOX "Kjør i 256 farger", IDC_CHKRUNIN256COLORS, 18, 114, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
CHECKBOX "Kjør med skjermoppløsning på 640x480", IDC_CHKRUNIN640480RES, 18, 129, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
CHECKBOX "Deaktiver visuelle temaer", IDC_CHKDISABLEVISUALTHEMES, 18, 144, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
PUSHBUTTON "E&dit compatibility modes...", IDC_EDITCOMPATIBILITYMODES, 117, 167, 100, 15
|
|
LTEXT "",IDC_ENABLED_LAYERS,7,185,210,21
|
|
CONTROL "Lær mere om <A>program kompaktibilitet</A>.", IDC_INFOLINK, "SysLink", WS_CHILD | WS_TABSTOP | WS_VISIBLE, 7, 207, 210, 10, WS_EX_NOPARENTNOTIFY
|
|
END
|
|
|
|
IDD_EDITCOMPATIBILITYMODES DIALOGEX 0, 0, 230, 139
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Rediger kompaktibilitetsmodus"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|
BEGIN
|
|
COMBOBOX IDC_NEWCOMPATIBILITYMODE, 9, 6, 148, 14, CBS_HASSTRINGS | CBS_DROPDOWN | WS_VSCROLL
|
|
LISTBOX IDC_COMPATIBILITYMODE, 9, 25, 148, 86, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | LBS_WANTKEYBOARDINPUT | WS_BORDER
|
|
PUSHBUTTON "&Legg til...", IDC_ADD, 162, 6, 60, 14, WS_DISABLED
|
|
PUSHBUTTON "&Rediger...", IDC_EDIT, 162, 24, 60, 14, WS_DISABLED
|
|
PUSHBUTTON "&Slett", IDC_DELETE, 162, 42, 60, 14, WS_DISABLED
|
|
PUSHBUTTON "&OK", IDOK, 95, 116, 60, 14
|
|
PUSHBUTTON "&Avbryt", IDCANCEL, 162, 116, 60, 14
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_COMPAT_TITLE "Kompaktibilitet"
|
|
IDS_FAILED_NETWORK "Compatibility modes cannot be set on this program because it is on a network drive."
|
|
IDS_FAILED_PROTECTED "Compatibility modes cannot be set on this program because it is a part of ReactOS."
|
|
IDS_YOU_DID_NOT_ADD "You did not add the mode, do you want to add it now?"
|
|
END
|