summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha@akv-soft.de>2004-01-02 23:13:00 +0100
committerSascha Volkenandt <sascha@akv-soft.de>2004-01-02 23:13:00 +0100
commit4a775c82c82597c65345b3b1fdad71792ef2e486 (patch)
treed3a5fc2a34e6746f8d7ee51e793ff3645bf3e814 /i18n.c
downloadvdr-plugin-osdpip-4a775c82c82597c65345b3b1fdad71792ef2e486.tar.gz
vdr-plugin-osdpip-4a775c82c82597c65345b3b1fdad71792ef2e486.tar.bz2
Release version 0.0.1v0.0.1
- Initial revision.
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/i18n.c b/i18n.c
new file mode 100644
index 0000000..2a9bc5e
--- /dev/null
+++ b/i18n.c
@@ -0,0 +1,22 @@
+#include "i18n.h"
+
+const tI18nPhrase Phrases[] = {
+ { "Picture-in-Picture", // English
+ "Bild-in-Bild", // Deutsch
+ "", // Slovenski
+ "", // Italiano
+ "", // Nederlands
+ "", // Português
+ "", // Français
+ "", // Norsk
+ "", // Suomi
+ "", // Polski
+ "", // Español
+ "", // Ellinika
+ "", // Svenska
+ "", // Romaneste
+ "", // Magyar
+ "" // Catala
+ },
+ { NULL }
+};