source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/acl/lang/et/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: 813 bytes
Line 
1<?php
2/**
3 * Estonian language file
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author Oliver S6ro <[email protected]>
7 * @author Aari Juhanson <[email protected]>
8 * @author Kaiko Kaur <[email protected]>
9 * @author [email protected]
10 */
11$lang['admin_acl'] = 'LigipÀÀsukontrolli nimekirja haldamine';
12$lang['acl_group'] = 'Grupp';
13$lang['acl_user'] = 'Kasutaja';
14$lang['acl_perms'] = 'Lubatud';
15$lang['page'] = 'leht';
16$lang['namespace'] = 'alajaotus';
17$lang['acl_perm1'] = 'Lugemine';
18$lang['acl_perm2'] = 'Toimetamine';
19$lang['acl_perm4'] = 'Tekitamine';
20$lang['acl_perm8'] = 'Üles laadimine';
21$lang['acl_new'] = 'Uue kirje lisamine';
Note: See TracBrowser for help on using the repository browser.