mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +00:00
Resource file strings cleanup (#581)
[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.
This commit is contained in:
parent
db8488e5ca
commit
01e5cb0c04
92 changed files with 414 additions and 111 deletions
|
@ -40,7 +40,7 @@ CAPTION "Despre depanatorul FreeLoader"
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "Depanatorul FreeLoader v1.0\nDrept de autor (C) 2003\nde Brian Palmer (brianp@reactos.org)", IDC_STATIC, "Static", SS_LEFTNOWORDWRAP | WS_GROUP, 53, 28, 122, 26
|
||||
DEFPUSHBUTTON "Î&nchide", 183, 189, 44, 14, WS_GROUP
|
||||
DEFPUSHBUTTON "Î&nchide", IDOK, 189, 44, 14, WS_GROUP
|
||||
ICON IDI_FDEBUG, IDC_STATIC, 19, 30, 20, 20
|
||||
EDITTEXT IDC_LICENSE_EDIT, 53, 63, 174, 107, ES_MULTILINE | ES_READONLY | WS_VSCROLL
|
||||
END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue