Localization and better Updatedialog
This commit is contained in:
parent
cf65377930
commit
fab340487c
7 changed files with 61 additions and 29 deletions
|
@ -1,4 +1,6 @@
|
|||
about=<html> <head> </head> <body> <p style\="margin-top\: 5px; margin-right\: 5px; margin-bottom\: 5px; margin-left\: 5px"> <b>Developer</b><br>Marcel Kapfer </p> <p style\="margin-top\: 5px; margin-right\: 5px; margin-bottom\: 5px; margin-left\: 5px"> <b>Version</b><br>2.0.0 dev </p> </body> </html>
|
||||
about=<html>\n<head>\n</head>\n<body style\="font-family\: sans-serif">\n<p style\="margin-top\: 5px; margin-right\: 5px; margin-bottom\: 5px; margin-left\: 5px">\n<b>Version</b><br>1.9.0 alpha\n</p>\n<p style\="margin-top\: 5px; margin-right\: 5px; margin-bottom\: 5px; margin-left\: 5px">\n<b>Developer</b><br>Marcel Michael Kapfer\n</p>\n<p style\="margin-top\: 5px; margin-right\: 5px; margin-bottom\: 5px; margin-left\: 5px">\n<b>Website</b><br>marcel-kapfer.de/writtenmorse\n</p>\n<p style\="margin-top\: 5px; margin-right\: 5px; margin-bottom\: 5px; margin-left\: 5px">\n<b>Contact</b><br>marcelmichaelkapfer@yahoo.co.nz\n</p>\n<p style\="margin-top\: 5px; margin-right\: 5px; margin-bottom\: 5px; margin-left\: 5px">\n<b>License</b><br>GNU GPL v3.0\n</p>\n<p style\="margin-top\: 5px; margin-right\: 5px; margin-bottom\: 5px; margin-left\: 5px">\n<b>Bug</b><br>If you found a bug, please write me a mail to marcelmichaelkapfer@yahoo.co.nz with a short description of the problem.\n</p>\n<p style\="margin-top\: 5px; margin-right\: 5px; margin-bottom\: 5px; margin-left\: 5px">\n<b>How to</b><br>You can find a detailed guide on marcel-kapfer.de/writtenmorse/\#howto_desktop\n<p style\="margin-top\: 5px; margin-right\: 5px; margin-bottom\: 5px; margin-left\: 5px">\n<b>Missing Code</b><br>If you discovered, that a code is missing, then write me a mail to marcelmichaelkapfer@yahoo.co.nz and tell me about it.\n</p>\n</p>\n</body>\n</html>
|
||||
aboutUpdateAvailable=Update available
|
||||
aboutUpdateAvailableButton=Install Update
|
||||
inputText=Enter your text
|
||||
tabAbout=About
|
||||
tabNormalMorse=Normal Morse
|
||||
|
@ -8,4 +10,8 @@ update-no-connection=The connection to the server was not possible.\nTry again l
|
|||
update-not-successful=Update not successful
|
||||
update-successful=Update successful.\nPlease restart the software to activate the changes.
|
||||
updateAvailable=An Update is available\!\nGo to the 'About' section for more.
|
||||
updateButton=Check for updates
|
||||
updateButton=Check for updates
|
||||
updateDialogClose=Close
|
||||
updateDialogNewVersion=A new version of the Morse Converter is available.
|
||||
updateDialogUpToDateText=You're running the latest version.
|
||||
updateDialogUpdateQuestion=Do you want to download and install it?
|
Reference in a new issue