File: lang.php

package info (click to toggle)
dokuwiki 0.0.20091225c-10%2Bsqueeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 19,292 kB
  • ctags: 11,043
  • sloc: php: 93,871; sh: 385; perl: 193; makefile: 27
file content (21 lines) | stat: -rw-r--r-- 794 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
 * Indonesian language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author mubaidillah <mubaidillah@gmail.com>
 * @author Yustinus Waruwu <juswaruwu@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['btn_select']            = 'Pilih';
$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';