Update to meet Google Java Coding Guidlines
This commit is contained in:
parent
280f195755
commit
85261470cc
15 changed files with 474 additions and 573 deletions
|
@ -1,5 +1,5 @@
|
|||
about=<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>2.0.0\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>
|
||||
aboutUpdateAvailable=Update available
|
||||
aboutUpdateAvailable=&Update available
|
||||
aboutUpdateAvailableButton=Install Update
|
||||
clear=Clear
|
||||
copy=Copy
|
||||
|
@ -13,7 +13,7 @@ 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.
|
||||
|
|
Reference in a new issue