You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added delete account menu under settings.
NMC-3041
NMC-4681 -- enable logs for debug builds
NMC-4850 -- use appcompat text appearance instead of material for separating headings
NMC-4888 -- add option to save logs
R.string.prefs_mnemonic_summary to ExpectedLocalizedString(
30
+
translations =mapOf(
31
+
Locale.ENGLISH to "Displays your 12 word key (passhprase)",
32
+
Locale.GERMAN to "12-Wort-Schlüssel anzeigen (Passphrase)"
33
+
)
34
+
),
35
+
R.string.prefs_keys_exist_summary to ExpectedLocalizedString(
36
+
translations =mapOf(
37
+
Locale.ENGLISH to "End-to-end encryption was already set up on another client. Please enter your mnemonic to allow this client to sync and decrypt the files.",
38
+
Locale.GERMAN to "Die Ende-zu-Ende Verschlüsselung wurde bereits auf einem anderen Gerät eingerichtet. Bitte geben Sie Ihre Passphrase ein, damit die Dateien synchronisiert und entschlüsselt werden."
39
+
)
40
+
),
41
+
R.string.actionbar_contacts to ExpectedLocalizedString(
42
+
translations =mapOf(
43
+
Locale.ENGLISH to "Back up contacts",
44
+
Locale.GERMAN to "Kontakte sichern"
45
+
)
46
+
),
47
+
R.string.actionbar_calendar_contacts_restore to ExpectedLocalizedString(
48
+
translations =mapOf(
49
+
Locale.ENGLISH to "Restore contacts and calendar",
50
+
Locale.GERMAN to "Kontakte & Kalender wiederherstellen"
51
+
)
52
+
),
53
+
R.string.prefs_category_account_info to ExpectedLocalizedString(
54
+
translations =mapOf(
55
+
Locale.ENGLISH to "Account Information",
56
+
Locale.GERMAN to "Kontoinformationen"
57
+
)
58
+
),
59
+
R.string.prefs_category_info to ExpectedLocalizedString(
60
+
translations =mapOf(
61
+
Locale.ENGLISH to "Info",
62
+
Locale.GERMAN to "Info"
63
+
)
64
+
),
65
+
R.string.prefs_category_data_privacy to ExpectedLocalizedString(
66
+
translations =mapOf(
67
+
Locale.ENGLISH to "Data Privacy",
68
+
Locale.GERMAN to "Datenschutz"
69
+
)
70
+
),
71
+
R.string.privacy_settings to ExpectedLocalizedString(
72
+
translations =mapOf(
73
+
Locale.ENGLISH to "Privacy Settings",
74
+
Locale.GERMAN to "Datenschutz-Einstellungen"
75
+
)
76
+
),
77
+
R.string.privacy_policy to ExpectedLocalizedString(
78
+
translations =mapOf(
79
+
Locale.ENGLISH to "Privacy Policy",
80
+
Locale.GERMAN to "Datenschutzbestimmungen"
81
+
)
82
+
),
83
+
R.string.prefs_delete_account to ExpectedLocalizedString(
84
+
translations =mapOf(
85
+
Locale.ENGLISH to "Delete account permanently",
86
+
Locale.GERMAN to "Konto endgültig löschen"
87
+
)
88
+
),
89
+
R.string.prefs_open_source to ExpectedLocalizedString(
90
+
translations =mapOf(
91
+
Locale.ENGLISH to "Used OpenSource Software",
92
+
Locale.GERMAN to "Verwendete OpenSource Software"
93
+
)
94
+
),
95
+
R.string.prefs_category_service to ExpectedLocalizedString(
96
+
translations =mapOf(
97
+
Locale.ENGLISH to "Service",
98
+
Locale.GERMAN to "Bedienung"
99
+
)
100
+
),
101
+
R.string.logs_menu_save to ExpectedLocalizedString(
102
+
translations =mapOf(
103
+
Locale.ENGLISH to "Save logs",
104
+
Locale.GERMAN to "Protokolle speichern"
105
+
)
106
+
),
107
+
R.string.logs_export_success to ExpectedLocalizedString(
108
+
translations =mapOf(
109
+
Locale.ENGLISH to "Logs saved successfully",
110
+
Locale.GERMAN to "Protokolle erfolgreich gespeichert"
111
+
)
112
+
),
113
+
R.string.logs_export_failed to ExpectedLocalizedString(
114
+
translations =mapOf(
115
+
Locale.ENGLISH to "Failed to save logs",
116
+
Locale.GERMAN to "Fehler beim Speichern der Protokolle"
117
+
)
118
+
),
119
+
R.string.url_delete_account to ExpectedLocalizedString(
120
+
translations =mapOf(
121
+
Locale.ENGLISH to "https://www.telekom.de/hilfe/vertrag-rechnung/login-daten-passwoerter/telekom-login-loeschen",
122
+
)
123
+
),
124
+
R.string.url_imprint_nmc to ExpectedLocalizedString(
125
+
translations =mapOf(
126
+
Locale.ENGLISH to "https://www.telekom.de/impressum",
0 commit comments