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:
David Quintana 2019-01-05 15:44:16 +01:00 committed by GitHub
parent db8488e5ca
commit 01e5cb0c04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
92 changed files with 414 additions and 111 deletions

View file

@ -42,7 +42,7 @@ BEGIN
LTEXT "Bytes:", -1, 73, 115, 44, 8
RTEXT "000.000.000", IDC_SEND, 63, 115, 44, 8
RTEXT "000.000.000", IDC_RECEIVED, 134, 115, 44, 8
PUSHBUTTON "&Egenskaber", IDC_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "&Egenskaber", IDC_STATUS_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "&Deaktiver", IDC_ENDISABLE, 66, 150, 50, 14
RTEXT "", IDC_STATUS, 83, 20, 98, 8
RTEXT "", IDC_DURATION, 83, 34, 98, 8

View file

@ -42,7 +42,7 @@ BEGIN
LTEXT "Bytes:", -1, 17, 115, 32, 8
RTEXT "000.000.000", IDC_SEND, 63, 115, 44, 8
RTEXT "000.000.000", IDC_RECEIVED, 139, 115, 44, 8
PUSHBUTTON "&Ιδιότητες", IDC_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "&Ιδιότητες", IDC_STATUS_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "&Απενεργοποίηση", IDC_ENDISABLE, 66, 150, 50, 14
RTEXT "", IDC_STATUS, 83, 20, 98, 8
RTEXT "", IDC_DURATION, 83, 34, 98, 8

View file

@ -42,7 +42,7 @@ BEGIN
LTEXT "Bytes:", -1, 17, 115, 32, 8
RTEXT "000.000.000", IDC_SEND, 63, 115, 44, 8
RTEXT "000.000.000", IDC_RECEIVED, 139, 115, 44, 8
PUSHBUTTON "&Tulajdonságok", IDC_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "&Tulajdonságok", IDC_STATUS_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "&Letiltás", IDC_ENDISABLE, 66, 150, 50, 14
RTEXT "", IDC_STATUS, 83, 20, 98, 8
RTEXT "", IDC_DURATION, 83, 34, 98, 8

View file

@ -42,7 +42,7 @@ BEGIN
LTEXT "Bytes:", -1, 17, 115, 32, 8
RTEXT "000.000.000", IDC_SEND, 63, 115, 44, 8
RTEXT "000.000.000", IDC_RECEIVED, 139, 115, 44, 8
PUSHBUTTON "&Properti", IDC_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "&Properti", IDC_STATUS_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "&Dimatikan", IDC_ENDISABLE, 66, 150, 50, 14
RTEXT "", IDC_STATUS, 83, 20, 98, 8
RTEXT "", IDC_DURATION, 83, 34, 98, 8

View file

@ -42,7 +42,7 @@ BEGIN
LTEXT "Bytes:", -1, 17, 115, 32, 8
RTEXT "000.000.000", IDC_SEND, 63, 115, 44, 8
RTEXT "000.000.000", IDC_RECEIVED, 139, 115, 44, 8
PUSHBUTTON "&Egenskaper", IDC_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "&Egenskaper", IDC_STATUS_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "&Inaktivera", IDC_ENDISABLE, 66, 150, 50, 14
RTEXT "", IDC_STATUS, 83, 20, 98, 8
RTEXT "", IDC_DURATION, 83, 34, 98, 8

View file

@ -51,7 +51,7 @@ BEGIN
LTEXT "字节数:", -1, 17, 115, 32, 8
RTEXT "000.000.000", IDC_SEND, 63, 115, 44, 8
RTEXT "000.000.000", IDC_RECEIVED, 139, 115, 44, 8
PUSHBUTTON "属性(&P)", IDC_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "属性(&P)", IDC_STATUS_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "禁用(&D)", IDC_ENDISABLE, 66, 150, 50, 14
RTEXT "", IDC_STATUS, 83, 20, 98, 8
RTEXT "", IDC_DURATION, 83, 34, 98, 8

View file

@ -50,7 +50,7 @@ BEGIN
LTEXT "位元組:", -1, 17, 115, 32, 8
RTEXT "000.000.000", IDC_SEND, 63, 115, 44, 8
RTEXT "000.000.000", IDC_RECEIVED, 139, 115, 44, 8
PUSHBUTTON "屬性(&P)", IDC_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "屬性(&P)", IDC_STATUS_PROPERTIES, 10, 150, 50, 14
PUSHBUTTON "禁用(&D)", IDC_ENDISABLE, 66, 150, 50, 14
RTEXT "", IDC_STATUS, 83, 20, 98, 8
RTEXT "", IDC_DURATION, 83, 34, 98, 8