[TRANSLATIONS] Russian translation update by Kudratov Olimjon. CORE-8947
[reactos.git] / reactos / base / applications / cmdutils / whoami / whoami.rc
index c732560..b3996ec 100644 (file)
@@ -7,7 +7,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 #define REACTOS_STR_FILE_DESCRIPTION  "whoami: display information about logged-on users"
 #define REACTOS_STR_INTERNAL_NAME     "whoami"
 #define REACTOS_STR_ORIGINAL_FILENAME "whoami.exe"
-#define REACTOS_STR_COMPANY_NAME      "Ismael Ferreras Morezuelas"
 
 #include <reactos/version.rc>
 
@@ -23,3 +22,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 #ifdef LANGUAGE_ES_ES
     #include "lang/es-ES.rc"
 #endif
+#ifdef LANGUAGE_RU_RU
+    #include "lang/ru-RU.rc"
+#endif