From 71592caec748177f115e3d73c2d375c8f90915b5 Mon Sep 17 00:00:00 2001 From: mubaidillah Date: Sun, 29 Jan 2006 11:21:09 +0100 Subject: indonesian translation darcs-hash:20060129102109-e8571-5fbd8694737fbfcf2c10056d7aed05193bb15e39.gz --- lib/plugins/acl/lang/id/intro.txt | 12 ++++++++++++ lib/plugins/acl/lang/id/lang.php | 22 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 lib/plugins/acl/lang/id/intro.txt create mode 100644 lib/plugins/acl/lang/id/lang.php (limited to 'lib') 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 @@ + + */ + +$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'; -- cgit v1.2.3