From 0883cc8769e8966730c6f0074c66cdd65b2e4b5e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 7 Jun 2007 07:11:37 +0000 Subject: [PATCH] added translations for basecommands (whoops) --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40918 --- translations/core.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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}'" + } }