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/embed/languages/en.php | 22 ++++++++++++++++++++++ mod/embed/languages/es.php | 18 ++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 mod/embed/languages/en.php create mode 100644 mod/embed/languages/es.php (limited to 'mod/embed/languages') diff --git a/mod/embed/languages/en.php b/mod/embed/languages/en.php new file mode 100644 index 000000000..287d34ca1 --- /dev/null +++ b/mod/embed/languages/en.php @@ -0,0 +1,22 @@ + 'Embed content', + 'embed:embed' => 'Embed', + 'embed:media' => 'Embed content', + 'embed:instructions' => 'Click on any file to embed it into your content.', + 'embed:upload' => 'Upload media', + 'embed:upload_type' => 'Upload type: ', + + // messages + 'embed:no_upload_content' => 'No upload content!', + 'embed:no_section_content' => 'No items found.', + + 'embed:no_sections' => 'No supported embed plugins found. Ask the site administrator to enabled a plugin with embed support.', +); + +add_translation("en", $english); \ No newline at end of file diff --git a/mod/embed/languages/es.php b/mod/embed/languages/es.php new file mode 100644 index 000000000..5ec20bc9c --- /dev/null +++ b/mod/embed/languages/es.php @@ -0,0 +1,18 @@ + 'Incrustar', + 'media:insert' => 'Insertar / Subir fichero', + 'embed:instructions' => 'Selecciona el archivo que deseas insertar en el contenido. Simplemente haz "click" sobre él', + 'embed:media' => 'Insertar contenido', + 'embed:upload' => 'Subir medio', + 'embed:upload_type' => 'Tipo de subida: ', + 'upload:media' => 'Subir fichero', + 'embed:file:required' => 'No tienes una aplicación para subir ficheros instalada. Ponte en contacto con el administrador para que habilite el plugin.', + + 'embed:no_upload_content' => 'No hay contenido de subida!', + 'embed:no_section_content' => 'No se encontraron elementos.', + 'embed:no_sections' => 'No se encontraron plugins soportados. Consulte con el administrador del sitio para que habilite un plugin con soporte para incrustar recursos.', +); + +add_translation("es",$spanish); -- cgit v1.2.3