summaryrefslogtreecommitdiff
path: root/inc/lang/el
diff options
context:
space:
mode:
Diffstat (limited to 'inc/lang/el')
-rw-r--r--inc/lang/el/lang.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/lang/el/lang.php b/inc/lang/el/lang.php
index 16ac3a4af..6c58cae31 100644
--- a/inc/lang/el/lang.php
+++ b/inc/lang/el/lang.php
@@ -7,6 +7,11 @@
* @author Anika Henke <henke@cosmocode.de>
* @author Thanos Massias <tm@navarino.gr>
*/
+$lang['doublequoteopening'] = '“';//&ldquo;
+$lang['doublequoteclosing'] = '„';//&bdquo;
+$lang['singlequoteopening'] = '‘';//&lsquo;
+$lang['singlequoteclosing'] = '‚';//&sbquo;
+
$lang['admin_register'] = 'Προσθήκη νέου χρήστη...';
$lang['authmodfailed'] = 'Κακή ρύθμιση λίστας χρηστών. Παρακαλούμε ενημερώστε τον διαχειριστή του wiki.';
$lang['authtempfail'] = 'Η είσοδος χρηστών δεν λειτουργεί αυτή την στιγμή. Εάν αυτό διαρκεί για πολύ χρόνο, παρακαλούμε ενημερώστε τον διαχειριστή του wiki.';