diff options
Diffstat (limited to 'mod/reportedcontent/languages/es.php')
-rw-r--r-- | mod/reportedcontent/languages/es.php | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/mod/reportedcontent/languages/es.php b/mod/reportedcontent/languages/es.php deleted file mode 100644 index dca9df2c2..000000000 --- a/mod/reportedcontent/languages/es.php +++ /dev/null @@ -1,44 +0,0 @@ -<?php -/** - * Elgg reported content plugin language pack - * - * @package ElggReportedContent - */ - -$spanish = array( - - 'item:object:reported_content' => 'Elementos reportados', - 'admin:utilities:reportedcontent' => 'Contenido reportado', - 'reportedcontent' => 'Contenido reportado', - 'reportedcontent:this' => 'Reportar', - 'reportedcontent:this:tooltip' => 'Reportar esta página al administrador', - 'reportedcontent:none' => 'No hay contenido reportado', - 'reportedcontent:report' => 'Reportar al administrador', - 'reportedcontent:title' => 'Título de la página', - 'reportedcontent:deleted' => 'El contenido reportado ha sido eliminado', - 'reportedcontent:notdeleted' => 'No se ha podido eliminar el reporte', - 'reportedcontent:delete' => 'Eliminar reporte', - 'reportedcontent:areyousure' => 'Desea eliminar esto?', - 'reportedcontent:archive' => 'Archivar reporte', - 'reportedcontent:archived' => 'El reporte ha sido archivado', - 'reportedcontent:visit' => 'Visitar elemento reportado', - 'reportedcontent:by' => 'Reportado por', - 'reportedcontent:objecttitle' => 'Título de la página', - 'reportedcontent:objecturl' => 'Url de la página', - 'reportedcontent:reason' => 'Razón del reporte', - 'reportedcontent:description' => 'Por qué reportas esto?', - 'reportedcontent:address' => 'Ubicación del item', - 'reportedcontent:success' => 'Su reporte ha sido enviado a los administradores', - 'reportedcontent:failing' => 'No se pudo enviar su reporte', - 'reportedcontent:report' => 'Reportar esto', - 'reportedcontent:moreinfo' => 'Más información', - 'reportedcontent:instructions' => 'El reporte será enviado a los administradores del sitio para moderación.', - 'reportedcontent:numbertodisplay' => 'Cantidad de reportes a mostrar', - 'reportedcontent:widget:description' => 'Mostrar el contenido reportado', - 'reportedcontent:user' => 'Reportar usuario', - - 'reportedcontent:failed' => 'Lo sentimos, ocurrió una falla al intentar reportar el contenido.', - 'reportedcontent:notarchived' => 'No se pudo archivar el reporte', -); - -add_translation("es", $spanish); |