mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 07:28:19 +00:00
patch from Apal : bug 1429 : greek translation
svn path=/trunk/; revision=23118
This commit is contained in:
parent
5cb7a4f594
commit
00298de6bc
2 changed files with 14 additions and 0 deletions
13
reactos/base/system/userinit/Gr.rc
Normal file
13
reactos/base/system/userinit/Gr.rc
Normal file
|
@ -0,0 +1,13 @@
|
|||
#include "resource.h"
|
||||
/* Start move all hard code string to En.rc
|
||||
* By Magnus Olsen 2005
|
||||
* Greek Version by Dj Apal
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
|
||||
STRING_USERINIT_FAIL, "H Userinit äå ìðüñåóå íá åêêéíÞóåé ôï êÝëõöïò!\n"
|
||||
|
||||
}
|
|
@ -13,3 +13,4 @@
|
|||
#include "Hu.rc"
|
||||
#include "Es.rc"
|
||||
#include "Ru.rc"
|
||||
#include "Gr.rc"
|
||||
|
|
Loading…
Reference in a new issue