1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
diff -Nur director-0.2.8.old/i18n.c director-0.2.8/i18n.c
--- director-0.2.8.old/i18n.c 2005-09-27 13:26:50.000000000 +0200
+++ director-0.2.8/i18n.c 2007-05-03 20:10:35.000000000 +0200
@@ -128,5 +128,28 @@
#endif
#endif
},
+{ "Director",
+ "Director",
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+#if VDRVERSNUM && VDRVERSNUM >= 10313
+ "", // Eesti
+#if VDRVERSNUM >= 10316
+ "", // Dansk
+#endif
+#endif
+ },
{ NULL }
};
|