mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 11:39:42 +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
|
@ -95,10 +95,10 @@ IDM_WINEFILE MENU
|
|||
MENUITEM "&Wszystkie atrybuty pliku", ID_VIEW_ALL_ATTRIBUTES, CHECKED
|
||||
MENUITEM "Wybrane &atrybuty pliku...", ID_VIEW_SELECTED_ATTRIBUTES
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "P&osortuj alfabetycznie", 404
|
||||
MENUITEM "Posortuj po &typie", 405
|
||||
MENUITEM "Posortuj po wie&lkości", 406
|
||||
MENUITEM "Po&sortuj po dacie", 407
|
||||
MENUITEM "P&osortuj alfabetycznie", ID_VIEW_SORT_NAME
|
||||
MENUITEM "Posortuj po &typie", ID_VIEW_SORT_TYPE
|
||||
MENUITEM "Posortuj po wie&lkości", ID_VIEW_SORT_SIZE
|
||||
MENUITEM "Po&sortuj po dacie", ID_VIEW_SORT_DATE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Filtruj widok &...", ID_VIEW_FILTER
|
||||
}
|
||||
|
@ -116,7 +116,7 @@ IDM_WINEFILE MENU
|
|||
#endif
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Zminimalizuj przy starcie", 504
|
||||
MENUITEM "Z&apisz ustawienia przed zakończeniem",511
|
||||
MENUITEM "Z&apisz ustawienia przed zakończeniem",ID_VIEW_SAVESETTINGS
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue