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.

en_GB.inc 4.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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'] = 'Sharing';
  17. $labels['myrights'] = 'Access Rights';
  18. $labels['username'] = 'User:';
  19. $labels['advanced'] = 'Advanced mode';
  20. $labels['newuser'] = 'Add entry';
  21. $labels['editperms'] = 'Edit permissions';
  22. $labels['actions'] = 'Access right actions...';
  23. $labels['anyone'] = 'All users (anyone)';
  24. $labels['anonymous'] = 'Guests (anonymous)';
  25. $labels['identifier'] = 'Identifier';
  26. $labels['acll'] = 'Look-up';
  27. $labels['aclr'] = 'Read messages';
  28. $labels['acls'] = 'Keep Seen state';
  29. $labels['aclw'] = 'Write flags';
  30. $labels['acli'] = 'Insert (copy into)';
  31. $labels['aclp'] = 'Post';
  32. $labels['aclc'] = 'Create sub-folders';
  33. $labels['aclk'] = 'Create sub-folders';
  34. $labels['acld'] = 'Delete messages';
  35. $labels['aclt'] = 'Delete messages';
  36. $labels['acle'] = 'Expunge';
  37. $labels['aclx'] = 'Delete folder';
  38. $labels['acla'] = 'Administer';
  39. $labels['acln'] = 'Annotate messages';
  40. $labels['aclfull'] = 'Full control';
  41. $labels['aclother'] = 'Other';
  42. $labels['aclread'] = 'Read';
  43. $labels['aclwrite'] = 'Write';
  44. $labels['acldelete'] = 'Delete';
  45. $labels['shortacll'] = 'Look-up';
  46. $labels['shortaclr'] = 'Read';
  47. $labels['shortacls'] = 'Keep';
  48. $labels['shortaclw'] = 'Write';
  49. $labels['shortacli'] = 'Insert';
  50. $labels['shortaclp'] = 'Post';
  51. $labels['shortaclc'] = 'Create';
  52. $labels['shortaclk'] = 'Create';
  53. $labels['shortacld'] = 'Delete';
  54. $labels['shortaclt'] = 'Delete';
  55. $labels['shortacle'] = 'Expunge';
  56. $labels['shortaclx'] = 'Folder delete';
  57. $labels['shortacla'] = 'Administer';
  58. $labels['shortacln'] = 'Annotate';
  59. $labels['shortaclother'] = 'Other';
  60. $labels['shortaclread'] = 'Read';
  61. $labels['shortaclwrite'] = 'Write';
  62. $labels['shortacldelete'] = 'Delete';
  63. $labels['longacll'] = 'The folder is visible on lists and can be subscribed to.';
  64. $labels['longaclr'] = 'The folder can be opened for reading';
  65. $labels['longacls'] = 'Messages Seen flag can be changed';
  66. $labels['longaclw'] = 'Messages flags and keywords can be changed, except Seen and Deleted.';
  67. $labels['longacli'] = 'Messages can be written or copied to the folder';
  68. $labels['longaclp'] = 'Messages can be posted to this folder';
  69. $labels['longaclc'] = 'Folders can be created (or renamed) directly under this folder';
  70. $labels['longaclk'] = 'Folders can be created (or renamed) directly under this folder';
  71. $labels['longacld'] = 'Messages Delete flag can be changed';
  72. $labels['longaclt'] = 'Messages Delete flag can be changed';
  73. $labels['longacle'] = 'Messages can be expunged';
  74. $labels['longaclx'] = 'The folder can be deleted or renamed';
  75. $labels['longacla'] = 'The folder access rights can be changed';
  76. $labels['longacln'] = 'Messages shared metadata (annotations) can be changed';
  77. $labels['longaclfull'] = 'Full control including folder administration';
  78. $labels['longaclread'] = 'The folder can be opened for reading';
  79. $labels['longaclwrite'] = 'Messages can be marked, written or copied to the folder';
  80. $labels['longacldelete'] = 'Messages can be deleted';
  81. $labels['longaclother'] = 'Other access rights';
  82. $labels['ariasummaryacltable'] = 'List of access rights';
  83. $labels['arialabelaclactions'] = 'List actions';
  84. $labels['arialabelaclform'] = 'Access rights form';
  85. $messages['deleting'] = 'Deleting access rights...';
  86. $messages['saving'] = 'Saving access rights...';
  87. $messages['updatesuccess'] = 'Successfully changed access rights';
  88. $messages['deletesuccess'] = 'Successfully deleted access rights';
  89. $messages['createsuccess'] = 'Successfully added access rights';
  90. $messages['updateerror'] = 'Unable to update access rights';
  91. $messages['deleteerror'] = 'Unable to delete access rights';
  92. $messages['createerror'] = 'Unable to add access rights';
  93. $messages['deleteconfirm'] = 'Are you sure, you want to remove access rights of selected user(s)?';
  94. $messages['norights'] = 'No rights has been specified!';
  95. $messages['nouser'] = 'No username has been specified!';
  96. ?>