mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[REG] Fix mis-converted Yes-No-All keypress shortcuts strings.
The PO \"#msgctx\" control strings were not stripped out.
This commit is contained in:
parent
9385830b33
commit
068fcd3894
24 changed files with 70 additions and 70 deletions
|
@ -98,9 +98,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -102,9 +102,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -97,9 +97,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -97,9 +97,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -98,9 +98,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -103,9 +103,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: La opción [/d] debe estar seguido por un balor hexadecimal válido\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Incapaz de trabajar con ese tipo de dato de Registro [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "El valor '%1' ya existe en el Registro. ¿Desea sobreescribirlo?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "La operación de registro se ha cancelado\n"
|
||||
|
|
|
@ -98,9 +98,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -98,9 +98,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -98,9 +98,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -98,9 +98,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -98,9 +98,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -97,9 +97,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -98,9 +98,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -98,9 +98,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: Opcja [/d] musi poprzedzona poprawną wartością szesnastkową\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Nieobsługiwany typ danych rejestru [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "Wartość rejestru '%1' już istnieje. Czy chcessz ją zastąpić?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "Operacja rejestru została anulowana\n"
|
||||
|
|
|
@ -97,9 +97,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -104,9 +104,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: Opțiunea [/d] trebuie să fie urmată de o valoare hexezecimală\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Tip de dată nerecunoscut [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "Valoarea de registru «%1» deja există. Doriți s-o suprascrieți?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "Operația de registru a fost anulată\n"
|
||||
|
|
|
@ -97,9 +97,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "Ошибка: Задайте допустимое шестнадцатеричное значение параметра [/d]\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Неизвестный тип данных реестра [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "Параметр '%1' уже существует. Заменить?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -98,9 +98,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -102,9 +102,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -98,9 +98,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -101,9 +101,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_UNHANDLED_TYPE, "reg: İşlenemeyen kayıt defteri veri türü [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, """%1"" kayıt defteri değeri önceden var. Üzerine yazmak ister misiniz?"
|
||||
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Evet|Hayır)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "Kayıt defteri işlemi iptal edildi\n"
|
||||
|
|
|
@ -98,9 +98,9 @@ For help on a specific operation, type:\n\
|
|||
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: The registry operation was cancelled\n"
|
||||
|
|
|
@ -109,7 +109,7 @@ For help on a specific operation, type:\n\
|
|||
STRING_OVERWRITE_VALUE, "注册表值 '%1' 已经存在。您是否要覆盖它?"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "注册表操作被取消。\n"
|
||||
|
|
|
@ -107,9 +107,9 @@ STRINGTABLE
|
|||
STRING_MISSING_HEXDATA, "reg: 選項 [/d] 後必須接著一個有效的十六進制值\n"
|
||||
STRING_UNHANDLED_TYPE, "reg: 未處理的登錄資料類型 [/t 0x%1!x!, /d %2]\n"
|
||||
STRING_OVERWRITE_VALUE, "登錄值 '%1' 已經存在。您要覆寫它嗎?"
|
||||
STRING_YES, "#msgctxt#Yes key#Y"
|
||||
STRING_NO, "#msgctxt#No key#N"
|
||||
STRING_ALL, "#msgctxt#All key#A"
|
||||
STRING_YES, "Y"
|
||||
STRING_NO, "N"
|
||||
STRING_ALL, "A"
|
||||
STRING_YESNO, " (Yes|No)"
|
||||
STRING_YESNOALL, " (Yes|No|All)"
|
||||
STRING_CANCELLED, "reg: 登錄操作已經取消\n"
|
||||
|
|
Loading…
Reference in a new issue