From 07b8a8041c169fdb858a051bf431d643c7ae84b4 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Mon, 17 Dec 2001 19:49:45 +0000 Subject: update --- nls/C/Makefile.in | 9 +++++++-- nls/C/Windowmenu.m | 2 ++ nls/Makefile.in | 9 +++++++-- nls/da_DK/Makefile.in | 9 +++++++-- nls/da_DK/Windowmenu.m | 2 ++ nls/es_ES/Makefile.in | 9 +++++++-- nls/es_ES/Windowmenu.m | 2 ++ nls/et_EE/Makefile.in | 9 +++++++-- nls/et_EE/Windowmenu.m | 2 ++ nls/fr_FR/Makefile.in | 9 +++++++-- nls/fr_FR/Windowmenu.m | 2 ++ nls/it_IT/Makefile.in | 9 +++++++-- nls/it_IT/Windowmenu.m | 2 ++ nls/pt_BR/Makefile.in | 9 +++++++-- nls/pt_BR/Windowmenu.m | 2 ++ nls/sv_SE/Makefile.in | 9 +++++++-- nls/sv_SE/Windowmenu.m | 2 ++ nls/tr_TR/Makefile.in | 9 +++++++-- nls/tr_TR/Windowmenu.m | 2 ++ 19 files changed, 88 insertions(+), 20 deletions(-) diff --git a/nls/C/Makefile.in b/nls/C/Makefile.in index 50d0477..68f29ac 100644 --- a/nls/C/Makefile.in +++ b/nls/C/Makefile.in @@ -104,9 +104,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/C/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/C/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = nls/C distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/C/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/nls/C/Windowmenu.m b/nls/C/Windowmenu.m index 13b3c38..58ccfe2 100644 --- a/nls/C/Windowmenu.m +++ b/nls/C/Windowmenu.m @@ -20,3 +20,5 @@ $ #KillClient # Kill Client $ #Close # Close +$ #Tab +# Tab diff --git a/nls/Makefile.in b/nls/Makefile.in index 7a1ad67..1e4335c 100644 --- a/nls/Makefile.in +++ b/nls/Makefile.in @@ -103,9 +103,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -204,6 +204,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = nls distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/nls/da_DK/Makefile.in b/nls/da_DK/Makefile.in index 22fb3da..02e7b9d 100644 --- a/nls/da_DK/Makefile.in +++ b/nls/da_DK/Makefile.in @@ -104,9 +104,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/da_DK/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/da_DK/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = nls/da_DK distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/da_DK/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/nls/da_DK/Windowmenu.m b/nls/da_DK/Windowmenu.m index ebbf0ad..7935b00 100644 --- a/nls/da_DK/Windowmenu.m +++ b/nls/da_DK/Windowmenu.m @@ -18,3 +18,5 @@ $ #KillClient # Dræb klient $ #Close # Luk +$ #Tab +# Tab diff --git a/nls/es_ES/Makefile.in b/nls/es_ES/Makefile.in index 4fa557e..650c819 100644 --- a/nls/es_ES/Makefile.in +++ b/nls/es_ES/Makefile.in @@ -104,9 +104,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/es_ES/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/es_ES/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = nls/es_ES distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/es_ES/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/nls/es_ES/Windowmenu.m b/nls/es_ES/Windowmenu.m index b2e0c54..d96b54f 100644 --- a/nls/es_ES/Windowmenu.m +++ b/nls/es_ES/Windowmenu.m @@ -18,3 +18,5 @@ $ #KillClient # Matar al cliente $ #Close # Cerrar +$ #Tab +# Tab diff --git a/nls/et_EE/Makefile.in b/nls/et_EE/Makefile.in index 4048b6f..c12a059 100644 --- a/nls/et_EE/Makefile.in +++ b/nls/et_EE/Makefile.in @@ -104,9 +104,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/et_EE/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/et_EE/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = nls/et_EE distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/et_EE/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/nls/et_EE/Windowmenu.m b/nls/et_EE/Windowmenu.m index 863a945..5c527a6 100644 --- a/nls/et_EE/Windowmenu.m +++ b/nls/et_EE/Windowmenu.m @@ -18,3 +18,5 @@ $ #KillClient # Killi klient $ #Close # Sulge +$ #Tab +# Tab diff --git a/nls/fr_FR/Makefile.in b/nls/fr_FR/Makefile.in index 77c8181..9660221 100644 --- a/nls/fr_FR/Makefile.in +++ b/nls/fr_FR/Makefile.in @@ -104,9 +104,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/fr_FR/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/fr_FR/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = nls/fr_FR distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/fr_FR/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/nls/fr_FR/Windowmenu.m b/nls/fr_FR/Windowmenu.m index c769696..45f3342 100644 --- a/nls/fr_FR/Windowmenu.m +++ b/nls/fr_FR/Windowmenu.m @@ -18,3 +18,5 @@ $ #KillClient # Massacre $ #Close # Ferme +$ #Tab +# Tab diff --git a/nls/it_IT/Makefile.in b/nls/it_IT/Makefile.in index f2a380f..549b632 100644 --- a/nls/it_IT/Makefile.in +++ b/nls/it_IT/Makefile.in @@ -104,9 +104,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/it_IT/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/it_IT/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = nls/it_IT distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/it_IT/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/nls/it_IT/Windowmenu.m b/nls/it_IT/Windowmenu.m index 6752320..326956b 100644 --- a/nls/it_IT/Windowmenu.m +++ b/nls/it_IT/Windowmenu.m @@ -20,3 +20,5 @@ $ #KillClient # Killa Il Client $ #Close # Chiudi +$ #Tab +# Tab diff --git a/nls/pt_BR/Makefile.in b/nls/pt_BR/Makefile.in index 42515d6..66fcc59 100644 --- a/nls/pt_BR/Makefile.in +++ b/nls/pt_BR/Makefile.in @@ -104,9 +104,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/pt_BR/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/pt_BR/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = nls/pt_BR distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/pt_BR/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/nls/pt_BR/Windowmenu.m b/nls/pt_BR/Windowmenu.m index fe81d4f..522adb9 100644 --- a/nls/pt_BR/Windowmenu.m +++ b/nls/pt_BR/Windowmenu.m @@ -18,3 +18,5 @@ $ #KillClient # Kill Cliente $ #Close # Fechar +$ #Tab +# Tab diff --git a/nls/sv_SE/Makefile.in b/nls/sv_SE/Makefile.in index ee2e99c..f5adc3e 100644 --- a/nls/sv_SE/Makefile.in +++ b/nls/sv_SE/Makefile.in @@ -104,9 +104,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/sv_SE/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/sv_SE/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = nls/sv_SE distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/sv_SE/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/nls/sv_SE/Windowmenu.m b/nls/sv_SE/Windowmenu.m index 25e61b4..fddc158 100644 --- a/nls/sv_SE/Windowmenu.m +++ b/nls/sv_SE/Windowmenu.m @@ -20,3 +20,5 @@ $ #KillClient # Döda klient $ #Close # Stäng +$ #Tab +# Flik diff --git a/nls/tr_TR/Makefile.in b/nls/tr_TR/Makefile.in index e6eac75..c2c152e 100644 --- a/nls/tr_TR/Makefile.in +++ b/nls/tr_TR/Makefile.in @@ -108,9 +108,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/tr_TR/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/tr_TR/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -123,6 +123,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = nls/tr_TR distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/tr_TR/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/nls/tr_TR/Windowmenu.m b/nls/tr_TR/Windowmenu.m index c8b384c..f4da0b7 100644 --- a/nls/tr_TR/Windowmenu.m +++ b/nls/tr_TR/Windowmenu.m @@ -18,3 +18,5 @@ $ #KillClient # Öldür $ #Close # Kapat +$ #Tab +# Tab -- cgit v0.11.2