summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Wilke <vdr@joachim-wilke.de>2009-01-09 00:00:00 +0100
committerJoachim Wilke <vdr@joachim-wilke.de>2009-01-09 00:00:00 +0100
commit620a9d6b6edd1e96e76d81088dff03c17393bb52 (patch)
treec8becbcec54bb97fab58d5fd8908c72539768233
parente5d1d78501967ad8c7a6dc1766df661364aba454 (diff)
downloadvdr-plugin-lcdproc-release/v0.0.10-jw6.tar.gz
vdr-plugin-lcdproc-release/v0.0.10-jw6.tar.bz2
-rw-r--r--Debug/makefile58
-rw-r--r--Debug/objects.mk7
-rw-r--r--Debug/sources.mk27
-rw-r--r--Debug/subdir.mk33
-rw-r--r--HISTORY7
-rw-r--r--Makefile2
-rw-r--r--lcdproc.c2
-rw-r--r--po/de_DE.po54
-rw-r--r--[-rwxr-xr-x]po/it_IT.po68
9 files changed, 73 insertions, 185 deletions
diff --git a/Debug/makefile b/Debug/makefile
deleted file mode 100644
index 3de5df7..0000000
--- a/Debug/makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
--include ../makefile.init
-
-RM := rm -rf
-
-# All of the sources participating in the build are defined here
--include sources.mk
--include subdir.mk
--include objects.mk
-
-ifneq ($(MAKECMDGOALS),clean)
-ifneq ($(strip $(C++_DEPS)),)
--include $(C++_DEPS)
-endif
-ifneq ($(strip $(C_DEPS)),)
--include $(C_DEPS)
-endif
-ifneq ($(strip $(CC_DEPS)),)
--include $(CC_DEPS)
-endif
-ifneq ($(strip $(CPP_DEPS)),)
--include $(CPP_DEPS)
-endif
-ifneq ($(strip $(CXX_DEPS)),)
--include $(CXX_DEPS)
-endif
-ifneq ($(strip $(C_UPPER_DEPS)),)
--include $(C_UPPER_DEPS)
-endif
-endif
-
--include ../makefile.defs
-
-# Add inputs and outputs from these tool invocations to the build variables
-
-# All Target
-all: vdr-lcdproc
-
-# Tool invocations
-vdr-lcdproc: $(OBJS) $(USER_OBJS)
- @echo 'Building target: $@'
- @echo 'Invoking: GCC C++ Linker'
- g++ -o"vdr-lcdproc" $(OBJS) $(USER_OBJS) $(LIBS)
- @echo 'Finished building target: $@'
- @echo ' '
-
-# Other Targets
-clean:
- -$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) vdr-lcdproc
- -@echo ' '
-
-.PHONY: all clean dependents
-.SECONDARY:
-
--include ../makefile.targets
diff --git a/Debug/objects.mk b/Debug/objects.mk
deleted file mode 100644
index 224ef68..0000000
--- a/Debug/objects.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-USER_OBJS :=
-
-LIBS :=
diff --git a/Debug/sources.mk b/Debug/sources.mk
deleted file mode 100644
index 0f6e7d9..0000000
--- a/Debug/sources.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-O_SRCS :=
-CPP_SRCS :=
-C_UPPER_SRCS :=
-C_SRCS :=
-S_SRCS :=
-OBJ_SRCS :=
-ASM_SRCS :=
-CXX_SRCS :=
-C++_SRCS :=
-CC_SRCS :=
-OBJS :=
-C++_DEPS :=
-C_DEPS :=
-CC_DEPS :=
-CPP_DEPS :=
-EXECUTABLES :=
-CXX_DEPS :=
-C_UPPER_DEPS :=
-
-# Every subdirectory with source files must be described here
-SUBDIRS := \
-. \
-
diff --git a/Debug/subdir.mk b/Debug/subdir.mk
deleted file mode 100644
index 40b1099..0000000
--- a/Debug/subdir.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-C_SRCS += \
-../lcd.c \
-../lcdproc.c \
-../setup.c \
-../sockets.c
-
-OBJS += \
-./lcd.o \
-./lcdproc.o \
-./setup.o \
-./sockets.o
-
-C_DEPS += \
-./lcd.d \
-./lcdproc.d \
-./setup.d \
-./sockets.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-%.o: ../%.c
- @echo 'Building file: $<'
- @echo 'Invoking: GCC C++ Compiler'
- g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
diff --git a/HISTORY b/HISTORY
index b42fac6..f116c14 100644
--- a/HISTORY
+++ b/HISTORY
@@ -69,4 +69,9 @@ VDR Plugin 'lcdproc' Revision History
- fixing method cLcdFeed::SetVolume to accept negative values
(suggested by SHF <http://vdrportal.de/board/profile.php?userid=9031>)
- \ No newline at end of file
+2009-01-09: Version 0.0.10-jw6
+- updated italian translation
+ (provided by Diego Pierotto <vdr-italian@tiscali.it>)
+- fixed missing translation in po/pot files for PrioWait, etc.
+ (reported by Diego Pierotto <vdr-italian@tiscali.it>)
+ \ No newline at end of file
diff --git a/Makefile b/Makefile
index c1d1ba9..d71805e 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)
@cp -a * $(TMPDIR)/$(ARCHIVE)
- @tar czf $(PACKAGE).tgz -C $(TMPDIR) $(ARCHIVE)
+ @tar czf $(PACKAGE).tgz --exclude=.* -C $(TMPDIR) $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@echo Distribution package created as $(PACKAGE).tgz
diff --git a/lcdproc.c b/lcdproc.c
index 48811c5..aad9238 100644
--- a/lcdproc.c
+++ b/lcdproc.c
@@ -15,7 +15,7 @@
#include "lcd.h"
#include "lcdtranstbl.h"
-static const char *VERSION = "0.0.10-jw5";
+static const char *VERSION = "0.0.10-jw6";
static const char *MAINMENUENTRY = NULL;
static const char *DESCRIPTION = trNOOP("LCDproc output");
diff --git a/po/de_DE.po b/po/de_DE.po
index e59a140..cec31cc 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-06-14 18:05+0200\n"
+"POT-Creation-Date: 2008-11-16 19:24+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,19 +15,19 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:311
+#: lcd.c:363
msgid "Mute"
msgstr "Stumm"
-#: lcd.c:326
+#: lcd.c:369 lcd.c:378
msgid "Volume "
msgstr "Lautstärke "
-#: lcd.c:659
+#: lcd.c:711
msgid "RECORDING"
msgstr "AUFNAHME "
-#: lcd.c:761 lcdproc.c:205 lcdproc.c:215
+#: lcd.c:835 lcdproc.c:205 lcdproc.c:215
msgid "No EPG info available."
msgstr "Keine EPG Information verfügbar."
@@ -39,82 +39,86 @@ msgstr "LCDproc Ausgabe"
msgid "Waiting for EPG info."
msgstr "Suche nach EPG Information."
-#: lcdproc.c:345
+#: lcdproc.c:348
msgid "off"
msgstr "aus"
-#: lcdproc.c:346
+#: lcdproc.c:349
msgid "on"
msgstr "an"
-#: lcdproc.c:347
+#: lcdproc.c:350
msgid "auto"
msgstr "auto"
-#: lcdproc.c:348
+#: lcdproc.c:351
msgid "detailed"
msgstr "detailiert"
-#: lcdproc.c:349
+#: lcdproc.c:352
msgid "simple"
msgstr "einfach"
-#: lcdproc.c:352
+#: lcdproc.c:355
msgid "FullCycle"
msgstr "Zyklusdauer Statuszeile"
-#: lcdproc.c:353
+#: lcdproc.c:356
msgid "TimeDateCycle"
msgstr "davon Dauer Zeitanzeige"
-#: lcdproc.c:354
+#: lcdproc.c:357
msgid "VolumeKeep"
msgstr "Anzeigedauer Lautstärke"
-#: lcdproc.c:355
+#: lcdproc.c:358
msgid "Scrollwait"
msgstr "Zeit bis Text rollen"
-#: lcdproc.c:356
+#: lcdproc.c:359
msgid "Scrollspeed"
msgstr "Rollgeschwindigkeit"
-#: lcdproc.c:357
+#: lcdproc.c:360
msgid "Charmap"
msgstr "Zeichenkodierung"
-#: lcdproc.c:358
+#: lcdproc.c:361
msgid "AltShift"
msgstr "Alternative \"Heartbeat\"-Signalisierung"
-#: lcdproc.c:359
+#: lcdproc.c:362
msgid "BackLight"
msgstr "Hintergrundbeleuchtung"
-#: lcdproc.c:360
+#: lcdproc.c:363
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:364
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:365
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:366
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:367
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:368 lcdproc.c:370
msgid "OutputNumber"
msgstr "Zahl der Ausgänge am LCD"
-#: lcdproc.c:369
+#: lcdproc.c:373
msgid "Recording status"
msgstr "Aufnahemstatus"
-#: lcdproc.c:370
+#: lcdproc.c:374
msgid "Show time"
msgstr "Zeit anzeigen"
diff --git a/po/it_IT.po b/po/it_IT.po
index 7b9491f..96d88f3 100755..100644
--- a/po/it_IT.po
+++ b/po/it_IT.po
@@ -9,115 +9,119 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-07-03 20:42+0200\n"
-"PO-Revision-Date: 2008-03-30 19:32+0100\n"
+"POT-Creation-Date: 2008-11-16 19:24+0100\n"
+"PO-Revision-Date: 2008-08-21 03:47+0100\n"
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:311
+#: lcd.c:363
msgid "Mute"
msgstr "Muto"
-#: lcd.c:326
+#: lcd.c:369 lcd.c:378
msgid "Volume "
msgstr "Volume"
-#: lcd.c:659
+#: lcd.c:711
msgid "RECORDING"
msgstr "REGISTRAZIONE"
-#: lcd.c:761 lcdproc.c:205 lcdproc.c:215
+#: lcd.c:835 lcdproc.c:205 lcdproc.c:215
msgid "No EPG info available."
-msgstr "Nessun info EPG disponibile."
+msgstr "Nessun info EPG disponibile"
#: lcdproc.c:20
msgid "LCDproc output"
-msgstr ""
+msgstr "Uscita LCDproc"
#: lcdproc.c:71
msgid "Waiting for EPG info."
-msgstr "Scansione info EPG."
+msgstr "Attesa info EPG"
-#: lcdproc.c:345
+#: lcdproc.c:348
msgid "off"
msgstr "disattivo"
-#: lcdproc.c:346
+#: lcdproc.c:349
msgid "on"
msgstr "attivo"
-#: lcdproc.c:347
+#: lcdproc.c:350
msgid "auto"
msgstr "auto"
-#: lcdproc.c:348
+#: lcdproc.c:351
msgid "detailed"
-msgstr "dettagliata"
+msgstr "dettagliato"
-#: lcdproc.c:349
+#: lcdproc.c:352
msgid "simple"
msgstr "semplice"
-#: lcdproc.c:352
+#: lcdproc.c:355
msgid "FullCycle"
msgstr "Ciclo completo"
-#: lcdproc.c:353
+#: lcdproc.c:356
msgid "TimeDateCycle"
msgstr "Ciclo Data/Ora"
-#: lcdproc.c:354
+#: lcdproc.c:357
msgid "VolumeKeep"
msgstr "Mantieni volume"
-#: lcdproc.c:355
+#: lcdproc.c:358
msgid "Scrollwait"
msgstr "Attesa scorrimento"
-#: lcdproc.c:356
+#: lcdproc.c:359
msgid "Scrollspeed"
msgstr "Velocità scorrimento"
-#: lcdproc.c:357
+#: lcdproc.c:360
msgid "Charmap"
msgstr "Mappa caratteri"
-#: lcdproc.c:358
+#: lcdproc.c:361
msgid "AltShift"
msgstr "Alt Shift"
-#: lcdproc.c:359
+#: lcdproc.c:362
msgid "BackLight"
msgstr "Luminosità sfondo"
-#: lcdproc.c:360
+#: lcdproc.c:363
msgid "SetClientPriority"
msgstr "Imposta priorità client"
-#: lcdproc.c:361
+#: lcdproc.c:364
msgid "NormalClientPriority"
-msgstr "Priorità client normale"
+msgstr "Priorità normale client"
-#: lcdproc.c:362
+#: lcdproc.c:365
msgid "HighClientPriority"
-msgstr "Priorità client alta"
+msgstr "Priorità alta client"
-#: lcdproc.c:363
+#: lcdproc.c:366
msgid "BackLightWait"
msgstr "Attesa luminosità sfondo"
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:367
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:368 lcdproc.c:370
msgid "OutputNumber"
msgstr "Numero uscita"
-#: lcdproc.c:369
+#: lcdproc.c:373
msgid "Recording status"
msgstr "Stato registrazione"
-#: lcdproc.c:370
+#: lcdproc.c:374
msgid "Show time"
msgstr "Mostra ora"