|
|
|
/*
|
|
|
|
* Bittorrent Client using Qt and libtorrent.
|
|
|
|
* Copyright (C) 2014 Vladimir Golovnev <glassez@yandex.ru>
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License
|
|
|
|
* as published by the Free Software Foundation; either version 2
|
|
|
|
* of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
*
|
|
|
|
* In addition, as a special exception, the copyright holders give permission to
|
|
|
|
* link this program with the OpenSSL project's "OpenSSL" library (or with
|
|
|
|
* modified versions of it that use the same license as the "OpenSSL" library),
|
|
|
|
* and distribute the linked executables. You must obey the GNU General Public
|
|
|
|
* License in all respects for all of the code used other than "OpenSSL". If you
|
|
|
|
* modify file(s), you may extend this exception to your version of the file(s),
|
|
|
|
* but you are not obligated to do so. If you do not wish to do so, delete this
|
|
|
|
* exception statement from your version.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef EXTRA_TRANSLATIONS_H
|
|
|
|
#define EXTRA_TRANSLATIONS_H
|
|
|
|
|
|
|
|
#include <QObject>
|
|
|
|
|
|
|
|
// Additional translations for Web UI
|
|
|
|
static const char *__TRANSLATIONS__[] = {
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "File"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Edit"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Help"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Logout"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Download Torrents from their URL or Magnet link"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Only one link per line"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Download local torrent"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Download"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Are you sure you want to delete the selected torrents from the transfer list?"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Global upload rate limit must be greater than 0 or disabled."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Global download rate limit must be greater than 0 or disabled."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Alternative upload rate limit must be greater than 0 or disabled."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Alternative download rate limit must be greater than 0 or disabled."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Maximum active downloads must be greater than -1."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Maximum active uploads must be greater than -1."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Maximum active torrents must be greater than -1."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Maximum number of connections limit must be greater than 0 or disabled."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Maximum number of connections per torrent limit must be greater than 0 or disabled."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Maximum number of upload slots per torrent limit must be greater than 0 or disabled."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Unable to save program preferences, qBittorrent is probably unreachable."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Language"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "The port used for incoming connections must be between 1 and 65535."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "The port used for the Web UI must be between 1 and 65535."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "The Web UI username must be at least 3 characters long."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "The Web UI password must be at least 3 characters long."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Save"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "qBittorrent client is not reachable"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "HTTP Server"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "The following parameters are supported:"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Torrent path"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Torrent name"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "qBittorrent has been shutdown."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Unable to log in, qBittorrent is probably unreachable."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Invalid Username or Password."),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Password"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Login"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Upload Failed!"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Original authors"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Upload limit:"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Download limit:"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Apply"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Add"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Upload Torrents"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "All"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Downloading"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Seeding"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Completed"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Resumed"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Paused"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Active"),
|
|
|
|
QT_TRANSLATE_NOOP("HttpServer", "Inactive")
|
|
|
|
};
|
|
|
|
|
|
|
|
static const struct { const char *source; const char *comment; } __COMMENTED_TRANSLATIONS__[] = {
|
|
|
|
QT_TRANSLATE_NOOP3("HttpServer", "Downloaded", "Is the file downloaded or not?")
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif // EXTRA_TRANSLATIONS_H
|