You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/acl/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail ACL plugin |
  7. | Copyright (C) 2012-2013, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/
  15. */
  16. $labels['sharing'] = 'การแชร์ข้อมูล';
  17. $labels['myrights'] = 'สิทธิ์การเข้าใช้';
  18. $labels['username'] = 'ผู้ใช้งาน:';
  19. $labels['newuser'] = 'เพิ่มรายการ';
  20. $labels['anyone'] = 'ผู้ใช้งานทั้งหมด (ใครก็ได้)';
  21. $labels['anonymous'] = 'ผู้เยี่ยมชม (คนแปลกหน้า)';
  22. $labels['aclr'] = 'อ่านข้อความ';
  23. $labels['acli'] = 'แทรก (คัดลอกไปไว้)';
  24. $labels['aclp'] = 'โพสต์';
  25. $labels['aclc'] = 'สร้างโฟลเดอร์ย่อย';
  26. $labels['aclk'] = 'สร้างโฟลเดอร์ย่อย';
  27. $labels['acld'] = 'ลบข้อความ';
  28. $labels['aclt'] = 'ลบข้อความ';
  29. $labels['aclx'] = 'ลบโฟลเดอร์';
  30. $labels['aclother'] = 'อื่นๆ';
  31. $labels['aclread'] = 'อ่าน';
  32. $labels['aclwrite'] = 'เขียน';
  33. $labels['acldelete'] = 'ลบ';
  34. $labels['shortaclr'] = 'อ่าน';
  35. $labels['shortaclw'] = 'เขียน';
  36. $labels['shortacli'] = 'แทรก';
  37. $labels['shortaclp'] = 'โพสต์';
  38. $labels['shortaclc'] = 'สร้าง';
  39. $labels['shortaclk'] = 'สร้าง';
  40. $labels['shortacld'] = 'ลบ';
  41. $labels['shortaclt'] = 'ลบ';
  42. $labels['shortaclx'] = 'ลบโฟลเดอร์';
  43. $labels['shortaclother'] = 'อื่นๆ';
  44. $labels['shortaclread'] = 'อ่าน';
  45. $labels['shortaclwrite'] = 'เขียน';
  46. $labels['shortacldelete'] = 'ลบ';
  47. ?>