en.dict.itop-config.php 787 B

123456789101112131415161718192021
  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. In particular, only the upper items (i.e. the global configuration and modules settings) should be edited.',
  12. 'config-apply' => 'Apply',
  13. 'config-cancel' => 'Reset',
  14. 'config-confirm-cancel' => 'Your changes will be lost.',
  15. 'config-no-change' => 'No change: the file has been left unchanged.',
  16. 'config-parse-error' => 'Line %2$d: %1$s.<br/>The file has NOT been updated.',
  17. 'config-current-line' => 'Editing line: %1$s',
  18. ));
  19. ?>