Change 'Build Manjaro' to 'Source code'

merge-requests/64/head
Huluti 2017-01-04 19:58:38 +01:00
parent 6fd75a1228
commit 9d129c9638
4 changed files with 39 additions and 39 deletions

View File

@ -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", "chat": "https://kiwiirc.com/client/irc.freenode.net/?nick=manjaro-web|?#manjaro",
"donate": "https://manjaro.org/donate", "donate": "https://manjaro.org/donate",
"facebook": "https://www.facebook.com/ManjaroLinux", "facebook": "https://www.facebook.com/ManjaroLinux",

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Manjaro-Hello\n" "Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -18,23 +18,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: ../ui/manjaro-hello.glade:7 ../ui/manjaro-hello.glade:523 #: ../ui/manjaro-hello.glade:54
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
msgid "Welcome to Manjaro!" msgid "Welcome to Manjaro!"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:117 #: ../ui/manjaro-hello.glade:70
msgid "" msgid ""
"Thank you for joining our community!\n" "Thank you for joining our community!\n"
"\n" "\n"
@ -44,70 +32,82 @@ msgid ""
"your feedback." "your feedback."
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:134 #: ../ui/manjaro-hello.glade:88
msgid "DOCUMENTATION" msgid "DOCUMENTATION"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:148 #: ../ui/manjaro-hello.glade:102
msgid "SUPPORT" msgid "SUPPORT"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:162 #: ../ui/manjaro-hello.glade:116
msgid "PROJECT" msgid "PROJECT"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:174 #: ../ui/manjaro-hello.glade:128
msgid "Read me" msgid "Read me"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:188 #: ../ui/manjaro-hello.glade:142
msgid "Release info" msgid "Release info"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:202 #: ../ui/manjaro-hello.glade:156
msgid "Wiki" msgid "Wiki"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:216 #: ../ui/manjaro-hello.glade:170
msgid "Get involved" msgid "Get involved"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:230 #: ../ui/manjaro-hello.glade:184
msgid "Forums" msgid "Forums"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:244 #: ../ui/manjaro-hello.glade:198
msgid "Chat room" msgid "Chat room"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:258 #: ../ui/manjaro-hello.glade:212
msgid "Mailling lists" msgid "Mailling lists"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:272 #: ../ui/manjaro-hello.glade:226
msgid "Build Manjaro" msgid "Source code"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:286 #: ../ui/manjaro-hello.glade:240
msgid "Donate" msgid "Donate"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:402 #: ../ui/manjaro-hello.glade:356
msgid "Launch at start" msgid "Launch at start"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:434 #: ../ui/manjaro-hello.glade:387
msgid "INSTALLATION" msgid "INSTALLATION"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:446 #: ../ui/manjaro-hello.glade:399
msgid "Launch installer" msgid "Launch installer"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:495 #: ../ui/manjaro-hello.glade:442
msgid "Home" msgid "Home"
msgstr "" 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." msgid "Can't load page."
msgstr "" msgstr ""

View File

@ -84,7 +84,7 @@ class ManjaroHello():
for img in ("google+", "facebook", "twitter", "reddit"): for img in ("google+", "facebook", "twitter", "reddit"):
self.builder.get_object(img).set_from_file(self.data_path + "img/" + img + ".png") 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 = Gtk.Image.new_from_file(self.data_path + "img/external-link.png")
img.set_margin_left(2) img.set_margin_left(2)
self.builder.get_object(btn).set_image_position(Gtk.PositionType.RIGHT) self.builder.get_object(btn).set_image_position(Gtk.PositionType.RIGHT)
@ -141,7 +141,7 @@ class ManjaroHello():
}, },
"label": { "label": {
"autostartlabel", "autostartlabel",
"build", "source",
"chat", "chat",
"donate", "donate",
"firstcategory", "firstcategory",

View File

@ -222,9 +222,9 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkButton" id="build"> <object class="GtkButton" id="source">
<property name="label" translatable="yes">Build Manjaro</property> <property name="label" translatable="yes">Source code</property>
<property name="name">build</property> <property name="name">source</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="receives_default">True</property> <property name="receives_default">True</property>