| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 | <?php/** * Translation strings for Spanish * * @package        Lorea * * Copyright 2011-2016 Lorea Faeries <https://code.lorea.io> * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License * as published by the Free Software Foundation, either version 3 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public * License along with this program. If not, see * <http://www.gnu.org/licenses/>. */return array(	'item:object:reported_content' => 'Elementos reportados',	'admin:administer_utilities:reportedcontent' => 'Contenido reportado',	'reportedcontent' => 'Contenido reportado',	'reportedcontent:this' => 'Reportar ésto',	'reportedcontent:this:tooltip' => 'Reportar ésta página',	'reportedcontent:none' => 'No hay contenidos reportados',	'reportedcontent:report' => 'Reportar',	'reportedcontent:deleted' => 'El contenido reportado ha sido borrado!',	'reportedcontent:notdeleted' => 'No se pudo borrar el contenido reportado',	'reportedcontent:delete' => 'Borrar reporte',	'reportedcontent:areyousure' => '¿Estás seguro que deseas borrar el reporte?',	'reportedcontent:archive' => 'Reportes archivados',	'reportedcontent:archived' => 'El reporte ha sido archivado',	'reportedcontent:visit' => 'Visitar el elemento reportado',	'reportedcontent:by' => 'Reportado por',	'reportedcontent:objecttitle' => 'Título',	'reportedcontent:objecturl' => 'URL',	'reportedcontent:reason' => 'Razón para reportar',	'reportedcontent:description' => '¿Por qué deseas reportar esto?',	'reportedcontent:address' => 'Ubicación del elemento',	'reportedcontent:success' => 'Tu reporte ha sido enviado. Se paciente!',	'reportedcontent:failing' => 'Tu reporte no pudo ser enviado',	'reportedcontent:refresh' => 'Actualizar el listado',	'reportedcontent:report' => 'Reportar',	'reportedcontent:instructions' => 'Éste reporte ha sido enviado para su revisión.',	'reportedcontent:numbertodisplay' => 'Número de reportes a mostrar',	'reportedcontent:widget:description' => 'Mostrar contenido reportado',	'reportedcontent:user' => 'Reportar habitante!',	'reportedcontent:failed' => 'No se pudo enviar el reporte.',	'reportedcontent:notarchived' => 'No se pudo archivar el reporte',);
 |