mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
New remote control key 'Power'
This commit is contained in:
29
i18n.c
29
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.36 2001/08/31 15:37:05 kls Exp $
|
||||
* $Id: i18n.c 1.37 2001/09/01 10:52:35 kls Exp $
|
||||
*
|
||||
* Slovenian translations provided by Miha Setina <mihasetina@softhome.net>
|
||||
* Italian translations provided by Alberto Carraro <bertocar@tin.it>
|
||||
@@ -385,6 +385,15 @@ const tPhrase Phrases[] = {
|
||||
"Annuler les modifications?",
|
||||
"Avbryte redigering",
|
||||
},
|
||||
{ "Recording - shut down anyway?",
|
||||
"Aufnahme l<>uft - trotzdem ausschalten?",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
{ "Press any key to cancel shutdown",
|
||||
"Taste dr<64>cken um Shutdown abzubrechen",
|
||||
"", // TODO
|
||||
@@ -667,6 +676,15 @@ const tPhrase Phrases[] = {
|
||||
"Montage d<>j<EFBFBD> en cours!",
|
||||
"Redigeringsprosessen er allerede aktiv!",
|
||||
},
|
||||
{ "Can't shutdown - option '-s' not given!",
|
||||
"Shutdown unm<6E>glich - Option '-s' fehlt!",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
// Setup parameters:
|
||||
{ "OSD-Language",
|
||||
"OSD-Sprache",
|
||||
@@ -1139,6 +1157,15 @@ const tPhrase Phrases[] = {
|
||||
"Bleu",
|
||||
"Bl<EFBFBD>",
|
||||
},
|
||||
{ "Power",
|
||||
"Ausschalten",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
// Miscellaneous:
|
||||
{ "yes",
|
||||
"ja",
|
||||
|
Reference in New Issue
Block a user