greak translation from Apal : bug 1509

svn path=/trunk/; revision=22555
This commit is contained in:
Magnus Olsen 2006-06-24 12:00:57 +00:00
parent 889b1803ff
commit 7447fad94e
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,13 @@
#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_DllNotLoaded, "LoadLibrary äåí êáôÜöåñå íá öïñôþóåé '%s'"
IDS_MissingEntry, "Ëåßðåé ôï óçìåßï åêêßíçóçò:%s\nIn %s"
}

View file

@ -10,3 +10,5 @@
#include "De.rc"
#include "Hu.rc"
#include "Ru.rc"
#include "Gr.rc"