source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/acl/lang/th/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: 1.4 KB
Line 
1<?php
2/**
3 * Thai language file
4 *
5 * @author Komgrit Niyomrath <[email protected]>
6 * @author Kittithat Arnontavilas [email protected]
7 * @author Kittithat Arnontavilas <[email protected]>
8 * @author Thanasak Sompaisansin <[email protected]>
9 */
10$lang['admin_acl'] = 'àžˆàž±àž”àžàž²àž£àž£àž²àž¢àžŠàž·à¹ˆàž­à¹€àžžàž·à¹ˆàž­àž„àž§àžšàž„àžžàž¡àžàž²àž£à¹€àž‚à¹‰àž²àž–àž¶àž‡ (Access Control List:ACL)';
11$lang['acl_group'] = 'àžàž¥àžžà¹ˆàž¡';
12$lang['acl_user'] = 'àžœàž¹à¹‰à¹ƒàžŠà¹‰';
13$lang['acl_perms'] = 'àžªàžŽàž—àž˜àžŽàžªàž³àž«àž£àž±àžš';
14$lang['page'] = 'à¹€àžžàžˆ';
15$lang['namespace'] = 'à¹€àž™àž¡àžªà¹€àž›àž‹';
16$lang['btn_select'] = 'à¹€àž¥àž·àž­àž';
17$lang['where'] = 'à¹€àžžàžˆ/à¹€àž™àž¡àžªà¹€àž›àž‹';
18$lang['who'] = 'àžœàž¹à¹‰à¹ƒàžŠà¹‰/àžàž¥àžžà¹ˆàž¡';
19$lang['perm'] = 'àžªàžŽàž—àž˜àžŽà¹Œ';
20$lang['acl_perm0'] = 'à¹„àž£à¹‰àžªàžŽàž—àž˜àžŽà¹Œ';
21$lang['acl_perm1'] = 'àž­à¹ˆàž²àž™';
22$lang['acl_perm2'] = 'à¹àžà¹‰à¹„àž‚';
23$lang['acl_perm4'] = 'àžªàž£à¹‰àž²àž‡';
24$lang['acl_perm8'] = 'àž­àž±àžžà¹‚àž«àž¥àž”';
25$lang['acl_perm16'] = 'àž¥àžš';
26$lang['acl_new'] = 'à¹€àžžàžŽà¹ˆàž¡à¹€àž™àž·à¹‰àž­àž«àž²à¹ƒàž«àž¡à¹ˆ';
27$lang['acl_mod'] = 'àž›àž£àž±àžšà¹àžà¹‰à¹€àž™àž·à¹‰àž­àž«àž²';
Note: See TracBrowser for help on using the repository browser.