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
ff29045d14
commit
e9e277e409
4
HISTORY
4
HISTORY
@ -6156,3 +6156,7 @@ Video Disk Recorder Revision History
|
||||
- Increased the value of MAXFRAMESIZE to better suit HD recordings (thanks to
|
||||
Reinhard Nissl).
|
||||
- Implemented full handling of subtitling descriptors (thanks to Mikko Tuumanen).
|
||||
|
||||
2009-08-29: Version 1.7.10
|
||||
|
||||
- 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 2.14 2009/06/21 10:02:49 kls Exp $
|
||||
* $Id: config.h 2.15 2009/08/29 12:47:03 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -22,13 +22,13 @@
|
||||
|
||||
// VDR's own version number:
|
||||
|
||||
#define VDRVERSION "1.7.9"
|
||||
#define VDRVERSNUM 10709 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "1.7.10"
|
||||
#define VDRVERSNUM 10710 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// The plugin API's version number:
|
||||
|
||||
#define APIVERSION "1.7.9"
|
||||
#define APIVERSNUM 10709 // Version * 10000 + Major * 100 + Minor
|
||||
#define APIVERSION "1.7.10"
|
||||
#define APIVERSNUM 10710 // 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
po/it_IT.po
12
po/it_IT.po
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Project-Id-Version: VDR 1.6.0\n"
|
||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||
"PO-Revision-Date: 2009-02-08 18:58+0100\n"
|
||||
"PO-Revision-Date: 2009-08-29 11:16+0100\n"
|
||||
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
|
||||
"Language-Team: Italian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -712,13 +712,13 @@ msgid "Can't reset CAM!"
|
||||
msgstr "Impossibile reimpostare il modulo CAM!"
|
||||
|
||||
msgid "do not pause live video"
|
||||
msgstr ""
|
||||
msgstr "non pausare video dal vivo"
|
||||
|
||||
msgid "confirm pause live video"
|
||||
msgstr ""
|
||||
msgstr "conferma pausa video dal vivo"
|
||||
|
||||
msgid "pause live video"
|
||||
msgstr ""
|
||||
msgstr "pausa video dal vivo"
|
||||
|
||||
msgid "Recording"
|
||||
msgstr "Registrazione"
|
||||
@ -739,7 +739,7 @@ msgid "Setup.Recording$Default lifetime (d)"
|
||||
msgstr "Scadenza predefinita (gg)"
|
||||
|
||||
msgid "Setup.Recording$Pause key handling"
|
||||
msgstr ""
|
||||
msgstr "Gestione tasto Pausa"
|
||||
|
||||
msgid "Setup.Recording$Pause priority"
|
||||
msgstr "Priorità di pausa"
|
||||
@ -1003,7 +1003,7 @@ msgid "Upcoming recording!"
|
||||
msgstr "Registrazione imminente!"
|
||||
|
||||
msgid "Pause live video?"
|
||||
msgstr ""
|
||||
msgstr "Pausare video dal vivo?"
|
||||
|
||||
msgid "Recording started"
|
||||
msgstr "Registrazione avviata"
|
||||
|
Loading…
Reference in New Issue
Block a user