en.dict.itop-welcome-itil.php 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?php
  2. // Copyright (C) 2010-2014 Combodo SARL
  3. //
  4. // This file is part of iTop.
  5. //
  6. // iTop is free software; you can redistribute it and/or modify
  7. // it under the terms of the GNU Affero General Public License as published by
  8. // the Free Software Foundation, either version 3 of the License, or
  9. // (at your option) any later version.
  10. //
  11. // iTop is distributed in the hope that it will be useful,
  12. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. // GNU Affero General Public License for more details.
  15. //
  16. // You should have received a copy of the GNU Affero General Public License
  17. // along with iTop. If not, see <http://www.gnu.org/licenses/>
  18. /**
  19. * @copyright Copyright (C) 2010-2014 Combodo SARL
  20. * @license http://opensource.org/licenses/AGPL-3.0
  21. */
  22. Dict::Add('EN US', 'English', 'English', array(
  23. 'Menu:DataSources' => 'Synchronization Data Sources',
  24. 'Menu:DataSources+' => 'All Synchronization Data Sources',
  25. 'Menu:WelcomeMenu' => 'Welcome',
  26. 'Menu:WelcomeMenu+' => 'Welcome to iTop',
  27. 'Menu:WelcomeMenuPage' => 'Welcome',
  28. 'Menu:WelcomeMenuPage+' => 'Welcome to iTop',
  29. 'Menu:AdminTools' => 'Admin tools',
  30. 'Menu:AdminTools+' => 'Administration tools',
  31. 'Menu:AdminTools?' => 'Tools accessible only to users having the administrator profile',
  32. 'Menu:DataModelMenu' => 'Data Model',
  33. 'Menu:DataModelMenu+' => 'Overview of the Data Model',
  34. 'Menu:ExportMenu' => 'Export',
  35. 'Menu:ExportMenu+' => 'Export the results of any query in HTML, CSV or XML',
  36. 'Menu:NotificationsMenu' => 'Notifications',
  37. 'Menu:NotificationsMenu+' => 'Configuration of the Notifications',
  38. 'Menu:AuditCategories' => 'Audit Categories',
  39. 'Menu:AuditCategories+' => 'Audit Categories',
  40. 'Menu:Notifications:Title' => 'Audit Categories',
  41. 'Menu:RunQueriesMenu' => 'Run Queries',
  42. 'Menu:RunQueriesMenu+' => 'Run any query',
  43. 'Menu:QueryMenu' => 'Query phrasebook',
  44. 'Menu:QueryMenu+' => 'Query phrasebook',
  45. 'Menu:UniversalSearchMenu' => 'Universal Search',
  46. 'Menu:UniversalSearchMenu+' => 'Search for anything...',
  47. 'Menu:UserManagementMenu' => 'User Management',
  48. 'Menu:UserManagementMenu+' => 'User management',
  49. 'Menu:ProfilesMenu' => 'Profiles',
  50. 'Menu:ProfilesMenu+' => 'Profiles',
  51. 'Menu:ProfilesMenu:Title' => 'Profiles',
  52. 'Menu:UserAccountsMenu' => 'User Accounts',
  53. 'Menu:UserAccountsMenu+' => 'User Accounts',
  54. 'Menu:UserAccountsMenu:Title' => 'User Accounts',
  55. 'Menu:MyShortcuts' => 'My Shortcuts',
  56. ));