diff --git a/translations/de/basetriggers.phrases.txt b/translations/de/basetriggers.phrases.txt index a4f635c4..705a3d72 100644 --- a/translations/de/basetriggers.phrases.txt +++ b/translations/de/basetriggers.phrases.txt @@ -20,6 +20,11 @@ "de" "Friendly Fire ist deaktiviert." } + "Friendly Fire Percent" + { + "de" "Friendly Fire ist auf {1}%." + } + "Current Map" { "de" "Die aktuelle Map ist {1}." diff --git a/translations/de/common.phrases.txt b/translations/de/common.phrases.txt index edfc0af4..20972ee9 100644 --- a/translations/de/common.phrases.txt +++ b/translations/de/common.phrases.txt @@ -229,5 +229,25 @@ { "de" "Aus" } + + "Say all" + { + "de" "(ALLE) {1}" + } + + "Chat admins" + { + "de" "(ADMINS) {1}" + } + + "Chat to admins" + { + "de" "(AN ADMINS) {1}" + } + + "Private say to" + { + "de" "(Privat an {1}) {2}" + } } diff --git a/translations/de/nominations.phrases.txt b/translations/de/nominations.phrases.txt index 8c696f50..997d1486 100644 --- a/translations/de/nominations.phrases.txt +++ b/translations/de/nominations.phrases.txt @@ -65,4 +65,9 @@ "de" "Nominiert" } + "Map Not In Pool" + { + "de" "Karte '{1}' steht nicht zur Wahl." + } + } diff --git a/translations/de/plugin.basecommands.txt b/translations/de/plugin.basecommands.txt index cd37edae..dbe2bad5 100644 --- a/translations/de/plugin.basecommands.txt +++ b/translations/de/plugin.basecommands.txt @@ -129,5 +129,10 @@ { "de" "Bitte wähle eine Map " } + + "Choose Config" + { + "de" "Wähle eine Konfiguration" + } }