mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
- Translation of userinit to Russian language by Anton Belitsky.
- Proofread by me svn path=/trunk/; revision=21423
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include "resource.h"
|
||||
/* Start move all hard code string to En.rc
|
||||
* By Magnus Olsen 2005
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_NEUTRAL
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
|
||||
STRING_USERINIT_FAIL, "Îøèáêà çàïóñêà îáîëî÷êè ïðè èíèöèàëèçàöèè ïîëüçîâàòåëüñêîãî ñåàíñà!\n"
|
||||
|
||||
}
|
||||
@@ -12,3 +12,4 @@
|
||||
#include "Sv.rc"
|
||||
#include "Hu.rc"
|
||||
#include "Es.rc"
|
||||
#include "Ru.rc"
|
||||
|
||||
Reference in New Issue
Block a user