Patch by Anton Belitsky: Translation to Russian language.

Proofread by me.

svn path=/trunk/; revision=21308
This commit is contained in:
Aleksey Bragin 2006-03-12 21:16:05 +00:00
parent 6f1a6f4f25
commit b4e4463890
2 changed files with 13 additions and 0 deletions

View 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"
}

View file

@ -9,3 +9,4 @@
#include "En.rc"
#include "De.rc"
#include "Hu.rc"
#include "Ru.rc"