Skip to content

Commit

Permalink
Italian translation, dial-up sound added
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderKlootwijk committed Mar 29, 2019
1 parent 6704df2 commit 3710d65
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"desktop": "soundboard.desktop"
}
},
"version": "1.0.2",
"version": "1.0.3",
"maintainer": "Sander Klootwijk <[email protected]>",
"framework" : "ubuntu-sdk-16.04"
}
42 changes: 42 additions & 0 deletions po/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the soundboard.sanderklootwijk package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: soundboard.sanderklootwijk\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-22 18:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../qml/Main.qml:36 soundboard.desktop.in.h:1
msgid "Soundboard"
msgstr "Multimedia"

#: ../qml/Main.qml:46
msgid "About"
msgstr ""

#: ../qml/Main.qml:93
msgid "General"
msgstr "Generale"

#: ../qml/Main.qml:96
msgid "Movie"
msgstr "Filmati"

#: ../qml/Main.qml:99
msgid "Game"
msgstr "Giochi"

#: ../qml/Main.qml:102
msgid "Ringtones"
msgstr "Suonerie"
2 changes: 1 addition & 1 deletion po/soundboard.sanderklootwijk.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: soundboard.sanderklootwijk\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-07 22:13+0000\n"
"POT-Creation-Date: 2019-03-29 16:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
7 changes: 7 additions & 0 deletions qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,13 @@ MainView {
soundSource: "mp/derp.ogg"
}

SoundButton {
width: parent.width
color: "#65e732"
text: ("Dial-up")
soundSource: "mp/dialup.ogg"
}

SoundButton {
width: parent.width
color: "#935c5b"
Expand Down
Binary file added qml/mp/dialup.ogg
Binary file not shown.

0 comments on commit 3710d65

Please sign in to comment.