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 = '+',