source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/acl/lang/id/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 794 bytes
Line 
1<?php
2/**
3 * Indonesian language file
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author mubaidillah <[email protected]>
7 * @author Yustinus Waruwu <[email protected]>
8 */
9$lang['admin_acl'] = 'Manajemen Daftar Pengendali Akses';
10$lang['acl_group'] = 'Grup';
11$lang['acl_user'] = 'User';
12$lang['acl_perms'] = 'Ijin untuk';
13$lang['page'] = 'Halaman';
14$lang['namespace'] = 'Namespace';
15$lang['btn_select'] = 'Pilih';
16$lang['acl_perm1'] = 'Baca';
17$lang['acl_perm2'] = 'Ubah';
18$lang['acl_perm4'] = 'Buat';
19$lang['acl_perm8'] = 'Upload';
20$lang['acl_perm16'] = 'Hapus';
21$lang['acl_new'] = 'Tambah Entry baru';
Note: See TracBrowser for help on using the repository browser.