mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Patch by Anton Belitsky: Translation to Russian language.
Proofread by me. svn path=/trunk/; revision=21308
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include "resource.h"
|
||||
/*
|
||||
* Moved all hardcoded strings to En.rc.
|
||||
* By Magnus Olsen 2005 [email protected]
|
||||
*/
|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user