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_EN.inc 1.1KB

1234567891011121314151617181920212223
  1. <?php
  2. $labels = array();
  3. /*
  4. +-----------------------------------------------------------------------+
  5. | localization/en_EN/labels.inc |
  6. | |
  7. | Language file of the Roundcube Webmail client |
  8. | Copyright (C) 2012, The Roundcube Dev Team |
  9. | Licensed under the GNU General Public License |
  10. | |
  11. +-----------------------------------------------------------------------+
  12. | Author: Thomas |
  13. +-----------------------------------------------------------------------+
  14. */
  15. $labels['automaticallycollected'] = 'Automatically Collected';
  16. $labels['useautoabook'] = 'Use automatic address book';
  17. $labels['useforcompletion'] = 'Use automatically collected addresses for autocompletion';
  18. $labels['contactremoved'] = 'Contact(s) deleted from automatic address book';
  19. $labels['contactmoved'] = 'Contact(s) moved from automatic address book';
  20. ?>