1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-05-15 07:20:54 +00:00

Release Preparations for 1.7

This commit is contained in:
seiichiro 2018-04-02 09:12:49 +02:00
parent 2ccf4e1a78
commit e6ca5450ad
4 changed files with 5 additions and 2 deletions

View file

@ -57,9 +57,11 @@ The qrencode library is used for QRCode-encoding existing tokens for export to o
The following people have contributed to translating SailOTP:
* Chinese: BirdZhang
* Finnish: Johan Heikkilä (hevanaa)
* French: Romain Tartière (smortex)
* Russian: moorchegue
* Spanish: p4moedo
* Swedish: Åke Engelbrektson (eson57)
* English: Stefan Brand (seiichiro0185)
* German: Stefan Brand (seiichiro0185)

View file

@ -129,7 +129,7 @@ Page {
font.pixelSize: Theme.fontSizeSmall
horizontalAlignment: TextEdit.Center
readOnly: true
text: qsTr("Translators:")+"\n\nSwedish: Åke Engelbrektson\nFrench: Romain Tartière\nFinnish: Johan Heikkilä\nRussian: moorchegue\nEnglish: Stefan Brand\nGerman: Stefan Brand"
text: qsTr("Translators:")+"\n\nChinese: BirdZhang\nFinnish: Johan Heikkilä\nFrench: Romain Tartière\nRussian: moorchegue\nSpanish: p4moedo\nSwedish: Åke Engelbrektson\nEnglish: Stefan Brand\nGerman: Stefan Brand"
color: "white"
}
}

View file

@ -98,6 +98,7 @@ Page {
}
MenuItem {
text: qsTr("Settings")
visible: false
onClicked: pageStack.push(Qt.resolvedUrl("Settings.qml"))
}
MenuItem {

View file

@ -1,6 +1,6 @@
Name: harbour-sailotp
Summary: SailOTP
Version: 1.6
Version: 1.7
Release: 1
Group: Security
URL: https://github.com/seiichiro0185/sailotp/