1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 09:22:27 +01:00

Update for 0.51.0

This commit is contained in:
dan
1999-01-25 19:06:50 +00:00
parent 3aeb1eb052
commit 416e3a82be
238 changed files with 24235 additions and 11473 deletions

View File

@@ -1,11 +1,11 @@
nlsdir = @NLSDIR@
nlsdir = $(DESTDIR)/@NLSDIR@
CATALOGS = @MOFILES@
CLEANFILES = $(CATALOGS)
CLEANFILES = $(CATALOGS) WindowMaker.pot
EXTRA_DIST = cs.po de.po es.po fr.po gl.po ja.po ko.po nl.po pt.po se.po it.po \
no.po ru.po tr.po fi.po hr.po el.po pl.po ja.po.broken ro.po
no.po ru.po tr.po fi.po hr.po el.po pl.po ro.po dk.po
POTFILES = \
$(top_builddir)/src/appicon.c \
@@ -53,8 +53,8 @@ WindowMaker.pot: $(POTFILES)
fi
install-data-local: $(CATALOGS)
$(mkinstalldirs) $(nlsdir)
chmod 755 $(nlsdir)
$(mkinstalldirs) $(DESTDIR)$(nlsdir)
chmod 755 $(DESTDIR)$(nlsdir)
for n in $(CATALOGS) __DuMmY ; do \
if test "$$n" -a "$$n" != "__DuMmY" ; then \
l=`basename $$n .mo`; \

View File

@@ -65,8 +65,6 @@ DFLAGS = @DFLAGS@
GFXFLAGS = @GFXFLAGS@
GFXLFLAGS = @GFXLFLAGS@
GFXLIBS = @GFXLIBS@
I18N = @I18N@
I18N_MB = @I18N_MB@
ICONEXT = @ICONEXT@
INTLIBS = @INTLIBS@
LD = @LD@
@@ -79,29 +77,23 @@ NLSDIR = @NLSDIR@
NM = @NM@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
REDUCE_APPICONS = @REDUCE_APPICONS@
SHAPE = @SHAPE@
SOUND = @SOUND@
VERSION = @VERSION@
WPMOFILES = @WPMOFILES@
XCFLAGS = @XCFLAGS@
XGETTEXT = @XGETTEXT@
XLFLAGS = @XLFLAGS@
XLIBS = @XLIBS@
XSHM = @XSHM@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
X_LOCALE = @X_LOCALE@
pixmapdir = @pixmapdir@
wprefsdir = @wprefsdir@
nlsdir = @NLSDIR@
nlsdir = $(DESTDIR)/@NLSDIR@
CATALOGS = @MOFILES@
CLEANFILES = $(CATALOGS)
CLEANFILES = $(CATALOGS) WindowMaker.pot
EXTRA_DIST = cs.po de.po es.po fr.po gl.po ja.po ko.po nl.po pt.po se.po it.po \
no.po ru.po tr.po fi.po hr.po el.po pl.po ja.po.broken ro.po
no.po ru.po tr.po fi.po hr.po el.po pl.po ro.po dk.po
POTFILES = \
$(top_builddir)/src/appicon.c \
@@ -235,8 +227,8 @@ WindowMaker.pot: $(POTFILES)
fi
install-data-local: $(CATALOGS)
$(mkinstalldirs) $(nlsdir)
chmod 755 $(nlsdir)
$(mkinstalldirs) $(DESTDIR)$(nlsdir)
chmod 755 $(DESTDIR)$(nlsdir)
for n in $(CATALOGS) __DuMmY ; do \
if test "$$n" -a "$$n" != "__DuMmY" ; then \
l=`basename $$n .mo`; \

View File

@@ -27,6 +27,7 @@ hr.po Croatian 3 Toni Bilic <tbilic@efos.hr>
el.po Greek Nikolaos Papagrigoriou <papanikos@usa.net>
pl.po Polish Piotr Dembiñski <pdemb@aurora.put.poznan.pl>
ro.po Romanian Andrei Vuta <gigi_man@manag.pub.ro>
dk.po Danish Birger Langkjer <langkjer@post3.tele.dk>
Some translations are based on previous translations by other people.
@@ -64,8 +65,11 @@ Then rename the WindowMake.pot file to the language code
with a .po extension, reconfigure WindowMaker and run
make install.
To update an already translated message file use the tupdate command. As in:
tupdate WindowMaker.pot pt.po > pt.po.new
To update an already translated message file use the msgmerge command. As in:
msgmerge WindowMaker.pot pt.po > pt.po.new
If you use an older version of gettext, the command is tupdate, instead
of msgmerge.
Notes:

668
po/cs.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2448
po/ko.po

File diff suppressed because it is too large Load Diff

1194
po/ru.po

File diff suppressed because it is too large Load Diff