From 8d38a42f6a5ba6b79dfe6b4f21005660b2c66e15 Mon Sep 17 00:00:00 2001 From: aitolos Date: Thu, 4 Jul 2013 16:15:51 +0000 Subject: [PATCH] Greek translation for Imported elements folder git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2373 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetproject.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sources/qetproject.cpp b/sources/qetproject.cpp index 23887e739..1473629a8 100644 --- a/sources/qetproject.cpp +++ b/sources/qetproject.cpp @@ -1146,7 +1146,8 @@ NamesList QETProject::namesListForIntegrationCategory() { NamesList names; const QChar russian_data[24] = { 0x0418, 0x043C, 0x043F, 0x043E, 0x0440, 0x0442, 0x0438, 0x0440, 0x043E, 0x0432, 0x0430, 0x043D, 0x043D, 0x044B, 0x0435, 0x0020, 0x044D, 0x043B, 0x0435, 0x043C, 0x0435, 0x043D, 0x0442, 0x044B }; - + const QChar greek_data[18] = { 0x0395, 0x03b9, 0x03c3, 0x03b7, 0x03b3, 0x03bc, 0x03ad, 0x03bd, 0x03b1, 0x0020, 0x03c3, 0x03c4, 0x03bf, 0x03b9, 0x03c7, 0x03b5, 0x03af, 0x03b1 }; + names.addName("fr", "\311l\351ments import\351s"); names.addName("en", "Imported elements"); names.addName("es", "Elementos importados"); @@ -1154,6 +1155,7 @@ NamesList QETProject::namesListForIntegrationCategory() { names.addName("cs", "Zaveden\351 prvky"); names.addName("pl", "Elementy importowane"); names.addName("it", "Elementi importati"); + names.addName("el", QString(greek_data, 18)); return(names); }