[qet] [2373] Greek translation for Imported elements folder |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2373
Author: aitolos
Date: 2013-07-04 18:15:51 +0200 (Thu, 04 Jul 2013)
Log Message:
-----------
Greek translation for Imported elements folder
Modified Paths:
--------------
trunk/sources/qetproject.cpp
Modified: trunk/sources/qetproject.cpp
===================================================================
--- trunk/sources/qetproject.cpp 2013-07-04 15:55:06 UTC (rev 2372)
+++ trunk/sources/qetproject.cpp 2013-07-04 16:15:51 UTC (rev 2373)
@@ -1146,7 +1146,8 @@
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 @@
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);
}