diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-03-10 18:27:37 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-03-10 18:27:37 -0500 |
commit | bb98b20786c8e3d1d834d2cd30d35cc500a46ab8 (patch) | |
tree | 44cfe5b9bf04bd113c136fb9fd9569140493adb0 /languages | |
parent | 591809d44a736e70c3e35d91904be189214a9373 (diff) | |
download | lidra-theme-bb98b20786c8e3d1d834d2cd30d35cc500a46ab8.tar.lz lidra-theme-bb98b20786c8e3d1d834d2cd30d35cc500a46ab8.tar.xz lidra-theme-bb98b20786c8e3d1d834d2cd30d35cc500a46ab8.zip |
Optimización del código + LibreVideoJS v2.0 + Languages
Diffstat (limited to 'languages')
-rw-r--r-- | languages/Lidra.pot | 71 | ||||
-rw-r--r-- | languages/es_ES.mo | bin | 0 -> 1674 bytes | |||
-rw-r--r-- | languages/es_ES.po | 71 |
3 files changed, 142 insertions, 0 deletions
diff --git a/languages/Lidra.pot b/languages/Lidra.pot new file mode 100644 index 0000000..8bb2cf7 --- /dev/null +++ b/languages/Lidra.pot @@ -0,0 +1,71 @@ +msgid "" +msgstr "" +"Project-Id-Version: Lidra\n" +"POT-Creation-Date: 2017-03-10 10:57-0500\n" +"PO-Revision-Date: 2017-03-10 11:29-0500\n" +"Last-Translator: \n" +"Language-Team: ConocimientosLibres <heckyel@openmailbox.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.11\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-SourceCharset: UTF-8\n" + +#: content-404.php:8 +msgid "The page or content is not available. Please verify that you have typed the correct URL." +msgstr "" + +#: content-404.php:9 +msgid "What if you start searching for it?" +msgstr "" + +#: content-404.php:26 +msgid "Back to the Home Page" +msgstr "" + +#: content-page.php:51 +msgid "No pages" +msgstr "" + +#: content-search.php:6 +msgid "You searched" +msgstr "" + +#: content-search.php:56 +msgid "No items found with:" +msgstr "" + +#: content.php:6 +msgid "The most recent" +msgstr "" + +#: content.php:30 +msgid "by" +msgstr "" + +#: content.php:56 +msgid "No post" +msgstr "" + +#: functions.php:19 +msgid "Main Menu" +msgstr "" + +#: functions.php:20 +msgid "Footer Menu" +msgstr "" + +#: functions.php:29 +msgid "Read more..." +msgstr "" + +#: librevideojs.php:65 +msgid "you need to specify the src of the video file" +msgstr "" + +#: librevideojs.php:152 +msgid "Sorry, this video will not work because your web browser does not support HTML5 video. Please, change or update your browser" +msgstr "" diff --git a/languages/es_ES.mo b/languages/es_ES.mo Binary files differnew file mode 100644 index 0000000..360d264 --- /dev/null +++ b/languages/es_ES.mo diff --git a/languages/es_ES.po b/languages/es_ES.po new file mode 100644 index 0000000..86510a6 --- /dev/null +++ b/languages/es_ES.po @@ -0,0 +1,71 @@ +msgid "" +msgstr "" +"Project-Id-Version: Lidra\n" +"POT-Creation-Date: 2017-03-10 11:47-0500\n" +"PO-Revision-Date: 2017-03-10 15:26-0500\n" +"Language-Team: ConocimientosLibres <heckyel@openmailbox.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.11\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-SourceCharset: UTF-8\n" +"Last-Translator: \n" +"Language: es_ES\n" + +#: content-404.php:8 +msgid "The page or content is not available. Please verify that you have typed the correct URL." +msgstr "La página o contenido buscado no se encuentra disponible. Por favor verifique que ha escrito correctamente el URL." + +#: content-404.php:9 +msgid "What if you start searching for it?" +msgstr "¿Qué tal si empiezas buscándolo?" + +#: content-404.php:26 +msgid "Back to the Home Page" +msgstr "Vuelve a la página de Inicio" + +#: content-page.php:51 +msgid "No pages" +msgstr "No hay páginas" + +#: content-search.php:6 +msgid "You searched" +msgstr "Has buscado" + +#: content-search.php:56 +msgid "No items found with:" +msgstr "No se encontraron artículos con:" + +#: content.php:6 +msgid "The most recent" +msgstr "Lo más reciente" + +#: content.php:30 +msgid "by" +msgstr "por" + +#: content.php:56 +msgid "No post" +msgstr "No hay entradas" + +#: functions.php:19 +msgid "Main Menu" +msgstr "Menú Principal" + +#: functions.php:20 +msgid "Footer Menu" +msgstr "Menú Footer" + +#: functions.php:29 +msgid "Read more..." +msgstr "Leer más..." + +#: librevideojs.php:65 +msgid "you need to specify the src of the video file" +msgstr "es necesario especificar el src del archivo de vídeo" + +#: librevideojs.php:152 +msgid "Sorry, this video will not work because your web browser does not support HTML5 video. Please, change or update your browser" +msgstr "Lo siento, tu navegador no soporta vídeo en HTML5. Por favor, cambia o actualiza tu navegador web" |