diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-28 14:26:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-28 14:26:12 +0000 |
commit | c69a4eeaf118719b3cc7d8e762696e131fe969f2 (patch) | |
tree | 8c64c438b1c22bf11e106166a8d55337e35bad0b /plugins/TabSRMM/src/translator.cpp | |
parent | c6818f5cbc529c51c0f8f1a392ddd5eccbc326e1 (diff) |
+ translation
git-svn-id: http://svn.miranda-ng.org/main/trunk@210 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/translator.cpp')
-rw-r--r-- | plugins/TabSRMM/src/translator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/translator.cpp b/plugins/TabSRMM/src/translator.cpp index 1e801152ea..6c413fedc2 100644 --- a/plugins/TabSRMM/src/translator.cpp +++ b/plugins/TabSRMM/src/translator.cpp @@ -317,6 +317,8 @@ wchar_t* CTranslator::m_strings[STR_LAST] = { LPGENT("Previews not availble when using History++ plugin for message log display."), /* GEN_AEROPEEK_NOHPP */
LPGENT("TabSRMM warning message"), /* GEN_STRING_WARNING_TITLE */
+ LPGENT(" Client: %s"), /* GEN_IP_CLIENT */
+ LPGENT(" Client not cached yet"), /* GEN_IP_CLIENT_UNKNOWN */
};
/*
|