summaryrefslogtreecommitdiff
path: root/inc/lang/el
diff options
context:
space:
mode:
authorAnika Henke <a.c.henke@arcor.de>2007-02-11 18:20:15 +0100
committerAnika Henke <a.c.henke@arcor.de>2007-02-11 18:20:15 +0100
commit71b40da27911263b852a9c60b0243b04e4802d08 (patch)
tree2de8e7c764107090d3c1bcf19319c37b0ecf9eaa /inc/lang/el
parent54f7220e240f8b20d6750ed02327d78470a108b1 (diff)
downloadrpg-71b40da27911263b852a9c60b0243b04e4802d08.tar.gz
rpg-71b40da27911263b852a9c60b0243b04e4802d08.tar.bz2
language-specific quotation marks (FS#438)
darcs-hash:20070211172015-d5083-2cab923b001391012a0a469746438d4d4087a718.gz
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.';