diff --git a/qml/pages/AboutPage.qml b/qml/pages/AboutPage.qml index 17f0b24..ded427d 100644 --- a/qml/pages/AboutPage.qml +++ b/qml/pages/AboutPage.qml @@ -34,7 +34,7 @@ Page { spacing: Theme.paddingLarge Image { - source: "file://usr/share/icons/hicolor/86x86/apps/flowplayer.png" + source: "file:///usr/share/icons/hicolor/86x86/apps/flowplayer.png" } Column { @@ -58,7 +58,13 @@ Page { Label { color: Theme.secondaryColor - text: "(C) 2015-2016 Matias Perez (CepiPerez)" + text: qsTr("Original author:") + font.pixelSize: Theme.fontSizeSmall + } + + Label { + color: Theme.secondaryColor + text: "(C) 2015-2021 Matias Perez (CepiPerez)" font.pixelSize: Theme.fontSizeSmall } @@ -68,7 +74,25 @@ Page { } Label { - text: colored + qsTr("Taglib is used for reading, writing and manipulating audio file tags") + + color: Theme.secondaryColor + text: qsTr("Contributors:") + font.pixelSize: Theme.fontSizeSmall + } + + Label { + color: Theme.secondaryColor + text: "(C) 2022-2024 olf (Olf0)" + "
" + + "(C) 2023-2024 Damien Caliste (dcaliste)" + font.pixelSize: Theme.fontSizeSmall + } + + Separator { + width: parent.width + color: Theme.secondaryColor + } + + Label { + text: colored + qsTr("Taglib is used for reading, writing and manipulating audio file tags:") + "
taglib.github.io" onLinkActivated: Qt.openUrlExternally(link) font.pixelSize: Theme.fontSizeSmall @@ -78,9 +102,8 @@ Page { } Label { - text: colored + qsTr("If your language is not available you can contribute here:") + "
" + - "" + - "www.transifex.com/projects/p/flowplayer" + text: colored + qsTr("If you want to create a new translation or improve an extant one:") + "
" + + "" + "Transifex - FlowPlayer" onLinkActivated: Qt.openUrlExternally(link) font.pixelSize: Theme.fontSizeSmall textFormat: Text.RichText @@ -94,7 +117,7 @@ Page { } Label { - text: colored + qsTr("You can contribute to keep this project alive making a small donation") + text: colored + qsTr("You can support the original author of FlowPlayer by donating:") font.pixelSize: Theme.fontSizeSmall textFormat: Text.RichText wrapMode: Text.WordWrap @@ -102,7 +125,7 @@ Page { } Image { - source: "../paypal.png" + source: "file:///usr/share/flowplayer/icons/paypal.png" height: Theme.itemSizeMedium fillMode: Image.PreserveAspectFit smooth: true @@ -117,5 +140,4 @@ Page { } - } diff --git a/translations/flowplayer.ts b/translations/flowplayer.ts index c2a6fc0..4d4e303 100644 --- a/translations/flowplayer.ts +++ b/translations/flowplayer.ts @@ -9,18 +9,28 @@ - - Taglib is used for reading, writing and manipulating audio file tags + + Original author: - - If your language is not available you can contribute here: + + Contributors: - - You can contribute to keep this project alive making a small donation + + Taglib is used for reading, writing and manipulating audio file tags: + + + + + If you want to create a new translation or improve an extant one: + + + + + You can support the original author of FileCase by donating: