diff --git a/manifest.json.in b/manifest.json.in index 39993b9..eb1fd53 100644 --- a/manifest.json.in +++ b/manifest.json.in @@ -9,7 +9,7 @@ "desktop": "soundboard.desktop" } }, - "version": "1.0.2", + "version": "1.0.3", "maintainer": "Sander Klootwijk ", "framework" : "ubuntu-sdk-16.04" } diff --git a/po/it.po b/po/it.po new file mode 100644 index 0000000..3737f13 --- /dev/null +++ b/po/it.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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" \ No newline at end of file diff --git a/po/soundboard.sanderklootwijk.pot b/po/soundboard.sanderklootwijk.pot index c6b698d..cb92b2a 100644 --- a/po/soundboard.sanderklootwijk.pot +++ b/po/soundboard.sanderklootwijk.pot @@ -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 \n" "Language-Team: LANGUAGE \n" diff --git a/qml/Main.qml b/qml/Main.qml index ee80274..02dd5a6 100644 --- a/qml/Main.qml +++ b/qml/Main.qml @@ -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" diff --git a/qml/mp/dialup.ogg b/qml/mp/dialup.ogg new file mode 100644 index 0000000..11a7c8e Binary files /dev/null and b/qml/mp/dialup.ogg differ