From 85086911c89f456885de4f499d59a434c50fd3f8 Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 14 Jan 2012 01:14:29 +0100 Subject: Original nnimis' plugin. --- mod/reportedcontent/languages/en.php | 44 ++++++++++++++++++++++++++++++++++++ mod/reportedcontent/languages/es.php | 44 ++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 mod/reportedcontent/languages/en.php create mode 100644 mod/reportedcontent/languages/es.php (limited to 'mod/reportedcontent') diff --git a/mod/reportedcontent/languages/en.php b/mod/reportedcontent/languages/en.php new file mode 100644 index 000000000..c047644e3 --- /dev/null +++ b/mod/reportedcontent/languages/en.php @@ -0,0 +1,44 @@ + 'Reported items', + 'admin:utilities:reportedcontent' => 'Reported content', + 'reportedcontent' => 'Reported content', + 'reportedcontent:this' => 'Report this', + 'reportedcontent:this:tooltip' => 'Report this page to an administrator', + 'reportedcontent:none' => 'There is no reported content', + 'reportedcontent:report' => 'Report to admin', + 'reportedcontent:title' => 'Page title', + 'reportedcontent:deleted' => 'The reported content has been deleted', + 'reportedcontent:notdeleted' => 'We were not able to delete that report', + 'reportedcontent:delete' => 'Delete report', + 'reportedcontent:areyousure' => 'Are you sure you want to delete?', + 'reportedcontent:archive' => 'Archive report', + 'reportedcontent:archived' => 'The report has been archived', + 'reportedcontent:visit' => 'Visit reported item', + 'reportedcontent:by' => 'Report by', + 'reportedcontent:objecttitle' => 'Page title', + 'reportedcontent:objecturl' => 'Page url', + 'reportedcontent:reason' => 'Reason for report', + 'reportedcontent:description' => 'Why are you reporting this?', + 'reportedcontent:address' => 'Location of the item', + 'reportedcontent:success' => 'Your report has been sent to the site admin', + 'reportedcontent:failing' => 'Your report could not be sent', + 'reportedcontent:report' => 'Report this', + 'reportedcontent:moreinfo' => 'More info', + 'reportedcontent:instructions' => 'This report will be sent to the administrators of this site for review.', + 'reportedcontent:numbertodisplay' => 'Number of reports to display', + 'reportedcontent:widget:description' => 'Display reported content', + 'reportedcontent:user' => 'Report user', + + 'reportedcontent:failed' => 'Sorry, the attempt to report this content has failed.', + 'reportedcontent:notarchived' => 'We were not able to archive that report', +); + +add_translation("en", $english); diff --git a/mod/reportedcontent/languages/es.php b/mod/reportedcontent/languages/es.php new file mode 100644 index 000000000..dca9df2c2 --- /dev/null +++ b/mod/reportedcontent/languages/es.php @@ -0,0 +1,44 @@ + '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); -- cgit v1.2.3