diff options
Diffstat (limited to 'PLUGINS/src/hello')
-rw-r--r-- | PLUGINS/src/hello/HISTORY | 4 | ||||
-rw-r--r-- | PLUGINS/src/hello/hello.c | 4 | ||||
-rw-r--r-- | PLUGINS/src/hello/po/tr_TR.po | 14 |
3 files changed, 13 insertions, 9 deletions
diff --git a/PLUGINS/src/hello/HISTORY b/PLUGINS/src/hello/HISTORY index b4d09aba..14e78f6e 100644 --- a/PLUGINS/src/hello/HISTORY +++ b/PLUGINS/src/hello/HISTORY @@ -62,3 +62,7 @@ VDR Plugin 'hello' Revision History 2008-03-18: Version 0.2.2 - Updated the Croatian language texts (thanks to Adrian Caval). + +2008-009-06 Version 0.2.3 + +- Updated the Turkish language texts (thanks to Oktay Yolgeçen). diff --git a/PLUGINS/src/hello/hello.c b/PLUGINS/src/hello/hello.c index 4d87d04f..a9a82cc6 100644 --- a/PLUGINS/src/hello/hello.c +++ b/PLUGINS/src/hello/hello.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: hello.c 1.15 2008/03/18 17:13:25 kls Exp $ + * $Id: hello.c 2.1 2008/09/06 14:30:00 kls Exp $ */ #include <getopt.h> @@ -12,7 +12,7 @@ #include <vdr/interface.h> #include <vdr/plugin.h> -static const char *VERSION = "0.2.2"; +static const char *VERSION = "0.2.3"; static const char *DESCRIPTION = trNOOP("A friendly greeting"); static const char *MAINMENUENTRY = trNOOP("Hello"); diff --git a/PLUGINS/src/hello/po/tr_TR.po b/PLUGINS/src/hello/po/tr_TR.po index 74585b46..4202881d 100644 --- a/PLUGINS/src/hello/po/tr_TR.po +++ b/PLUGINS/src/hello/po/tr_TR.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n" "POT-Creation-Date: 2007-10-13 11:52+0200\n" -"PO-Revision-Date: 2007-08-11 12:34+0200\n" +"PO-Revision-Date: 2008-05-12 22:34:4800\n" "Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -16,19 +16,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" msgid "A friendly greeting" -msgstr "" +msgstr "Dostça selam" msgid "Hello" -msgstr "" +msgstr "Merhaba" msgid "Greeting time (s)" -msgstr "" +msgstr "Selam vakiti (s)" msgid "Use alternate greeting" -msgstr "" +msgstr "Alternatif selam kullan" msgid "Howdy folks!" -msgstr "" +msgstr "Selam dostlar!" msgid "Hello world!" -msgstr "" +msgstr "Merhaba dünya!" |