update po files; add cz to catalogs.

CVS patchset: 2356
CVS date: 1998/09/25 12:20:55
This commit is contained in:
jbj 1998-09-25 12:20:55 +00:00
parent 563733b477
commit 60e834d306
11 changed files with 6878 additions and 8736 deletions

View File

@ -1,4 +1,5 @@
2.5.4 -> 2.9
- update po files; add cz to catalogs.
- cpio_gzip: dup the fd before doing gzdopen (Thanks Erik!)
- add --noLang to skip non-default languages.
- writeRPM can now copy cpio archive from fd.

View File

@ -12,7 +12,7 @@ MSGMERGE = msgmerge
NLSPACKAGE = rpm
CATALOGS = de.mo fi.mo fr.mo pt_BR.mo ru.mo sr.mo sv.mo tr.mo
CATALOGS = cz.mo de.mo fi.mo fr.mo pt_BR.mo ru.mo sr.mo sv.mo tr.mo
POTFILES = $(topsrcdir)/rpm.c $(topsrcdir)/query.c \
$(topsrcdir)/install.c $(topsrcdir)/verify.c \
@ -43,10 +43,10 @@ update-po: Makefile
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
lang=`echo $$cat | sed 's/.mo//'`; \
if tupdate $(NLSPACKAGE).pot $$lang.po > $$lang.pot ; then \
echo "tupdate of $$lang succeeded" ; \
if msgmerge $$lang.po $(NLSPACKAGE).pot > $$lang.pox ; then \
echo "msgmerge of $$lang succeeded" ; \
else \
echo "tupdate of $$lang failed" ; \
echo "msgmerge of $$lang failed" ; \
rm -f $$lang.pot ; \
fi \
done

1159
po/cz.po

File diff suppressed because it is too large Load Diff

903
po/de.po

File diff suppressed because it is too large Load Diff

1162
po/fi.po

File diff suppressed because it is too large Load Diff

3744
po/fr.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1059
po/ru.po

File diff suppressed because it is too large Load Diff

1085
po/sr.po

File diff suppressed because it is too large Load Diff

3804
po/sv.po

File diff suppressed because it is too large Load Diff

1141
po/tr.po

File diff suppressed because it is too large Load Diff