greak translation from Apal : bug 1509

svn path=/trunk/; revision=22554
This commit is contained in:
Magnus Olsen 2006-06-24 11:58:13 +00:00
parent 260c2762d2
commit 889b1803ff
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,18 @@
#include "resource.h"
/*
* Moved all hardcoded strings to En.rc.
* By Magnus Olsen 2005 magnus@itkonsult-olsen.com
* GR.rc by Dj Apal®
*
*/
LANGUAGE LANG_GREEK, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
{
IDS_Copy, "ReactOS Expansion Utility Version 1.0\n\
Copyright Victor Schneider 1997\n\n\
×ñÞóç: %s infile [outfile]\n"
IDS_FAILS "LZÁíôéãñáöÞ áðÝôõ÷å: åðéóôñÜöçêå %ld\n"
}

View file

@ -11,3 +11,4 @@
#include "Ru.rc" #include "Ru.rc"
#include "Sv.rc" #include "Sv.rc"
#include "Hu.rc" #include "Hu.rc"
#include "Gr.rc"