diff --git a/reactos/lib/userenv/Ru.rc b/reactos/lib/userenv/Ru.rc new file mode 100644 index 00000000000..4a6f3b7c5c5 --- /dev/null +++ b/reactos/lib/userenv/Ru.rc @@ -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 diff --git a/reactos/lib/userenv/userenv.rc b/reactos/lib/userenv/userenv.rc index 6f1aff6cd17..9d6a2993ba3 100644 --- a/reactos/lib/userenv/userenv.rc +++ b/reactos/lib/userenv/userenv.rc @@ -39,3 +39,4 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "En.rc" #include "De.rc" #include "Sv.rc" +#include "Ru.rc"