Skip to content

Commit

Permalink
Update help text and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
seowings committed Jun 24, 2024
1 parent 242d5e4 commit 124d889
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 30 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": "lock-message.desktop"
}
},
"version": "0.1.0",
"version": "0.1.1",
"maintainer": "Faisal Shahzad <pybodensee@gmail.com>",
"framework" : "@CLICK_FRAMEWORK@"
}
29 changes: 18 additions & 11 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -46,33 +46,40 @@ msgstr "Berühren Sie, um eine Sperr-Nachricht hinzuzufügen"

#: ../qml/Main.qml:157
msgid ""
"- If your custom message doesn't show up on the locked screen, then please "
"restart your Phone after removing the SIM card."
"- If your custom message doesn't show up on the locked screen, then its "
"probably hidden in usermetrics queu."
msgstr ""
"- Wenn Ihre persönliche Sperr-Nachricht nicht auf dem gesperrten "
"Bildschirm angezeigt wird, starten Sie bitte Ihr Telefon nach der Entfernung der SIM-Karte neu."
"- Wenn Ihre Sperr-Nachricht nicht auf dem gesperrten Bildschirm angezeigt wird, "
"dann ist sie wahrscheinlich in der Warteschlange von Usermetrics versteckt."

#: ../qml/Main.qml:158
msgid ""
"- Restarting without SIM card will reset the usermetric sequences and Lock "
"Message sequence will be shown afterwards."
"- You can double tap on text inside the circle untill you see your lock "
"message."
msgstr ""
"- Bei einem Neustart ohne SIM-Karte werden die usermetrischen Sequenzen zurückgesetzt "
"und die Sequenz der Sperr-Nachricht wird anschließend angezeigt."
"- Tippen Sie doppelt auf den Text innerhalb des Kreises, bis Sie Ihre Sperrnachricht sehen."

#: ../qml/Main.qml:159
msgid ""
"- While double tapping, please only tap on the text inside the lock screen "
"circle, as double tap on random area might not work."
msgstr ""
"- Beim Doppeltippen bitte nur auf den Text innerhalb des Kreises auf dem Sperrbildschirm tippen, "
"da das Doppeltippen auf zufällige Bereiche möglicherweise nicht funktioniert."

#: ../qml/Main.qml:160
msgid ""
"- Please contact me with any issues before leaving negative review and I "
"will try to fix them. Help me to improve this important feature."
msgstr ""
"- Bitte kontaktieren Sie mich bei allen Problemen, bevor Sie eine negative Bewertung hinterlassen, "
"- Bitte kontaktieren Sie mich bei allen Problemen, bevor Sie eine negative Bewertung hinterlassen "
"und ich werde mich bemühen, diese zu beheben. Helfen Sie mir, diese wichtige Funktion zu verbessern."

#: ../qml/Main.qml:248
#: ../qml/Main.qml:249
msgid "Touch to write"
msgstr "Berühren um zu schreiben"

#: ../qml/Main.qml:277
#: ../qml/Main.qml:278
msgid "Locked screen message was updated"
msgstr "Sperr-Nachricht wurde aktualisiert"

Expand Down
32 changes: 19 additions & 13 deletions po/template.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: lock-message.pybodensee\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-21 10:27+0000\n"
"POT-Creation-Date: 2024-06-24 21:03+0000\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"
Expand All @@ -22,7 +22,7 @@ msgid "Information"
msgstr ""

#: ../qml/AboutPage.qml:79
msgid "Add your message to the lockscreen"
msgid "Add a message to the lockscreen"
msgstr ""

#: ../qml/AboutPage.qml:86
Expand All @@ -37,37 +37,43 @@ msgstr ""
msgid "Author"
msgstr ""

#: ../qml/Main.qml:79
#: ../qml/Main.qml:80
msgid "Info"
msgstr ""

#: ../qml/Main.qml:138
#: ../qml/Main.qml:139
msgid "Click to add locked sceen message"
msgstr ""

#: ../qml/Main.qml:157
#: ../qml/Main.qml:158
msgid ""
"- If your custom message doesn't show up on the locked screen, then please "
"restart your Phone after removing the SIM card."
"- If your custom message doesn't show up on the locked screen, then its "
"probably hidden in usermetrics queu."
msgstr ""

#: ../qml/Main.qml:158
#: ../qml/Main.qml:159
msgid ""
"- Restarting without SIM card will reset the usermetric sequences and Lock "
"Message sequence will be shown afterwards."
"- You can double tap on text inside the circle untill you see your lock "
"message."
msgstr ""

#: ../qml/Main.qml:159
#: ../qml/Main.qml:160
msgid ""
"- While double tapping, please only tap on the text inside the lock screen "
"circle, as double tap on random area might not work."
msgstr ""

#: ../qml/Main.qml:161
msgid ""
"- Please contact me with any issues before leaving negative review and I "
"will try to fix them. Help me to improve this important feature."
msgstr ""

#: ../qml/Main.qml:248
#: ../qml/Main.qml:250
msgid "Touch to write"
msgstr ""

#: ../qml/Main.qml:277
#: ../qml/Main.qml:279
msgid "Locked screen message was updated"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions qml/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Page {
Label {
id: name

text: "Lock Message\nv0.1.0"
text: "Lock Message\n" + version
anchors.horizontalCenter: parent.horizontalCenter
textSize: Label.Large
horizontalAlignment: Text.AlignHCenter
Expand All @@ -76,7 +76,7 @@ Page {
id: description_text

width: parent.width - units.gu(4)
text: i18n.tr("Add your message to the lockscreen")
text: i18n.tr("Add a message to the lockscreen")
anchors.horizontalCenter: parent.horizontalCenter
wrapMode: Text.WordWrap
horizontalAlignment: Text.AlignHCenter
Expand Down
8 changes: 5 additions & 3 deletions qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ MainView {
id: main_view

applicationName: "lock-message.pybodensee"


property string version : "v0.1.1"
property bool isLandscape: a_p_layout.width > a_p_layout.height
property bool isWide: a_p_layout.width > units.gu(80)
property string momentMessage
Expand Down Expand Up @@ -154,8 +155,9 @@ MainView {
id: message_description

text: {
i18n.tr("- If your custom message doesn't show up on the locked screen, then please restart your Phone after removing the SIM card.") + "\n\n" +
i18n.tr("- Restarting without SIM card will reset the usermetric sequences and Lock Message sequence will be shown afterwards.") + "\n\n" +
i18n.tr("- If your custom message doesn't show up on the locked screen, then its probably hidden in usermetrics queu.") + "\n\n" +
i18n.tr("- You can double tap on text inside the circle untill you see your lock message.") + "\n\n" +
i18n.tr("- While double tapping, please only tap on the text inside the lock screen circle, as double tap on random area might not work.") + "\n\n" +
i18n.tr("- Please contact me with any issues before leaving negative review and I will try to fix them. Help me to improve this important feature.")

}
Expand Down

1 comment on commit 124d889

@seowings
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added better help for users. Fix for #1

Please # to comment.