Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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. ?>