Author: gedmurphy
Date: Tue Sep 6 20:22:04 2016
New Revision: 72598
URL:
http://svn.reactos.org/svn/reactos?rev=72598&view=rev
Log:
[FLTMC]
- Add fltmc to the build
- Add some resource files for translation
Added:
trunk/reactos/base/applications/fltmc/lang/bg-BG.rc (with props)
trunk/reactos/base/applications/fltmc/lang/cs-CZ.rc (with props)
trunk/reactos/base/applications/fltmc/lang/de-DE.rc (with props)
trunk/reactos/base/applications/fltmc/lang/es-ES.rc (with props)
trunk/reactos/base/applications/fltmc/lang/fr-FR.rc (with props)
trunk/reactos/base/applications/fltmc/lang/it-IT.rc (with props)
trunk/reactos/base/applications/fltmc/lang/pl-PL.rc (with props)
trunk/reactos/base/applications/fltmc/lang/ro-RO.rc (with props)
trunk/reactos/base/applications/fltmc/lang/ru-RU.rc (with props)
trunk/reactos/base/applications/fltmc/lang/sq-AL.rc (with props)
trunk/reactos/base/applications/fltmc/lang/sv-SE.rc (with props)
trunk/reactos/base/applications/fltmc/lang/tr-TR.rc (with props)
trunk/reactos/base/applications/fltmc/lang/uk-UA.rc (with props)
trunk/reactos/base/applications/fltmc/lang/zh-CN.rc (with props)
trunk/reactos/base/applications/fltmc/lang/zh-TW.rc (with props)
Modified:
trunk/reactos/base/applications/CMakeLists.txt
trunk/reactos/base/applications/fltmc/fltmc.rc
Modified: trunk/reactos/base/applications/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/CMakeLis…
==============================================================================
--- trunk/reactos/base/applications/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/base/applications/CMakeLists.txt [iso-8859-1] Tue Sep 6 20:22:04 2016
@@ -9,6 +9,7 @@
add_subdirectory(dxdiag)
add_subdirectory(extrac32)
add_subdirectory(findstr)
+add_subdirectory(fltmc)
add_subdirectory(fontview)
add_subdirectory(games)
add_subdirectory(hh)
Modified: trunk/reactos/base/applications/fltmc/fltmc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/fl…
==============================================================================
--- trunk/reactos/base/applications/fltmc/fltmc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/fltmc/fltmc.rc [iso-8859-1] Tue Sep 6 20:22:04 2016
@@ -5,56 +5,56 @@
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Filter Manager Control
Program"
#define REACTOS_STR_INTERNAL_NAME "fltmc"
#define REACTOS_STR_ORIGINAL_FILENAME "fltmc.exe"
-//#include <reactos/version.rc>
+#include <reactos/version.rc>
/* UTF-8 */
#pragma code_page(65001)
-//#ifdef LANGUAGE_BG_BG
-// #include "lang/bg-BG.rc"
-//#endif
-//#ifdef LANGUAGE_CS_CZ
-// #include "lang/cs-CZ.rc"
-//#endif
-//#ifdef LANGUAGE_DE_DE
-// #include "lang/de-DE.rc"
-//#endif
-//#ifdef LANGUAGE_EN_US
+#ifdef LANGUAGE_BG_BG
+ #include "lang/bg-BG.rc"
+#endif
+#ifdef LANGUAGE_CS_CZ
+ #include "lang/cs-CZ.rc"
+#endif
+#ifdef LANGUAGE_DE_DE
+ #include "lang/de-DE.rc"
+#endif
+#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
-//#endif
-//#ifdef LANGUAGE_ES_ES
-// #include "lang/es-ES.rc"
-//#endif
-//#ifdef LANGUAGE_FR_FR
-// #include "lang/fr-FR.rc"
-//#endif
-//#ifdef LANGUAGE_IT_IT
-// #include "lang/it-IT.rc"
-//#endif
-//#ifdef LANGUAGE_PL_PL
-// #include "lang/pl-PL.rc"
-//#endif
-//#ifdef LANGUAGE_RO_RO
-// #include "lang/ro-RO.rc"
-//#endif
-//#ifdef LANGUAGE_RU_RU
-// #include "lang/ru-RU.rc"
-//#endif
-//#ifdef LANGUAGE_SV_SE
-// #include "lang/sv-SE.rc"
-//#endif
-//#ifdef LANGUAGE_SQ_AL
-// #include "lang/sq-AL.rc"
-//#endif
-//#ifdef LANGUAGE_TR_TR
-// #include "lang/tr-TR.rc"
-//#endif
-//#ifdef LANGUAGE_UK_UA
-// #include "lang/uk-UA.rc"
-//#endif
-//#ifdef LANGUAGE_ZH_CN
-// #include "lang/zh-CN.rc"
-//#endif
-//#ifdef LANGUAGE_ZH_TW
-// #include "lang/zh-TW.rc"
-//#endif
+#endif
+#ifdef LANGUAGE_ES_ES
+ #include "lang/es-ES.rc"
+#endif
+#ifdef LANGUAGE_FR_FR
+ #include "lang/fr-FR.rc"
+#endif
+#ifdef LANGUAGE_IT_IT
+ #include "lang/it-IT.rc"
+#endif
+#ifdef LANGUAGE_PL_PL
+ #include "lang/pl-PL.rc"
+#endif
+#ifdef LANGUAGE_RO_RO
+ #include "lang/ro-RO.rc"
+#endif
+#ifdef LANGUAGE_RU_RU
+ #include "lang/ru-RU.rc"
+#endif
+#ifdef LANGUAGE_SV_SE
+ #include "lang/sv-SE.rc"
+#endif
+#ifdef LANGUAGE_SQ_AL
+ #include "lang/sq-AL.rc"
+#endif
+#ifdef LANGUAGE_TR_TR
+ #include "lang/tr-TR.rc"
+#endif
+#ifdef LANGUAGE_UK_UA
+ #include "lang/uk-UA.rc"
+#endif
+#ifdef LANGUAGE_ZH_CN
+ #include "lang/zh-CN.rc"
+#endif
+#ifdef LANGUAGE_ZH_TW
+ #include "lang/zh-TW.rc"
+#endif
Added: trunk/reactos/base/applications/fltmc/lang/bg-BG.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/bg-BG.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/bg-BG.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/bg-BG.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/cs-CZ.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/cs-CZ.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/cs-CZ.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/cs-CZ.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/de-DE.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/de-DE.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/de-DE.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/es-ES.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/es-ES.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/es-ES.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/es-ES.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/fr-FR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/fr-FR.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/fr-FR.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/fr-FR.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/it-IT.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/it-IT.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/it-IT.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/it-IT.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/pl-PL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/pl-PL.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/pl-PL.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/pl-PL.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/ro-RO.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/ro-RO.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/ro-RO.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/ro-RO.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/ru-RU.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/ru-RU.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/ru-RU.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/ru-RU.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/sq-AL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/sq-AL.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/sq-AL.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/sq-AL.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/sv-SE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/sv-SE.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/sv-SE.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/sv-SE.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/tr-TR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/tr-TR.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/tr-TR.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/tr-TR.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/uk-UA.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/uk-UA.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/uk-UA.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/uk-UA.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/zh-CN.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/zh-CN.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/zh-CN.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/zh-CN.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/base/applications/fltmc/lang/zh-TW.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/fltmc/la…
==============================================================================
--- trunk/reactos/base/applications/fltmc/lang/zh-TW.rc (added)
+++ trunk/reactos/base/applications/fltmc/lang/zh-TW.rc [iso-8859-1] Tue Sep 6 20:22:04
2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
+
+STRINGTABLE
+BEGIN
+ IDS_USAGE "\nValid commands :\n\
+ load Loads a Filter driver\n\
+ unload Unloads a Filter driver\n\
+ filters Lists the Filters currently registered in the
system\n\n\0"
+
+ IDS_USAGE_LOAD "Loads a filter driver\n\0"
+ IDS_USAGE_UNLOAD "Unloads a filter driver\n\0"
+ IDS_USAGE_FILTERS "Lists all registered filters\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_DISPLAY_FILTERS1 "Filter Name Num Instances
Altitude Frame\n\0"
+ IDS_DISPLAY_FILTERS2 "Filter Name Num Instances
Frame\n\0"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_ERROR_PRIV "Failed to set the driver load privilige (0x%X)\n\0"
+ IDS_ERROR_FILTERS "Failed to list the filters (0x%X)\n\0"
+ IDS_ERROR_LOAD "Failed to load the filter (0x%X)\n\0"
+ IDS_ERROR_UNLOAD "Failed to unload the filter (0x%X)\n\0"
+END
Propchange: trunk/reactos/base/applications/fltmc/lang/zh-TW.rc
------------------------------------------------------------------------------
svn:eol-style = native