Added russian translation for lib/userenv. Done by Dimtry Philippov.
Added: trunk/reactos/lib/userenv/Ru.rc
Modified: trunk/reactos/lib/userenv/userenv.rc

Added: trunk/reactos/lib/userenv/Ru.rc
--- trunk/reactos/lib/userenv/Ru.rc	2005-05-30 18:04:02 UTC (rev 15683)
+++ trunk/reactos/lib/userenv/Ru.rc	2005-05-30 18:46:49 UTC (rev 15684)
@@ -0,0 +1,47 @@
+/*
+ * Copyright (C) 2005 Philippov Dmitry
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+    IDS_PROFILEPATH    "%SystemDrive%\\Documents and Settings"
+    IDS_APPDATA        "Application Data"
+    IDS_DESKTOP        "Desktop"
+    IDS_FAVORITES      "?þß­ÓÝݯÕ"
+    IDS_STARTMENU      "?ÙÓÔÝ¯Õ ýÕÝ?"
+    IDS_PROGRAMS       "?ÙÓÔÝ¯Õ ýÕÝ?\\¤­¯Ò­Óýý¹"
+    IDS_ADMINTOOLS     "?ÙÓÔÝ¯Õ ýÕÝ?\\¤­¯Ò­Óýý¹\\ÐÙ¾µÕßݹÕ"
+    IDS_STARTUP        "?ÙÓÔÝ¯Õ ýÕÝ?\\¤­¯Ò­Óýý¹\\?Ô?¯þÓ´¾±Û"
+    IDS_MYDOCUMENTS    "?¯Þ õ¯Û¾ýÕÝ?¹"
+    IDS_MYPICTURES     "?¯Þ õ¯Û¾ýÕÝ?¹\\?¯Þ ­Þ±¾ÝÛÞ"
+    IDS_MYMUSIC        "?¯Þ õ¯Û¾ýÕÝ?¹\\?¯  ý¾þ¹ÛÓ"
+    IDS_MYVIDEOS       "?¯Þ õ¯Û¾ýÕÝ?¹\\?¯Þ ÔÞõÕ¯þÓ´Þ±Þ"
+    IDS_TEMPLATES      "Templates"
+    IDS_RECENT         "Recent"
+    IDS_SENDTO         "??´­ÓÔÞ?³"
+    IDS_PRINTHOOD      "PrintHood"
+    IDS_NETHOOD        "NetHood"
+    IDS_LOCALSETTINGS  "Local Settings"
+    IDS_LOCALAPPDATA   "Local Settings\\Application Data"
+    IDS_TEMP           "Local Settings\\Temp"
+    IDS_CACHE          "Local Settings\\Temporary Internet Files"
+    IDS_HISTORY        "Local Settings\\History"
+    IDS_COOKIES        "Cookies"
+    IDS_PROGRAMFILES   "%SystemDrive%\\Program Files"
+END

Modified: trunk/reactos/lib/userenv/userenv.rc
--- trunk/reactos/lib/userenv/userenv.rc	2005-05-30 18:04:02 UTC (rev 15683)
+++ trunk/reactos/lib/userenv/userenv.rc	2005-05-30 18:46:49 UTC (rev 15684)
@@ -39,3 +39,4 @@
 #include "En.rc"
 #include "De.rc"
 #include "Sv.rc"
+#include "Ru.rc"