es.php 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?php
  2. /**
  3. * Translation strings for Spanish
  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. 'item:object:reported_content' => 'Elementos reportados',
  25. 'admin:administer_utilities:reportedcontent' => 'Contenido reportado',
  26. 'reportedcontent' => 'Contenido reportado',
  27. 'reportedcontent:this' => 'Reportar ésto',
  28. 'reportedcontent:this:tooltip' => 'Reportar ésta p&aacute;gina',
  29. 'reportedcontent:none' => 'No hay contenidos reportados',
  30. 'reportedcontent:report' => 'Reportar',
  31. 'reportedcontent:deleted' => 'El contenido reportado ha sido borrado!',
  32. 'reportedcontent:notdeleted' => 'No se pudo borrar el contenido reportado',
  33. 'reportedcontent:delete' => 'Borrar reporte',
  34. 'reportedcontent:areyousure' => '&iquest;Estás seguro que deseas borrar el reporte?',
  35. 'reportedcontent:archive' => 'Reportes archivados',
  36. 'reportedcontent:archived' => 'El reporte ha sido archivado',
  37. 'reportedcontent:visit' => 'Visitar el elemento reportado',
  38. 'reportedcontent:by' => 'Reportado por',
  39. 'reportedcontent:objecttitle' => 'T&iacute;tulo',
  40. 'reportedcontent:objecturl' => 'URL',
  41. 'reportedcontent:reason' => 'Raz&oacute;n para reportar',
  42. 'reportedcontent:description' => '&iquest;Por qu&eacute; deseas reportar esto?',
  43. 'reportedcontent:address' => 'Ubicaci&oacute;n del elemento',
  44. 'reportedcontent:success' => 'Tu reporte ha sido enviado. Se paciente!',
  45. 'reportedcontent:failing' => 'Tu reporte no pudo ser enviado',
  46. 'reportedcontent:refresh' => 'Actualizar el listado',
  47. 'reportedcontent:report' => 'Reportar',
  48. 'reportedcontent:instructions' => 'Éste reporte ha sido enviado para su revisi&oacute;n.',
  49. 'reportedcontent:numbertodisplay' => 'N&uacute;mero de reportes a mostrar',
  50. 'reportedcontent:widget:description' => 'Mostrar contenido reportado',
  51. 'reportedcontent:user' => 'Reportar habitante!',
  52. 'reportedcontent:failed' => 'No se pudo enviar el reporte.',
  53. 'reportedcontent:notarchived' => 'No se pudo archivar el reporte',
  54. );