diff -Naur clock-1.0.0.old/clock.c clock-1.0.0/clock.c --- clock-1.0.0.old/clock.c 2008-03-07 16:54:27.000000000 +0100 +++ clock-1.0.0/clock.c 2012-10-30 12:21:59.473174499 +0100 @@ -26,15 +26,15 @@ #include #include #include "enhancedbitmap.h" -#include "i18n.h" +#include #include "images/clock.xpm" #include "images/tux.xpm" #include "images/tuxpart.xpm" static const char *VERSION = "1.0.0"; -static const char *DESCRIPTION = "A Simple Clock"; -static const char *MAINMENUENTRY = "Clock"; +static const char *DESCRIPTION = trNOOP("A Simple Clock"); +static const char *MAINMENUENTRY = trNOOP("Clock"); // Global variables @@ -67,21 +67,21 @@ int ColorMin = 1; int ColorSec = 3; int TeaTime = 5; -const char *TimeColors[] = {"Transparent", - "White", - "Black", - "Red", - "Green", - "Yellow", - "Blue", +const char *TimeColors[] = {trNOOP("Transparent"), + trNOOP("White"), + trNOOP("Black"), + trNOOP("Red"), + trNOOP("Green"), + trNOOP("Yellow"), + trNOOP("Blue"), }; -const char *ClockType[] = {"Digital", - "Analog", - "Analog modern", - "MorphOS", - "TuxClock", - "Internet time", - "Tea clock", +const char *ClockType[] = {trNOOP("Digital"), + trNOOP("Analog"), + trNOOP("Analog modern"), + trNOOP("MorphOS"), + trNOOP("TuxClock"), + trNOOP("Internet time"), + trNOOP("Tea clock"), }; @@ -590,13 +590,13 @@ cPluginClock(void); virtual ~cPluginClock(); virtual const char *Version(void) { return VERSION; } - virtual const char *Description(void) { return DESCRIPTION; } + virtual const char *Description(void) { return tr(DESCRIPTION); } virtual const char *CommandLineHelp(void); virtual bool ProcessArgs(int argc, char *argv[]); virtual bool Initialize(void); virtual bool Start(void); virtual void Housekeeping(void); - virtual const char *MainMenuEntry(void) { return MAINMENUENTRY; } + virtual const char *MainMenuEntry(void) { return tr(MAINMENUENTRY); } virtual cOsdObject *MainMenuAction(void); virtual cMenuSetupPage *SetupMenu(void); virtual bool SetupParse(const char *Name, const char *Value); @@ -635,7 +635,6 @@ bool cPluginClock::Start(void) { // Start any background activities the plugin shall perform. - RegisterI18n(Phrases); return true; } diff -Naur clock-1.0.0.old/i18n.c clock-1.0.0/i18n.c --- clock-1.0.0.old/i18n.c 2008-01-05 12:52:57.000000000 +0100 +++ clock-1.0.0/i18n.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,646 +0,0 @@ -/* - * i18n.c: Internationalization - * - * Clock Plugin for VDR. See http://vdr.aistleitner.info for download. - * Copyright (C) 2007 Mario Aistleitner - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * - * $Id: i18n.c 1.3 2002/06/23 13:05:59 kls Exp $ - * - * Italian translations provided by Gringo - */ - -#include "i18n.h" - -const tI18nPhrase Phrases[] = { - { "Clock", - "Uhr", - "",// TODO - "Orologio", - "",// TODO - "",// TODO - "Heure", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Часы",// TODO - }, - { "Offset", - "Abstand vom linken Rand", - "",// TODO - "Distanza dal bordo sinistro", - "",// TODO - "",// TODO - "Distance du bord gauche", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Растояние от левого края",// TODO - }, - { "Show Seconds", - "Sekunden anzeigen", - "",// TODO - "Mostra secondi", - "",// TODO - "",// TODO - "Afficher secondes", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Показать секунды",// TODO - }, - { "Type of the clock", - "Art der Uhr", - "",// TODO - "Tipo di orologio", - "",// TODO - "",// TODO - "Format d'affichage", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Вид часов",// TODO - }, - { "Length of sec arrow [%]", - "Lфnge des Sekundenzeigers [%]", - "",// TODO - "Lunghezza freccia secondi [%]", - "",// TODO - "",// TODO - "Longueur aiguille Sec [%]", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Длина секундной стрелки [%]",// TODO - }, - { "Length of min arrow [%]", - "Lфnge des Minutenzeigers [%]", - "",// TODO - "Lunghezza freccia minuti [%]", - "",// TODO - "",// TODO - "Longueur aiguille Min [%]", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Длина минутной стрелки [%]",// TODO - }, - { "Length of hour arrow [%]", - "Lфnge des Stundenzeigers [%]", - "",// TODO - "Lunghezza freccia ore [%]", - "",// TODO - "",// TODO - "Longueur aiguille Hr [%]", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Длина часовой стрелки [%]",// TODO - }, - { "Width of sec arrow [%]", - "Breite des Sekundenzeigers [%]", - "",// TODO - "Larghezza freccia secondi [%]", - "",// TODO - "",// TODO - "Largeur des aiguilles Sec [%]", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Ширина секундной стрелки [%]",// TODO - }, - { "Width of min arrow [%]", - "Breite des Minutenzeigers [%]", - "",// TODO - "Larghezza freccia minuti [%]", - "",// TODO - "",// TODO - "Largeur des aiguilles Min [%]", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Ширина минутной стрелки [%]",// TODO - }, - { "Width of hour arrow [%]", - "Breite des Stundenzeigers [%]", - "",// TODO - "Larghezza freccia ore [%]", - "",// TODO - "",// TODO - "Largeur des aiguilles Hr [%]", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Ширина часовой стрелки [%]",// TODO - }, - { "Analog clock size", - "Grіпe der Analogen Uhr", - "",// TODO - "Dimensione orologio analogico", - "",// TODO - "",// TODO - "Taille de l'horloge analogique", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Размер стрелочных часов",// TODO - }, - { "Transparent", - "Transparent", - "",// TODO - "Trasparente", - "",// TODO - "",// TODO - "Transparent", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Прозрачные",// TODO - }, - { "White", - "Weiss", - "",// TODO - "Bianco", - "",// TODO - "",// TODO - "Blanc", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Белые",// TODO - }, - { "Background color", - "Hintergrundfarbe", - "",// TODO - "Colore sfondo", - "",// TODO - "",// TODO - "Couleur de fond", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Цвет заднего фона",// TODO - }, - { "Black", - "Schwarz", - "",// TODO - "Nero", - "",// TODO - "",// TODO - "Noir", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Чёрный",// TODO - }, - { "Hour arrow color", - "Farbe des Stundenzeigers", - "",// TODO - "Colore freccia ore", - "",// TODO - "",// TODO - "Couleur aiguille Hr", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Цвет часовой стрелки",// TODO - }, - { "Red", - "Rot", - "",// TODO - "Rosso", - "",// TODO - "",// TODO - "Rouge", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Красный",// TODO - }, - { "Green", - "Grќn", - "",// TODO - "Verde", - "",// TODO - "",// TODO - "Vert",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Зелёный",// TODO - }, - { "Yellow", - "Gelb", - "",// TODO - "Giallo", - "",// TODO - "",// TODO - "Jaune", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Жёлтый",// TODO - }, - { "Blue", - "Blau", - "",// TODO - "Blu", - "",// TODO - "",// TODO - "Bleu", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Синий",// TODO - }, - { "Seconds arrow color", - "Farbe des Sekundenzeigers", - "",// TODO - "Colore freccia secondi", - "",// TODO - "",// TODO - "Couleur aiguille Sec", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Цвет секундной стрелки",// TODO - }, - { "Minutes arrow color", - "Farbe des Minutenzeigers", - "",// TODO - "Colore freccia minuti", - "",// TODO - "",// TODO - "Couleur aiguille Min", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Цвет минутной стрелки",// TODO - }, - { "Foreground color", - "Vordergrund Farbe", - "",// TODO - "Colore primo piano", - "",// TODO - "",// TODO - "Couleur premier plan", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Цвет переднего фона",// TODO - }, - { "Arrow color", - "Zeigerfarbe", - "",// TODO - "Colore freccia", - "",// TODO - "",// TODO - "Couleur aiguilles", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Цвет стрелок",// TODO - }, - { "Digital", - "Digital", - "",// TODO - "Digitale", - "",// TODO - "",// TODO - "Digital", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Цыфровые",// TODO - }, - { "Analog", - "Analog", - "",// TODO - "Analogico", - "",// TODO - "",// TODO - "Analogique", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Стрелочные",// TODO - }, - { "Internet time", - "Internet Zeit", - "",// TODO - "Ora Internet", - "",// TODO - "",// TODO - "Temps internet", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Интернет время",// TODO - }, - { "Tea clock", - "Teekocher", - "",// TODO - "Pausa tш", - "",// TODO - "",// TODO - "Pause cafe", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Время для чая",// TODO - }, - { "It's tea time", - "Es ist Tee Zeit!", - "",// TODO - "E' l'ora del tш!", - "",// TODO - "",// TODO - "c'est l'heure de la pause cafe", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Время чая!",// TODO - }, - { "Time till tea", - "Zeit bis der Tee fertig ist", - "",// TODO - "Tempo restante per il tш", - "",// TODO - "",// TODO - "Temps restant jusqu'au cafe", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Время заварки чая",// TODO - }, - { "Show Countdown", - "Countdown anzeigen", - "",// TODO - "Mostra conto alla rovescia", - "",// TODO - "",// TODO - "Afficher le compte a rebours", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Обратный отчёт времени",// TODO - }, - { "FullScreen", - "FullScreen", - "",// TODO - "Schermo intero", - "",// TODO - "",// TODO - "FullScreen", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Весь размер",// TODO - }, - { "x Position", - "x Position", - "",// TODO - "Posizione x", - "",// TODO - "",// TODO - "x Position", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "x Позиция",// TODO - }, - { "y Position", - "y Position", - "",// TODO - "Posizione y", - "",// TODO - "",// TODO - "y Position", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "y Позиция",// TODO - }, - { NULL } - }; - - - - diff -Naur clock-1.0.0.old/i18n.h clock-1.0.0/i18n.h --- clock-1.0.0.old/i18n.h 2008-01-05 12:53:50.000000000 +0100 +++ clock-1.0.0/i18n.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,31 +0,0 @@ -/* - * i18n.h: Internationalization - * - * Clock Plugin for VDR. See http://vdr.aistleitner.info for download. - * Copyright (C) 2007 Mario Aistleitner - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * - * $Id: i18n.h 1.2 2002/05/11 14:48:16 kls Exp $ - */ - -#ifndef _I18N__H -#define _I18N__H - -#include - -extern const tI18nPhrase Phrases[]; - -#endif //_I18N__H diff -Naur clock-1.0.0.old/Makefile clock-1.0.0/Makefile --- clock-1.0.0.old/Makefile 2008-01-22 10:25:15.000000000 +0100 +++ clock-1.0.0/Makefile 2012-10-30 12:22:19.274187084 +0100 @@ -48,7 +48,7 @@ ### The object files (add further files here): -OBJS = $(PLUGIN).o i18n.o enhancedbitmap.o +OBJS = $(PLUGIN).o enhancedbitmap.o ### Implicit rules: @@ -64,9 +64,34 @@ -include $(DEPFILE) +### Internationalization (I18N): + +PODIR = po +LOCALEDIR = $(VDRDIR)/locale +I18Npo = $(wildcard $(PODIR)/*.po) +I18Nmsgs = $(addprefix $(LOCALEDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file)))))) +I18Npot = $(PODIR)/$(PLUGIN).pot + +%.mo: %.po + msgfmt -c -o $@ $< + +$(I18Npot): $(wildcard *.c) + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='' -o $@ $^ + +%.po: $(I18Npot) + msgmerge -U --no-wrap --no-location --backup=none -q $@ $< + @touch $@ + +$(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo + @mkdir -p $(dir $@) + cp $< $@ + +.PHONY: i18n +i18n: $(I18Nmsgs) + ### Targets: -all: libvdr-$(PLUGIN).so +all: libvdr-$(PLUGIN).so i18n libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@ @@ -81,4 +106,5 @@ @echo Distribution package created as $(PACKAGE).tgz clean: + @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ diff -Naur clock-1.0.0.old/po/ca_ES.po clock-1.0.0/po/ca_ES.po --- clock-1.0.0.old/po/ca_ES.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/ca_ES.po 2012-10-30 12:36:16.920722653 +0100 @@ -0,0 +1,124 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Marc Rovira Vall , 2003 +# Ramon Roca , 2003 +# Jordi Vilр , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Jordi Vilр \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/cs_CZ.po clock-1.0.0/po/cs_CZ.po --- clock-1.0.0.old/po/cs_CZ.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/cs_CZ.po 2012-10-30 12:36:16.921722655 +0100 @@ -0,0 +1,122 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Vladimэr Bсrta , 2006 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Vladimэr Bсrta \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/da_DK.po clock-1.0.0/po/da_DK.po --- clock-1.0.0.old/po/da_DK.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/da_DK.po 2012-10-30 12:36:16.922722656 +0100 @@ -0,0 +1,122 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Mogens Elneff , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Mogens Elneff \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/de_DE.po clock-1.0.0/po/de_DE.po --- clock-1.0.0.old/po/de_DE.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/de_DE.po 2012-10-30 13:32:46.391048407 +0100 @@ -0,0 +1,123 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Klaus Schmidinger , 2000 +# Erich Seifert , 2012 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:35+0200\n" +"Last-Translator: Erich Seifert \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "Eine einfache Uhr" + +msgid "Clock" +msgstr "Uhr" + +msgid "Transparent" +msgstr "Transparent" + +msgid "White" +msgstr "Weiп" + +msgid "Black" +msgstr "Schwarz" + +msgid "Red" +msgstr "Rot" + +msgid "Green" +msgstr "Grќn" + +msgid "Yellow" +msgstr "Gelb" + +msgid "Blue" +msgstr "Blau" + +msgid "Digital" +msgstr "Digital" + +msgid "Analog" +msgstr "Analog" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "Internet-Zeit" + +msgid "Tea clock" +msgstr "Teekocher" + +msgid "It's tea time" +msgstr "Es ist Teezeit!" + +msgid "x Position" +msgstr "x-Position" + +msgid "y Position" +msgstr "y-Position" + +msgid "Type of the clock" +msgstr "Art der Uhr" + +msgid "Background color" +msgstr "Hintergrundfarbe" + +msgid "Foreground color" +msgstr "Vordergrundfarbe" + +msgid "Show Seconds" +msgstr "Sekunden anzeigen" + +msgid "FullScreen" +msgstr "FullScreen" + +msgid "Analog clock size" +msgstr "Grіпe der analogen Uhr" + +msgid "Arrow color" +msgstr "Zeigerfarbe" + +msgid "Length of hour arrow [%]" +msgstr "Lфnge des Stundenzeigers [%]" + +msgid "Width of hour arrow [%]" +msgstr "Breite des Stundenzeigers [%]" + +msgid "Length of min arrow [%]" +msgstr "Lфnge des Minutenzeigers [%]" + +msgid "Width of min arrow [%]" +msgstr "Breite des Minutenzeigers [%]" + +msgid "Seconds arrow color" +msgstr "Farbe des Sekundenzeigers" + +msgid "Length of sec arrow [%]" +msgstr "Lфnge des Sekundenzeigers [%]" + +msgid "Width of sec arrow [%]" +msgstr "Breite des Sekundenzeigers [%]" + +msgid "Time till tea" +msgstr "Zeit bis der Tee fertig ist" + +msgid "Show Countdown" +msgstr "Countdown anzeigen" diff -Naur clock-1.0.0.old/po/el_GR.po clock-1.0.0/po/el_GR.po --- clock-1.0.0.old/po/el_GR.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/el_GR.po 2012-10-30 12:36:16.924722657 +0100 @@ -0,0 +1,122 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Dimitrios Dimitrakos , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Dimitrios Dimitrakos \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-7\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/es_ES.po clock-1.0.0/po/es_ES.po --- clock-1.0.0.old/po/es_ES.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/es_ES.po 2012-10-30 12:36:16.924722657 +0100 @@ -0,0 +1,122 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Ruben Nunez Francisco , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Ruben Nunez Francisco \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/et_EE.po clock-1.0.0/po/et_EE.po --- clock-1.0.0.old/po/et_EE.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/et_EE.po 2012-10-30 12:36:16.925722659 +0100 @@ -0,0 +1,122 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Arthur Konovalov , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Arthur Konovalov \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-13\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/fi_FI.po clock-1.0.0/po/fi_FI.po --- clock-1.0.0.old/po/fi_FI.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/fi_FI.po 2012-10-30 12:36:16.925722659 +0100 @@ -0,0 +1,125 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Hannu Savolainen , 2002 +# Jaakko Hyvфtti , 2002 +# Niko Tarnanen , 2003 +# Rolf Ahrenberg , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Rolf Ahrenberg \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/fr_FR.po clock-1.0.0/po/fr_FR.po --- clock-1.0.0.old/po/fr_FR.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/fr_FR.po 2012-10-30 12:36:16.925722659 +0100 @@ -0,0 +1,125 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Jean-Claude Repetto , 2001 +# Olivier Jacques , 2003 +# Gregoire Favre , 2003 +# Nicolas Huillard , 2005 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Nicolas Huillard \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "Heure" + +msgid "Transparent" +msgstr "Transparent" + +msgid "White" +msgstr "Blanc" + +msgid "Black" +msgstr "Noir" + +msgid "Red" +msgstr "Rouge" + +msgid "Green" +msgstr "Vert" + +msgid "Yellow" +msgstr "Jaune" + +msgid "Blue" +msgstr "Bleu" + +msgid "Digital" +msgstr "Digital" + +msgid "Analog" +msgstr "Analogique" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "Temps internet" + +msgid "Tea clock" +msgstr "Pause cafe" + +msgid "It's tea time" +msgstr "c'est l'heure de la pause cafe" + +msgid "x Position" +msgstr "x Position" + +msgid "y Position" +msgstr "y Position" + +msgid "Type of the clock" +msgstr "Format d'affichage" + +msgid "Background color" +msgstr "Couleur de fond" + +msgid "Foreground color" +msgstr "Couleur premier plan" + +msgid "Show Seconds" +msgstr "Afficher secondes" + +msgid "FullScreen" +msgstr "FullScreen" + +msgid "Analog clock size" +msgstr "Taille de l'horloge analogique" + +msgid "Arrow color" +msgstr "Couleur aiguilles" + +msgid "Length of hour arrow [%]" +msgstr "Longueur aiguille Hr [%]" + +msgid "Width of hour arrow [%]" +msgstr "Largeur des aiguilles Hr [%]" + +msgid "Length of min arrow [%]" +msgstr "Longueur aiguille Min [%]" + +msgid "Width of min arrow [%]" +msgstr "Largeur des aiguilles Min [%]" + +msgid "Seconds arrow color" +msgstr "Couleur aiguille Sec" + +msgid "Length of sec arrow [%]" +msgstr "Longueur aiguille Sec [%]" + +msgid "Width of sec arrow [%]" +msgstr "Largeur des aiguilles Sec [%]" + +msgid "Time till tea" +msgstr "Temps restant jusqu'au cafe" + +msgid "Show Countdown" +msgstr "Afficher le compte a rebours" diff -Naur clock-1.0.0.old/po/hr_HR.po clock-1.0.0/po/hr_HR.po --- clock-1.0.0.old/po/hr_HR.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/hr_HR.po 2012-10-30 12:36:16.925722659 +0100 @@ -0,0 +1,123 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Drazen Dupor , 2004 +# Dino Ravnic , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Drazen Dupor \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/hu_HU.po clock-1.0.0/po/hu_HU.po --- clock-1.0.0.old/po/hu_HU.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/hu_HU.po 2012-10-30 12:36:16.926722660 +0100 @@ -0,0 +1,123 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Istvan Koenigsberger , 2002 +# Guido Josten , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Istvan Koenigsberger , Guido Josten \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/it_IT.po clock-1.0.0/po/it_IT.po --- clock-1.0.0.old/po/it_IT.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/it_IT.po 2012-10-30 12:36:16.926722660 +0100 @@ -0,0 +1,124 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Alberto Carraro , 2001 +# Antonio Ospite , 2003 +# Sean Carlos , 2005 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Sean Carlos \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "Orologio" + +msgid "Transparent" +msgstr "Trasparente" + +msgid "White" +msgstr "Bianco" + +msgid "Black" +msgstr "Nero" + +msgid "Red" +msgstr "Rosso" + +msgid "Green" +msgstr "Verde" + +msgid "Yellow" +msgstr "Giallo" + +msgid "Blue" +msgstr "Blu" + +msgid "Digital" +msgstr "Digitale" + +msgid "Analog" +msgstr "Analogico" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "Ora Internet" + +msgid "Tea clock" +msgstr "Pausa tш" + +msgid "It's tea time" +msgstr "E' l'ora del tш!" + +msgid "x Position" +msgstr "Posizione x" + +msgid "y Position" +msgstr "Posizione y" + +msgid "Type of the clock" +msgstr "Tipo di orologio" + +msgid "Background color" +msgstr "Colore sfondo" + +msgid "Foreground color" +msgstr "Colore primo piano" + +msgid "Show Seconds" +msgstr "Mostra secondi" + +msgid "FullScreen" +msgstr "Schermo intero" + +msgid "Analog clock size" +msgstr "Dimensione orologio analogico" + +msgid "Arrow color" +msgstr "Colore freccia" + +msgid "Length of hour arrow [%]" +msgstr "Lunghezza freccia ore [%]" + +msgid "Width of hour arrow [%]" +msgstr "Larghezza freccia ore [%]" + +msgid "Length of min arrow [%]" +msgstr "Lunghezza freccia minuti [%]" + +msgid "Width of min arrow [%]" +msgstr "Larghezza freccia minuti [%]" + +msgid "Seconds arrow color" +msgstr "Colore freccia secondi" + +msgid "Length of sec arrow [%]" +msgstr "Lunghezza freccia secondi [%]" + +msgid "Width of sec arrow [%]" +msgstr "Larghezza freccia secondi [%]" + +msgid "Time till tea" +msgstr "Tempo restante per il tш" + +msgid "Show Countdown" +msgstr "Mostra conto alla rovescia" diff -Naur clock-1.0.0.old/po/nl_NL.po clock-1.0.0/po/nl_NL.po --- clock-1.0.0.old/po/nl_NL.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/nl_NL.po 2012-10-30 12:36:16.926722660 +0100 @@ -0,0 +1,124 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Arnold Niessen , 2001 +# Hans Dingemans , 2003 +# Maarten Wisse , 2005 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Maarten Wisse \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/nn_NO.po clock-1.0.0/po/nn_NO.po --- clock-1.0.0.old/po/nn_NO.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/nn_NO.po 2012-10-30 12:36:16.927722661 +0100 @@ -0,0 +1,123 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Jјrgen Tvedt , 2001 +# Truls Slevigen , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Truls Slevigen \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/pl_PL.po clock-1.0.0/po/pl_PL.po --- clock-1.0.0.old/po/pl_PL.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/pl_PL.po 2012-10-30 12:36:16.927722661 +0100 @@ -0,0 +1,122 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Michael Rakowski , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Michael Rakowski \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/pt_PT.po clock-1.0.0/po/pt_PT.po --- clock-1.0.0.old/po/pt_PT.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/pt_PT.po 2012-10-30 12:36:16.927722661 +0100 @@ -0,0 +1,122 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Paulo Lopes , 2001 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Paulo Lopes \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/ro_RO.po clock-1.0.0/po/ro_RO.po --- clock-1.0.0.old/po/ro_RO.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/ro_RO.po 2012-10-30 12:36:16.927722661 +0100 @@ -0,0 +1,123 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Paul Lacatus , 2002 +# Lucian Muresan , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Lucian Muresan \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/ru_RU.po clock-1.0.0/po/ru_RU.po --- clock-1.0.0.old/po/ru_RU.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/ru_RU.po 2012-10-30 12:36:16.928722662 +0100 @@ -0,0 +1,122 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Vyacheslav Dikonov , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Vyacheslav Dikonov \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-5\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "Часы" + +msgid "Transparent" +msgstr "Прозрачные" + +msgid "White" +msgstr "Белые" + +msgid "Black" +msgstr "Чёрный" + +msgid "Red" +msgstr "Красный" + +msgid "Green" +msgstr "Зелёный" + +msgid "Yellow" +msgstr "Жёлтый" + +msgid "Blue" +msgstr "Синий" + +msgid "Digital" +msgstr "Цыфровые" + +msgid "Analog" +msgstr "Стрелочные" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "Интернет время" + +msgid "Tea clock" +msgstr "Время для чая" + +msgid "It's tea time" +msgstr "Время чая!" + +msgid "x Position" +msgstr "x Позиция" + +msgid "y Position" +msgstr "y Позиция" + +msgid "Type of the clock" +msgstr "Вид часов" + +msgid "Background color" +msgstr "Цвет заднего фона" + +msgid "Foreground color" +msgstr "Цвет переднего фона" + +msgid "Show Seconds" +msgstr "Показать секунды" + +msgid "FullScreen" +msgstr "Весь размер" + +msgid "Analog clock size" +msgstr "Размер стрелочных часов" + +msgid "Arrow color" +msgstr "Цвет стрелок" + +msgid "Length of hour arrow [%]" +msgstr "Длина часовой стрелки [%]" + +msgid "Width of hour arrow [%]" +msgstr "Ширина часовой стрелки [%]" + +msgid "Length of min arrow [%]" +msgstr "Длина минутной стрелки [%]" + +msgid "Width of min arrow [%]" +msgstr "Ширина минутной стрелки [%]" + +msgid "Seconds arrow color" +msgstr "Цвет секундной стрелки" + +msgid "Length of sec arrow [%]" +msgstr "Длина секундной стрелки [%]" + +msgid "Width of sec arrow [%]" +msgstr "Ширина секундной стрелки [%]" + +msgid "Time till tea" +msgstr "Время заварки чая" + +msgid "Show Countdown" +msgstr "Обратный отчёт времени" diff -Naur clock-1.0.0.old/po/sl_SI.po clock-1.0.0/po/sl_SI.po --- clock-1.0.0.old/po/sl_SI.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/sl_SI.po 2012-10-30 12:36:16.928722662 +0100 @@ -0,0 +1,123 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Miha Setina , 2000 +# Matjaz Thaler , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Matjaz Thaler \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/sv_SE.po clock-1.0.0/po/sv_SE.po --- clock-1.0.0.old/po/sv_SE.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/sv_SE.po 2012-10-30 12:36:16.928722662 +0100 @@ -0,0 +1,123 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Tomas Prybil , 2002 +# Jan Ekholm , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Tomas Prybil \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr "" diff -Naur clock-1.0.0.old/po/tr_TR.po clock-1.0.0/po/tr_TR.po --- clock-1.0.0.old/po/tr_TR.po 1970-01-01 01:00:00.000000000 +0100 +++ clock-1.0.0/po/tr_TR.po 2012-10-30 12:36:16.929722663 +0100 @@ -0,0 +1,122 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Oktay Yolgeчen , 2007 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.7.27\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-30 13:00+0200\n" +"PO-Revision-Date: 2012-10-30 13:00+0200\n" +"Last-Translator: Oktay Yolgeчen \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-9\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A Simple Clock" +msgstr "" + +msgid "Clock" +msgstr "" + +msgid "Transparent" +msgstr "" + +msgid "White" +msgstr "" + +msgid "Black" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "Blue" +msgstr "" + +msgid "Digital" +msgstr "" + +msgid "Analog" +msgstr "" + +msgid "Analog modern" +msgstr "" + +msgid "MorphOS" +msgstr "" + +msgid "TuxClock" +msgstr "" + +msgid "Internet time" +msgstr "" + +msgid "Tea clock" +msgstr "" + +msgid "It's tea time" +msgstr "" + +msgid "x Position" +msgstr "" + +msgid "y Position" +msgstr "" + +msgid "Type of the clock" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Foreground color" +msgstr "" + +msgid "Show Seconds" +msgstr "" + +msgid "FullScreen" +msgstr "" + +msgid "Analog clock size" +msgstr "" + +msgid "Arrow color" +msgstr "" + +msgid "Length of hour arrow [%]" +msgstr "" + +msgid "Width of hour arrow [%]" +msgstr "" + +msgid "Length of min arrow [%]" +msgstr "" + +msgid "Width of min arrow [%]" +msgstr "" + +msgid "Seconds arrow color" +msgstr "" + +msgid "Length of sec arrow [%]" +msgstr "" + +msgid "Width of sec arrow [%]" +msgstr "" + +msgid "Time till tea" +msgstr "" + +msgid "Show Countdown" +msgstr ""