summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-03-22 14:39:45 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-03-22 14:39:45 +0100
commit70db7f17bcc8142fbb80a6811fe8a5fa090cee65 (patch)
tree1e2c6c8c8986b6a38ee2cb8456da0065d7252777
parentf94627ab1357dc9c3bf5c1082b05f84eb9d5eb88 (diff)
downloadvdr-70db7f17bcc8142fbb80a6811fe8a5fa090cee65.tar.gz
vdr-70db7f17bcc8142fbb80a6811fe8a5fa090cee65.tar.bz2
Added i18n of 'Disk' in main menu title
-rw-r--r--i18n.c12
-rw-r--r--menu.c4
2 files changed, 13 insertions, 3 deletions
diff --git a/i18n.c b/i18n.c
index 61e30f44..9b9a4bda 100644
--- a/i18n.c
+++ b/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.69 2002/03/22 14:30:41 kls Exp $
+ * $Id: i18n.c 1.70 2002/03/22 14:39:45 kls Exp $
*
* Slovenian translations provided by Miha Setina <mihasetina@softhome.net>
* Italian translations provided by Alberto Carraro <bertocar@tin.it>
@@ -1669,6 +1669,16 @@ const tPhrase Phrases[] = {
"", // TODO
"ala",
},
+ { "Disk",
+ "Disk",
+ "Disk",
+ "Disk",
+ "Disk",
+ "Disk",
+ "Disk",
+ "Disk",
+ "Disk",
+ },
{ "free",
"frei",
"", // TODO
diff --git a/menu.c b/menu.c
index 93f1ff7d..1ffee602 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 1.172 2002/03/17 14:23:44 kls Exp $
+ * $Id: menu.c 1.173 2002/03/22 14:39:04 kls Exp $
*/
#include "menu.h"
@@ -2286,7 +2286,7 @@ void cMenuMain::Set(void)
int Minutes = int(double(FreeMB) / MB_PER_MINUTE);
int Hours = Minutes / 60;
Minutes %= 60;
- snprintf(buffer, sizeof(buffer), "%s - Disk %d%% - %2d:%02d %s", tr("VDR"), Percent, Hours, Minutes, tr("free"));
+ snprintf(buffer, sizeof(buffer), "%s - %s %d%% - %2d:%02d %s", tr("VDR"), tr("Disk"), Percent, Hours, Minutes, tr("free"));
SetTitle(buffer);
// Basic menu items: