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",
"donate": "https://manjaro.org/donate",
"facebook": "https://www.facebook.com/ManjaroLinux",

View File

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 ""

View File

@ -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",

View File

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