mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[REGEDIT] RC: it-IT: Strip spaces, hu-HU,pt-PT,tr-TR: add FIXMEs
The it-IT.rc thingy I spotted when I wanted to port back the regedit-changes from
0.4.15-dev-6592-g 995d255962
The line definitely got improved by that commit, but it was still inferior.
In the other 3 langs it is just some stuff where master head is inferior to older branches,
I spotted them while porting back other things.
So I placed the FIXMEs to protect myself from porting it back accidentally,
and to help the native speakers with seeing them on master head.
The tr-TR.rc: "D&izi Değeri" -> "D&ize Değeri" was done for consistency, because we do have
that item 3 times, and 2 of them were using "D&ize Değeri" already.
This commit is contained in:
parent
938a39aee9
commit
64a59a17b5
4 changed files with 14 additions and 14 deletions
|
@ -80,7 +80,7 @@ END
|
||||||
|
|
||||||
IDR_REGEDIT_MENU MENU
|
IDR_REGEDIT_MENU MENU
|
||||||
BEGIN
|
BEGIN
|
||||||
POPUP "&File"
|
POPUP "&File" //FIXME: accelerator collision &F
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Import Registry File...", ID_REGISTRY_IMPORTREGISTRYFILE
|
MENUITEM "&Import Registry File...", ID_REGISTRY_IMPORTREGISTRYFILE
|
||||||
MENUITEM "&Export Registry File...", ID_REGISTRY_EXPORTREGISTRYFILE
|
MENUITEM "&Export Registry File...", ID_REGISTRY_EXPORTREGISTRYFILE
|
||||||
|
@ -128,7 +128,7 @@ BEGIN
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&Refresh\tF5", ID_VIEW_REFRESH
|
MENUITEM "&Refresh\tF5", ID_VIEW_REFRESH
|
||||||
END
|
END
|
||||||
POPUP "&Favorites"
|
POPUP "&Favorites" //FIXME: accelerator collision &F
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Add to Favorites", ID_FAVOURITES_ADDTOFAVOURITES, GRAYED
|
MENUITEM "&Add to Favorites", ID_FAVOURITES_ADDTOFAVOURITES, GRAYED
|
||||||
MENUITEM "&Remove Favorite", ID_FAVOURITES_REMOVEFAVOURITE, GRAYED
|
MENUITEM "&Remove Favorite", ID_FAVOURITES_REMOVEFAVOURITE, GRAYED
|
||||||
|
|
|
@ -565,7 +565,7 @@ END
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_IMPORT_PROMPT "Aggiungendo informazioni si possono involontariamente modificare o eliminare i valori e causare il giusto funzionamente dei componenti.\n Se non si considera attendibile la fonte di queste informazioni in '%s', non aggiungere al Registro di sistema.\n\n Si desidera continuare? "
|
IDS_IMPORT_PROMPT "Aggiungendo informazioni si possono involontariamente modificare o eliminare i valori e causare il giusto funzionamente dei componenti.\nSe non si considera attendibile la fonte di queste informazioni in '%s', non aggiungere al Registro di sistema.\n\nSi desidera continuare?"
|
||||||
IDS_IMPORT_OK "Le chiavi e i valori contenuti in '%s' sono stati correttamente aggiunti al Registro di sistema."
|
IDS_IMPORT_OK "Le chiavi e i valori contenuti in '%s' sono stati correttamente aggiunti al Registro di sistema."
|
||||||
IDS_IMPORT_ERROR "Impossibile importare '%s': Errore durante l'apertura del file. Ci può essere un disco, file cdanneggiati o il file non esiste."
|
IDS_IMPORT_ERROR "Impossibile importare '%s': Errore durante l'apertura del file. Ci può essere un disco, file cdanneggiati o il file non esiste."
|
||||||
IDS_EXPORT_ERROR "Impossibile esportare '%s': Errore durante la creazione o la scrittura del file. Ci può essere un disco o un file di sistema danneggiato."
|
IDS_EXPORT_ERROR "Impossibile esportare '%s': Errore durante la creazione o la scrittura del file. Ci può essere un disco o un file di sistema danneggiato."
|
||||||
|
|
|
@ -145,11 +145,11 @@ IDR_POPUP_MENUS MENU
|
||||||
BEGIN
|
BEGIN
|
||||||
POPUP ""
|
POPUP ""
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Modificar", ID_EDIT_MODIFY
|
MENUITEM "&Modificar", ID_EDIT_MODIFY //FIXME: accelerator collision &M
|
||||||
MENUITEM "Modificar dados binários", ID_EDIT_MODIFY_BIN
|
MENUITEM "Modificar dados binários", ID_EDIT_MODIFY_BIN
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&Excluir\tDel", ID_EDIT_DELETE
|
MENUITEM "&Excluir\tDel", ID_EDIT_DELETE
|
||||||
MENUITEM "&Mudar o nome", ID_EDIT_RENAME
|
MENUITEM "&Mudar o nome", ID_EDIT_RENAME //FIXME: accelerator collision &M
|
||||||
END
|
END
|
||||||
POPUP ""
|
POPUP ""
|
||||||
BEGIN
|
BEGIN
|
||||||
|
@ -179,10 +179,10 @@ BEGIN
|
||||||
END
|
END
|
||||||
MENUITEM "&Localizar...", ID_EDIT_FIND
|
MENUITEM "&Localizar...", ID_EDIT_FIND
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&Eliminar", ID_TREE_DELETE
|
MENUITEM "&Eliminar", ID_TREE_DELETE //FIXME: accelerator collision &E
|
||||||
MENUITEM "&Mudar o nome", ID_TREE_RENAME
|
MENUITEM "&Mudar o nome", ID_TREE_RENAME
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&Exportar", ID_TREE_EXPORT
|
MENUITEM "&Exportar", ID_TREE_EXPORT //FIXME: accelerator collision &E
|
||||||
MENUITEM "&Permissões...", ID_TREE_PERMISSIONS
|
MENUITEM "&Permissões...", ID_TREE_PERMISSIONS
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&Copiar chave 'Nome'", ID_EDIT_COPYKEYNAME
|
MENUITEM "&Copiar chave 'Nome'", ID_EDIT_COPYKEYNAME
|
||||||
|
@ -198,8 +198,8 @@ BEGIN
|
||||||
POPUP ""
|
POPUP ""
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "C&ortar", ID_HEXEDIT_CUT
|
MENUITEM "C&ortar", ID_HEXEDIT_CUT
|
||||||
MENUITEM "&Copiar", ID_HEXEDIT_COPY
|
MENUITEM "&Copiar", ID_HEXEDIT_COPY //FIXME: accelerator collision &C
|
||||||
MENUITEM "&Colar", ID_HEXEDIT_PASTE
|
MENUITEM "&Colar", ID_HEXEDIT_PASTE //FIXME: accelerator collision &C
|
||||||
MENUITEM "&Excluir", ID_HEXEDIT_DELETE
|
MENUITEM "&Excluir", ID_HEXEDIT_DELETE
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "Seleccionar &Tudo", ID_HEXEDIT_SELECT_ALL
|
MENUITEM "Seleccionar &Tudo", ID_HEXEDIT_SELECT_ALL
|
||||||
|
|
|
@ -82,7 +82,7 @@ END
|
||||||
|
|
||||||
IDR_REGEDIT_MENU MENU
|
IDR_REGEDIT_MENU MENU
|
||||||
BEGIN
|
BEGIN
|
||||||
POPUP "&Dosya"
|
POPUP "&Dosya" //FIXME: accelerator collision &D. If you decide to change this then please keep it in sync with the "&Dosya" in IDC_REGEDIT MENU
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Al...", ID_REGISTRY_IMPORTREGISTRYFILE
|
MENUITEM "&Al...", ID_REGISTRY_IMPORTREGISTRYFILE
|
||||||
MENUITEM "&Ver...", ID_REGISTRY_EXPORTREGISTRYFILE
|
MENUITEM "&Ver...", ID_REGISTRY_EXPORTREGISTRYFILE
|
||||||
|
@ -97,7 +97,7 @@ BEGIN
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&Çıkış", ID_REGISTRY_EXIT
|
MENUITEM "&Çıkış", ID_REGISTRY_EXIT
|
||||||
END
|
END
|
||||||
POPUP "&Düzen"
|
POPUP "&Düzen" //FIXME: accelerator collision &D
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Değiştir...", ID_EDIT_MODIFY
|
MENUITEM "&Değiştir...", ID_EDIT_MODIFY
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
|
@ -159,7 +159,7 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Anahtar", ID_EDIT_NEW_KEY
|
MENUITEM "&Anahtar", ID_EDIT_NEW_KEY
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "D&izi Değeri", ID_EDIT_NEW_STRINGVALUE
|
MENUITEM "D&ize Değeri", ID_EDIT_NEW_STRINGVALUE
|
||||||
MENUITEM "İ&kili Değer", ID_EDIT_NEW_BINARYVALUE
|
MENUITEM "İ&kili Değer", ID_EDIT_NEW_BINARYVALUE
|
||||||
MENUITEM "&DWORD Değeri", ID_EDIT_NEW_DWORDVALUE
|
MENUITEM "&DWORD Değeri", ID_EDIT_NEW_DWORDVALUE
|
||||||
MENUITEM "&Çoklu Dize Değeri", ID_EDIT_NEW_MULTISTRINGVALUE
|
MENUITEM "&Çoklu Dize Değeri", ID_EDIT_NEW_MULTISTRINGVALUE
|
||||||
|
@ -199,8 +199,8 @@ BEGIN
|
||||||
END
|
END
|
||||||
POPUP ""
|
POPUP ""
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Kes", ID_HEXEDIT_CUT
|
MENUITEM "&Kes", ID_HEXEDIT_CUT //FIXME: accelerator collision &K
|
||||||
MENUITEM "&Kopyala", ID_HEXEDIT_COPY
|
MENUITEM "&Kopyala", ID_HEXEDIT_COPY //FIXME: accelerator collision &K
|
||||||
MENUITEM "&Yapıştır", ID_HEXEDIT_PASTE
|
MENUITEM "&Yapıştır", ID_HEXEDIT_PASTE
|
||||||
MENUITEM "&Sil", ID_HEXEDIT_DELETE
|
MENUITEM "&Sil", ID_HEXEDIT_DELETE
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
|
|
Loading…
Reference in a new issue