Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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'] = 'Bo‘lishish';
  17. $labels['myrights'] = 'Kirish huquqlari';
  18. $labels['username'] = 'Foydalanuvchi:';
  19. $labels['advanced'] = 'Kengaytirilgan rejim';
  20. $labels['add'] = 'Qo`shish';
  21. $labels['newuser'] = 'Qo‘shish';
  22. $labels['editperms'] = 'Ruxsatlarni tahrirlash';
  23. $labels['actions'] = 'Kirish huquqi harakatlari';
  24. $labels['anyone'] = 'Barcha foydalanuvchilar (hamma)';
  25. $labels['anonymous'] = 'Mehmonlar (anonim)';
  26. $labels['identifier'] = 'Identifikatsiya';
  27. $labels['acll'] = 'Qidirish';
  28. $labels['aclr'] = 'Xatlarni o‘qish';
  29. $labels['acli'] = 'Kiritish (...ga nusxalash)';
  30. $labels['aclp'] = 'Xat';
  31. $labels['aclc'] = 'Ichki papkalarni yaratish';
  32. $labels['aclk'] = 'Ichki papkalarni yaratish';
  33. $labels['acld'] = 'Xabarlarni o‘chirish';
  34. $labels['aclt'] = 'Xabarlarni o‘chirish';
  35. $labels['aclx'] = 'Papkani o‘chirish';
  36. $labels['aclother'] = 'Boshqa';
  37. $labels['aclread'] = 'O`qilgan';
  38. $labels['acldelete'] = 'O`chirish';
  39. $labels['shortacll'] = 'Qidirish';
  40. $labels['shortaclr'] = 'O`qilgan';
  41. $labels['shortaclp'] = 'Xat';
  42. $labels['shortaclc'] = 'Yaratish';
  43. $labels['shortaclk'] = 'Yaratish';
  44. $labels['shortacld'] = 'O`chirish';
  45. $labels['shortaclt'] = 'O`chirish';
  46. $labels['shortaclother'] = 'Boshqa';
  47. $labels['shortaclread'] = 'O`qilgan';
  48. $labels['shortacldelete'] = 'O`chirish';
  49. ?>