Corrected string recources

This commit is contained in:
Caesar2011
2018-07-30 18:07:42 +02:00
parent f0f8fdcb5a
commit 5b6c2f3705
2 changed files with 7 additions and 6 deletions

View File

@@ -33,8 +33,8 @@
<string name="gradebook">Noten</string>
<string name="Current_percentage">Aktuelle Prozentzahl</string>
<string name="offline_mode">Offline-Modus</string>
<string name="refresh_failed">Aktualisieren fehlgeschlagen...</string>
<string name="share_intent">Hey, schau dir die neue KVV App an: %s$s</string>
<string name="refresh_failed">Aktualisieren fehlgeschlagen</string>
<string name="share_intent">Hey, schau\' dir die neue KVV App an: %1$s</string>
<string name="refresh">"Aktualisieren"</string>
<string name="go_to_today">Heute</string>
<string name="canteens">Kantinen</string>

View File

@@ -39,11 +39,12 @@
<string name="gradebook">Gradebook</string>
<string name="Current_percentage">Current Percentage</string>
<string name="offline_mode">Offline Mode</string>
<string name="refresh_failed">Refresh failed...</string>
<string name="share_intent">Hey check out the new KVV app: %s$s</string>
<string name="refresh_failed">Refresh failed</string>
<string name="share_intent">Hey, check out the new KVV app: %1$s</string>
<string name="app_url" translatable="false">https://play.google.com/store/apps/details?id=de.sebse.fuplanner</string>
<string name="refresh">Refresh</string>
<string name="go_to_today">Go to today</string>
<string name="canteens">Canteens</string>
<string name="prices" translatable="false">%1$.2f / %2$.2f / %3$.2f</string>
<string name="prices" translatable="false">%1$.2f / %2$.2f / %3$.2f</string>
<string name="price" translatable="false">%1$.2f€</string>
</resources>