https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ba17d87636aae02273abfd...
commit ba17d87636aae02273abfd784a22b5c0aa2fecf9 Author: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com AuthorDate: Sat Feb 15 09:52:58 2020 +0900 Commit: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com CommitDate: Sat Feb 15 09:52:58 2020 +0900
[SYSSETUP] Improve resource ATTENTION comments --- dll/win32/syssetup/lang/bg-BG.rc | 2 +- dll/win32/syssetup/lang/cs-CZ.rc | 2 +- dll/win32/syssetup/lang/da-DK.rc | 2 +- dll/win32/syssetup/lang/de-DE.rc | 2 +- dll/win32/syssetup/lang/el-GR.rc | 2 +- dll/win32/syssetup/lang/en-US.rc | 2 +- dll/win32/syssetup/lang/es-ES.rc | 2 +- dll/win32/syssetup/lang/et-EE.rc | 2 +- dll/win32/syssetup/lang/fi-FI.rc | 2 +- dll/win32/syssetup/lang/fr-FR.rc | 2 +- dll/win32/syssetup/lang/he-IL.rc | 2 +- dll/win32/syssetup/lang/hi-IN.rc | 2 +- dll/win32/syssetup/lang/hu-HU.rc | 2 +- dll/win32/syssetup/lang/id-ID.rc | 2 +- dll/win32/syssetup/lang/it-IT.rc | 2 +- dll/win32/syssetup/lang/ja-JP.rc | 2 +- dll/win32/syssetup/lang/lt-LT.rc | 2 +- dll/win32/syssetup/lang/nl-NL.rc | 2 +- dll/win32/syssetup/lang/no-NO.rc | 2 +- dll/win32/syssetup/lang/pl-PL.rc | 2 +- dll/win32/syssetup/lang/pt-BR.rc | 2 +- dll/win32/syssetup/lang/pt-PT.rc | 2 +- dll/win32/syssetup/lang/ro-RO.rc | 2 +- dll/win32/syssetup/lang/ru-RU.rc | 2 +- dll/win32/syssetup/lang/sk-SK.rc | 2 +- dll/win32/syssetup/lang/sq-AL.rc | 2 +- dll/win32/syssetup/lang/sv-SE.rc | 2 +- dll/win32/syssetup/lang/th-TH.rc | 2 +- dll/win32/syssetup/lang/tr-TR.rc | 2 +- dll/win32/syssetup/lang/uk-UA.rc | 2 +- dll/win32/syssetup/lang/zh-CN.rc | 2 +- dll/win32/syssetup/lang/zh-TW.rc | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/dll/win32/syssetup/lang/bg-BG.rc b/dll/win32/syssetup/lang/bg-BG.rc index 81818e58615..bd45825696e 100644 --- a/dll/win32/syssetup/lang/bg-BG.rc +++ b/dll/win32/syssetup/lang/bg-BG.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Подкарване на устройствата..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/cs-CZ.rc b/dll/win32/syssetup/lang/cs-CZ.rc index 0f6f313dfc2..612df4cd96a 100644 --- a/dll/win32/syssetup/lang/cs-CZ.rc +++ b/dll/win32/syssetup/lang/cs-CZ.rc @@ -227,7 +227,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Instaluji zařízení..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/da-DK.rc b/dll/win32/syssetup/lang/da-DK.rc index bb8ae55b40d..e6a6b4adbf8 100644 --- a/dll/win32/syssetup/lang/da-DK.rc +++ b/dll/win32/syssetup/lang/da-DK.rc @@ -240,7 +240,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Installing devices..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Programmer" diff --git a/dll/win32/syssetup/lang/de-DE.rc b/dll/win32/syssetup/lang/de-DE.rc index 49311538f63..0b0fdab539a 100644 --- a/dll/win32/syssetup/lang/de-DE.rc +++ b/dll/win32/syssetup/lang/de-DE.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Geräte werden installiert..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Programme" diff --git a/dll/win32/syssetup/lang/el-GR.rc b/dll/win32/syssetup/lang/el-GR.rc index da95c35a699..d5d49ce27f9 100644 --- a/dll/win32/syssetup/lang/el-GR.rc +++ b/dll/win32/syssetup/lang/el-GR.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Εγκατάσταση συσκευών..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/en-US.rc b/dll/win32/syssetup/lang/en-US.rc index fa52280a237..ec146f004bf 100644 --- a/dll/win32/syssetup/lang/en-US.rc +++ b/dll/win32/syssetup/lang/en-US.rc @@ -241,7 +241,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Installing devices..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/es-ES.rc b/dll/win32/syssetup/lang/es-ES.rc index 2e72c99934f..7a66a88564c 100644 --- a/dll/win32/syssetup/lang/es-ES.rc +++ b/dll/win32/syssetup/lang/es-ES.rc @@ -229,7 +229,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Instalando dispositivos..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Archivos de programa" diff --git a/dll/win32/syssetup/lang/et-EE.rc b/dll/win32/syssetup/lang/et-EE.rc index 49b7eb6328f..0e49c09f878 100644 --- a/dll/win32/syssetup/lang/et-EE.rc +++ b/dll/win32/syssetup/lang/et-EE.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Seadmete paigaldamine..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Programmifailid" diff --git a/dll/win32/syssetup/lang/fi-FI.rc b/dll/win32/syssetup/lang/fi-FI.rc index 03c77e75adc..a58259b4849 100644 --- a/dll/win32/syssetup/lang/fi-FI.rc +++ b/dll/win32/syssetup/lang/fi-FI.rc @@ -240,7 +240,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Installing devices..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/fr-FR.rc b/dll/win32/syssetup/lang/fr-FR.rc index 2589e57a737..5f8319a0fb0 100644 --- a/dll/win32/syssetup/lang/fr-FR.rc +++ b/dll/win32/syssetup/lang/fr-FR.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Installation des périphériques en cours..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/he-IL.rc b/dll/win32/syssetup/lang/he-IL.rc index 55e3fd67cf4..3bbb674e7f0 100644 --- a/dll/win32/syssetup/lang/he-IL.rc +++ b/dll/win32/syssetup/lang/he-IL.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "מתקין התקנים..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/hi-IN.rc b/dll/win32/syssetup/lang/hi-IN.rc index f10a2609bb9..bab78ec78a8 100644 --- a/dll/win32/syssetup/lang/hi-IN.rc +++ b/dll/win32/syssetup/lang/hi-IN.rc @@ -229,7 +229,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "डिवाइस का इन्स्टलेशन..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\प्रोग्राम फाइलें" diff --git a/dll/win32/syssetup/lang/hu-HU.rc b/dll/win32/syssetup/lang/hu-HU.rc index ee1f9bd42b7..231124bb334 100644 --- a/dll/win32/syssetup/lang/hu-HU.rc +++ b/dll/win32/syssetup/lang/hu-HU.rc @@ -220,7 +220,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Eszközök telepítése..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/id-ID.rc b/dll/win32/syssetup/lang/id-ID.rc index f611941f2d1..3dcb44a89c3 100644 --- a/dll/win32/syssetup/lang/id-ID.rc +++ b/dll/win32/syssetup/lang/id-ID.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Memasang perangkat..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Berkas Program" diff --git a/dll/win32/syssetup/lang/it-IT.rc b/dll/win32/syssetup/lang/it-IT.rc index 8920cd372ab..a015df09b7e 100644 --- a/dll/win32/syssetup/lang/it-IT.rc +++ b/dll/win32/syssetup/lang/it-IT.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Installazione dei dispositivi in corso..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Programmi" diff --git a/dll/win32/syssetup/lang/ja-JP.rc b/dll/win32/syssetup/lang/ja-JP.rc index 3c67332a409..3bb56ac7b88 100644 --- a/dll/win32/syssetup/lang/ja-JP.rc +++ b/dll/win32/syssetup/lang/ja-JP.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "デバイスをインストールしています..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/lt-LT.rc b/dll/win32/syssetup/lang/lt-LT.rc index 65da0ae4000..f6963f6ae1e 100644 --- a/dll/win32/syssetup/lang/lt-LT.rc +++ b/dll/win32/syssetup/lang/lt-LT.rc @@ -240,7 +240,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Installing devices..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/nl-NL.rc b/dll/win32/syssetup/lang/nl-NL.rc index 89b254054df..6042e86dfee 100644 --- a/dll/win32/syssetup/lang/nl-NL.rc +++ b/dll/win32/syssetup/lang/nl-NL.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Installing devices..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/no-NO.rc b/dll/win32/syssetup/lang/no-NO.rc index 11b507f583a..8ffbf0e2362 100644 --- a/dll/win32/syssetup/lang/no-NO.rc +++ b/dll/win32/syssetup/lang/no-NO.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Installerer enheter..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Programfiler" diff --git a/dll/win32/syssetup/lang/pl-PL.rc b/dll/win32/syssetup/lang/pl-PL.rc index 3caea4d4cae..6fee059bde5 100644 --- a/dll/win32/syssetup/lang/pl-PL.rc +++ b/dll/win32/syssetup/lang/pl-PL.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Instalacja urządzeń..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/pt-BR.rc b/dll/win32/syssetup/lang/pt-BR.rc index 94e78749e12..e92271ec7ac 100644 --- a/dll/win32/syssetup/lang/pt-BR.rc +++ b/dll/win32/syssetup/lang/pt-BR.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Instalando dispositivos..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Arquivos de programas" diff --git a/dll/win32/syssetup/lang/pt-PT.rc b/dll/win32/syssetup/lang/pt-PT.rc index 6148b63983a..ee132f19011 100644 --- a/dll/win32/syssetup/lang/pt-PT.rc +++ b/dll/win32/syssetup/lang/pt-PT.rc @@ -221,7 +221,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "A instalar dispositivos..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Arquivos de programas" diff --git a/dll/win32/syssetup/lang/ro-RO.rc b/dll/win32/syssetup/lang/ro-RO.rc index ef846e5f5c4..2263f7ae3f7 100644 --- a/dll/win32/syssetup/lang/ro-RO.rc +++ b/dll/win32/syssetup/lang/ro-RO.rc @@ -230,7 +230,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Dispozitive în curs de instalare…" END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Fișiere de program" diff --git a/dll/win32/syssetup/lang/ru-RU.rc b/dll/win32/syssetup/lang/ru-RU.rc index d2d99a5abc0..6523d54b298 100644 --- a/dll/win32/syssetup/lang/ru-RU.rc +++ b/dll/win32/syssetup/lang/ru-RU.rc @@ -224,7 +224,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Установка оборудования..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/sk-SK.rc b/dll/win32/syssetup/lang/sk-SK.rc index bd0558c7f9d..ecc0f85b7e2 100644 --- a/dll/win32/syssetup/lang/sk-SK.rc +++ b/dll/win32/syssetup/lang/sk-SK.rc @@ -227,7 +227,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Inštalujem zariadenia..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/sq-AL.rc b/dll/win32/syssetup/lang/sq-AL.rc index 4bd954fcf59..7302d3d2c71 100644 --- a/dll/win32/syssetup/lang/sq-AL.rc +++ b/dll/win32/syssetup/lang/sq-AL.rc @@ -240,7 +240,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Instalimi Pajisjeve..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Dokumente Programi" diff --git a/dll/win32/syssetup/lang/sv-SE.rc b/dll/win32/syssetup/lang/sv-SE.rc index 893a9ed8c72..0f9a98dc64e 100644 --- a/dll/win32/syssetup/lang/sv-SE.rc +++ b/dll/win32/syssetup/lang/sv-SE.rc @@ -240,7 +240,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Installerar enheter..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program" diff --git a/dll/win32/syssetup/lang/th-TH.rc b/dll/win32/syssetup/lang/th-TH.rc index 5b6ddee906d..e2728a298ca 100644 --- a/dll/win32/syssetup/lang/th-TH.rc +++ b/dll/win32/syssetup/lang/th-TH.rc @@ -240,7 +240,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Installing devices..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\โปรแกรมไฟล์" diff --git a/dll/win32/syssetup/lang/tr-TR.rc b/dll/win32/syssetup/lang/tr-TR.rc index 6cc3224e4e0..0c3e0ad29b5 100644 --- a/dll/win32/syssetup/lang/tr-TR.rc +++ b/dll/win32/syssetup/lang/tr-TR.rc @@ -223,7 +223,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Aygıtlar kuruluyor..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\İzlence Kütükleri" diff --git a/dll/win32/syssetup/lang/uk-UA.rc b/dll/win32/syssetup/lang/uk-UA.rc index e2eb75512b8..64e4a7d5514 100644 --- a/dll/win32/syssetup/lang/uk-UA.rc +++ b/dll/win32/syssetup/lang/uk-UA.rc @@ -229,7 +229,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "Встановлення пристроїв..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ STRINGTABLE BEGIN IDS_PROGRAMFILES "%SystemDrive%\Program Files" diff --git a/dll/win32/syssetup/lang/zh-CN.rc b/dll/win32/syssetup/lang/zh-CN.rc index 9b76c052180..0df21c9f029 100644 --- a/dll/win32/syssetup/lang/zh-CN.rc +++ b/dll/win32/syssetup/lang/zh-CN.rc @@ -223,7 +223,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "正在安装设备驱动程序..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */ /* If there is no special situation, please DO NOT change English folder names into Chinese, or it may cause problems in the system. */
diff --git a/dll/win32/syssetup/lang/zh-TW.rc b/dll/win32/syssetup/lang/zh-TW.rc index 93c7bae0428..1dd4c0d7dc6 100644 --- a/dll/win32/syssetup/lang/zh-TW.rc +++ b/dll/win32/syssetup/lang/zh-TW.rc @@ -244,7 +244,7 @@ BEGIN IDS_STATUS_INSTALL_DEV "正在安裝裝置驅動程式..." END
-/* ATTENTION: Synchronize the translation of these strings with shell32 */ +/* ATTENTION: Synchronize the translation with dll/win32/shell32/lang */
/* ATTENTION: If there is no special situation, please DO NOT change English folder names into Chinese, or it may cause problems in the system. */