diff options
author | Andreas Regel <andreas.regel@powarman.de> | 2005-05-15 12:48:00 +0200 |
---|---|---|
committer | Andreas Regel <andreas.regel@powarman.de> | 2005-05-15 12:48:00 +0200 |
commit | 4df61fcc16983f71ca5ab1d539840f7d04b9d48f (patch) | |
tree | 9768dc226dc0205f9f833e9ce6c6bf5eff4600cc /i18n.c | |
parent | f4460a2d3b0123c25b398b3c0168604bae2d15ba (diff) | |
download | vdr-plugin-osdpip-4df61fcc16983f71ca5ab1d539840f7d04b9d48f.tar.gz vdr-plugin-osdpip-4df61fcc16983f71ca5ab1d539840f7d04b9d48f.tar.bz2 |
Release version 0.0.8v0.0.8
- Added Navigation through channel in a way like with ordinary VDR. Use
the Left/Right keys to select channel groups, OK to choose one or the
number keys to directly enter a channel number. All this only works
with enabled info window.
- Extended the info window to contain more information. The amount of
information shown can be chosen through the setup menu. This directly
affects the height of the info window.
- Using the info window to show vdr messages if they occur.
- Changed the manner the moving of the PiP window works. Now move mode
is enabled or disabled by pressing the green button. In move mode,
the cursor keys can be used to move the PiP window.
- Added some more predefined PiP window sizes. You have to reset your
size in setup menu.
- Added support for ffmpeg 0.4.9 (should work with 0.4.8, too)
- Updated finnish translations (thanks to Rolf Ahrenberg)
- Cleaned up, dropped support for vdr versions older than 1.3.8
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 218 |
1 files changed, 103 insertions, 115 deletions
@@ -24,12 +24,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Picture-in-Picture", // English @@ -48,12 +44,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Crop left", // English @@ -72,12 +64,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Crop right", // English @@ -96,12 +84,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Crop at top", // English @@ -120,12 +104,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Crop at bottom", // English @@ -144,12 +124,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Color depth", // English @@ -168,12 +144,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Size", // English @@ -192,12 +164,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Frames to display", // English @@ -216,12 +184,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Drop frames", // English @@ -240,12 +204,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Swap FFMPEG output", // English @@ -264,12 +224,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Show info window", // English @@ -280,7 +236,7 @@ const tI18nPhrase Phrases[] = { "", // Português "", // Français "", // Norsk - "Näytä kuvatieto", // Suomi + "Näytä kanavatieto", // Suomi "", // Polski "", // Español "", // Ellinika @@ -288,12 +244,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Info window width", // English @@ -304,7 +256,7 @@ const tI18nPhrase Phrases[] = { "", // Português "", // Français "", // Norsk - "Kuvatiedon leveys", // Suomi + "Kanavatiedon leveys", // Suomi "", // Polski "", // Español "", // Ellinika @@ -312,12 +264,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Info window position", // English @@ -328,7 +276,7 @@ const tI18nPhrase Phrases[] = { "", // Português "", // Français "", // Norsk - "Kuvatiedon sijainti", // Suomi + "Kanavatiedon sijainti", // Suomi "", // Polski "", // Español "", // Ellinika @@ -336,12 +284,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "top left", // English @@ -360,12 +304,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "top right", // English @@ -384,12 +324,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "bottom left", // English @@ -408,12 +344,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "bottom right", // English @@ -432,12 +364,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Greyscale (16)", // English @@ -456,12 +384,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Greyscale (256)", // English @@ -480,12 +404,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Color (256, fixed)", // English @@ -504,12 +424,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Color (128, variable)", // English @@ -528,12 +444,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "X Position", // English @@ -552,12 +464,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "Y Position", // English @@ -576,12 +484,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "automatic", // English @@ -600,12 +504,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "none", // English @@ -624,12 +524,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "1 frame", // English @@ -648,12 +544,8 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif }, { "2 frames", // English @@ -672,12 +564,108 @@ const tI18nPhrase Phrases[] = { "", // Romaneste "", // Magyar "", // Catala -#if VDRVERSNUM > 10302 "", // Russian -# if VDRVERSNUM > 10307 "", // Croatian -# endif -#endif + }, + { + "channel only", // English + "nur Kanal", // Deutsch + "", // Slovenski + "", // Italiano + "", // Nederlands + "", // Português + "", // Français + "", // Norsk + "kanava", // Suomi + "", // Polski + "", // Español + "", // Ellinika + "", // Svenska + "", // Romaneste + "", // Magyar + "", // Catala + "", // Russian + "", // Croatian + }, + { + "simple", // English + "einfach", // Deutsch + "", // Slovenski + "", // Italiano + "", // Nederlands + "", // Português + "", // Français + "", // Norsk + "lyhyt", // Suomi + "", // Polski + "", // Español + "", // Ellinika + "", // Svenska + "", // Romaneste + "", // Magyar + "", // Catala + "", // Russian + "", // Croatian + }, + { + "complete", // English + "komplett", // Deutsch + "", // Slovenski + "", // Italiano + "", // Nederlands + "", // Português + "", // Français + "", // Norsk + "pitkä", // Suomi + "", // Polski + "", // Español + "", // Ellinika + "", // Svenska + "", // Romaneste + "", // Magyar + "", // Catala + "", // Russian + "", // Croatian + }, + { + "Normal mode", // English + "Normaler Modus", // Deutsch + "", // Slovenski + "", // Italiano + "", // Nederlands + "", // Português + "", // Français + "", // Norsk + "Normaalitoiminto", // Suomi + "", // Polski + "", // Español + "", // Ellinika + "", // Svenska + "", // Romaneste + "", // Magyar + "", // Catala + "", // Russian + "", // Croatian + }, + { + "Move mode", // English + "Bewegungsmodus", // Deutsch + "", // Slovenski + "", // Italiano + "", // Nederlands + "", // Português + "", // Français + "", // Norsk + "Siirtotoiminto", // Suomi + "", // Polski + "", // Español + "", // Ellinika + "", // Svenska + "", // Romaneste + "", // Magyar + "", // Catala + "", // Russian + "", // Croatian }, { NULL } }; |