mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
New Setup item 'Restart'
This commit is contained in:
32
i18n.c
32
i18n.c
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: i18n.c 1.64 2002/03/16 10:04:23 kls Exp $
|
||||
* $Id: i18n.c 1.65 2002/03/17 12:00:41 kls Exp $
|
||||
*
|
||||
* Slovenian translations provided by Miha Setina <mihasetina@softhome.net>
|
||||
* Italian translations provided by Alberto Carraro <bertocar@tin.it>
|
||||
@@ -470,6 +470,26 @@ const tPhrase Phrases[] = {
|
||||
"Avbryte redigering?",
|
||||
"Peruutetaanko muokkaus?",
|
||||
},
|
||||
{ "Really restart?",
|
||||
"Wirklich neu starten?",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
{ "Recording - restart anyway?",
|
||||
"Aufnahme l<>uft - trotzdem neu starten?",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
{ "Recording - shut down anyway?",
|
||||
"Aufnahme l<>uft - trotzdem ausschalten?",
|
||||
"", // TODO
|
||||
@@ -934,6 +954,16 @@ const tPhrase Phrases[] = {
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
{ "Restart",
|
||||
"Neustart",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
// Setup parameters:
|
||||
{ "OSD-Language",
|
||||
"OSD-Sprache",
|
||||
|
Reference in New Issue
Block a user