mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Updated the Finnish OSD texts
This commit is contained in:
@@ -45,3 +45,7 @@ VDR Plugin 'hello' Revision History
|
||||
2002-12-13: Version 0.1.0
|
||||
|
||||
- Changed setting of CXX and CXXFLAGS variables in Makefile.
|
||||
|
||||
2006-04-22: Version 0.1.1
|
||||
|
||||
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: hello.c 1.11 2002/12/13 15:01:43 kls Exp $
|
||||
* $Id: hello.c 1.12 2006/04/22 09:31:52 kls Exp $
|
||||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <vdr/plugin.h>
|
||||
#include "i18n.h"
|
||||
|
||||
static const char *VERSION = "0.1.0";
|
||||
static const char *VERSION = "0.1.1";
|
||||
static const char *DESCRIPTION = "A friendly greeting";
|
||||
static const char *MAINMENUENTRY = "Hello";
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: i18n.c 1.5 2006/02/04 10:51:41 kls Exp $
|
||||
* $Id: i18n.c 1.6 2006/04/22 09:30:57 kls Exp $
|
||||
*/
|
||||
|
||||
#include "i18n.h"
|
||||
@@ -17,7 +17,7 @@ const tI18nPhrase Phrases[] = {
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"Hei",
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
@@ -39,7 +39,7 @@ const tI18nPhrase Phrases[] = {
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"Hei maailma!",
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
@@ -61,7 +61,7 @@ const tI18nPhrase Phrases[] = {
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"Mit<EFBFBD> kuuluu?",
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
@@ -83,7 +83,7 @@ const tI18nPhrase Phrases[] = {
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"Yst<EFBFBD>v<EFBFBD>llisin terveisin",
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
@@ -105,7 +105,7 @@ const tI18nPhrase Phrases[] = {
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"Tervehdysaika (s)",
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
@@ -127,7 +127,7 @@ const tI18nPhrase Phrases[] = {
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"K<EFBFBD>yt<EFBFBD> vaihtoehtoista tervehdyst<73>",
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
|
Reference in New Issue
Block a user