mirror of
https://github.com/znc/znc.git
synced 2026-06-25 04:22:08 +02:00
More translateable strings, #1354
This commit is contained in:
+2
-1
@@ -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
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user