mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
Patch by Anton Belitsky: Translation to Russian language.
Proofread by me. svn path=/trunk/; revision=21308
This commit is contained in:
parent
6f1a6f4f25
commit
b4e4463890
2 changed files with 13 additions and 0 deletions
12
reactos/base/system/rundll32/Ru.rc
Normal file
12
reactos/base/system/rundll32/Ru.rc
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include "resource.h"
|
||||
/*
|
||||
* Moved all hardcoded strings to En.rc.
|
||||
* By Magnus Olsen 2005 magnus@itkonsult-olsen.com
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_NEUTRAL
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
IDS_DllNotLoaded, "Íåâîçìîæíî çàãðóçèòü áèáëèîòåêó '%s'"
|
||||
IDS_MissingEntry, "Íåâîçìîæíî íàéòè òî÷êó âõîäà: %s\n áèáëèîòåêå %s"
|
||||
}
|
|
@ -9,3 +9,4 @@
|
|||
#include "En.rc"
|
||||
#include "De.rc"
|
||||
#include "Hu.rc"
|
||||
#include "Ru.rc"
|
||||
|
|
Loading…
Reference in a new issue