summaryrefslogtreecommitdiff
path: root/inc/lang/la
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-07-13 11:10:53 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-07-13 11:10:53 +0200
commitc580170591e06eaeef9eba8be38db4cae4545956 (patch)
tree97b5001dc8eb8b56cb042e9fffec52c2c93c0f48 /inc/lang/la
parent0bea8ac7882416cdf7ebff130bc724bf7bc94191 (diff)
parent70519db93fdd6d635397c1354a33f2b1071e2d13 (diff)
downloadrpg-c580170591e06eaeef9eba8be38db4cae4545956.tar.gz
rpg-c580170591e06eaeef9eba8be38db4cae4545956.tar.bz2
Merge pull request #1232 from splitbrain/translation-fixes
Translation fixes
Diffstat (limited to 'inc/lang/la')
-rw-r--r--inc/lang/la/lang.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/lang/la/lang.php b/inc/lang/la/lang.php
index 35f8308d0..d6b828525 100644
--- a/inc/lang/la/lang.php
+++ b/inc/lang/la/lang.php
@@ -12,11 +12,11 @@
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
-$lang['doublequoteopening'] = '"';
-$lang['doublequoteclosing'] = '"';
+$lang['doublequoteopening'] = '&quot;';
+$lang['doublequoteclosing'] = '&quot;';
$lang['singlequoteopening'] = '`';
-$lang['singlequoteclosing'] = '\'';
-$lang['apostrophe'] = '´';
+$lang['singlequoteclosing'] = '´';
+$lang['apostrophe'] = '\'';
$lang['btn_edit'] = 'Recensere hanc paginam';
$lang['btn_source'] = 'Fontem uidere';
$lang['btn_show'] = 'Ostendere paginam';