mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-17 04:41:01 +00:00
.po updates
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@326 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
b8a7e36c20
commit
257ac500d7
3 changed files with 13 additions and 10 deletions
13
po/Makefile
13
po/Makefile
|
|
@ -25,11 +25,14 @@ SOURCES=\
|
|||
../linkcheck/__init__.py \
|
||||
../linkcheck/lc_cgi.py \
|
||||
../linkchecker
|
||||
TARGETS=de.mo fr.mo
|
||||
LDIR=../locale
|
||||
LFILE=LC_MESSAGES/$(PACKAGE).mo
|
||||
MOS=$(LDIR)/de/$(LFILE) $(LDIR)/fr/$(LFILE)
|
||||
PACKAGE=linkcheck
|
||||
|
||||
.PHONY: all
|
||||
all:
|
||||
$(MAKE) $(TARGETS)
|
||||
$(MAKE) de.mo fr.mo
|
||||
|
||||
%.po: .time.pot
|
||||
$(MSGMERGE) $@ $(PACKAGE).pot -o $@
|
||||
|
|
@ -40,8 +43,8 @@ all:
|
|||
touch .time.pot
|
||||
|
||||
%.mo: %.po
|
||||
$(MSGFMT) $< -o ../locale/$*/LC_MESSAGES/$(PACKAGE).mo
|
||||
$(MSGFMT) -o$(LDIR)/$*/$(LFILE) $<
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f .time.pot
|
||||
for d in ../locale/*; do echo $$d; done
|
||||
rm -f .time.pot $(MOS)
|
||||
|
|
|
|||
6
po/de.po
6
po/de.po
|
|
@ -4,12 +4,12 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: Thu Nov 29 14:51:57 2001\n"
|
||||
"POT-Creation-Date: Thu Nov 29 15:10:16 2001\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Bastian Kleineidam <calvin@users.sourceforge.net>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language-Team: LANGUAGE <de@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=iso8859-1\n"
|
||||
"Content-Type: text/plain; charset=ISO-8859-1\n"
|
||||
"Content-Transfer-Encoding: ENCODING\n"
|
||||
|
||||
msgid "Illegal telnet link syntax"
|
||||
|
|
|
|||
4
po/fr.po
4
po/fr.po
|
|
@ -4,12 +4,12 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: Thu Nov 29 14:51:57 2001\n"
|
||||
"POT-Creation-Date: Thu Nov 29 15:10:16 2001\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Type: text/plain; charset=ISO-8859-1\n"
|
||||
"Content-Transfer-Encoding: ENCODING\n"
|
||||
|
||||
msgid "Illegal telnet link syntax"
|
||||
|
|
|
|||
Loading…
Reference in a new issue