diff --git a/data/urls.json b/data/urls.json index e64d919..5ba1aec 100644 --- a/data/urls.json +++ b/data/urls.json @@ -1,5 +1,5 @@ { - "build": "https://github.com/manjaro", + "source": "https://github.com/manjaro", "chat": "https://kiwiirc.com/client/irc.freenode.net/?nick=manjaro-web|?#manjaro", "donate": "https://manjaro.org/donate", "facebook": "https://www.facebook.com/ManjaroLinux", diff --git a/po/manjaro-hello.pot b/po/manjaro-hello.pot index 6071c67..428e017 100644 --- a/po/manjaro-hello.pot +++ b/po/manjaro-hello.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Manjaro-Hello\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-27 10:09+0100\n" +"POT-Creation-Date: 2017-01-04 19:57+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,23 +18,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: ../ui/manjaro-hello.glade:7 ../ui/manjaro-hello.glade:523 -msgid "About" -msgstr "" - -#: ../ui/manjaro-hello.glade:12 -msgid "Welcome screen for Manjaro" -msgstr "" - -#: ../ui/manjaro-hello.glade:14 -msgid "Github" -msgstr "" - -#: ../ui/manjaro-hello.glade:100 +#: ../ui/manjaro-hello.glade:54 msgid "Welcome to Manjaro!" msgstr "" -#: ../ui/manjaro-hello.glade:117 +#: ../ui/manjaro-hello.glade:70 msgid "" "Thank you for joining our community!\n" "\n" @@ -44,70 +32,82 @@ msgid "" "your feedback." msgstr "" -#: ../ui/manjaro-hello.glade:134 +#: ../ui/manjaro-hello.glade:88 msgid "DOCUMENTATION" msgstr "" -#: ../ui/manjaro-hello.glade:148 +#: ../ui/manjaro-hello.glade:102 msgid "SUPPORT" msgstr "" -#: ../ui/manjaro-hello.glade:162 +#: ../ui/manjaro-hello.glade:116 msgid "PROJECT" msgstr "" -#: ../ui/manjaro-hello.glade:174 +#: ../ui/manjaro-hello.glade:128 msgid "Read me" msgstr "" -#: ../ui/manjaro-hello.glade:188 +#: ../ui/manjaro-hello.glade:142 msgid "Release info" msgstr "" -#: ../ui/manjaro-hello.glade:202 +#: ../ui/manjaro-hello.glade:156 msgid "Wiki" msgstr "" -#: ../ui/manjaro-hello.glade:216 +#: ../ui/manjaro-hello.glade:170 msgid "Get involved" msgstr "" -#: ../ui/manjaro-hello.glade:230 +#: ../ui/manjaro-hello.glade:184 msgid "Forums" msgstr "" -#: ../ui/manjaro-hello.glade:244 +#: ../ui/manjaro-hello.glade:198 msgid "Chat room" msgstr "" -#: ../ui/manjaro-hello.glade:258 +#: ../ui/manjaro-hello.glade:212 msgid "Mailling lists" msgstr "" -#: ../ui/manjaro-hello.glade:272 -msgid "Build Manjaro" +#: ../ui/manjaro-hello.glade:226 +msgid "Source code" msgstr "" -#: ../ui/manjaro-hello.glade:286 +#: ../ui/manjaro-hello.glade:240 msgid "Donate" msgstr "" -#: ../ui/manjaro-hello.glade:402 +#: ../ui/manjaro-hello.glade:356 msgid "Launch at start" msgstr "" -#: ../ui/manjaro-hello.glade:434 +#: ../ui/manjaro-hello.glade:387 msgid "INSTALLATION" msgstr "" -#: ../ui/manjaro-hello.glade:446 +#: ../ui/manjaro-hello.glade:399 msgid "Launch installer" msgstr "" -#: ../ui/manjaro-hello.glade:495 +#: ../ui/manjaro-hello.glade:442 msgid "Home" msgstr "" -#: ../src/manjaro_hello.py:241 +#: ../ui/manjaro-hello.glade:483 ../ui/manjaro-hello.glade:497 +msgid "About" +msgstr "" + +#: ../ui/manjaro-hello.glade:502 +msgid "Welcome screen for Manjaro" +msgstr "" + +#: ../ui/manjaro-hello.glade:504 +msgid "Github" +msgstr "" + +#: ../src/manjaro_hello.py:235 msgid "Can't load page." msgstr "" diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 06ba1b7..e7dbae7 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -84,7 +84,7 @@ class ManjaroHello(): for img in ("google+", "facebook", "twitter", "reddit"): self.builder.get_object(img).set_from_file(self.data_path + "img/" + img + ".png") - for btn in ("wiki", "forums", "chat", "mailling", "build", "donate"): + for btn in ("wiki", "forums", "chat", "mailling", "source", "donate"): img = Gtk.Image.new_from_file(self.data_path + "img/external-link.png") img.set_margin_left(2) self.builder.get_object(btn).set_image_position(Gtk.PositionType.RIGHT) @@ -141,7 +141,7 @@ class ManjaroHello(): }, "label": { "autostartlabel", - "build", + "source", "chat", "donate", "firstcategory", diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index ee02b62..4a42383 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -222,9 +222,9 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we - - Build Manjaro - build + + Source code + source True False True