Author: hbelusca Date: Mon Oct 1 22:00:38 2012 New Revision: 57453
URL: http://svn.reactos.org/svn/reactos?rev=57453&view=rev Log: [REGEDIT] - Update informative messages
CORE-6239 Patch by Edijs Kolesnikovičs (1/2)
Modified: trunk/reactos/base/applications/regedit/framewnd.c trunk/reactos/base/applications/regedit/lang/bg-BG.rc trunk/reactos/base/applications/regedit/lang/cs-CZ.rc trunk/reactos/base/applications/regedit/lang/de-DE.rc trunk/reactos/base/applications/regedit/lang/el-GR.rc trunk/reactos/base/applications/regedit/lang/en-US.rc trunk/reactos/base/applications/regedit/lang/es-ES.rc trunk/reactos/base/applications/regedit/lang/fr-FR.rc trunk/reactos/base/applications/regedit/lang/hu-HU.rc trunk/reactos/base/applications/regedit/lang/id-ID.rc trunk/reactos/base/applications/regedit/lang/it-IT.rc trunk/reactos/base/applications/regedit/lang/ja-JP.rc trunk/reactos/base/applications/regedit/lang/ko-KR.rc trunk/reactos/base/applications/regedit/lang/nl-NL.rc trunk/reactos/base/applications/regedit/lang/no-NO.rc trunk/reactos/base/applications/regedit/lang/pl-PL.rc trunk/reactos/base/applications/regedit/lang/pt-BR.rc trunk/reactos/base/applications/regedit/lang/pt-PT.rc trunk/reactos/base/applications/regedit/lang/ro-RO.rc trunk/reactos/base/applications/regedit/lang/ru-RU.rc trunk/reactos/base/applications/regedit/lang/sk-SK.rc trunk/reactos/base/applications/regedit/lang/sl-SI.rc trunk/reactos/base/applications/regedit/lang/sv-SE.rc trunk/reactos/base/applications/regedit/lang/th-TH.rc trunk/reactos/base/applications/regedit/lang/uk-UA.rc trunk/reactos/base/applications/regedit/lang/zh-CN.rc trunk/reactos/base/applications/regedit/lang/zh-TW.rc trunk/reactos/base/applications/regedit/regedit.c trunk/reactos/base/applications/regedit/resource.h
Modified: trunk/reactos/base/applications/regedit/framewnd.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/f... ============================================================================== --- trunk/reactos/base/applications/regedit/framewnd.c [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/framewnd.c [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -469,7 +469,7 @@ { /* Show successful import */ LoadString(hInst, IDS_APP_TITLE, szTitle, COUNT_OF(szTitle)); - LoadString(hInst, IDS_IMPORTED_OK, szText, COUNT_OF(szText)); + LoadString(hInst, IDS_IMPORT_OK, szText, COUNT_OF(szText)); MessageBox(NULL, szText, szTitle, MB_OK); bRet = TRUE; }
Modified: trunk/reactos/base/applications/regedit/lang/bg-BG.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/bg-BG.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/bg-BG.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -449,8 +449,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Ðа бÑÐ´Ð°Ñ Ð»Ð¸ добавени данниÑе в ÑегиÑÑÑÑа?" - IDS_IMPORTED_OK "СведениÑÑа Ñа добавени в ÑегиÑÑÑÑа" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/cs-CZ.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/cs-CZ.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/cs-CZ.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -434,8 +434,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "PÅidat data do registru?" - IDS_IMPORTED_OK "Data pÅidána do registru." + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/de-DE.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/de-DE.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/de-DE.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -434,8 +434,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/el-GR.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/el-GR.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/el-GR.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -434,8 +434,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/en-US.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/en-US.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/en-US.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -434,8 +434,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/es-ES.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/es-ES.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/es-ES.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -437,8 +437,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Agregar los datos al registro?" - IDS_IMPORTED_OK "La información ha sido agregada al registro" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/fr-FR.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/fr-FR.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/fr-FR.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -430,8 +430,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Voulez-vous ajouter des informations dans le Registre ?" - IDS_IMPORTED_OK "Les informations ont bien été ajoutées dans le Registre." + IDS_IMPORT_PROMPT "L'ajout d'informations peut involontairement modifier ou supprimer des valeurs et endommager le fonctionnement de composants. Si vous n'êtes pas sûr de la source de ces informations dans '%1', ne les ajoutez pas au Registre.\n\nÃtes-vous sûr de vouloir continuer ?" + IDS_IMPORT_OK "Les clés et valeurs contenues dans '%1' ont été correctement ajoutées au Registre." + IDS_IMPORT_ERROR "Impossible dâimporter '%1' à la suite dâune erreur lors de la lecture de ce fichier. Il sâagit dâune erreur disque, ou le fichier est endommagé." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/hu-HU.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/hu-HU.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/hu-HU.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -435,8 +435,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/id-ID.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/id-ID.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/id-ID.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -433,8 +433,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/it-IT.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/it-IT.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/it-IT.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -436,8 +436,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Aggiungere l'informazione al registro?" - IDS_IMPORTED_OK "L'informazione è stata aggiunta al registro" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/ja-JP.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/ja-JP.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/ja-JP.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -434,8 +434,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/ko-KR.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/ko-KR.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/ko-KR.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -419,8 +419,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/nl-NL.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/nl-NL.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/nl-NL.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -434,8 +434,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/no-NO.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/no-NO.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/no-NO.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -434,8 +434,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/pl-PL.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/pl-PL.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/pl-PL.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -441,8 +441,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Czy dodaÄ dane do rejestru?" - IDS_IMPORTED_OK "Dane dopisane do rejestru" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/pt-BR.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/pt-BR.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/pt-BR.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -435,8 +435,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/pt-PT.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/pt-PT.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/pt-PT.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -436,8 +436,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/ro-RO.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/ro-RO.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/ro-RO.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -432,8 +432,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "AdÄugaÈi data în registru?" - IDS_IMPORTED_OK "InformaÈia adÄugatÄ Ã®n registru" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/ru-RU.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/ru-RU.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/ru-RU.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -431,8 +431,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "ÐобавиÑÑ Ð´Ð°Ð½Ð½Ñе в ÑееÑÑÑ?" - IDS_IMPORTED_OK "ÐнÑоÑмаÑÐ¸Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð° в ÑееÑÑÑ" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/sk-SK.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/sk-SK.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/sk-SK.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -419,8 +419,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/sl-SI.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/sl-SI.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/sl-SI.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -434,8 +434,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/sv-SE.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/sv-SE.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/sv-SE.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -434,8 +434,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/th-TH.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/th-TH.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/th-TH.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -434,8 +434,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "Add the data to the registry?" - IDS_IMPORTED_OK "Information added to the registry" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/uk-UA.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/uk-UA.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/uk-UA.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -435,8 +435,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "ÐодаÑи Ð´Ð°Ð½Ñ Ð´Ð¾ ÑеÑÑÑÑÑ?" - IDS_IMPORTED_OK "ÐнÑоÑмаÑÑÑ Ð±Ñла додана до ÑеÑÑÑÑÑ" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/zh-CN.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/zh-CN.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/zh-CN.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -434,8 +434,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "å¢å èµæå°æ³¨å表?" - IDS_IMPORTED_OK "èµæå·²è¢«å å°æ³¨å表" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/lang/zh-TW.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/l... ============================================================================== --- trunk/reactos/base/applications/regedit/lang/zh-TW.rc [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/lang/zh-TW.rc [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -435,8 +435,9 @@
STRINGTABLE DISCARDABLE BEGIN - IDS_IMPORT_PROMPT "æ°å¢è³æè³ç»éï¼" - IDS_IMPORTED_OK "è³æå·²è¢«æ°å¢è³ç»é" + IDS_IMPORT_PROMPT "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?" + IDS_IMPORT_OK "The keys and values contained in '%1' have been successfully added to the registry." + IDS_IMPORT_ERROR "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist." END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/base/applications/regedit/regedit.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/r... ============================================================================== --- trunk/reactos/base/applications/regedit/regedit.c [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/regedit.c [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -164,7 +164,7 @@ import_registry_file(fp); get_file_name(&s, filename); LoadString(hInst, IDS_APP_TITLE, szTitle, COUNT_OF(szTitle)); - LoadString(hInst, IDS_IMPORTED_OK, szText, COUNT_OF(szText)); + LoadString(hInst, IDS_IMPORT_OK, szText, COUNT_OF(szText)); /* show successful import */ if (!silent) MessageBox(NULL, szText, szTitle, MB_OK);
Modified: trunk/reactos/base/applications/regedit/resource.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/r... ============================================================================== --- trunk/reactos/base/applications/regedit/resource.h [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/resource.h [iso-8859-1] Mon Oct 1 22:00:38 2012 @@ -190,55 +190,56 @@ #define IDS_GOTO_SUGGESTED_KEY 31128
#define IDS_IMPORT_PROMPT 31129 -#define IDS_IMPORTED_OK 31130 - -#define IDS_FINISHEDFIND 31131 - -#define IDS_BUSNUMBER 31132 -#define IDS_INTERFACE 31133 - -#define IDS_DMA_CHANNEL 31134 -#define IDS_DMA_PORT 31135 -#define IDS_INTERRUPT_VECTOR 31136 -#define IDS_INTERRUPT_LEVEL 31137 -#define IDS_INTERRUPT_AFFINITY 31138 -#define IDS_INTERRUPT_TYPE 31139 -#define IDS_MEMORY_ADDRESS 31140 -#define IDS_MEMORY_LENGTH 31141 -#define IDS_MEMORY_ACCESS 31142 -#define IDS_PORT_ADDRESS 31143 -#define IDS_PORT_LENGTH 31144 -#define IDS_PORT_ACCESS 31145 -#define IDS_SPECIFIC_RESERVED1 31146 -#define IDS_SPECIFIC_RESERVED2 31147 -#define IDS_SPECIFIC_DATASIZE 31148 - -#define IDS_PORT_PORT_IO 31149 -#define IDS_PORT_MEMORY_IO 31150 -#define IDS_INTERRUPT_EDGE_SENSITIVE 31151 -#define IDS_INTERRUPT_LEVEL_SENSITIVE 31152 -#define IDS_MEMORY_READ_ONLY 31153 -#define IDS_MEMORY_WRITE_ONLY 31154 -#define IDS_MEMORY_READ_WRITE 31155 - -#define IDS_BUS_UNDEFINED 31156 -#define IDS_BUS_INTERNAL 31157 -#define IDS_BUS_ISA 31158 -#define IDS_BUS_EISA 31159 -#define IDS_BUS_MICROCHANNEL 31160 -#define IDS_BUS_TURBOCHANNEL 31161 -#define IDS_BUS_PCIBUS 31162 -#define IDS_BUS_VMEBUS 31163 -#define IDS_BUS_NUBUS 31164 -#define IDS_BUS_PCMCIABUS 31165 -#define IDS_BUS_CBUS 31166 -#define IDS_BUS_MPIBUS 31167 -#define IDS_BUS_MPSABUS 31168 -#define IDS_BUS_PROCESSORINTERNAL 31169 -#define IDS_BUS_INTERNALPOWERBUS 31170 -#define IDS_BUS_PNPISABUS 31171 -#define IDS_BUS_PNPBUS 31172 -#define IDS_BUS_UNKNOWNTYPE 31173 +#define IDS_IMPORT_OK 31130 +#define IDS_IMPORT_ERROR 31131 + +#define IDS_FINISHEDFIND 31132 + +#define IDS_BUSNUMBER 31133 +#define IDS_INTERFACE 31134 + +#define IDS_DMA_CHANNEL 31135 +#define IDS_DMA_PORT 31136 +#define IDS_INTERRUPT_VECTOR 31137 +#define IDS_INTERRUPT_LEVEL 31138 +#define IDS_INTERRUPT_AFFINITY 31139 +#define IDS_INTERRUPT_TYPE 31140 +#define IDS_MEMORY_ADDRESS 31141 +#define IDS_MEMORY_LENGTH 31142 +#define IDS_MEMORY_ACCESS 31143 +#define IDS_PORT_ADDRESS 31144 +#define IDS_PORT_LENGTH 31145 +#define IDS_PORT_ACCESS 31146 +#define IDS_SPECIFIC_RESERVED1 31147 +#define IDS_SPECIFIC_RESERVED2 31148 +#define IDS_SPECIFIC_DATASIZE 31149 + +#define IDS_PORT_PORT_IO 31150 +#define IDS_PORT_MEMORY_IO 31151 +#define IDS_INTERRUPT_EDGE_SENSITIVE 31152 +#define IDS_INTERRUPT_LEVEL_SENSITIVE 31153 +#define IDS_MEMORY_READ_ONLY 31154 +#define IDS_MEMORY_WRITE_ONLY 31155 +#define IDS_MEMORY_READ_WRITE 31156 + +#define IDS_BUS_UNDEFINED 31157 +#define IDS_BUS_INTERNAL 31158 +#define IDS_BUS_ISA 31159 +#define IDS_BUS_EISA 31160 +#define IDS_BUS_MICROCHANNEL 31161 +#define IDS_BUS_TURBOCHANNEL 31162 +#define IDS_BUS_PCIBUS 31163 +#define IDS_BUS_VMEBUS 31164 +#define IDS_BUS_NUBUS 31165 +#define IDS_BUS_PCMCIABUS 31166 +#define IDS_BUS_CBUS 31167 +#define IDS_BUS_MPIBUS 31168 +#define IDS_BUS_MPSABUS 31169 +#define IDS_BUS_PROCESSORINTERNAL 31170 +#define IDS_BUS_INTERNALPOWERBUS 31171 +#define IDS_BUS_PNPISABUS 31172 +#define IDS_BUS_PNPBUS 31173 +#define IDS_BUS_UNKNOWNTYPE 31174
#define IDD_EDIT_STRING 2000 #define IDC_VALUE_NAME 2001