-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#99 extract more strings into localization module
- Loading branch information
Showing
2 changed files
with
24 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
EMAIL_ALREADY_EXISTS = "Ein Account mit dieser E-Mail-Adresse existiert bereits." | ||
MSG_ACCOUNT_CREATED = "Account wurde erstellt. Jetzt kannst du dich einloggen." | ||
MSG_ALREADY_LOGGED_IN = "Du bist bereits eingeloggt. Du kannst dich im Menü ausloggen." | ||
MSG_NOT_LOGGED_IN = "Du bist nicht eingeloggt!" | ||
MSG_SETTINGS_SAVED = "Die neuen Einstellungen wurden gespeichert." | ||
MSG_PASSWORDS_UNEQUAL = "Die eingegeben Passwörter stimmen nicht überein." | ||
MSG_OFM_PASSWORDS_UNEQUAL = "Die eingegeben OFM Passwörter stimmen nicht überein." | ||
MSG_PASSWORDS_UNEQUAL = "Die eingegeben Passwörter stimmen nicht überein." | ||
MSG_SETTINGS_SAVED = "Die neuen Einstellungen wurden gespeichert." | ||
NEWER_OFM_VERSION_AVAILABLE = "Es ist eine neuere Version von OFM Helper verfügbar: %s. Du nutzt noch: %s." | ||
OFM_USERNAME_ALREADY_EXISTS = "Es existiert bereits ein Account für diesen OFM Benutzernamen." | ||
USERNAME_ALREADY_EXISTS = "Ein Account mit diesem Benutzernamen existiert bereits." | ||
LOGGED_OUT = "Du wurdest abgemeldet." | ||
USERNAME_OR_PASSWORD_INVALID = "Benutzername und/oder Passwort nicht korrekt." | ||
LOGIN_IMPOSSIBLE_ACCOUNT_IS_DEACTIVATED = "Login nicht möglich. Dein Account wurde deaktiviert." | ||
LOGIN_SUCCESSFUL = "Login erfolgreich." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters