~ubuntu-branches/ubuntu/karmic/dokuwiki/karmic

« back to all changes in this revision

Viewing changes to lib/plugins/acl/lang/id/lang.php

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2007-03-29 19:44:52 UTC
  • mfrom: (2.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20070329194452-8r2w798oo21ago6l
Tags: 0.0.20061106-6
* High-urgency upload for fixing RC bug.
* Make fr.po's translation of "global" consistent. (Closes: #416509)
* Remove /etc/apache*/conf.d/ on purge. (Closes: #387974)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * Indonesian language file
 
4
 *
 
5
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 
6
 * @author     mubaidillah <mubaidillah@gmail.com>
 
7
 */
 
8
 
 
9
$lang['admin_acl']  = 'Manajemen Daftar Pengendali Akses';
 
10
 
 
11
$lang['acl_group']  = 'Grup';
 
12
$lang['acl_user']   = 'User';
 
13
$lang['acl_perms']  = 'Ijin untuk';
 
14
$lang['page']       = 'Halaman';
 
15
$lang['namespace']  = 'Namespace';
 
16
 
 
17
$lang['acl_perm1']  = 'Baca';
 
18
$lang['acl_perm2']  = 'Ubah';
 
19
$lang['acl_perm4']  = 'Buat';
 
20
$lang['acl_perm8']  = 'Upload';
 
21
$lang['acl_perm16'] = 'Hapus';
 
22
$lang['acl_new']    = 'Tambah Entry baru';