diff options
author | scop <scop> | 2006-02-05 16:30:43 +0000 |
---|---|---|
committer | scop <scop> | 2006-02-05 16:30:43 +0000 |
commit | 59a1b3f95686134eee9c1f0900c5a201c237e300 (patch) | |
tree | 1c075293aabd5ec9cc8a86e52358425e0457285b | |
parent | fffcba32e39f7d69b609855c05ce789335e8dc75 (diff) | |
download | vdr-plugin-dxr3-59a1b3f95686134eee9c1f0900c5a201c237e300.tar.gz vdr-plugin-dxr3-59a1b3f95686134eee9c1f0900c5a201c237e300.tar.bz2 |
Add Czech i18n placeholders.
-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 }, |