summaryrefslogtreecommitdiff
path: root/lib/plugins
diff options
context:
space:
mode:
authormubaidillah <mubaidillah@gmail.com>2006-01-29 11:21:09 +0100
committermubaidillah <mubaidillah@gmail.com>2006-01-29 11:21:09 +0100
commit71592caec748177f115e3d73c2d375c8f90915b5 (patch)
tree4c990b820d638b8f33f767e6d2b46bdc8693b32e /lib/plugins
parentcf157a806193c0cabfbe957c3b9158c5273b7b3b (diff)
downloadrpg-71592caec748177f115e3d73c2d375c8f90915b5.tar.gz
rpg-71592caec748177f115e3d73c2d375c8f90915b5.tar.bz2
indonesian translation
darcs-hash:20060129102109-e8571-5fbd8694737fbfcf2c10056d7aed05193bb15e39.gz
Diffstat (limited to 'lib/plugins')
-rw-r--r--lib/plugins/acl/lang/id/intro.txt12
-rw-r--r--lib/plugins/acl/lang/id/lang.php22
2 files changed, 34 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/id/intro.txt b/lib/plugins/acl/lang/id/intro.txt
new file mode 100644
index 000000000..ff5442e24
--- /dev/null
+++ b/lib/plugins/acl/lang/id/intro.txt
@@ -0,0 +1,12 @@
+====== Access Control List Management ======
+
+On this page you can add and remove permissions for the current
+page and all the [[doku>wiki:namespaces|namespaces]] it is in.
+You should read the [[doku>wiki:acl|official documentation on ACL]]
+to fully understand how access control works.
+
+The page displays all permissions that are significant for the
+current page. Permissions regarding other pages are not shown -- to
+edit them [[this>doku.php?do=index|browse]] to the according page
+first, then change to the ACL Administration.
+
diff --git a/lib/plugins/acl/lang/id/lang.php b/lib/plugins/acl/lang/id/lang.php
new file mode 100644
index 000000000..1068d04f6
--- /dev/null
+++ b/lib/plugins/acl/lang/id/lang.php
@@ -0,0 +1,22 @@
+<?php
+/**
+ * Indonesian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author mubaidillah <mubaidillah@gmail.com>
+ */
+
+$lang['admin_acl'] = 'Manajemen Daftar Pengendali Akses';
+
+$lang['acl_group'] = 'Grup';
+$lang['acl_user'] = 'User';
+$lang['acl_perms'] = 'Ijin untuk';
+$lang['page'] = 'Halaman';
+$lang['namespace'] = 'Namespace';
+
+$lang['acl_perm1'] = 'Baca';
+$lang['acl_perm2'] = 'Ubah';
+$lang['acl_perm4'] = 'Buat';
+$lang['acl_perm8'] = 'Upload';
+$lang['acl_perm16'] = 'Hapus';
+$lang['acl_new'] = 'Tambah Entry baru';