mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
The 'Recordings' menu now displays a hierarchical structure
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.45 2001/10/28 16:04:58 kls Exp $
|
||||
* $Id: i18n.c 1.46 2002/01/19 16:25:33 kls Exp $
|
||||
*
|
||||
* Slovenian translations provided by Miha Setina <mihasetina@softhome.net>
|
||||
* Italian translations provided by Alberto Carraro <bertocar@tin.it>
|
||||
@@ -285,6 +285,15 @@ const tPhrase Phrases[] = {
|
||||
"R<EFBFBD>sum<EFBFBD>",
|
||||
"Sammendrag",
|
||||
},
|
||||
{ "Open",
|
||||
"<EFBFBD>ffnen",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
{ "Switch",
|
||||
"Umschalten",
|
||||
"Preklopi",
|
||||
@@ -631,6 +640,15 @@ const tPhrase Phrases[] = {
|
||||
"Enregistrement en cours!",
|
||||
"Timer gj<67>r opptak!",
|
||||
},
|
||||
{ "Error while accessing recording!",
|
||||
"Fehler beim ansprechen der Aufzeichnung!",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
{ "Error while deleting recording!",
|
||||
"Fehler beim L<>schen der Aufzeichnung!",
|
||||
"Napaka pri odstranjevanju posnetka!",
|
||||
@@ -884,6 +902,15 @@ const tPhrase Phrases[] = {
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
{ "RecordingDirs",
|
||||
"Aufn. Verzeichnisse",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
{ "VideoFormat",
|
||||
"Video Format",
|
||||
"", // TODO
|
||||
|
Reference in New Issue
Block a user