-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): add translation for 'download limit' cli option
- Loading branch information
thetric
committed
Mar 16, 2017
1 parent
5ac7592
commit 66edf6b
Showing
2 changed files
with
8 additions
and
5 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
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,14 +1,16 @@ | ||
args.course.selection=zeigt einen Dialog zur Auswahl der zu synchronisierenden Kurse an | ||
args.directory = Ordner | ||
args.directory.description = Zielordner für die Synchronisierung | ||
args.directory.description = Zielordner fr die Synchronisierung | ||
args.sync.max-size=maximale Größe der herunterzuladenen Datei in MiB (exklusive) | ||
|
||
login.credentials.username = Benutzername | ||
login.credentials.password = Passwort | ||
login.successful = Login erfolgreich | ||
|
||
login.error=Login fehlgeschlagen | ||
|
||
sync.started = Sync gestartet | ||
sync.finished = Sync beendet | ||
args.course.selection=zeigt einen Dialog zur Auswahl der zu synchronisierenden Kurse an | ||
|
||
sync.courses.available=Gefundene Kurse: | ||
sync.courses.prompt=Geben Sie die Nummern der zu synchronisierenden Kurse an (durch ein Leerzeichen getrennt) | ||
sync.courses.prompt.errors.out-of-range=Die Auswahl muss Indexe zwischen 1 und {0} beinhalten |