diff options
author | methodus <methodus@web.de> | 2012-11-01 17:05:33 +0100 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-11-01 17:05:33 +0100 |
commit | 9d9684f5bcfaabd05f4d41b0c7d2a35d7b1a489c (patch) | |
tree | 5f7d21d1d7113b0ff3da6a8397670113ae061204 /upnp.cpp | |
parent | 36698ebe1b5dfa6f95041b168c9218d66ee0eb03 (diff) | |
download | vdr-plugin-upnp-9d9684f5bcfaabd05f4d41b0c7d2a35d7b1a489c.tar.gz vdr-plugin-upnp-9d9684f5bcfaabd05f4d41b0c7d2a35d7b1a489c.tar.bz2 |
Added german and finnish translation and some fixes. Thanks to Rolf Ahrenberg
Diffstat (limited to 'upnp.cpp')
-rw-r--r-- | upnp.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -26,12 +26,12 @@ cPluginUpnp::~cPluginUpnp() const char *cPluginUpnp::CommandLineHelp(void) { - return " The UPnP/DLNA server is designed to detect everything automatically.\n" - " Therefore the user is not required to change most of the settings.\n" - " \n" - " -d <DB directory> --db-dir=<DB directory> Specifies the directory\n" - " where the the database\n" - " file shall be located.\n"; + return tr(" The UPnP/DLNA server is designed to detect everything automatically.\n" + " Therefore the user is not required to change most of the settings.\n" + " \n" + " -d <DB directory> --db-dir=<DB directory> Specifies the directory\n" + " where the the database\n" + " file shall be located.\n"); } bool cPluginUpnp::ProcessArgs(int argc, char *argv[]) |