Added russian translation for lib/userenv. Done by Dimtry Philippov.

svn path=/trunk/; revision=15684
This commit is contained in:
Aleksey Bragin 2005-05-30 18:46:49 +00:00
parent 61cbda4605
commit 1e05d99733
2 changed files with 48 additions and 0 deletions

47
reactos/lib/userenv/Ru.rc Normal file
View file

@ -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

View file

@ -39,3 +39,4 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "En.rc"
#include "De.rc"
#include "Sv.rc"
#include "Ru.rc"