Shortened German Translation for Canteen Option
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user