Implemented WebUI interface for the new Watched Folders feature

This commit is contained in:
Naikel Aparicio
2016-01-01 14:38:32 -04:30
committed by sledgehammer999
parent c7b2ee367f
commit 0d59d6a03e
4 changed files with 164 additions and 73 deletions

View File

@@ -87,6 +87,8 @@ static const char *__TRANSLATIONS__[] = {
QT_TRANSLATE_NOOP("HttpServer", "Save files to location:")
QT_TRANSLATE_NOOP("HttpServer", "Label:")
QT_TRANSLATE_NOOP("HttpServer", "Cookie:")
QT_TRANSLATE_NOOP("HttpServer", "Type folder here")
QT_TRANSLATE_NOOP("HttpServer", "Other...")
};
static const struct { const char *source; const char *comment; } __COMMENTED_TRANSLATIONS__[] = {