Language Support

This commit is contained in:
mmk2410 2015-02-14 18:45:28 +01:00
parent 159abc21c8
commit e1e3b178e8
4 changed files with 15 additions and 25 deletions

View file

@ -45,12 +45,5 @@
\n \nFehlender Code \nWenn du auf einen fehlenden Code aufmerksam geworden bist, dann schreibe eine Email an marcelmichaelkapfer@yahoo.co.nz.</string>
<string name="about">Über</string>
<string name="drawer_open">Navigationsmenü öffnen</string>
<string name="drawer_close">Navigationsmenü schließen</string>
<string-array name="menu_array">
<item>writtenMorse</item>
<item>Normal Morse</item>
<item>Über</item>
</string-array>
<string name="normalMorse">Normales Morse</string>
</resources>

View file

@ -42,15 +42,5 @@
\n \nHow to \nYou can find a detailed guide on marcel-kapfer.de/projects/morse/index.html#howto_android
\n \nMissing Code \nIf you discovered, that code is missing, then write me a mail to marcelmichaelkapfer@yahoo.co.nz and tell me about it.</string>
<string name="about">About</string>
<string name="drawer_open">Open navigation drawer</string>
<string name="drawer_close">Close navigation drawer</string>
<string-array name="menu_array">
<item>writtenMorse</item>
<item>Normal Morse</item>
<item>About</item>
</string-array>
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="normalMorse">Normal Morse</string>
</resources>