en.dict.itop-portal-base.php 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?php
  2. // Copyright (C) 2010-2015 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-2012 Combodo SARL
  20. * @license http://opensource.org/licenses/AGPL-3.0
  21. */
  22. // Portal
  23. Dict::Add('EN US', 'English', 'English', array(
  24. 'Page:DefaultTitle' => 'iTop User portal',
  25. 'Page:PleaseWait' => 'Please wait...',
  26. 'Page:Home' => 'Home',
  27. 'Page:GoPortalHome' => 'Home page',
  28. 'Page:GoPreviousPage' => 'Previous page',
  29. 'Portal:Button:Submit' => 'Submit',
  30. 'Portal:Button:Cancel' => 'Cancel',
  31. 'Portal:Button:Close' => 'Close',
  32. 'Portal:Button:Add' => 'Add',
  33. 'Portal:Button:Remove' => 'Remove',
  34. 'Portal:Button:Delete' => 'Delete',
  35. 'Portal:EnvironmentBanner:Title' => 'You are currently in <strong>%1$s</strong> mode',
  36. 'Portal:EnvironmentBanner:GoToProduction' => 'Go back to PRODUCTION mode',
  37. 'Error:HTTP:401' => 'Authentication',
  38. 'Error:HTTP:404' => 'Page not found',
  39. 'Error:HTTP:500' => 'Oops! An error has occured.',
  40. 'Error:HTTP:GetHelp' => 'Please contact your iTop administrator if the problem keeps happening.',
  41. 'Error:XHR:Fail' => 'Could not load data, please contact your iTop administrator',
  42. 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.',
  43. 'Portal:Datatables:Language:Processing' => 'Please wait...',
  44. 'Portal:Datatables:Language:Search' => 'Filter:',
  45. 'Portal:Datatables:Language:LengthMenu' => 'Display _MENU_ items per page',
  46. 'Portal:Datatables:Language:ZeroRecords' => 'No result',
  47. 'Portal:Datatables:Language:Info' => 'Page _PAGE_ of _PAGES_',
  48. 'Portal:Datatables:Language:InfoEmpty' => 'No information',
  49. 'Portal:Datatables:Language:InfoFiltered' => 'filtered out of _MAX_ items',
  50. 'Portal:Datatables:Language:EmptyTable' => 'No data available in this table',
  51. 'Portal:Datatables:Language:DisplayLength:All' => 'All',
  52. 'Portal:Datatables:Language:Paginate:First' => 'First',
  53. 'Portal:Datatables:Language:Paginate:Previous' => 'Previous',
  54. 'Portal:Datatables:Language:Paginate:Next' => 'Next',
  55. 'Portal:Datatables:Language:Paginate:Last' => 'Last',
  56. 'Portal:Datatables:Language:Sort:Ascending' => 'enable for an ascending sort',
  57. 'Portal:Datatables:Language:Sort:Descending' => 'enable for a descending sort',
  58. 'Portal:Autocomplete:NoResult' => 'No data',
  59. 'Portal:Attachments:DropZone:Message' => 'Drop your files to add them as attachments',
  60. 'Portal:File:None' => 'No file',
  61. 'Portal:File:DisplayInfo' => '<a href="%2$s" class="file_download_link">%1$s</a>',
  62. 'Portal:File:DisplayInfo+' => '%1$s (%2$s) <a href="%3$s" class="file_open_link" target="_blank">Open</a> / <a href="%4$s" class="file_download_link">Download</a>',
  63. ));
  64. // UserProfile brick
  65. Dict::Add('EN US', 'English', 'English', array(
  66. 'Brick:Portal:UserProfile:Name' => 'User profile',
  67. 'Brick:Portal:UserProfile:Navigation:Dropdown:MyProfil' => 'My profile',
  68. 'Brick:Portal:UserProfile:Navigation:Dropdown:Logout' => 'Logoff',
  69. 'Brick:Portal:UserProfile:Password:Title' => 'Password',
  70. 'Brick:Portal:UserProfile:Password:ChoosePassword' => 'Choose password',
  71. 'Brick:Portal:UserProfile:Password:ConfirmPassword' => 'Confirm password',
  72. 'Brick:Portal:UserProfile:Password:CantChangeContactAdministrator' => 'To change your password, please contact your iTop administrator',
  73. 'Brick:Portal:UserProfile:Password:CantChangeForUnknownReason' => 'Can\'t change password, please contact your iTop administrator',
  74. 'Brick:Portal:UserProfile:PersonalInformations:Title' => 'Personal informations',
  75. 'Brick:Portal:UserProfile:Photo:Title' => 'Photo',
  76. ));
  77. // BrowseBrick brick
  78. Dict::Add('EN US', 'English', 'English', array(
  79. 'Brick:Portal:Browse:Name' => 'Browse throught items',
  80. 'Brick:Portal:Browse:Mode:List' => 'List',
  81. 'Brick:Portal:Browse:Mode:Tree' => 'Tree',
  82. 'Brick:Portal:Browse:Mode:Grid' => 'Tiles',
  83. 'Brick:Portal:Browse:Action:Drilldown' => 'Drilldown',
  84. 'Brick:Portal:Browse:Action:View' => 'Details',
  85. 'Brick:Portal:Browse:Action:Edit' => 'Edit',
  86. 'Brick:Portal:Browse:Action:Create' => 'Create',
  87. 'Brick:Portal:Browse:Action:CreateObjectFromThis' => 'New %1$s',
  88. 'Brick:Portal:Browse:Tree:ExpandAll' => 'Expand all',
  89. 'Brick:Portal:Browse:Tree:CollapseAll' => 'Collapse all',
  90. 'Brick:Portal:Browse:Filter:NoData' => 'No item',
  91. ));
  92. // ManageBrick brick
  93. Dict::Add('EN US', 'English', 'English', array(
  94. 'Brick:Portal:Manage:Name' => 'Manage items',
  95. 'Brick:Portal:Manage:Table:NoData' => 'No item.',
  96. ));
  97. // ObjectBrick brick
  98. Dict::Add('EN US', 'English', 'English', array(
  99. 'Brick:Portal:Object:Name' => 'Object',
  100. 'Brick:Portal:Object:Form:Create:Title' => 'New %1$s',
  101. 'Brick:Portal:Object:Form:Edit:Title' => 'Updating %2$s (%1$s)',
  102. 'Brick:Portal:Object:Form:View:Title' => '%1$s : %2$s',
  103. 'Brick:Portal:Object:Form:Stimulus:Title' => 'Please, fill the following informations:',
  104. 'Brick:Portal:Object:Form:Message:Saved' => 'Saved',
  105. 'Brick:Portal:Object:Search:Regular:Title' => 'Select %1$s (%2$s)',
  106. 'Brick:Portal:Object:Search:Hierarchy:Title' => 'Select %1$s (%2$s)',
  107. ));
  108. // CreateBrick brick
  109. Dict::Add('EN US', 'English', 'English', array(
  110. 'Brick:Portal:Create:Name' => 'Quick creation',
  111. 'Brick:Portal:Create:ChooseType' => 'Please, choose a type',
  112. ));
  113. // Filter brick
  114. Dict::Add('EN US', 'English', 'English', array(
  115. 'Brick:Portal:Filter:Name' => 'Prefilter a brick',
  116. 'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi',
  117. 'Brick:Portal:Filter:SearchInput:Submit' => 'Search',
  118. ));