summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorMartin Prochnow <nordlicht@martins-kabuff.de>2006-05-02 19:11:38 +0200
committerAndreas Mair <andreas@vdr-developer.org>2006-05-02 19:11:38 +0200
commit47a981960f1d0b6d0d8cbe3bdc15f2b9e8665731 (patch)
tree912ec408b85195c6298a55276587535427ae83fd /i18n.c
parent3c04e4ce347dff915def3a79f348f2f46e60564d (diff)
downloadvdr-plugin-extrecmenu-47a981960f1d0b6d0d8cbe3bdc15f2b9e8665731.tar.gz
vdr-plugin-extrecmenu-47a981960f1d0b6d0d8cbe3bdc15f2b9e8665731.tar.bz2
Version 0.10v0.10
- made changes to Makefile for APIVERSION (VDR >= 1.3.47) - changed myReplayControl; suggested by Thomas Günther - added display of free disk space to the title bar - fixed adjustments for BigPatch/CmdSubMenu-patch; thanks to Thomas Günther for the patch - renaming/moving directories is now possible - fixed escaping of parameters for dvdarchive.sh - changed behaviour if the replay of a recording ends, plugins will not open - 'Play' and 'Menu'->'Blue' for resuming a replay work now; BUT: the replay isn't done with the plugin if you start replaying this way, means if you stop the replay you come to VDR's recordings menu - switched off editing of details (priority and lifetime) or archive dvd recordings to avoid trouble with the dir name that identifies it on the media - added option to mark last replayed recording while opening the plugin - added possibilty to include video dvd's into the recordings hierarchy; see README - introduced new parameters for the '-r'-option if VDR: move, rename and delete
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c38
1 files changed, 34 insertions, 4 deletions
diff --git a/i18n.c b/i18n.c
index c78bd70..c1208fd 100644
--- a/i18n.c
+++ b/i18n.c
@@ -135,15 +135,15 @@ const tI18nPhrase Phrases[] = {
"",
"Uusi kansio",
},
- { "Rename recording",
- "Aufzeichnung umbenennen",
+ { "Rename",
+ "Umbenennen",
"",
"",
"",
"",
- "Renommer l'enregistrement",
+ "Renommer",
"",
- "Nimeä tallenne",
+ "Nimeä",
},
{ "Show recording date",
"Zeige Aufnahmedatum",
@@ -285,6 +285,16 @@ const tI18nPhrase Phrases[] = {
"",
"Tiedostojen [0-9]*.vdr linkittäminen epäonnistui!",
},
+ { "sudo or mount --bind / umount error (vfat system)",
+ "sudo oder mount --bind / umount Fehler (VFAT-System)",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ },
{ "Show \"new recordings column\"",
"\"Neue-Aufzeichnungen-Spalte\" anzeigen",
"",
@@ -355,5 +365,25 @@ const tI18nPhrase Phrases[] = {
"",
"Lisätiedot",
},
+ { "While opening jump to last replayed recording",
+ "Zuletzt abgespielte Aufnahme beim Öffnen anspringen",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ },
+ { "DVD plugin is not installed!",
+ "Das DVD-Plugin ist nicht installiert!",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ },
{ NULL }
};