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.

kab.inc 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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'] = 'Beṭṭu';
  17. $labels['myrights'] = 'Izerfan n unekcum';
  18. $labels['username'] = 'Aseqdac:';
  19. $labels['advanced'] = 'Askar leqqayen';
  20. $labels['newuser'] = 'Rnu anekcam';
  21. $labels['editperms'] = 'Ẓreg tisirag';
  22. $labels['actions'] = 'Tigawin n izerfan n unekcum...';
  23. $labels['anyone'] = 'Akk iseqdacen (yal yiwen)';
  24. $labels['anonymous'] = 'Inebgawen (udrigen)';
  25. $labels['identifier'] = 'Sulu';
  26. $labels['acll'] = 'Nadi';
  27. $labels['aclr'] = 'Ɣer iznan';
  28. $labels['aclp'] = 'Aru izen';
  29. $labels['aclc'] = 'Rnu ikaramen isnawanen';
  30. $labels['aclk'] = 'Rnu ikaramen isnawanen';
  31. $labels['acld'] = 'Kkes iznan';
  32. $labels['aclt'] = 'Ɣer iznan';
  33. $labels['acle'] = 'Sfeḍ';
  34. $labels['aclx'] = 'Kkes akaram';
  35. $labels['acla'] = 'Sefrek';
  36. $labels['acln'] = 'Rnu tizmilin i yiznan';
  37. $labels['aclother'] = 'Ayen-nniḍen';
  38. $labels['aclread'] = 'Ɣeṛ';
  39. $labels['aclwrite'] = 'Aru';
  40. $labels['acldelete'] = 'Kkes';
  41. $labels['shortacll'] = 'Nadi';
  42. $labels['shortaclr'] = 'Ɣeṛ';
  43. $labels['shortaclw'] = 'Aru';
  44. $labels['shortaclp'] = 'Aru izen';
  45. $labels['shortaclc'] = 'Rnu';
  46. $labels['shortaclk'] = 'Rnu';
  47. $labels['shortacld'] = 'Kkes';
  48. $labels['shortaclt'] = 'Kkes';
  49. $labels['shortacle'] = 'Sfeḍ';
  50. $labels['shortacla'] = 'Sefrek';
  51. $labels['shortacln'] = 'Rnu tazmilt';
  52. $labels['shortaclother'] = 'Ayen-nniḍen';
  53. $labels['shortaclread'] = 'Ɣeṛ';
  54. $labels['shortaclwrite'] = 'Aru';
  55. $labels['shortacldelete'] = 'Kkes';
  56. $messages['deleting'] = 'Kkes akk izerfan n unekcum...';
  57. ?>