From bc2c095db69be01837d07af1151b0f0a3061713f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 4 Jan 2016 15:44:31 +0300 Subject: Add missing TRANSLATORS comments to translation strings. --- src/actions/actions.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/actions/actions.cpp') diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index ba5bb9226..d8fa1c165 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -1111,6 +1111,7 @@ impHandler0(cacheInfo) return; unsigned int all = 0; + // TRANSLATORS: chat fonts message debugChatTab->chatLog(_("font cache size"), ChatMsgType::BY_SERVER); std::string str; for (int f = 0; f < 256; f ++) @@ -1123,14 +1124,17 @@ impHandler0(cacheInfo) } } debugChatTab->chatLog(str, ChatMsgType::BY_SERVER); + // TRANSLATORS: chat fonts message debugChatTab->chatLog(strprintf("%s %d", _("Cache size:"), all), ChatMsgType::BY_SERVER); #ifdef DEBUG_FONT_COUNTERS debugChatTab->chatLog("", ChatMsgType::BY_SERVER); debugChatTab->chatLog(strprintf("%s %d", + // TRANSLATORS: chat fonts message _("Created:"), font->getCreateCounter()), ChatMsgType::BY_SERVER); debugChatTab->chatLog(strprintf("%s %d", + // TRANSLATORS: chat fonts message _("Deleted:"), font->getDeleteCounter()), ChatMsgType::BY_SERVER); #endif @@ -1467,6 +1471,7 @@ impHandler0(createItems) impHandler(uploadConfig) { + // TRANSLATORS: upload config chat message uploadFile(_("Uploaded config into:"), config.getFileName(), "?xml", @@ -1476,6 +1481,7 @@ impHandler(uploadConfig) impHandler(uploadServerConfig) { + // TRANSLATORS: upload config chat message uploadFile(_("Uploaded server config into:"), serverConfig.getFileName(), "?xml", @@ -1485,6 +1491,7 @@ impHandler(uploadServerConfig) impHandler(uploadLog) { + // TRANSLATORS: upload log chat message uploadFile(_("Uploaded log into:"), settings.logFileName, "?txt", -- cgit v1.2.3-60-g2f50