diff options
author | hakan.sandell <hakan.sandell@mydata.se> | 2008-05-01 16:04:24 +0200 |
---|---|---|
committer | hakan.sandell <hakan.sandell@mydata.se> | 2008-05-01 16:04:24 +0200 |
commit | 211977d21fc069026edcf3c5cfd9dbeb2c67a492 (patch) | |
tree | 4bc09684353203bd597ac45cb8dd12089960c516 /lib/plugins/acl/lang/en | |
parent | 8a60e757ea66555a4cc777daa7d25ae235de6291 (diff) | |
download | rpg-211977d21fc069026edcf3c5cfd9dbeb2c67a492.tar.gz rpg-211977d21fc069026edcf3c5cfd9dbeb2c67a492.tar.bz2 |
acl select button translated
darcs-hash:20080501140424-9a5f4-ffd4899c01acdebc94524798c9d7170b669314d1.gz
Diffstat (limited to 'lib/plugins/acl/lang/en')
-rw-r--r-- | lib/plugins/acl/lang/en/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/en/lang.php b/lib/plugins/acl/lang/en/lang.php index 918451305..849e6074e 100644 --- a/lib/plugins/acl/lang/en/lang.php +++ b/lib/plugins/acl/lang/en/lang.php @@ -15,6 +15,8 @@ $lang['acl_perms'] = 'Permissions for'; $lang['page'] = 'Page'; $lang['namespace'] = 'Namespace'; +$lang['btn_select'] = 'Select'; + $lang['p_user_id'] = 'User <b class="acluser">%s</b> currently has the following permissions on page <b class="aclpage">%s</b>: <i>%s</i>.'; $lang['p_user_ns'] = 'User <b class="acluser">%s</b> currently has the following permissions in namespace <b class="aclns">%s</b>: <i>%s</i>.'; $lang['p_group_id'] = 'Members of group <b class="aclgroup">%s</b> currently have the following permissions on page <b class="aclpage">%s</b>: <i>%s</i>.'; |