diff --git a/translations/core.cfg b/translations/core.cfg index e9a44559..43289a25 100644 --- a/translations/core.cfg +++ b/translations/core.cfg @@ -20,4 +20,20 @@ "en" "Exit" } + "No matching client" + { + "en" "No matching client was found." + } + + "More than one client matches" + { + "#format" "{1:s}" + "en" "More than one client matches the pattern '{1}'" + } + + "Kicked player" + { + "#format" "{1:s}" + "en" "Kicked player '{1}'" + } }