mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Now generating translation files without line numbers; updated the Finnish OSD texts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile for a Video Disk Recorder plugin
|
||||
#
|
||||
# $Id: Makefile 1.11 2007/08/19 14:19:07 kls Exp $
|
||||
# $Id: Makefile 1.12 2007/10/13 09:28:28 kls Exp $
|
||||
|
||||
# The official name of this plugin.
|
||||
# This name will be used in the '-P...' option of VDR to load the plugin.
|
||||
@@ -78,10 +78,10 @@ I18Npot = $(PODIR)/$(PLUGIN).pot
|
||||
msgfmt -c -o $@ $<
|
||||
|
||||
$(I18Npot): $(wildcard *.c)
|
||||
xgettext -C -cTRANSLATORS --no-wrap -F -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $(wildcard *.c)
|
||||
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $(wildcard *.c)
|
||||
|
||||
$(I18Npo): $(I18Npot)
|
||||
msgmerge -U --no-wrap -F --backup=none -q $@ $<
|
||||
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
|
||||
|
||||
i18n: $(I18Nmo)
|
||||
@mkdir -p $(LOCALEDIR)
|
||||
|
@@ -15,18 +15,14 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: skincurses.c:15
|
||||
msgid "A text only skin"
|
||||
msgstr "Eine reine Text-Oberfl<66>che"
|
||||
|
||||
#: skincurses.c:566
|
||||
msgid "Key$Mute"
|
||||
msgstr "Stumm"
|
||||
|
||||
#: skincurses.c:569
|
||||
msgid "Volume "
|
||||
msgstr "Lautst<73>rke"
|
||||
|
||||
#: skincurses.c:699
|
||||
msgid "Text mode"
|
||||
msgstr "Text-Modus"
|
||||
|
@@ -15,18 +15,14 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: skincurses.c:15
|
||||
msgid "A text only skin"
|
||||
msgstr "Tekstipohjainen ulkoasu"
|
||||
|
||||
#: skincurses.c:566
|
||||
msgid "Key$Mute"
|
||||
msgstr "Mykistys"
|
||||
|
||||
#: skincurses.c:569
|
||||
msgid "Volume "
|
||||
msgstr "<22><>nenvoimakkuus "
|
||||
|
||||
#: skincurses.c:699
|
||||
msgid "Text mode"
|
||||
msgstr "Teksti"
|
||||
|
Reference in New Issue
Block a user