diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-07-13 11:10:53 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-07-13 11:10:53 +0200 |
commit | c580170591e06eaeef9eba8be38db4cae4545956 (patch) | |
tree | 97b5001dc8eb8b56cb042e9fffec52c2c93c0f48 /inc/lang/la/lang.php | |
parent | 0bea8ac7882416cdf7ebff130bc724bf7bc94191 (diff) | |
parent | 70519db93fdd6d635397c1354a33f2b1071e2d13 (diff) | |
download | rpg-c580170591e06eaeef9eba8be38db4cae4545956.tar.gz rpg-c580170591e06eaeef9eba8be38db4cae4545956.tar.bz2 |
Merge pull request #1232 from splitbrain/translation-fixes
Translation fixes
Diffstat (limited to 'inc/lang/la/lang.php')
-rw-r--r-- | inc/lang/la/lang.php | 8 |
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'] = '"'; +$lang['doublequoteclosing'] = '"'; $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'; |