Module: wine
Branch: master
Commit: 825e5ffb3f72407d1e91e363cc33d52f2bd25511
URL: http://source.winehq.org/git/wine.git/?a=commit;h=825e5ffb3f72407d1e91e363c…
Author: Apostolos Alexiadis <djapal(a)gmail.com>
Date: Sat Apr 5 13:06:34 2008 +0300
oleaut32: Added Greek translation.
---
dlls/oleaut32/oleaut32.rc | 1 +
dlls/oleaut32/oleaut32_El.rc | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/dlls/oleaut32/oleaut32.rc b/dlls/oleaut32/oleaut32.rc
index 52e5d8d..44a3641 100644
--- a/dlls/oleaut32/oleaut32.rc
+++ b/dlls/oleaut32/oleaut32.rc
@@ -27,6 +27,7 @@
#include "oleaut32_Bg.rc"
#include "oleaut32_De.rc"
#include "oleaut32_Dk.rc"
+#include "oleaut32_El.rc"
#include "oleaut32_En.rc"
#include "oleaut32_Eo.rc"
#include "oleaut32_Es.rc"
diff --git a/dlls/oleaut32/oleaut32_El.rc b/dlls/oleaut32/oleaut32_El.rc
new file mode 100644
index 0000000..145c1a1
--- /dev/null
+++ b/dlls/oleaut32/oleaut32_El.rc
@@ -0,0 +1,31 @@
+/*
+ * Greek resources for oleaut32
+ *
+ * Copyright 200 Apostolos Alexiadis
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_TRUE "������"
+ IDS_FALSE "������"
+ IDS_YES "���"
+ IDS_NO "���"
+ IDS_ON "������"
+ IDS_OFF "��������"
+}