diff --git a/manjaro-hello.desktop b/manjaro-hello.desktop index 6dbbced..2de4b88 100755 --- a/manjaro-hello.desktop +++ b/manjaro-hello.desktop @@ -8,5 +8,6 @@ Exec=/usr/bin/manjaro-hello Icon=/usr/share/manjaro-hello/data/img/manjaro.png Comment=A tool providing access to documentation and support for new Manjaro users. Comment[de]=Ein Tool für schnellen Zugriff auf Support und Dokumentation für neue Manjaro-Nutzer. +Comment[es]=Una herramienta que provee acceso a la documentación y soporte para nuevos usuarios de Manjaro. Comment[fr]=Outil d'accès à la documentation et support aux nouveaux utilisateurs de Manjaro. Comment[ru]=Средство доступа к документации и поддержке для новых пользователей Manjaro. diff --git a/po/es.pot b/po/es.pot new file mode 100644 index 0000000..4eb7987 --- /dev/null +++ b/po/es.pot @@ -0,0 +1,117 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Chazy Chaz , 2016. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-27 10:10+0100\n" +"PO-Revision-Date: 2016-12-27 10:10+0100\n" +"Last-Translator: Chazy Chaz \n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../ui/manjaro-hello.glade:7 ../ui/manjaro-hello.glade:523 +msgid "About" +msgstr "Acerca de" + +#: ../ui/manjaro-hello.glade:12 +msgid "Welcome screen for Manjaro" +msgstr "Pantalla de bienvenida para Manjaro" + +#: ../ui/manjaro-hello.glade:14 +msgid "Github" +msgstr "Github" + +#: ../ui/manjaro-hello.glade:100 +msgid "Welcome to Manjaro!" +msgstr "Bienvenido a Manjaro" + +#: ../ui/manjaro-hello.glade:117 +msgid "" +"Thank you for joining our community!\n" +"\n" +"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much " +"as we enjoy building it. The links below will help you get started with your " +"new operating system. So enjoy the experience, and don't hesitate to send us " +"your feedback." +msgstr "" +"¡Gracias por unirte a nuestra comunidad!\n" +"\n" +"Nosotros, los Desarrolladores de Manjaro, esperamos que disfrutes usando Manjaro " +"tanto como nosotros disfrutamos construyendolo. Los links de abajo te ayudarán a " +"empezar con tu nuevo sistema opeartivo. Disfruta de la experiencia, y no dudes en " +"enviarnos tus comentarios." + +#: ../ui/manjaro-hello.glade:134 +msgid "DOCUMENTATION" +msgstr "DOCUMENTACIÓN" + +#: ../ui/manjaro-hello.glade:148 +msgid "SUPPORT" +msgstr "SOPORTE" + +#: ../ui/manjaro-hello.glade:162 +msgid "PROJECT" +msgstr "PROYECTO" + +#: ../ui/manjaro-hello.glade:174 +msgid "Read me" +msgstr "Leeme" + +#: ../ui/manjaro-hello.glade:188 +msgid "Release info" +msgstr "Información" + +#: ../ui/manjaro-hello.glade:202 +msgid "Wiki" +msgstr "Wiki" + +#: ../ui/manjaro-hello.glade:216 +msgid "Get involved" +msgstr "Participa con nosotros" + +#: ../ui/manjaro-hello.glade:230 +msgid "Forums" +msgstr "Foros" + +#: ../ui/manjaro-hello.glade:244 +msgid "Chat room" +msgstr "Sala de chat" + +#: ../ui/manjaro-hello.glade:258 +msgid "Mailling lists" +msgstr "Listas de correo" + +#: ../ui/manjaro-hello.glade:272 +msgid "Build Manjaro" +msgstr "Construye Manjaro" + +#: ../ui/manjaro-hello.glade:286 +msgid "Donate" +msgstr "Donar" + +#: ../ui/manjaro-hello.glade:402 +msgid "Launch at start" +msgstr "Abrir al inicio" + +#: ../ui/manjaro-hello.glade:434 +msgid "INSTALLATION" +msgstr "INSTALACIÓN" + +#: ../ui/manjaro-hello.glade:446 +msgid "Launch installer" +msgstr "Abrir instalador" + +#: ../ui/manjaro-hello.glade:495 +msgid "Home" +msgstr "Inicio" + +#: ../src/manjaro_hello.py:241 +msgid "Can't load page." +msgstr "No se puede cargar la página" diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 0cdb7b4..e155ff6 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -78,7 +78,7 @@ class ManjaroHello(): self.builder.get_object("stack").add_named(scrolled_window, page + "page") # Init translation - self.locales = ("de", "en", "fr", "pl", "ru") # supported locales + self.locales = ("de", "en", "es", "fr", "pl", "ru") # supported locales self.default_locale = "en" self.sys_locale = locale.getdefaultlocale()[0] self.default_texts = {} diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index 6c864d8..36c173b 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -503,6 +503,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we Deutsch (Deutschland) English (United States) + Spanish (Spain) Français (France) Polski (Polska) Pусский (Россия)