en.dict.itop-config.php 793 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * Localized data
  4. *
  5. * @copyright Copyright (C) 2013 Combodo
  6. * @license http://opensource.org/licenses/AGPL-3.0
  7. */
  8. Dict::Add('EN US', 'English', 'English', array(
  9. 'Menu:ConfigEditor' => 'Configuration',
  10. 'config-edit-title' => 'Configuration File Editor',
  11. 'config-edit-intro' => 'Be very cautious when editing the configuration file.',
  12. 'config-apply' => 'Apply',
  13. 'config-cancel' => 'Reset',
  14. 'config-saved' => 'Successfully recorded.',
  15. 'config-confirm-cancel' => 'Your changes will be lost.',
  16. 'config-no-change' => 'No change: the file has been left unchanged.',
  17. 'config-reverted' => 'The configuration has been reverted.',
  18. 'config-parse-error' => 'Line %2$d: %1$s.<br/>The file has NOT been updated.',
  19. 'config-current-line' => 'Editing line: %1$s',
  20. ));
  21. ?>