mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed leading/trailing blanks in the translation files; bumped all version numbers to 2.2.0
This commit is contained in:
parent
9e6ca94a72
commit
77a1ff8b00
2
HISTORY
2
HISTORY
@ -8587,3 +8587,5 @@ Video Disk Recorder Revision History
|
||||
- Improved the German translations of "EPG bugfix level"", "StreamId" and "T2SystemId"
|
||||
(thanks to Albert Danis).
|
||||
- Updated the Czech OSD texts (thanks to Ales Jurik).
|
||||
- Fixed leading/trailing blanks in the translation files.
|
||||
- Bumped all version numbers to 2.2.0.
|
||||
|
2
INSTALL
2
INSTALL
@ -1,7 +1,7 @@
|
||||
Installation of the Video Disk Recorder
|
||||
---------------------------------------
|
||||
|
||||
Version 2.0
|
||||
Version 2.2
|
||||
-----------
|
||||
|
||||
Compiling and running the program:
|
||||
|
2
MANUAL
2
MANUAL
@ -1,7 +1,7 @@
|
||||
Video Disk Recorder User's Manual
|
||||
---------------------------------
|
||||
|
||||
Version 2.0
|
||||
Version 2.2
|
||||
-----------
|
||||
|
||||
* Remote Control Keys
|
||||
|
@ -31,9 +31,9 @@ modified {
|
||||
<div class="center">
|
||||
<h1>The VDR Plugin System</h1>
|
||||
|
||||
<b>Version 2.1</b>
|
||||
<b>Version 2.2</b>
|
||||
<p>
|
||||
Copyright © 2013 Klaus Schmidinger<br>
|
||||
Copyright © 2015 Klaus Schmidinger<br>
|
||||
<a href="mailto:vdr@tvdr.de">vdr@tvdr.de</a><br>
|
||||
<a href="http://www.tvdr.de">www.tvdr.de</a>
|
||||
</div>
|
||||
|
@ -59,3 +59,7 @@ VDR Plugin 'dvbsddevice' Revision History
|
||||
2014-03-15: Version 2.1.2
|
||||
|
||||
- The function cDevice::GetVideoSystem() has been deprecated.
|
||||
|
||||
2015-02-19: Version 2.2.0
|
||||
|
||||
- Official release.
|
||||
|
@ -3,14 +3,14 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: dvbsddevice.c 3.3 2014/03/15 12:28:14 kls Exp $
|
||||
* $Id: dvbsddevice.c 3.4 2015/02/17 13:11:55 kls Exp $
|
||||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
#include <vdr/plugin.h>
|
||||
#include "dvbsdffdevice.h"
|
||||
|
||||
static const char *VERSION = "2.1.2";
|
||||
static const char *VERSION = "2.2.0";
|
||||
static const char *DESCRIPTION = "SD Full Featured DVB device";
|
||||
|
||||
class cPluginDvbsddevice : public cPlugin {
|
||||
|
@ -20,3 +20,7 @@ VDR Plugin 'epgtableid0' Revision History
|
||||
2014-01-01: Version 2.1.1
|
||||
|
||||
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
|
||||
|
||||
2015-02-19: Version 2.2.0
|
||||
|
||||
- Official release.
|
||||
|
@ -3,13 +3,13 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: epgtableid0.c 3.1 2014/01/01 13:29:54 kls Exp $
|
||||
* $Id: epgtableid0.c 3.2 2015/02/17 13:12:18 kls Exp $
|
||||
*/
|
||||
|
||||
#include <vdr/epg.h>
|
||||
#include <vdr/plugin.h>
|
||||
|
||||
static const char *VERSION = "2.1.1";
|
||||
static const char *VERSION = "2.2.0";
|
||||
static const char *DESCRIPTION = "EPG handler for events with table id 0x00";
|
||||
|
||||
// --- cTable0Handler --------------------------------------------------------
|
||||
|
@ -90,3 +90,7 @@ VDR Plugin 'hello' Revision History
|
||||
2014-01-01: Version 2.1.1
|
||||
|
||||
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
|
||||
|
||||
2015-02-19: Version 2.2.0
|
||||
|
||||
- Official release.
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: hello.c 3.1 2014/01/01 13:29:54 kls Exp $
|
||||
* $Id: hello.c 3.2 2015/02/17 13:12:26 kls Exp $
|
||||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
@ -12,7 +12,7 @@
|
||||
#include <vdr/interface.h>
|
||||
#include <vdr/plugin.h>
|
||||
|
||||
static const char *VERSION = "2.1.1";
|
||||
static const char *VERSION = "2.2.0";
|
||||
static const char *DESCRIPTION = trNOOP("A friendly greeting");
|
||||
static const char *MAINMENUENTRY = trNOOP("Hello");
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Marc Rovira Vall <tm05462@salleURL.edu>, 2003
|
||||
# Ramon Roca <ramon.roca@xcombo.com>, 2003
|
||||
@ -7,7 +7,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Vladimír Bárta <vladimir.barta@k2atmitec.cz>, 2006
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Mogens Elneff <mogens@elneff.dk>, 2004
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Klaus Schmidinger <vdr@tvdr.de>, 2000
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Dimitrios Dimitrakos <mail@dimitrios.de>, 2002
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Ruben Nunez Francisco <ruben.nunez@tang-it.com>, 2002
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Arthur Konovalov <artlov@gmail.com>, 2004, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Hannu Savolainen <hannu@opensound.com>, 2002
|
||||
# Jaakko Hyvätti <jaakko@hyvatti.iki.fi>, 2002
|
||||
@ -8,7 +8,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Jean-Claude Repetto <jc@repetto.org>, 2001
|
||||
# Olivier Jacques <jacquesolivier@hotmail.com>, 2003
|
||||
@ -8,7 +8,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Adrian Caval <anrxc@sysphere.org>, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2008-03-17 19:52+0100\n"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Istvan Koenigsberger <istvnko@hotmail.com>, 2002
|
||||
# Guido Josten <guido.josten@t-online.de>, 2002
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Diego Pierotto <vdr-italian@tiscali.it>, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2008-01-27 20:11+0100\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Valdemaras Pipiras <varas@ambernet.lt>, 2009
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2009-12-08 12:18+0200\n"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com>, 2001
|
||||
# Hans Dingemans <hans.dingemans@tacticalops.nl>, 2003
|
||||
@ -7,7 +7,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Jørgen Tvedt <pjtvedt@online.no>, 2001
|
||||
# Truls Slevigen <truls@slevigen.no>, 2002
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Michael Rakowski <mrak@gmx.de>, 2002
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Paulo Lopes <pmml@netvita.pt>, 2001
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Paul Lacatus <paul@campina.iiruc.ro>, 2002
|
||||
# Lucian Muresan <lucianm@users.sourceforge.net>, 2004
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Vyacheslav Dikonov <sdiconov@mail.ru>, 2004
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Vladimír Bárta <vladimir.barta@k2atmitec.cz>, 2006
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2009-09-30 09:48+0100\n"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Miha Setina <mihasetina@softhome.net>, 2000
|
||||
# Matjaz Thaler <matjaz.thaler@guest.arnes.si>, 2003
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Tomas Prybil <tomas@prybil.se>, 2002
|
||||
# Jan Ekholm <chakie@infa.abo.fi>, 2003
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Oktay Yolgeçen <oktay_73@yahoo.de>, 2007
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2008-05-12 22:34:4800\n"
|
||||
|
@ -1,14 +1,14 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Marc Rovira Vall <tm05462@salleURL.edu>, 2003
|
||||
# Ramon Roca <ramon.roca@xcombo.com>, 2003
|
||||
# Jordi Vilà <jvila@tinet.org>, 2003
|
||||
# Nan Feng VDR <nfgx@21cn.com>, 2009.2
|
||||
# Nan Feng VDR <nfgx@21cn.com>, 2009
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-hello 0.2.5\n"
|
||||
"Project-Id-Version: vdr-hello 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
|
||||
"PO-Revision-Date: 2009-01-23 09:48+0800\n"
|
||||
|
@ -68,3 +68,7 @@ VDR Plugin 'osddemo' Revision History
|
||||
|
||||
- Fixed flickering if subtitles are active while the OSD demo is running.
|
||||
- Fixed a possible crash in the OSD demo (reported by Christopher Reimer).
|
||||
|
||||
2015-02-19: Version 2.2.0
|
||||
|
||||
- Official release.
|
||||
|
@ -3,13 +3,13 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: osddemo.c 3.3 2014/02/06 11:51:53 kls Exp $
|
||||
* $Id: osddemo.c 3.4 2015/02/17 13:12:36 kls Exp $
|
||||
*/
|
||||
|
||||
#include <vdr/osd.h>
|
||||
#include <vdr/plugin.h>
|
||||
|
||||
static const char *VERSION = "2.1.2";
|
||||
static const char *VERSION = "2.2.0";
|
||||
static const char *DESCRIPTION = "Demo of arbitrary OSD setup";
|
||||
static const char *MAINMENUENTRY = "Osd Demo";
|
||||
|
||||
|
@ -95,3 +95,7 @@ VDR Plugin 'pictures' Revision History
|
||||
2014-01-01: Version 2.1.1
|
||||
|
||||
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
|
||||
|
||||
2015-02-19: Version 2.2.0
|
||||
|
||||
- Official release.
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: pictures.c 3.1 2014/01/01 13:29:54 kls Exp $
|
||||
* $Id: pictures.c 3.2 2015/02/17 13:12:50 kls Exp $
|
||||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
@ -11,7 +11,7 @@
|
||||
#include "menu.h"
|
||||
#include "player.h"
|
||||
|
||||
static const char *VERSION = "2.1.1";
|
||||
static const char *VERSION = "2.2.0";
|
||||
static const char *DESCRIPTION = trNOOP("A simple picture viewer");
|
||||
static const char *MAINMENUENTRY = trNOOP("Pictures");
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Klaus Schmidinger <vdr@tvdr.de>, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-pictures 0.1.3\n"
|
||||
"Project-Id-Version: vdr-pictures 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
|
||||
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Arthur Konovalov <artlov@gmail.com>, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-pictures 0.1.3\n"
|
||||
"Project-Id-Version: vdr-pictures 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
|
||||
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi>, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-pictures 0.1.3\n"
|
||||
"Project-Id-Version: vdr-pictures 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
|
||||
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Patrice Staudt <patrice.staudt@laposte.net>, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-pictures 0.1.3\n"
|
||||
"Project-Id-Version: vdr-pictures 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
|
||||
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Diego Pierotto <vdr-italian@tiscali.it>, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-pictures 0.1.3\n"
|
||||
"Project-Id-Version: vdr-pictures 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
|
||||
"PO-Revision-Date: 2008-01-27 20:22+0100\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Valdemaras Pipiras <varas@ambernet.lt>, 2009
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-pictures 0.1.3\n"
|
||||
"Project-Id-Version: vdr-pictures 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
|
||||
"PO-Revision-Date: 2009-12-08 12:41+0100\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Alexander Gross <Bikalexander@gmail.com>, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-pictures 0.1.3\n"
|
||||
"Project-Id-Version: vdr-pictures 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
|
||||
"PO-Revision-Date: 2008-03-14 00:45+0100\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Klaus Schmidinger <vdr@tvdr.de>, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-pictures 0.1.3\n"
|
||||
"Project-Id-Version: vdr-pictures 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
|
||||
"PO-Revision-Date: 2009-09-30 12:54+0100\n"
|
||||
|
@ -24,3 +24,7 @@ VDR Plugin 'rcu' Revision History
|
||||
2014-01-01: Version 2.1.1
|
||||
|
||||
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
|
||||
|
||||
2015-02-19: Version 2.2.0
|
||||
|
||||
- Official release.
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: rcu.c 3.1 2014/01/01 13:29:54 kls Exp $
|
||||
* $Id: rcu.c 3.2 2015/02/17 13:13:00 kls Exp $
|
||||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
@ -16,7 +16,7 @@
|
||||
#include <vdr/thread.h>
|
||||
#include <vdr/tools.h>
|
||||
|
||||
static const char *VERSION = "2.1.1";
|
||||
static const char *VERSION = "2.2.0";
|
||||
static const char *DESCRIPTION = "Remote Control Unit";
|
||||
|
||||
#define REPEATLIMIT 150 // ms
|
||||
|
@ -25,3 +25,7 @@ VDR Plugin 'servicedemo' Revision History
|
||||
2014-01-01: Version 2.1.1
|
||||
|
||||
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
|
||||
|
||||
2015-02-19: Version 2.2.0
|
||||
|
||||
- Official release.
|
||||
|
@ -3,14 +3,14 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: svccli.c 3.1 2014/01/01 13:29:54 kls Exp $
|
||||
* $Id: svccli.c 3.2 2015/02/17 13:13:05 kls Exp $
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <vdr/interface.h>
|
||||
#include <vdr/plugin.h>
|
||||
|
||||
static const char *VERSION = "2.1.1";
|
||||
static const char *VERSION = "2.2.0";
|
||||
static const char *DESCRIPTION = "Service demo client";
|
||||
static const char *MAINMENUENTRY = "Service demo";
|
||||
|
||||
|
@ -3,14 +3,14 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: svcsvr.c 3.1 2014/01/01 13:29:54 kls Exp $
|
||||
* $Id: svcsvr.c 3.2 2015/02/17 13:13:09 kls Exp $
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <vdr/interface.h>
|
||||
#include <vdr/plugin.h>
|
||||
|
||||
static const char *VERSION = "2.1.1";
|
||||
static const char *VERSION = "2.2.0";
|
||||
static const char *DESCRIPTION = "Service demo server";
|
||||
|
||||
class cPluginSvcSvr : public cPlugin {
|
||||
|
@ -126,3 +126,7 @@ VDR Plugin 'skincurses' Revision History
|
||||
2015-02-08: Version 2.1.2
|
||||
|
||||
- Added a missing trailing blank in some translations.
|
||||
|
||||
2015-02-19: Version 2.2.0
|
||||
|
||||
- Official release.
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Klaus Schmidinger <vdr@tvdr.de>, 2007
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-skincurses 0.1.12\n"
|
||||
"Project-Id-Version: vdr-skincurses 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
|
||||
"PO-Revision-Date: 2007-08-15 16:07+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Arthur Konovalov <artlov@gmail.com>, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-skincurses 0.1.12\n"
|
||||
"Project-Id-Version: vdr-skincurses 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
|
||||
"PO-Revision-Date: 2007-08-14 20:48+0300\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi>, 2007
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-skincurses 0.1.12\n"
|
||||
"Project-Id-Version: vdr-skincurses 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
|
||||
"PO-Revision-Date: 2007-08-14 20:48+0300\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Diego Pierotto <vdr-italian@tiscali.it>, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-skincurses 0.1.12\n"
|
||||
"Project-Id-Version: vdr-skincurses 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
|
||||
"PO-Revision-Date: 2008-01-27 20:35+0100\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Valdemaras Pipiras <varas@ambernet.lt>, 2010
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-skincurses 0.1.12\n"
|
||||
"Project-Id-Version: vdr-skincurses 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
|
||||
"PO-Revision-Date: 2010-02-22 18:18+0200\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Alexander Gross <Bikalexander@gmail.com>, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-skincurses 0.1.12\n"
|
||||
"Project-Id-Version: vdr-skincurses 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
|
||||
"PO-Revision-Date: 2008-03-14 00:21+0100\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Klaus Schmidinger <vdr@tvdr.de>, 2007
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-skincurses 0.1.12\n"
|
||||
"Project-Id-Version: vdr-skincurses 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
|
||||
"PO-Revision-Date: 2009-09-30 12:52+0100\n"
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: skincurses.c 3.2 2015/02/08 10:19:00 kls Exp $
|
||||
* $Id: skincurses.c 3.3 2015/02/17 13:13:17 kls Exp $
|
||||
*/
|
||||
|
||||
#include <ncurses.h>
|
||||
@ -12,7 +12,7 @@
|
||||
#include <vdr/skins.h>
|
||||
#include <vdr/videodir.h>
|
||||
|
||||
static const char *VERSION = "2.1.2";
|
||||
static const char *VERSION = "2.2.0";
|
||||
static const char *DESCRIPTION = trNOOP("A text only skin");
|
||||
static const char *MAINMENUENTRY = NULL;
|
||||
|
||||
|
@ -64,3 +64,7 @@ VDR Plugin 'status' Revision History
|
||||
2014-01-01: Version 2.1.1
|
||||
|
||||
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
|
||||
|
||||
2015-02-19: Version 2.2.0
|
||||
|
||||
- Official release.
|
||||
|
@ -3,13 +3,13 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: status.c 3.1 2014/01/01 13:29:54 kls Exp $
|
||||
* $Id: status.c 3.2 2015/02/17 13:13:21 kls Exp $
|
||||
*/
|
||||
|
||||
#include <vdr/plugin.h>
|
||||
#include <vdr/status.h>
|
||||
|
||||
static const char *VERSION = "2.1.1";
|
||||
static const char *VERSION = "2.2.0";
|
||||
static const char *DESCRIPTION = "Status monitor test";
|
||||
static const char *MAINMENUENTRY = NULL;
|
||||
|
||||
|
@ -29,3 +29,7 @@ VDR Plugin 'svdrpdemo' Revision History
|
||||
2014-01-01: Version 2.1.1
|
||||
|
||||
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
|
||||
|
||||
2015-02-19: Version 2.2.0
|
||||
|
||||
- Official release.
|
||||
|
@ -3,12 +3,12 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: svdrpdemo.c 3.1 2014/01/01 13:29:54 kls Exp $
|
||||
* $Id: svdrpdemo.c 3.2 2015/02/17 13:13:29 kls Exp $
|
||||
*/
|
||||
|
||||
#include <vdr/plugin.h>
|
||||
|
||||
static const char *VERSION = "2.1.1";
|
||||
static const char *VERSION = "2.2.0";
|
||||
static const char *DESCRIPTION = "How to add SVDRP support to a plugin";
|
||||
|
||||
class cPluginSvdrpdemo : public cPlugin {
|
||||
|
10
config.h
10
config.h
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: config.h 3.20 2015/02/10 14:29:27 kls Exp $
|
||||
* $Id: config.h 3.21 2015/02/17 13:11:00 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -22,13 +22,13 @@
|
||||
|
||||
// VDR's own version number:
|
||||
|
||||
#define VDRVERSION "2.1.10"
|
||||
#define VDRVERSNUM 20110 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "2.2.0"
|
||||
#define VDRVERSNUM 20200 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// The plugin API's version number:
|
||||
|
||||
#define APIVERSION "2.1.10"
|
||||
#define APIVERSNUM 20110 // Version * 10000 + Major * 100 + Minor
|
||||
#define APIVERSION "2.2.0"
|
||||
#define APIVERSNUM 20200 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// When loading plugins, VDR searches them by their APIVERSION, which
|
||||
// may be smaller than VDRVERSION in case there have been no changes to
|
||||
|
34
po/ar.po
34
po/ar.po
@ -1,11 +1,11 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Osama Alrawab <alrawab@hotmail.com>, 2010, 2013
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2008-10-16 11:16-0400\n"
|
||||
@ -93,7 +93,7 @@ msgid "SISO/MISO"
|
||||
msgstr ""
|
||||
|
||||
msgid "Starting EPG scan"
|
||||
msgstr "EPG ا لبدء بالبحث على دليل القنوات الالكترونى "
|
||||
msgstr "EPG ا لبدء بالبحث على دليل القنوات الالكترونى"
|
||||
|
||||
msgid "Content$Movie/Drama"
|
||||
msgstr "Movie/Drama"
|
||||
@ -514,10 +514,10 @@ msgid "Key$User4"
|
||||
msgstr "المستخدم 4"
|
||||
|
||||
msgid "Key$User5"
|
||||
msgstr "المستخدم 5 "
|
||||
msgstr "المستخدم 5"
|
||||
|
||||
msgid "Key$User6"
|
||||
msgstr "المستخدم 6 "
|
||||
msgstr "المستخدم 6"
|
||||
|
||||
msgid "Key$User7"
|
||||
msgstr "المستخدم 7"
|
||||
@ -730,7 +730,7 @@ msgstr "%sجدولة"
|
||||
|
||||
#, c-format
|
||||
msgid "This event - %s"
|
||||
msgstr " %sهذا الحدث"
|
||||
msgstr "%sهذا الحدث"
|
||||
|
||||
msgid "This event - all channels"
|
||||
msgstr "هذا الحدث لكل القنوات"
|
||||
@ -858,10 +858,10 @@ msgid "Setup.OSD$Language"
|
||||
msgstr "اللغة"
|
||||
|
||||
msgid "Setup.OSD$Skin"
|
||||
msgstr " الثوب"
|
||||
msgstr "الثوب"
|
||||
|
||||
msgid "Setup.OSD$Theme"
|
||||
msgstr " الثيمة"
|
||||
msgstr "الثيمة"
|
||||
|
||||
msgid "Setup.OSD$Left (%)"
|
||||
msgstr "Left (%)"
|
||||
@ -903,7 +903,7 @@ msgid "Setup.OSD$Fixed font size (%)"
|
||||
msgstr "Fixed font size (%)"
|
||||
|
||||
msgid "Setup.OSD$Channel info position"
|
||||
msgstr " موضع معلومات القناة"
|
||||
msgstr "موضع معلومات القناة"
|
||||
|
||||
msgid "bottom"
|
||||
msgstr "اسفل"
|
||||
@ -963,7 +963,7 @@ msgid "Setup.EPG$EPG scan timeout (h)"
|
||||
msgstr "اﻻنتهاء من البحث على الدليل الالكترونى للقنوات"
|
||||
|
||||
msgid "Setup.EPG$EPG bugfix level"
|
||||
msgstr " معدل اصلاح اخطاء الدليل الالكترونى"
|
||||
msgstr "معدل اصلاح اخطاء الدليل الالكترونى"
|
||||
|
||||
msgid "Setup.EPG$EPG linger time (min)"
|
||||
msgstr "اقل مدة للدليل الالكترونى"
|
||||
@ -1025,7 +1025,7 @@ msgid "Setup.DVB$Standard compliance"
|
||||
msgstr "Standard compliance"
|
||||
|
||||
msgid "Setup.DVB$Video format"
|
||||
msgstr "نوع الفيديو "
|
||||
msgstr "نوع الفيديو"
|
||||
|
||||
msgid "Setup.DVB$Video display format"
|
||||
msgstr "نوع عرض الفديو"
|
||||
@ -1064,7 +1064,7 @@ msgid "LNB"
|
||||
msgstr "الاقط"
|
||||
|
||||
msgid "Setup.LNB$Use DiSEqC"
|
||||
msgstr " DiSEqC استعمل"
|
||||
msgstr "DiSEqC استعمل"
|
||||
|
||||
msgid "Setup.LNB$SLOF (MHz)"
|
||||
msgstr "التذبذب المحلى للاقط م هرتز"
|
||||
@ -1123,7 +1123,7 @@ msgid " (activating)"
|
||||
msgstr ""
|
||||
|
||||
msgid "CAM"
|
||||
msgstr "الكامة "
|
||||
msgstr "الكامة"
|
||||
|
||||
msgid "Button$Cancel activation"
|
||||
msgstr ""
|
||||
@ -1385,7 +1385,7 @@ msgstr "Delete timeshift recording?"
|
||||
|
||||
#. TRANSLATORS: note the trailing blank!
|
||||
msgid "Jump: "
|
||||
msgstr "اقفز الى "
|
||||
msgstr "اقفز الى "
|
||||
|
||||
msgid "No editing marks defined!"
|
||||
msgstr "لاتوجد علامات تعديل معرفة"
|
||||
@ -1472,7 +1472,7 @@ msgid "Volume "
|
||||
msgstr "الصوت "
|
||||
|
||||
msgid "Classic VDR"
|
||||
msgstr "VDR تقليدى "
|
||||
msgstr "VDR تقليدى"
|
||||
|
||||
msgid "DISK"
|
||||
msgstr "قرص"
|
||||
@ -1497,7 +1497,7 @@ msgid "Moving dish to %.1f..."
|
||||
msgstr ""
|
||||
|
||||
msgid "ST:TNG Panels"
|
||||
msgstr "ST:TNG شاشة "
|
||||
msgstr "ST:TNG شاشة"
|
||||
|
||||
#. TRANSLATORS: the first character of each weekday, beginning with monday
|
||||
msgid "MTWTFSS"
|
||||
@ -1557,7 +1557,7 @@ msgstr "اضغط اى زر لالغاء اعادة التشغيل"
|
||||
|
||||
#, c-format
|
||||
msgid "VDR will shut down in %s minutes"
|
||||
msgstr "البرنامج سيقوم بالاغلاق بعد%s دقيقة "
|
||||
msgstr "البرنامج سيقوم بالاغلاق بعد%s دقيقة"
|
||||
|
||||
msgid "Disk"
|
||||
msgstr "القرص الصلب"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Marc Rovira Vall <tm05462@salleURL.edu>, 2003
|
||||
# Ramon Roca <ramon.roca@xcombo.com>, 2003
|
||||
@ -8,7 +8,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2008-03-02 19:02+0100\n"
|
||||
@ -938,7 +938,7 @@ msgid "Setup.OSD$Always sort folders first"
|
||||
msgstr "Sempre ordenar primer carpetes"
|
||||
|
||||
msgid "Setup.OSD$Number keys for characters"
|
||||
msgstr "Tecles numèriques per a caràcters "
|
||||
msgstr "Tecles numèriques per a caràcters"
|
||||
|
||||
msgid "Setup.OSD$Color key 0"
|
||||
msgstr "Tecla color 0"
|
||||
@ -1353,7 +1353,7 @@ msgstr "Continuar"
|
||||
|
||||
#. TRANSLATORS: note the leading blank!
|
||||
msgid " Cancel editing"
|
||||
msgstr " Cancel·lar l'edició "
|
||||
msgstr " Cancel·lar l'edició"
|
||||
|
||||
msgid "Stop recording?"
|
||||
msgstr "Aturar la gravació?"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Vladimír Bárta <vladimir.barta@k2atmitec.cz>, 2006, 2008
|
||||
# Jiří Dobrý <jdobry@centrum.cz>, 2008
|
||||
@ -8,7 +8,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2010-05-06 11:00+0200\n"
|
||||
@ -35,7 +35,7 @@ msgid "off"
|
||||
msgstr "vyp."
|
||||
|
||||
msgid "on"
|
||||
msgstr "zap. "
|
||||
msgstr "zap."
|
||||
|
||||
msgid "auto"
|
||||
msgstr "auto"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Mogens Elneff <mogens@elneff.dk>, 2004, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Albert Danis <a.danis@gmx.de>, 2015
|
||||
# Klaus Schmidinger <vdr@tvdr.de>, 2000-2015
|
||||
# Albert Danis <a.danis@gmx.de>, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2015-02-10 13:45+0100\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Dimitrios Dimitrakos <mail@dimitrios.de>, 2002, 2006
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Ruben Nunez Francisco <ruben.nunez@tang-it.com>, 2002, 2006
|
||||
# Luca Olivetti <luca@ventoso.org>, 2008, 2013
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2008-03-02 19:02+0100\n"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Arthur Konovalov <artlov@gmail.com>, 2004-2013, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
||||
|
@ -1,15 +1,15 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Hannu Savolainen <hannu@opensound.com>, 2002
|
||||
# Jaakko Hyvätti <jaakko@hyvatti.iki.fi>, 2002, 2003
|
||||
# Niko Tarnanen <niko.tarnanen@hut.fi>, 2003
|
||||
# Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi>, 2003-2008, 2010-2013
|
||||
# Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi>, 2003-2008, 2010-2013, 2015
|
||||
# Matti Lehtimäki <matti.lehtimaki@gmail.com>, 2013
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2007-08-15 15:52+0200\n"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Jean-Claude Repetto <jc@repetto.org>, 2001, 2002, 2008
|
||||
# Olivier Jacques <jacquesolivier@hotmail.com>, 2003, 2005
|
||||
@ -16,7 +16,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-11 11:02+0100\n"
|
||||
"PO-Revision-Date: 2015-02-10 17:16+0100\n"
|
||||
@ -205,7 +205,7 @@ msgid "Content$Entertainment Programme for 10 to 16"
|
||||
msgstr "Programme de divertissement pour les 10-16 ans"
|
||||
|
||||
msgid "Content$Informational/Educational/School Programme"
|
||||
msgstr "Informationnel/Éducatif/Programme Scolaire "
|
||||
msgstr "Informationnel/Éducatif/Programme Scolaire"
|
||||
|
||||
msgid "Content$Cartoons/Puppets"
|
||||
msgstr "Dessins animés/Marionnettes"
|
||||
@ -1193,7 +1193,7 @@ msgid "Setup.Recording$Pause key handling"
|
||||
msgstr "Fonction de la touche Pause"
|
||||
|
||||
msgid "Setup.Recording$Pause priority"
|
||||
msgstr "Priorité de l'enregistr. mis en pause "
|
||||
msgstr "Priorité de l'enregistr. mis en pause"
|
||||
|
||||
msgid "Setup.Recording$Pause lifetime (d)"
|
||||
msgstr "Expiration enregistr. mis en pause (j)"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Drazen Dupor <drazen.dupor@dupor.com>, 2004, 2005
|
||||
# Dino Ravnic <dino.ravnic@fer.hr>, 2004
|
||||
@ -7,7 +7,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2008-03-17 19:00+0100\n"
|
||||
@ -1401,10 +1401,10 @@ msgid "Editing process already active!"
|
||||
msgstr "Ureðivanje je veæ u tijeku!!"
|
||||
|
||||
msgid "FileNameChars$ abcdefghijklmnopqrstuvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&"
|
||||
msgstr "abcèædðefghijklmnopqrs¹tuvwxyz¾0123456789-.,#~\\^$[]|()*+?{}/:%@&"
|
||||
msgstr " abcèædðefghijklmnopqrs¹tuvwxyz¾0123456789-.,#~\\^$[]|()*+?{}/:%@&"
|
||||
|
||||
msgid "CharMap$ 0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabc2\tdef3\tghi4\tjkl5\tmno6\tpqrs7\ttuv8\twxyz9"
|
||||
msgstr "0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabc2\tdef3\tghi4\tjkl5\tmno6\tpqrs7\ttuv8\twxyz9"
|
||||
msgstr " 0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabc2\tdef3\tghi4\tjkl5\tmno6\tpqrs7\ttuv8\twxyz9"
|
||||
|
||||
msgid "Button$ABC/abc"
|
||||
msgstr "ABC/abc"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Istvan Koenigsberger <istvnko@hotmail.com>, 2002, 2003, 2006
|
||||
# Guido Josten <guido.josten@t-online.de>, 2002, 2003, 2006
|
||||
@ -9,7 +9,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-01-30 13:14+0100\n"
|
||||
"PO-Revision-Date: 2015-02-13 09:36+0200\n"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Alberto Carraro <bertocar@tin.it>, 2001
|
||||
# Antonio Ospite <ospite@studenti.unina.it>, 2003, 2006
|
||||
@ -9,7 +9,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2015-02-12 19:31+0100\n"
|
||||
@ -1122,7 +1122,7 @@ msgstr "La CAM è pronta"
|
||||
|
||||
#. TRANSLATORS: note the leading blank!
|
||||
msgid " (activating)"
|
||||
msgstr "(attivazione)"
|
||||
msgstr " (attivazione)"
|
||||
|
||||
msgid "CAM"
|
||||
msgstr "Accesso condizionato CAM"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Valdemaras Pipiras <varas@ambernet.lt>, 2009, 2010, 2013, 2015.
|
||||
# Valdemaras Pipiras <varas@ambernet.lt>, 2009, 2010, 2013, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2015-02-11 14:02+0200\n"
|
||||
|
10
po/mk_MK.po
10
po/mk_MK.po
@ -1,11 +1,11 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Dimitar Petrovski <dimeptr@gmail.com>, 2009, 2012, 2013, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2015-02-08 15:18+0100\n"
|
||||
@ -345,7 +345,7 @@ msgid "LanguageCode$eng"
|
||||
msgstr "mkd"
|
||||
|
||||
msgid "Phase 1: Detecting RC code type"
|
||||
msgstr "Фаза 1: Детекција на типот на далечински управувач "
|
||||
msgstr "Фаза 1: Детекција на типот на далечински управувач"
|
||||
|
||||
msgid "Press any key on the RC unit"
|
||||
msgstr "Притиснете копче на далечинскиот управувач"
|
||||
@ -1400,10 +1400,10 @@ msgid "Editing process already active!"
|
||||
msgstr "Уредувањето е веќе во тек!!"
|
||||
|
||||
msgid "FileNameChars$ abcdefghijklmnopqrstuvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&"
|
||||
msgstr "абвгдѓежзѕијклљмнњопрстќуфхцчџш0123456789-.,#~\\^$[]|()*+?{}/:%@&"
|
||||
msgstr " абвгдѓежзѕијклљмнњопрстќуфхцчџш0123456789-.,#~\\^$[]|()*+?{}/:%@&"
|
||||
|
||||
msgid "CharMap$ 0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabc2\tdef3\tghi4\tjkl5\tmno6\tpqrs7\ttuv8\twxyz9"
|
||||
msgstr "0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabcабвг2\tdefдѓеж3\tghiзѕиј4\tjklклљм5\tmnoнњоп6\tpqrsрстќ7\ttuvуфхц8\twxyzчџш9"
|
||||
msgstr " 0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabcабвг2\tdefдѓеж3\tghiзѕиј4\tjklклљм5\tmnoнњоп6\tpqrsрстќ7\ttuvуфхц8\twxyzчџш9"
|
||||
|
||||
msgid "Button$ABC/abc"
|
||||
msgstr "АБВ/абв"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com>, 2001
|
||||
# Hans Dingemans <hans.dingemans@tacticalops.nl>, 2003, 2005
|
||||
@ -11,7 +11,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-11 10:51+0100\n"
|
||||
"PO-Revision-Date: 2015-02-10 19:43+0100\n"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Jørgen Tvedt <pjtvedt@online.no>, 2001
|
||||
# Truls Slevigen <truls@slevigen.no>, 2002
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Michael Rakowski <mrak@gmx.de>, 2002, 2003, 2008
|
||||
# Jaroslaw Swierczynski <swiergot@gmail.com>, 2006
|
||||
@ -8,7 +8,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2015-02-12 00:59+0100\n"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Paulo Lopes <pmml@netvita.pt>, 2001
|
||||
# Cris Silva <hudokkow@gmail.com>, 2010
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2010-03-28 22:49+0100\n"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Paul Lacatus <paul@campina.iiruc.ro>, 2002
|
||||
# Lucian Muresan <lucianm@users.sourceforge.net>, 2004-2006, 2008, 2010-2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2015-02-11 22:26+0100\n"
|
||||
@ -1232,7 +1232,7 @@ msgid "Setup.Replay$Show remaining time"
|
||||
msgstr "Arată timpul rămas"
|
||||
|
||||
msgid "Setup.Replay$Progress display time (s)"
|
||||
msgstr "Durata afișării indicatorului de progres (s) "
|
||||
msgstr "Durata afișării indicatorului de progres (s)"
|
||||
|
||||
msgid "Setup.Replay$Pause replay when setting mark"
|
||||
msgstr "Pauză la punerea marcajului de editare"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Vyacheslav Dikonov <sdiconov@mail.ru>, 2004, 2005
|
||||
# Oleg Roitburd <oroitburd@gmail.com>, 2005-2008, 2013
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2013-03-10 17:13+0100\n"
|
||||
@ -1433,7 +1433,7 @@ msgid "Index file regeneration complete"
|
||||
msgstr "ÀÕÓÕÝÕàÐæØï ØÝÔÕÚáÝÞÓÞ äÐÙÛÐ ÞÚÞÝçÕÝÐ"
|
||||
|
||||
msgid "Index file regeneration failed!"
|
||||
msgstr "¾èØÑÚÐ àÕÓÕÝÕàÐæØï ØÝÔÕÚáÝÞÓÞ äÐÙÛÐ "
|
||||
msgstr "¾èØÑÚÐ àÕÓÕÝÕàÐæØï ØÝÔÕÚáÝÞÓÞ äÐÙÛÐ"
|
||||
|
||||
msgid "Can't shutdown - option '-s' not given!"
|
||||
msgstr "²ëÚÛîçÕÝØÕ ÝÕÒÞ×ÜÞÖÝÞ - ÝÕ ×ÐÔÐÝ ßÐàÐÜÕâà '-s'!"
|
||||
|
10
po/sk_SK.po
10
po/sk_SK.po
@ -1,11 +1,11 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Milan Hrala <hrala.milan@gmail.com>, 2011, 2013
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2013-03-04 21:24+0100\n"
|
||||
@ -366,7 +366,7 @@ msgid "Press 'Up' to confirm"
|
||||
msgstr "Pre potvrdenie stlaète tlaèidlo 'Hore'"
|
||||
|
||||
msgid "Press 'Down' to continue"
|
||||
msgstr "Pokraèujete stlaèením tlaèidla 'Dole' "
|
||||
msgstr "Pokraèujete stlaèením tlaèidla 'Dole'"
|
||||
|
||||
msgid "(press 'Up' to go back)"
|
||||
msgstr "(Vrátite sa stlaèením tlaèidla 'hore')"
|
||||
@ -1330,7 +1330,7 @@ msgstr "Naozaj re
|
||||
|
||||
#. TRANSLATORS: note the leading and trailing blanks!
|
||||
msgid " Stop recording "
|
||||
msgstr " Zastavi» nahrávanie"
|
||||
msgstr " Zastavi» nahrávanie "
|
||||
|
||||
msgid "Schedule"
|
||||
msgstr "TV program"
|
||||
@ -1465,7 +1465,7 @@ msgstr "Ur
|
||||
|
||||
#. TRANSLATORS: note the trailing blank!
|
||||
msgid "Volume "
|
||||
msgstr "Hlasitos»"
|
||||
msgstr "Hlasitos» "
|
||||
|
||||
msgid "Classic VDR"
|
||||
msgstr "Klasické VDR"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Miha Setina <mihasetina@softhome.net>, 2000
|
||||
# Matjaz Thaler <matjaz.thaler@guest.arnes.si>, 2003, 2005, 2006, 2008, 2013
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2013-03-04 12:46+0100\n"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Milan Cvijanoviæ <elcom_cvijo@hotmail.com>, 2010
|
||||
# Zoran Turalija <zoran.turalija@gmail.com>, 2013
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2013-03-16 15:05+0100\n"
|
||||
@ -1351,7 +1351,7 @@ msgstr "Nastavi"
|
||||
|
||||
#. TRANSLATORS: note the leading blank!
|
||||
msgid " Cancel editing"
|
||||
msgstr "Odustani od izmena"
|
||||
msgstr " Odustani od izmena"
|
||||
|
||||
msgid "Stop recording?"
|
||||
msgstr "Zaustavi snimanje?"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Tomas Prybil <tomas@prybil.se>, 2002, 2003, 2005, 2006
|
||||
# Jan Ekholm <chakie@infa.abo.fi>, 2003
|
||||
@ -10,7 +10,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2015-02-12 21:58+0100\n"
|
||||
@ -1250,7 +1250,7 @@ msgid "Setup.Replay$Pause replay at last mark"
|
||||
msgstr "Pausa uppspelning på sista redigeringsmärket"
|
||||
|
||||
msgid "Setup.Replay$Initial duration for adaptive skipping (s)"
|
||||
msgstr "Initialt värde på intelligent hopp i inspelning (s) "
|
||||
msgstr "Initialt värde på intelligent hopp i inspelning (s)"
|
||||
|
||||
msgid "Setup.Replay$Reset timeout for adaptive skipping (s)"
|
||||
msgstr "Tidsgräns vid intelligenta hopp i inspellning (s)"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Oktay Yolgeçen <oktay_73@yahoo.de>, 2007, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2008-02-28 00:33+0100\n"
|
||||
@ -1275,7 +1275,7 @@ msgid "Setup.Miscellaneous$Min. user inactivity (min)"
|
||||
msgstr "Minimum kullanýcý hareketsizliði (dak)"
|
||||
|
||||
msgid "Setup.Miscellaneous$SVDRP timeout (s)"
|
||||
msgstr "SVDRP zaman aþýmý (sn) "
|
||||
msgstr "SVDRP zaman aþýmý (sn)"
|
||||
|
||||
msgid "Setup.Miscellaneous$Zap timeout (s)"
|
||||
msgstr "Zaping zaman aþýmý (sn)"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Yarema Aka Knedlyk <yupadmin@gmail.com>, 2007-2010, 2013, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2015-02-13 18:14+0100\n"
|
||||
@ -1258,7 +1258,7 @@ msgid "Setup.Replay$Use Prev/Next keys for adaptive skipping"
|
||||
msgstr "Викор кнопки Попер./Наст. для адаптивного пропуску"
|
||||
|
||||
msgid "Setup.Replay$Skip distance with Green/Yellow keys (s)"
|
||||
msgstr "Інтервал пропуску з Зеленою/Жовтою кнопкою (ми) "
|
||||
msgstr "Інтервал пропуску з Зеленою/Жовтою кнопкою (ми)"
|
||||
|
||||
msgid "Setup.Replay$Skip distance with Green/Yellow keys in repeat (s)"
|
||||
msgstr "Інтервал пропуску з Зеленою/Жовтою кнопкою в повторенні (ях)"
|
||||
|
24
po/zh_CN.po
24
po/zh_CN.po
@ -1,11 +1,11 @@
|
||||
# VDR language source file.
|
||||
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de>
|
||||
# This file is distributed under the same license as the VDR package.
|
||||
# Nan Feng <nfvdr@live.com>, 2008, 2013
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Project-Id-Version: VDR 2.2.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
|
||||
"PO-Revision-Date: 2013-03-04 14:52+0800\n"
|
||||
@ -355,7 +355,7 @@ msgid "RC code detected!"
|
||||
msgstr "发现RC代码!"
|
||||
|
||||
msgid "Do not press any key..."
|
||||
msgstr "不要按下任何键... "
|
||||
msgstr "不要按下任何键..."
|
||||
|
||||
msgid "Phase 2: Learning specific key codes"
|
||||
msgstr "阶段 2: 学习特殊的按键代码"
|
||||
@ -690,7 +690,7 @@ msgid "Delete timer?"
|
||||
msgstr "是否删除时间?"
|
||||
|
||||
msgid "Timer still recording - really delete?"
|
||||
msgstr "录像中-是否的删除? "
|
||||
msgstr "录像中-是否的删除?"
|
||||
|
||||
msgid "Event"
|
||||
msgstr "事件"
|
||||
@ -974,7 +974,7 @@ msgstr "转发器使用时间"
|
||||
|
||||
#. TRANSLATORS: note the plural!
|
||||
msgid "Setup.EPG$Preferred languages"
|
||||
msgstr "首选语种 "
|
||||
msgstr "首选语种"
|
||||
|
||||
#. TRANSLATORS: note the singular!
|
||||
msgid "Setup.EPG$Preferred language"
|
||||
@ -1325,21 +1325,21 @@ msgid "Setup"
|
||||
msgstr "VDR系统设置"
|
||||
|
||||
msgid "Restart"
|
||||
msgstr " 重启VDR系统"
|
||||
msgstr "重启VDR系统"
|
||||
|
||||
msgid "Really restart?"
|
||||
msgstr "是否重启?"
|
||||
|
||||
#. TRANSLATORS: note the leading and trailing blanks!
|
||||
msgid " Stop recording "
|
||||
msgstr "是否停止录像?"
|
||||
msgstr " 是否停止录像? "
|
||||
|
||||
msgid "Schedule"
|
||||
msgstr "任务列表"
|
||||
|
||||
#. TRANSLATORS: note the leading blank!
|
||||
msgid " Stop replaying"
|
||||
msgstr "停止回放"
|
||||
msgstr " 停止回放"
|
||||
|
||||
msgid "Button$Pause"
|
||||
msgstr "暂停"
|
||||
@ -1352,7 +1352,7 @@ msgstr "重置"
|
||||
|
||||
#. TRANSLATORS: note the leading blank!
|
||||
msgid " Cancel editing"
|
||||
msgstr "取消编辑"
|
||||
msgstr " 取消编辑"
|
||||
|
||||
msgid "Stop recording?"
|
||||
msgstr "停止录像"
|
||||
@ -1401,10 +1401,10 @@ msgid "Editing process already active!"
|
||||
msgstr "编辑处理已经激活"
|
||||
|
||||
msgid "FileNameChars$ abcdefghijklmnopqrstuvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&"
|
||||
msgstr "abcdefghijklmnopqrstuvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&"
|
||||
msgstr " abcdefghijklmnopqrstuvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&"
|
||||
|
||||
msgid "CharMap$ 0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabc2\tdef3\tghi4\tjkl5\tmno6\tpqrs7\ttuv8\twxyz9"
|
||||
msgstr "0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabc2\tdef3\tghi4\tjkl5\tmno6\tpqrs7\ttuv8\twxyz9"
|
||||
msgstr " 0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabc2\tdef3\tghi4\tjkl5\tmno6\tpqrs7\ttuv8\twxyz9"
|
||||
|
||||
msgid "Button$ABC/abc"
|
||||
msgstr "ABC/abc"
|
||||
@ -1467,7 +1467,7 @@ msgstr "现在重启?"
|
||||
|
||||
#. TRANSLATORS: note the trailing blank!
|
||||
msgid "Volume "
|
||||
msgstr "音量调整"
|
||||
msgstr "音量调整 "
|
||||
|
||||
msgid "Classic VDR"
|
||||
msgstr "经典VDR面板"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH "svdrpsend" "1" "31 Mar 2013" "2.0" "Video Disk Recorder"
|
||||
.TH "svdrpsend" "1" "19 Feb 2015" "2.2" "Video Disk Recorder"
|
||||
.SH NAME
|
||||
.LP
|
||||
svdrpsend \- sends commands to VDR
|
||||
|
4
vdr.1
4
vdr.1
@ -8,9 +8,9 @@
|
||||
.\" License as specified in the file COPYING that comes with the
|
||||
.\" vdr distribution.
|
||||
.\"
|
||||
.\" $Id: vdr.1 3.5 2015/02/10 13:59:11 kls Exp $
|
||||
.\" $Id: vdr.1 3.6 2015/02/17 13:43:24 kls Exp $
|
||||
.\"
|
||||
.TH vdr 1 "31 Mar 2013" "2.0" "Video Disk Recorder"
|
||||
.TH vdr 1 "19 Feb 2015" "2.2" "Video Disk Recorder"
|
||||
.SH NAME
|
||||
vdr \- the Video Disk Recorder
|
||||
.SH SYNOPSIS
|
||||
|
4
vdr.5
4
vdr.5
@ -8,9 +8,9 @@
|
||||
.\" License as specified in the file COPYING that comes with the
|
||||
.\" vdr distribution.
|
||||
.\"
|
||||
.\" $Id: vdr.5 3.3 2014/04/14 13:11:49 kls Exp $
|
||||
.\" $Id: vdr.5 3.4 2015/02/17 13:43:53 kls Exp $
|
||||
.\"
|
||||
.TH vdr 5 "31 Mar 2013" "2.0" "Video Disk Recorder Files"
|
||||
.TH vdr 5 "19 Feb 2015" "2.2" "Video Disk Recorder Files"
|
||||
.SH NAME
|
||||
vdr_files \- the Video Disk Recorder Files
|
||||
.SH DESCRIPTION
|
||||
|
Loading…
Reference in New Issue
Block a user