Shortened German Translation for Canteen Option

This commit is contained in:
Caesar2011
2018-08-09 18:45:12 +02:00
parent 0b7cb58e98
commit 761f5d4490
11 changed files with 35 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
package de.sebse.fuplanner.services.GoogleAuth;
/**
* Created by ***REMOVED*** on 06.11.2017.
* Created by Sebastian on 06.11.2017.
*/
public class Credentials {

View File

@@ -1,7 +1,7 @@
package de.sebse.fuplanner.services.GoogleAuth;
/**
* Created by ***REMOVED*** on 06.11.2017.
* Created by Sebastian on 06.11.2017.
*/
public interface CredentialsListener {

View File

@@ -20,7 +20,7 @@ import com.google.android.gms.common.api.ResolvableApiException;
import static android.app.Activity.RESULT_OK;
/**
* Created by ***REMOVED*** on 06.11.2017.
* Created by Sebastian on 06.11.2017.
*/
public class GoogleAuth {

View File

@@ -179,7 +179,7 @@ class KVVLogin extends HTTPService {
/*
POST https://identity.fu-berlin.de/idp-fub/Authn/UserPassword
<- j_username ***REMOVED***
<- j_username seedorf96
<- j_password neinhieristpatrick
<- (Header-"Content-Type") application/x-www-form-urlencoded
<- JSESSIONID

View File

@@ -6,10 +6,4 @@
<item>Angestellter</item>
<item>Andere</item>
</string-array>
<string-array name="pref_price_group_values">
<item>all</item>
<item>student</item>
<item>employee</item>
<item>other</item>
</string-array>
</resources>

View File

@@ -43,7 +43,7 @@
<string name="close">Schließen</string>
<string name="open_data_policy">Datenschutzrichtlinie</string>
<string name="open_data_policy_summary">Öffne die Datenschutzrichtlinie nach DSGVO</string>
<string name="pref_price_group_default">alle</string>
<string name="pref_price_group_title">Kantinenpreisgruppe</string>
<string name="pref_price_group_dialog">Preisgruppenauswahl</string>
<string name="pref_price_group_summary">Zeige nur Preise einer Gruppe</string>
<string name="pref_price_group_dialog">Preisgruppe</string>
</resources>