es.php 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. /**
  3. * Translation strings for Spanish by psy@faeries
  4. *
  5. * @package Lorea
  6. *
  7. * Copyright 2011-2016 Lorea Faeries <https://code.lorea.io>
  8. *
  9. * This program is free software: you can redistribute it and/or
  10. * modify it under the terms of the GNU Affero General Public License
  11. * as published by the Free Software Foundation, either version 3 of
  12. * the License, or (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful, but
  15. * WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * Affero General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Affero General Public
  20. * License along with this program. If not, see
  21. * <http://www.gnu.org/licenses/>.
  22. */
  23. return array(
  24. 'admin:administer_utilities:logbrowser' => 'Navegador de registros',
  25. 'logbrowser' => 'Navegador de registros',
  26. 'logbrowser:browse' => 'Navegar por los registros del sistema',
  27. 'logbrowser:search' => 'Buscar',
  28. 'logbrowser:user' => 'Nombre de habitante a buscar',
  29. 'logbrowser:starttime' => 'Fecha/hora de inicio (por ejemplo, "&uacute;ltimo lunes" o "1 hora atr&aacute;s")',
  30. 'logbrowser:endtime' => 'Fecha de fin',
  31. 'logbrowser:explore' => 'Explorar registros',
  32. 'logbrowser:date' => 'Fecha y hora',
  33. 'logbrowser:ip_address' => 'Direcci&oacute;n IP',
  34. 'logbrowser:user:name' => 'Habitante',
  35. 'logbrowser:user:guid' => 'GUID de habitante',
  36. 'logbrowser:object' => 'Tipo de objeto',
  37. 'logbrowser:object:guid' => 'GUID de objeto',
  38. 'logbrowser:action' => 'Acci&oacute;n',
  39. );