mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Updated the Italian OSD texts
This commit is contained in:
parent
b26898e6e1
commit
70aa4e4247
4
HISTORY
4
HISTORY
@ -8394,3 +8394,7 @@ Video Disk Recorder Revision History
|
||||
do so again with this version to make sure the index is OK.
|
||||
- Added the new command line option --updindex, which can be used to update an
|
||||
incomplete index of a recording (based on a patch from Helmut Auer).
|
||||
|
||||
2015-01-20: Version 2.1.8
|
||||
|
||||
- Updated the Italian OSD texts (thanks to Diego Pierotto).
|
||||
|
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.10 2015/01/12 14:32:17 kls Exp $
|
||||
* $Id: config.h 3.11 2015/01/20 09:05:53 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -22,13 +22,13 @@
|
||||
|
||||
// VDR's own version number:
|
||||
|
||||
#define VDRVERSION "2.1.7"
|
||||
#define VDRVERSNUM 20107 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "2.1.8"
|
||||
#define VDRVERSNUM 20108 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// The plugin API's version number:
|
||||
|
||||
#define APIVERSION "2.1.7"
|
||||
#define APIVERSNUM 20107 // Version * 10000 + Major * 100 + Minor
|
||||
#define APIVERSION "2.1.8"
|
||||
#define APIVERSNUM 20108 // 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
|
||||
|
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Project-Id-Version: VDR 2.0.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||
"POT-Creation-Date: 2015-01-12 15:40+0100\n"
|
||||
"PO-Revision-Date: 2014-03-23 00:54+0100\n"
|
||||
"PO-Revision-Date: 2015-01-19 20:19+0100\n"
|
||||
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
|
||||
"Language-Team: Italian <vdr@linuxtv.org>\n"
|
||||
"Language: it\n"
|
||||
@ -1260,10 +1260,10 @@ msgid "Setup.Miscellaneous$Initial volume"
|
||||
msgstr "Volume iniziale"
|
||||
|
||||
msgid "Setup.Miscellaneous$Volume steps"
|
||||
msgstr ""
|
||||
msgstr "Volume a tacche"
|
||||
|
||||
msgid "Setup.Miscellaneous$Volume linearize"
|
||||
msgstr ""
|
||||
msgstr "Volume lineare"
|
||||
|
||||
msgid "Setup.Miscellaneous$Channels wrap"
|
||||
msgstr "Riavvolgimento canali"
|
||||
|
Loading…
Reference in New Issue
Block a user