mirror of
https://github.com/Mueller-Patrick/DHBW-Service-App.git
synced 2024-11-01 08:53:58 +00:00
18 lines
472 B
Plaintext
18 lines
472 B
Plaintext
/*
|
|
General.strings
|
|
DHBW-Service
|
|
|
|
Created by Patrick Müller on 22.12.20.
|
|
|
|
*/
|
|
"name" = "Name";
|
|
"course" = "Course";
|
|
"director" = "Director";
|
|
"filledAuto" = "filled automatically";
|
|
"welcomeText" = "Please enter your data in the following fields:";
|
|
"settings" = "Settings";
|
|
"other" = "Other";
|
|
"logoutClearData" = "Logout and clear all data";
|
|
"logout" = "Logout";
|
|
"confirmLogoutMessage" = "Are you sure you want to logout and clear all data? This cannot be undone.";
|