More translateable strings, #1354

This commit is contained in:
Alexey Sokolov
2018-03-25 22:57:05 +01:00
parent 2e31a8ee97
commit 6ca2d5caa0
3 changed files with 408 additions and 393 deletions
+2 -1
View File
@@ -21,6 +21,7 @@
#include <znc/Nick.h>
#include <znc/ZNCString.h>
#include <znc/Buffer.h>
#include <znc/Translation.h>
#include <map>
// Forward Declarations
@@ -31,7 +32,7 @@ class CConfig;
class CFile;
// !Forward Declarations
class CChan {
class CChan : private CCoreTranslationMixin {
public:
typedef enum {
Voice = '+',
+2 -2
View File
@@ -635,7 +635,7 @@ void CChan::SendBuffer(CClient* pClient, const CBuffer& Buffer) {
if (!bSkipStatusMsg) {
m_pNetwork->PutUser(":***!znc@znc.in PRIVMSG " + GetName() +
" :Buffer Playback...",
" :" + t_s("Buffer Playback..."),
pUseClient);
}
@@ -673,7 +673,7 @@ void CChan::SendBuffer(CClient* pClient, const CBuffer& Buffer) {
&bSkipStatusMsg);
if (!bSkipStatusMsg) {
m_pNetwork->PutUser(":***!znc@znc.in PRIVMSG " + GetName() +
" :Playback Complete.",
" :" + t_s("Playback Complete."),
pUseClient);
}
+404 -390
View File
File diff suppressed because it is too large Load Diff