[TRANSLATION]
[reactos.git] / reactos / dll / win32 / devmgr / devmgr.rc
index b78942f..af52bc3 100644 (file)
@@ -11,6 +11,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
 IDI_DEVMGR ICON "resources/devmgr.ico"
 
+// UTF-8
+#pragma code_page(65001)
 #ifdef LANGUAGE_BG_BG
     #include "lang/bg-BG.rc"
 #endif
@@ -44,24 +46,21 @@ IDI_DEVMGR ICON "resources/devmgr.ico"
 #ifdef LANGUAGE_NB_NO
     #include "lang/no-NO.rc"
 #endif
-#ifdef LANGUAGE_PT_BR
-    #include "lang/pt-BR.rc"
-#endif
-#ifdef LANGUAGE_SK_SK
-    #include "lang/sk-SK.rc"
-#endif
-
-// UTF-8
-#pragma code_page(65001)
 #ifdef LANGUAGE_PL_PL
     #include "lang/pl-PL.rc"
 #endif
+#ifdef LANGUAGE_PT_BR
+    #include "lang/pt-BR.rc"
+#endif
 #ifdef LANGUAGE_RO_RO
     #include "lang/ro-RO.rc"
 #endif
 #ifdef LANGUAGE_RU_RU
     #include "lang/ru-RU.rc"
 #endif
+#ifdef LANGUAGE_SK_SK
+    #include "lang/sk-SK.rc"
+#endif
 #ifdef LANGUAGE_UK_UA
     #include "lang/uk-UA.rc"
 #endif