mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:52:07 +00:00
[TRANSLATION] Updating Spanish translation (#2503)
Updating translation for: notepad, reactos, usetup, explorer, netshell, msgina, setupapi, shell32. - Complete and Fix the SPANISH TRANSLATION on Setup - Correct the random names, fixing the denominations, translate of the English words, and fixing random and incorrect denominations like "Cabinet" or "distribuciones". - Fixed the notepad shortcuts of "Save" (Ctrl+g) and "Replace".
This commit is contained in:
parent
3c585d0e38
commit
d6e0fe78e7
8 changed files with 98 additions and 92 deletions
|
@ -8,11 +8,11 @@ BEGIN
|
|||
"^C", CMD_COPY
|
||||
"^B", CMD_SEARCH
|
||||
"^T", CMD_GOTO
|
||||
"R", CMD_REPLACE, VIRTKEY, CONTROL
|
||||
"^R", CMD_REPLACE, VIRTKEY, CONTROL
|
||||
"^N", CMD_NEW
|
||||
"^A", CMD_OPEN
|
||||
"^P", CMD_PRINT
|
||||
"^S", CMD_SAVE
|
||||
"^G", CMD_SAVE
|
||||
"^V", CMD_PASTE
|
||||
"^X", CMD_CUT
|
||||
"^Z", CMD_UNDO
|
||||
|
@ -26,7 +26,7 @@ BEGIN
|
|||
BEGIN
|
||||
MENUITEM "&Nuevo\tCtrl+N", CMD_NEW
|
||||
MENUITEM "&Abrir\tCtrl+A", CMD_OPEN
|
||||
MENUITEM "&Guardar\tCtrl+S", CMD_SAVE
|
||||
MENUITEM "&Guardar\tCtrl+G", CMD_SAVE
|
||||
MENUITEM "Guardar &como...", CMD_SAVE_AS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Configurar &página...", CMD_PAGE_SETUP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue