diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-06-15 08:27:52 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-06-15 08:27:52 +0200 |
commit | 6b083ad5546e0efe8aab0bef2e03ed4502379973 (patch) | |
tree | b6e0ddf7e37a5a252e33de7b6b443642b18eec49 /lib/plugins/acl/lang/ia | |
parent | 04092674ab69285e6919dae56a240efad2fb952d (diff) | |
parent | 0090d674d4d9cbeeae7964d01b3c60d5ae38d223 (diff) | |
download | rpg-6b083ad5546e0efe8aab0bef2e03ed4502379973.tar.gz rpg-6b083ad5546e0efe8aab0bef2e03ed4502379973.tar.bz2 |
Merge pull request #719 from splitbrain/trailingcolons
Move trailing colons to the language strings
Diffstat (limited to 'lib/plugins/acl/lang/ia')
-rw-r--r-- | lib/plugins/acl/lang/ia/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/acl/lang/ia/lang.php b/lib/plugins/acl/lang/ia/lang.php index f7d076539..121424c47 100644 --- a/lib/plugins/acl/lang/ia/lang.php +++ b/lib/plugins/acl/lang/ia/lang.php @@ -6,8 +6,8 @@ * @author Martijn Dekker <martijn@inlv.org> */ $lang['admin_acl'] = 'Gestion de listas de controlo de accesso'; -$lang['acl_group'] = 'Gruppo'; -$lang['acl_user'] = 'Usator'; +$lang['acl_group'] = 'Gruppo:'; +$lang['acl_user'] = 'Usator:'; $lang['acl_perms'] = 'Permissiones pro'; $lang['page'] = 'Pagina'; $lang['namespace'] = 'Spatio de nomines'; |