es_cr.dict.itop-portal-base.php 6.3 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('ES CR', 'Spanish', 'Español, Castellano', array(
  24. 'Page:DefaultTitle' => 'iTop User portal',
  25. 'Page:PleaseWait' => 'Please wait...',
  26. 'Page:Home' => 'Bienvenido',
  27. 'Page:GoPortalHome' => 'Regresar a bienvenida',
  28. 'Page:GoPreviousPage' => 'página anterior',
  29. 'Portal:Button:Submit' => 'Enviar',
  30. 'Portal:Button:Cancel' => 'Cancelar',
  31. 'Portal:Button:Close' => 'Cerrar',
  32. 'Portal:Button:Add' => 'Añadir',
  33. 'Portal:Button:Remove' => 'Eliminar',
  34. 'Portal:Button:Delete' => 'Borrar',
  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' => 'Página no encontrada',
  39. 'Error:HTTP:500' => '¡Vaya! Ha ocurrido un error.',
  40. 'Error:HTTP:GetHelp' => 'Póngase en contacto con el administrador de iTop si el problema persiste.',
  41. 'Error:XHR:Fail' => 'No se pudieron cargar datos, póngase en contacto con su administrador de iTop',
  42. 'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
  43. 'Portal:Datatables:Language:Processing' => 'Por favor esperar...',
  44. 'Portal:Datatables:Language:Search' => 'Filtrar:',
  45. 'Portal:Datatables:Language:LengthMenu' => 'Mostrar _MENU_ elementos por página',
  46. 'Portal:Datatables:Language:ZeroRecords' => 'Sin resultados',
  47. 'Portal:Datatables:Language:Info' => 'Página _PAGE_ de _PAGES_',
  48. 'Portal:Datatables:Language:InfoEmpty' => 'Sin información',
  49. 'Portal:Datatables:Language:InfoFiltered' => 'Filtrada de _MAX_ elementos',
  50. 'Portal:Datatables:Language:EmptyTable' => 'No hay datos disponibles en esta tabla',
  51. 'Portal:Datatables:Language:DisplayLength:All' => 'Todas',
  52. 'Portal:Datatables:Language:Paginate:First' => 'primero',
  53. 'Portal:Datatables:Language:Paginate:Previous' => 'Anterior',
  54. 'Portal:Datatables:Language:Paginate:Next' => 'Siguiente',
  55. 'Portal:Datatables:Language:Paginate:Last' => 'Último',
  56. 'Portal:Datatables:Language:Sort:Ascending' => 'Habilitar para un orden ascendente',
  57. 'Portal:Datatables:Language:Sort:Descending' => 'Habilitar para un tipo descendente',
  58. 'Portal:Autocomplete:NoResult' => 'Sin datos',
  59. 'Portal:Attachments:DropZone:Message' => 'Agrega tus archivos para agregarlos como documentos adjuntos',
  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('ES CR', 'Spanish', 'Español, Castellano', array(
  66. 'Brick:Portal:UserProfile:Name' => 'Perfil del usuario',
  67. 'Brick:Portal:UserProfile:Navigation:Dropdown:MyProfil' => 'Mi perfil',
  68. 'Brick:Portal:UserProfile:Navigation:Dropdown:Logout' => 'Desconectarse',
  69. 'Brick:Portal:UserProfile:Password:Title' => 'Contraseña',
  70. 'Brick:Portal:UserProfile:Password:ChoosePassword' => 'Elegir una contraseña',
  71. 'Brick:Portal:UserProfile:Password:ConfirmPassword' => 'Confirmar contraseña',
  72. 'Brick:Portal:UserProfile:Password:CantChangeContactAdministrator' => 'Para cambiar su contraseña, póngase en contacto con su administrador de iTop',
  73. 'Brick:Portal:UserProfile:Password:CantChangeForUnknownReason' => 'No se puede cambiar la contraseña, póngase en contacto con el administrador de iTop',
  74. 'Brick:Portal:UserProfile:PersonalInformations:Title' => 'Informaciones personales',
  75. 'Brick:Portal:UserProfile:Photo:Title' => 'Foto',
  76. ));
  77. // BrowseBrick brick
  78. Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
  79. 'Brick:Portal:Browse:Name' => 'Buscar en todos los elementos',
  80. 'Brick:Portal:Browse:Mode:List' => 'Lista',
  81. 'Brick:Portal:Browse:Mode:Tree' => 'Árbol',
  82. 'Brick:Portal:Browse:Mode:Grid' => 'Tiles~~',
  83. 'Brick:Portal:Browse:Action:Drilldown' => 'Desglose',
  84. 'Brick:Portal:Browse:Action:View' => 'Detalles',
  85. 'Brick:Portal:Browse:Action:Edit' => 'Editar',
  86. 'Brick:Portal:Browse:Action:Create' => 'Crear',
  87. 'Brick:Portal:Browse:Action:CreateObjectFromThis' => 'Nuevo %1$s',
  88. 'Brick:Portal:Browse:Tree:ExpandAll' => 'Expandir todo',
  89. 'Brick:Portal:Browse:Tree:CollapseAll' => 'Desplegar todo',
  90. 'Brick:Portal:Browse:Filter:NoData' => 'Sin objeto',
  91. ));
  92. // ManageBrick brick
  93. Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
  94. 'Brick:Portal:Manage:Name' => 'Administrar elementos',
  95. 'Brick:Portal:Manage:Table:NoData' => 'Sin objeto.',
  96. ));
  97. // ObjectBrick brick
  98. Dict::Add('ES CR', 'Spanish', 'Español, Castellano', 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('ES CR', 'Spanish', 'Español, Castellano', array(
  110. 'Brick:Portal:Create:Name' => 'Creación rápida',
  111. 'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
  112. ));
  113. // Filter brick
  114. Dict::Add('ES CR', 'Spanish', 'Español, Castellano', 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. ));