Implemented internationalization

This commit is contained in:
Klaus Schmidinger
2000-11-11 10:39:27 +01:00
parent 1d828252b6
commit b668b2d013
13 changed files with 552 additions and 106 deletions

5
osd.c
View File

@@ -4,12 +4,13 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: osd.c 1.11 2000/11/01 11:21:51 kls Exp $
* $Id: osd.c 1.12 2000/11/10 16:18:38 kls Exp $
*/
#include "osd.h"
#include <assert.h>
#include <string.h>
#include "i18n.h"
// --- cOsdItem --------------------------------------------------------------
@@ -248,7 +249,7 @@ void cOsdMenu::Mark(void)
{
if (Count() && marked < 0) {
marked = current;
SetStatus("Up/Dn for new location - OK to move");
SetStatus(tr("Up/Dn for new location - OK to move"));
}
}