Added canteens, made Canteen plan more stable

This commit is contained in:
Caesar2011
2018-10-20 00:27:06 +02:00
parent 6e45f1f660
commit e70daa33cc
6 changed files with 48 additions and 9 deletions

View File

@@ -40,7 +40,7 @@
<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$s / %2$s / %3$s</string>
<string name="price" translatable="false">%1$.2f€</string>
<string name="grade_separator" translatable="false">/</string>
<string name="location_name">Location: %1$s</string>
@@ -69,4 +69,5 @@
<string name="ErrorFileDownloadText">An error occurred while downloading the file. Please check if you are connected to the internet and if you have granted storage access to the app.</string>
<string name="invalid_credentials">Invalid username or password!</string>
<string name="error_occurred_code">Error occurred: %1$d</string>
<string name="no_price_available">No price available!</string>
</resources>