https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e358d1d2197906669e9d2…
commit e358d1d2197906669e9d20fbba55d2383a0bfe70
Author: Kyle Katarn <contact(a)kcsoftwares.com>
AuthorDate: Sat Sep 12 19:43:59 2020 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Sat Sep 12 19:43:59 2020 +0200
[NTOBJSHEX] Localize the descriptions of the NT object and registry shell extension
(#3167)
CORE-17268
---
dll/shellext/ntobjshex/lang/cs-CZ.rc | 2 ++
dll/shellext/ntobjshex/lang/de-DE.rc | 2 ++
dll/shellext/ntobjshex/lang/en-US.rc | 2 ++
dll/shellext/ntobjshex/lang/es-ES.rc | 2 ++
dll/shellext/ntobjshex/lang/fr-FR.rc | 2 ++
dll/shellext/ntobjshex/lang/hi-IN.rc | 2 ++
dll/shellext/ntobjshex/lang/it-IT.rc | 2 ++
dll/shellext/ntobjshex/lang/pl-PL.rc | 2 ++
dll/shellext/ntobjshex/lang/pt-PT.rc | 2 ++
dll/shellext/ntobjshex/lang/ro-RO.rc | 2 ++
dll/shellext/ntobjshex/lang/ru-RU.rc | 2 ++
dll/shellext/ntobjshex/lang/tr-TR.rc | 2 ++
dll/shellext/ntobjshex/lang/zh-CN.rc | 2 ++
dll/shellext/ntobjshex/lang/zh-TW.rc | 2 ++
dll/shellext/ntobjshex/resource.h | 2 ++
dll/shellext/ntobjshex/resources/rgs/ntobjectfolder.rgs | 2 +-
dll/shellext/ntobjshex/resources/rgs/regfolder.rgs | 2 +-
17 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/dll/shellext/ntobjshex/lang/cs-CZ.rc b/dll/shellext/ntobjshex/lang/cs-CZ.rc
index 5b052c31b0e..ff13875d9af 100644
--- a/dll/shellext/ntobjshex/lang/cs-CZ.rc
+++ b/dll/shellext/ntobjshex/lang/cs-CZ.rc
@@ -4,4 +4,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "Jmenný prostor NT objektů"
IDS_REGISTRY_NAME "Systémový registr"
+ IDS_NTOBJFLD_COMMENT "Allows browsing of the NT Object Namespace"
+ IDS_REGISTRY_COMMENT "Allows browsing of the System Registry"
END
diff --git a/dll/shellext/ntobjshex/lang/de-DE.rc b/dll/shellext/ntobjshex/lang/de-DE.rc
index 5fbdf00a7ee..89fdda86af2 100644
--- a/dll/shellext/ntobjshex/lang/de-DE.rc
+++ b/dll/shellext/ntobjshex/lang/de-DE.rc
@@ -4,4 +4,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "NT-Objekt-Namespace"
IDS_REGISTRY_NAME "Systemregistry"
+ IDS_NTOBJFLD_COMMENT "Allows browsing of the NT Object Namespace"
+ IDS_REGISTRY_COMMENT "Allows browsing of the System Registry"
END
diff --git a/dll/shellext/ntobjshex/lang/en-US.rc b/dll/shellext/ntobjshex/lang/en-US.rc
index e2a9234f633..6dbc206e776 100644
--- a/dll/shellext/ntobjshex/lang/en-US.rc
+++ b/dll/shellext/ntobjshex/lang/en-US.rc
@@ -4,4 +4,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "NT Object Namespace"
IDS_REGISTRY_NAME "System Registry"
+ IDS_NTOBJFLD_COMMENT "Allows browsing of the NT Object Namespace"
+ IDS_REGISTRY_COMMENT "Allows browsing of the System Registry"
END
diff --git a/dll/shellext/ntobjshex/lang/es-ES.rc b/dll/shellext/ntobjshex/lang/es-ES.rc
index d5700d4806c..d551323f7a3 100644
--- a/dll/shellext/ntobjshex/lang/es-ES.rc
+++ b/dll/shellext/ntobjshex/lang/es-ES.rc
@@ -4,4 +4,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "Espacio de nombres NT"
IDS_REGISTRY_NAME "Registro del sistema"
+ IDS_NTOBJFLD_COMMENT "Allows browsing of the NT Object Namespace"
+ IDS_REGISTRY_COMMENT "Allows browsing of the System Registry"
END
diff --git a/dll/shellext/ntobjshex/lang/fr-FR.rc b/dll/shellext/ntobjshex/lang/fr-FR.rc
index 96dc8e894c8..51e6e1dba43 100644
--- a/dll/shellext/ntobjshex/lang/fr-FR.rc
+++ b/dll/shellext/ntobjshex/lang/fr-FR.rc
@@ -4,4 +4,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "Espace de noms des objets NT"
IDS_REGISTRY_NAME "Registre système"
+ IDS_NTOBJFLD_COMMENT "Permet de naviguer dans l'espace des objets NT"
+ IDS_REGISTRY_COMMENT "Permet de naviguer dans le registre système"
END
diff --git a/dll/shellext/ntobjshex/lang/hi-IN.rc b/dll/shellext/ntobjshex/lang/hi-IN.rc
index 6847e398204..13497ca7cfc 100644
--- a/dll/shellext/ntobjshex/lang/hi-IN.rc
+++ b/dll/shellext/ntobjshex/lang/hi-IN.rc
@@ -11,4 +11,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "एनटी ऑब्जेक्ट नाम स्थान"
IDS_REGISTRY_NAME "सिस्टम रजिस्ट्री"
+ IDS_NTOBJFLD_COMMENT "Allows browsing of the NT Object Namespace"
+ IDS_REGISTRY_COMMENT "Allows browsing of the System Registry"
END
diff --git a/dll/shellext/ntobjshex/lang/it-IT.rc b/dll/shellext/ntobjshex/lang/it-IT.rc
index f26374f949e..627318286f1 100644
--- a/dll/shellext/ntobjshex/lang/it-IT.rc
+++ b/dll/shellext/ntobjshex/lang/it-IT.rc
@@ -4,4 +4,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "Oggetto Namespace NT"
IDS_REGISTRY_NAME "Registro di Sistema"
+ IDS_NTOBJFLD_COMMENT "Allows browsing of the NT Object Namespace"
+ IDS_REGISTRY_COMMENT "Allows browsing of the System Registry"
END
diff --git a/dll/shellext/ntobjshex/lang/pl-PL.rc b/dll/shellext/ntobjshex/lang/pl-PL.rc
index fadaf5641db..828b21d4fa5 100644
--- a/dll/shellext/ntobjshex/lang/pl-PL.rc
+++ b/dll/shellext/ntobjshex/lang/pl-PL.rc
@@ -4,4 +4,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "Przestrzeń nazw NT Object"
IDS_REGISTRY_NAME "Rejestr systemu"
+ IDS_NTOBJFLD_COMMENT "Allows browsing of the NT Object Namespace"
+ IDS_REGISTRY_COMMENT "Allows browsing of the System Registry"
END
diff --git a/dll/shellext/ntobjshex/lang/pt-PT.rc b/dll/shellext/ntobjshex/lang/pt-PT.rc
index c731e5d16e5..cd0f78e4b5e 100644
--- a/dll/shellext/ntobjshex/lang/pt-PT.rc
+++ b/dll/shellext/ntobjshex/lang/pt-PT.rc
@@ -4,4 +4,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "NT Espaço de nomes"
IDS_REGISTRY_NAME "Registo do sistema"
+ IDS_NTOBJFLD_COMMENT "Allows browsing of the NT Object Namespace"
+ IDS_REGISTRY_COMMENT "Allows browsing of the System Registry"
END
diff --git a/dll/shellext/ntobjshex/lang/ro-RO.rc b/dll/shellext/ntobjshex/lang/ro-RO.rc
index 864e4d6bb23..b90282b19a2 100644
--- a/dll/shellext/ntobjshex/lang/ro-RO.rc
+++ b/dll/shellext/ntobjshex/lang/ro-RO.rc
@@ -6,4 +6,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "Spațiul de nume Obiect NT"
IDS_REGISTRY_NAME "Registrul de sistem"
+ IDS_NTOBJFLD_COMMENT "Allows browsing of the NT Object Namespace"
+ IDS_REGISTRY_COMMENT "Allows browsing of the System Registry"
END
diff --git a/dll/shellext/ntobjshex/lang/ru-RU.rc b/dll/shellext/ntobjshex/lang/ru-RU.rc
index 68e7b010e1d..9d3c670773a 100644
--- a/dll/shellext/ntobjshex/lang/ru-RU.rc
+++ b/dll/shellext/ntobjshex/lang/ru-RU.rc
@@ -6,4 +6,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "Пространство имен объектов NT"
IDS_REGISTRY_NAME "Системный реестр"
+ IDS_NTOBJFLD_COMMENT "Allows browsing of the NT Object Namespace"
+ IDS_REGISTRY_COMMENT "Allows browsing of the System Registry"
END
diff --git a/dll/shellext/ntobjshex/lang/tr-TR.rc b/dll/shellext/ntobjshex/lang/tr-TR.rc
index ab48e10d00d..345d178f8e7 100644
--- a/dll/shellext/ntobjshex/lang/tr-TR.rc
+++ b/dll/shellext/ntobjshex/lang/tr-TR.rc
@@ -6,4 +6,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "NT Nesne Ad Alanı"
IDS_REGISTRY_NAME "Sistem Kayıt Kütüğü"
+ IDS_NTOBJFLD_COMMENT "Allows browsing of the NT Object Namespace"
+ IDS_REGISTRY_COMMENT "Allows browsing of the System Registry"
END
diff --git a/dll/shellext/ntobjshex/lang/zh-CN.rc b/dll/shellext/ntobjshex/lang/zh-CN.rc
index d805dbac18b..0babf22e87e 100644
--- a/dll/shellext/ntobjshex/lang/zh-CN.rc
+++ b/dll/shellext/ntobjshex/lang/zh-CN.rc
@@ -6,4 +6,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "NT 对象名称空间"
IDS_REGISTRY_NAME "系统注册表"
+ IDS_NTOBJFLD_COMMENT "Allows browsing of the NT Object Namespace"
+ IDS_REGISTRY_COMMENT "Allows browsing of the System Registry"
END
diff --git a/dll/shellext/ntobjshex/lang/zh-TW.rc b/dll/shellext/ntobjshex/lang/zh-TW.rc
index 807de592099..2e8b6fd4a07 100644
--- a/dll/shellext/ntobjshex/lang/zh-TW.rc
+++ b/dll/shellext/ntobjshex/lang/zh-TW.rc
@@ -6,4 +6,6 @@ STRINGTABLE
BEGIN
IDS_NTOBJFLD_NAME "NT 物件名稱空間"
IDS_REGISTRY_NAME "系統登錄"
+ IDS_NTOBJFLD_COMMENT "Allows browsing of the NT Object Namespace"
+ IDS_REGISTRY_COMMENT "Allows browsing of the System Registry"
END
diff --git a/dll/shellext/ntobjshex/resource.h b/dll/shellext/ntobjshex/resource.h
index 876dd61177f..147803c1e3f 100644
--- a/dll/shellext/ntobjshex/resource.h
+++ b/dll/shellext/ntobjshex/resource.h
@@ -11,6 +11,8 @@
#define IDS_NTOBJFLD_NAME 101
#define IDS_REGISTRY_NAME 102
+#define IDS_NTOBJFLD_COMMENT 103
+#define IDS_REGISTRY_COMMENT 104
#define IDR_NTOBJECTFOLDER 1001
#define IDR_REGISTRYFOLDER 1002
diff --git a/dll/shellext/ntobjshex/resources/rgs/ntobjectfolder.rgs
b/dll/shellext/ntobjshex/resources/rgs/ntobjectfolder.rgs
index 74cc8ad1b44..84284d1039e 100644
--- a/dll/shellext/ntobjshex/resources/rgs/ntobjectfolder.rgs
+++ b/dll/shellext/ntobjshex/resources/rgs/ntobjectfolder.rgs
@@ -19,7 +19,7 @@ HKCR
{
val ThreadingModel = s 'Both'
}
- val InfoTip = s 'Allows browsing of the NT Object Namespace'
+ val InfoTip = s '@%MODULE%,-103'
val LocalizedString = s '@%MODULE%,-101'
DefaultIcon = s '%MODULE%,0'
ShellFolder
diff --git a/dll/shellext/ntobjshex/resources/rgs/regfolder.rgs
b/dll/shellext/ntobjshex/resources/rgs/regfolder.rgs
index 3e5ce4d0e8a..acad5822125 100644
--- a/dll/shellext/ntobjshex/resources/rgs/regfolder.rgs
+++ b/dll/shellext/ntobjshex/resources/rgs/regfolder.rgs
@@ -19,7 +19,7 @@ HKCR
{
val ThreadingModel = s 'Both'
}
- val InfoTip = s 'Allows browsing of the System Registry'
+ val InfoTip = s '@%MODULE%,-104'
val LocalizedString = s '@%MODULE%,-102'
DefaultIcon = s '%MODULE%,-7'
ShellFolder