From 34a62eb2ef9ba0c9e5d269162772c4223bf5fa3b Mon Sep 17 00:00:00 2001 From: schmirl Date: Tue, 8 Apr 2008 14:18:15 +0000 Subject: - added gettext support (thanks to Rolf Ahrenberg) - added vdr-1.6.0-ignore_missing_cam patch - dropped obsolete respect_ca patch - removed legacy code for < VDR 1.5.9 (thanks to Rolf Ahrenberg) --- common.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'common.c') diff --git a/common.c b/common.c index a27e07b..e3e5d39 100644 --- a/common.c +++ b/common.c @@ -1,5 +1,5 @@ /* - * $Id: common.c,v 1.7 2008/04/07 14:27:27 schmirl Exp $ + * $Id: common.c,v 1.8 2008/04/08 14:18:15 schmirl Exp $ */ #include @@ -7,11 +7,10 @@ #include "common.h" #include "tools/select.h" -#include "i18n.h" using namespace std; -const char *VERSION = "0.4.0-pre"; +const char *VERSION = "0.5.0-pre"; const char *StreamTypes[st_Count] = { "TS", @@ -23,9 +22,9 @@ const char *StreamTypes[st_Count] = { }; const char *SuspendModes[sm_Count] = { - "Offer suspend mode", - "Always suspended", - "Never suspended" + trNOOP("Offer suspend mode"), + trNOOP("Always suspended"), + trNOOP("Never suspended") }; const char IpCharacters[] = "0123456789."; -- cgit v1.2.3