summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/lang/cs
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-06-15 08:27:52 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-06-15 08:27:52 +0200
commit6b083ad5546e0efe8aab0bef2e03ed4502379973 (patch)
treeb6e0ddf7e37a5a252e33de7b6b443642b18eec49 /lib/plugins/acl/lang/cs
parent04092674ab69285e6919dae56a240efad2fb952d (diff)
parent0090d674d4d9cbeeae7964d01b3c60d5ae38d223 (diff)
downloadrpg-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/cs')
-rw-r--r--lib/plugins/acl/lang/cs/lang.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/acl/lang/cs/lang.php b/lib/plugins/acl/lang/cs/lang.php
index 8031612f7..497d53a4a 100644
--- a/lib/plugins/acl/lang/cs/lang.php
+++ b/lib/plugins/acl/lang/cs/lang.php
@@ -15,8 +15,8 @@
* @author mkucera66@seznam.cz
*/
$lang['admin_acl'] = 'Správa přístupových práv';
-$lang['acl_group'] = 'Skupina';
-$lang['acl_user'] = 'Uživatel';
+$lang['acl_group'] = 'Skupina:';
+$lang['acl_user'] = 'Uživatel:';
$lang['acl_perms'] = 'Práva pro';
$lang['page'] = 'Stránka';
$lang['namespace'] = 'Jmenný prostor';