diff options
author | Carl Sutton <dogmatic69@gmail.com> | 2009-02-26 16:07:55 +0100 |
---|---|---|
committer | Carl Sutton <dogmatic69@gmail.com> | 2009-02-26 16:07:55 +0100 |
commit | b14a97aef26bc5ae134ea206ab27467c3a30828e (patch) | |
tree | d1263277e505947aad47901fddc7ebf1433036ba /lib/plugins/acl | |
parent | 7558821bb652d5818464777c961cd754c0b759bc (diff) | |
download | rpg-b14a97aef26bc5ae134ea206ab27467c3a30828e.tar.gz rpg-b14a97aef26bc5ae134ea206ab27467c3a30828e.tar.bz2 |
Afrikaans translation added
Ignore-this: 67496b5f65e6050a8abc7abc8c095fab
darcs-hash:20090226150755-463cc-e93471a14433f020478226e5b216c3680e669546.gz
Diffstat (limited to 'lib/plugins/acl')
-rw-r--r-- | lib/plugins/acl/lang/af/lang.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/af/lang.php b/lib/plugins/acl/lang/af/lang.php new file mode 100644 index 000000000..04d9b0acf --- /dev/null +++ b/lib/plugins/acl/lang/af/lang.php @@ -0,0 +1,10 @@ +<?php +/** + * Afrikaans language file + * + */ +$lang['page'] = 'Bladsy'; +$lang['acl_perm0'] = 'Niks'; +$lang['acl_perm1'] = 'Lees'; +$lang['acl_perm2'] = 'Verander'; +$lang['acl_perm4'] = 'Maak'; |