diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | dxr3i18n.c | 66 |
2 files changed, 67 insertions, 0 deletions
@@ -310,3 +310,4 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 2006-xx-xx: Version 0.2.6 - clean up leftovers from the image grab code removal in 0.2.5 (Ville Skyttä) +- add Czech i18n placeholders (Ville Skyttä) @@ -47,6 +47,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -73,6 +76,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -99,6 +105,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -125,6 +134,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -151,6 +163,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -177,6 +192,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -203,6 +221,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -229,6 +250,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -255,6 +279,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -281,6 +308,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -307,6 +337,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -333,6 +366,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -359,6 +395,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -385,6 +424,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -411,6 +453,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -437,6 +482,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -463,6 +511,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -489,6 +540,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -515,6 +569,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -541,6 +598,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -567,6 +627,9 @@ const tI18nPhrase Phrases[] = { "Peida valik peamenüüs", #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, @@ -593,6 +656,9 @@ const tI18nPhrase Phrases[] = { "", // Eesti #if VDRVERSNUM > 10315 "", // Dansk +#if VDRVERSNUM > 10341 + "", // Czech +#endif #endif #endif }, |