Version 2.2
This commit is contained in:
parent
2d8bf539ae
commit
d682999421
11 changed files with 146 additions and 63 deletions
|
@ -36,9 +36,9 @@
|
|||
<string name="about">Über</string>
|
||||
<string name="normalMorse">Normales Morse</string>
|
||||
<string name="aboutBug">Wenn Du einen Fehler gefunden hast, schreibe mit bitte ein Email an marcelmichaelkapfer@yahoo.co.nz</string>
|
||||
<string name="aboutHow">Du kannst eine ausführliche Anwendung auf marcel-kapfer.de/projects/morse/index.html#howto_android finden.</string>
|
||||
<string name="aboutHow">Du kannst eine ausführliche Anwendung auf marcel-kapfer.de/writtenmorse/index.html#howto_android finden.</string>
|
||||
<string name="aboutMissing">Wenn du auf einen fehlenden Code aufmerksam geworden bist, dann schreibe eine Email an marcelmichaelkapfer@yahoo.co.nz.</string>
|
||||
<string name="aboutVersion">2.1 \n10. März 2015</string>
|
||||
<string name="aboutVersion">2.2 beta \n15. Mai 2015</string>
|
||||
<string name="sectionBug">Fehler</string>
|
||||
<string name="sectionContact">Kontakt</string>
|
||||
<string name="sectionDeveloper">Entwickler</string>
|
||||
|
@ -48,4 +48,7 @@
|
|||
<!--Output Text Buttons-->
|
||||
<string name="button_share">TEILEN</string>
|
||||
<string name="button_copy">KOPIEREN</string>
|
||||
|
||||
<!--Donate Dialog-->
|
||||
<string name="donate_title">Unterstütze den Entwickler</string>
|
||||
</resources>
|
||||
|
|
|
@ -82,4 +82,9 @@
|
|||
<item name="android:layout_width">match_parent</item>
|
||||
</style>
|
||||
|
||||
<style name="RippleField">
|
||||
<item name="android:background">@drawable/button_action</item>
|
||||
<item name="android:src">@color/cardview_light_background</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
|
@ -43,13 +43,13 @@
|
|||
<string name="sectionHow">How to</string>
|
||||
<string name="sectionMissing">Missing Code</string>
|
||||
<!--About Texts-->
|
||||
<string name="aboutVersion">2.1\n10th March 2015</string>
|
||||
<string name="aboutVersion">2.2 beta\n15 May 2015</string>
|
||||
<string name="aboutDeveloper" translatable="false">Marcel Michael Kapfer</string>
|
||||
<string name="aboutWebsite" translatable="false">marcel-kapfer.de/projects/morse/</string>
|
||||
<string name="aboutWebsite" translatable="false">marcel-kapfer.de/writtenmorse</string>
|
||||
<string name="aboutContact" translatable="false">marcelmichaelkapfer@yahoo.co.nz</string>
|
||||
<string name="aboutLicense" translatable="false">GNU GPL v3.0</string>
|
||||
<string name="aboutBug">If you found a bug, please write me a mail to marcelmichaelkapfer@yahoo.co.nz with a short description of the problem.</string>
|
||||
<string name="aboutHow">You can find a detailed guide on marcel-kapfer.de/projects/morse/index.html#howto_android</string>
|
||||
<string name="aboutHow">You can find a detailed guide on marcel-kapfer.de/writtenmorse/index.php#howto_android</string>
|
||||
<string name="aboutMissing">If you discovered, that code is missing, then write me a mail to marcelmichaelkapfer@yahoo.co.nz and tell me about it.</string>
|
||||
<!--Drawer Titles-->
|
||||
<string name="about">About</string>
|
||||
|
@ -58,6 +58,7 @@
|
|||
<string name="button_share">SHARE</string>
|
||||
<string name="button_copy">COPY</string>
|
||||
|
||||
<!-- TODO: Remove or change this placeholder text -->
|
||||
<string name="hello_blank_fragment">Hello blank fragment</string>
|
||||
<!--Donate Dialog-->
|
||||
<string name="donate_title">Donate the developer</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -81,4 +81,9 @@
|
|||
<item name="android:layout_width">match_parent</item>
|
||||
</style>
|
||||
|
||||
<style name="RippleField">
|
||||
<item name="android:background">@drawable/button_action</item>
|
||||
<item name="android:src">@color/cardview_light_background</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
Reference in a new issue