diff options
Diffstat (limited to 'nls')
-rw-r--r-- | nls/C/Makefile.in | 9 | ||||
-rw-r--r-- | nls/C/Windowmenu.m | 2 | ||||
-rw-r--r-- | nls/Makefile.in | 9 | ||||
-rw-r--r-- | nls/da_DK/Makefile.in | 9 | ||||
-rw-r--r-- | nls/da_DK/Windowmenu.m | 2 | ||||
-rw-r--r-- | nls/es_ES/Makefile.in | 9 | ||||
-rw-r--r-- | nls/es_ES/Windowmenu.m | 2 | ||||
-rw-r--r-- | nls/et_EE/Makefile.in | 9 | ||||
-rw-r--r-- | nls/et_EE/Windowmenu.m | 2 | ||||
-rw-r--r-- | nls/fr_FR/Makefile.in | 9 | ||||
-rw-r--r-- | nls/fr_FR/Windowmenu.m | 2 | ||||
-rw-r--r-- | nls/it_IT/Makefile.in | 9 | ||||
-rw-r--r-- | nls/it_IT/Windowmenu.m | 2 | ||||
-rw-r--r-- | nls/pt_BR/Makefile.in | 9 | ||||
-rw-r--r-- | nls/pt_BR/Windowmenu.m | 2 | ||||
-rw-r--r-- | nls/sv_SE/Makefile.in | 9 | ||||
-rw-r--r-- | nls/sv_SE/Windowmenu.m | 2 | ||||
-rw-r--r-- | nls/tr_TR/Makefile.in | 9 | ||||
-rw-r--r-- | 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 | |||
104 | all: all-redirect | 104 | all: all-redirect |
105 | .SUFFIXES: | 105 | .SUFFIXES: |
106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/C/Makefile | 107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/C/Makefile |
108 | 108 | ||
109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
110 | cd $(top_builddir) \ | 110 | cd $(top_builddir) \ |
111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | 111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
112 | 112 | ||
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |||
119 | subdir = nls/C | 119 | subdir = nls/C |
120 | 120 | ||
121 | distdir: $(DISTFILES) | 121 | distdir: $(DISTFILES) |
122 | here=`cd $(top_builddir) && pwd`; \ | ||
123 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
124 | distdir=`cd $(distdir) && pwd`; \ | ||
125 | cd $(top_srcdir) \ | ||
126 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/C/Makefile | ||
122 | @for file in $(DISTFILES); do \ | 127 | @for file in $(DISTFILES); do \ |
123 | d=$(srcdir); \ | 128 | d=$(srcdir); \ |
124 | if test -d $$d/$$file; then \ | 129 | 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 | |||
20 | # Kill Client | 20 | # Kill Client |
21 | $ #Close | 21 | $ #Close |
22 | # Close | 22 | # Close |
23 | $ #Tab | ||
24 | # 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 | |||
103 | all: all-redirect | 103 | all: all-redirect |
104 | .SUFFIXES: | 104 | .SUFFIXES: |
105 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 105 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
106 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/Makefile | 106 | cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/Makefile |
107 | 107 | ||
108 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 108 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
109 | cd $(top_builddir) \ | 109 | cd $(top_builddir) \ |
110 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | 110 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
111 | 111 | ||
@@ -204,6 +204,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |||
204 | subdir = nls | 204 | subdir = nls |
205 | 205 | ||
206 | distdir: $(DISTFILES) | 206 | distdir: $(DISTFILES) |
207 | here=`cd $(top_builddir) && pwd`; \ | ||
208 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
209 | distdir=`cd $(distdir) && pwd`; \ | ||
210 | cd $(top_srcdir) \ | ||
211 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/Makefile | ||
207 | @for file in $(DISTFILES); do \ | 212 | @for file in $(DISTFILES); do \ |
208 | d=$(srcdir); \ | 213 | d=$(srcdir); \ |
209 | if test -d $$d/$$file; then \ | 214 | 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 | |||
104 | all: all-redirect | 104 | all: all-redirect |
105 | .SUFFIXES: | 105 | .SUFFIXES: |
106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/da_DK/Makefile | 107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/da_DK/Makefile |
108 | 108 | ||
109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
110 | cd $(top_builddir) \ | 110 | cd $(top_builddir) \ |
111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | 111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
112 | 112 | ||
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |||
119 | subdir = nls/da_DK | 119 | subdir = nls/da_DK |
120 | 120 | ||
121 | distdir: $(DISTFILES) | 121 | distdir: $(DISTFILES) |
122 | here=`cd $(top_builddir) && pwd`; \ | ||
123 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
124 | distdir=`cd $(distdir) && pwd`; \ | ||
125 | cd $(top_srcdir) \ | ||
126 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/da_DK/Makefile | ||
122 | @for file in $(DISTFILES); do \ | 127 | @for file in $(DISTFILES); do \ |
123 | d=$(srcdir); \ | 128 | d=$(srcdir); \ |
124 | if test -d $$d/$$file; then \ | 129 | 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 | |||
18 | # Dræb klient | 18 | # Dræb klient |
19 | $ #Close | 19 | $ #Close |
20 | # Luk | 20 | # Luk |
21 | $ #Tab | ||
22 | # 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 | |||
104 | all: all-redirect | 104 | all: all-redirect |
105 | .SUFFIXES: | 105 | .SUFFIXES: |
106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/es_ES/Makefile | 107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/es_ES/Makefile |
108 | 108 | ||
109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
110 | cd $(top_builddir) \ | 110 | cd $(top_builddir) \ |
111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | 111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
112 | 112 | ||
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |||
119 | subdir = nls/es_ES | 119 | subdir = nls/es_ES |
120 | 120 | ||
121 | distdir: $(DISTFILES) | 121 | distdir: $(DISTFILES) |
122 | here=`cd $(top_builddir) && pwd`; \ | ||
123 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
124 | distdir=`cd $(distdir) && pwd`; \ | ||
125 | cd $(top_srcdir) \ | ||
126 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/es_ES/Makefile | ||
122 | @for file in $(DISTFILES); do \ | 127 | @for file in $(DISTFILES); do \ |
123 | d=$(srcdir); \ | 128 | d=$(srcdir); \ |
124 | if test -d $$d/$$file; then \ | 129 | 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 | |||
18 | # Matar al cliente | 18 | # Matar al cliente |
19 | $ #Close | 19 | $ #Close |
20 | # Cerrar | 20 | # Cerrar |
21 | $ #Tab | ||
22 | # 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 | |||
104 | all: all-redirect | 104 | all: all-redirect |
105 | .SUFFIXES: | 105 | .SUFFIXES: |
106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/et_EE/Makefile | 107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/et_EE/Makefile |
108 | 108 | ||
109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
110 | cd $(top_builddir) \ | 110 | cd $(top_builddir) \ |
111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | 111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
112 | 112 | ||
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |||
119 | subdir = nls/et_EE | 119 | subdir = nls/et_EE |
120 | 120 | ||
121 | distdir: $(DISTFILES) | 121 | distdir: $(DISTFILES) |
122 | here=`cd $(top_builddir) && pwd`; \ | ||
123 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
124 | distdir=`cd $(distdir) && pwd`; \ | ||
125 | cd $(top_srcdir) \ | ||
126 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/et_EE/Makefile | ||
122 | @for file in $(DISTFILES); do \ | 127 | @for file in $(DISTFILES); do \ |
123 | d=$(srcdir); \ | 128 | d=$(srcdir); \ |
124 | if test -d $$d/$$file; then \ | 129 | 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 | |||
18 | # Killi klient | 18 | # Killi klient |
19 | $ #Close | 19 | $ #Close |
20 | # Sulge | 20 | # Sulge |
21 | $ #Tab | ||
22 | # 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 | |||
104 | all: all-redirect | 104 | all: all-redirect |
105 | .SUFFIXES: | 105 | .SUFFIXES: |
106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/fr_FR/Makefile | 107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/fr_FR/Makefile |
108 | 108 | ||
109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
110 | cd $(top_builddir) \ | 110 | cd $(top_builddir) \ |
111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | 111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
112 | 112 | ||
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |||
119 | subdir = nls/fr_FR | 119 | subdir = nls/fr_FR |
120 | 120 | ||
121 | distdir: $(DISTFILES) | 121 | distdir: $(DISTFILES) |
122 | here=`cd $(top_builddir) && pwd`; \ | ||
123 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
124 | distdir=`cd $(distdir) && pwd`; \ | ||
125 | cd $(top_srcdir) \ | ||
126 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/fr_FR/Makefile | ||
122 | @for file in $(DISTFILES); do \ | 127 | @for file in $(DISTFILES); do \ |
123 | d=$(srcdir); \ | 128 | d=$(srcdir); \ |
124 | if test -d $$d/$$file; then \ | 129 | 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 | |||
18 | # Massacre | 18 | # Massacre |
19 | $ #Close | 19 | $ #Close |
20 | # Ferme | 20 | # Ferme |
21 | $ #Tab | ||
22 | # 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 | |||
104 | all: all-redirect | 104 | all: all-redirect |
105 | .SUFFIXES: | 105 | .SUFFIXES: |
106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/it_IT/Makefile | 107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/it_IT/Makefile |
108 | 108 | ||
109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
110 | cd $(top_builddir) \ | 110 | cd $(top_builddir) \ |
111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | 111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
112 | 112 | ||
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |||
119 | subdir = nls/it_IT | 119 | subdir = nls/it_IT |
120 | 120 | ||
121 | distdir: $(DISTFILES) | 121 | distdir: $(DISTFILES) |
122 | here=`cd $(top_builddir) && pwd`; \ | ||
123 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
124 | distdir=`cd $(distdir) && pwd`; \ | ||
125 | cd $(top_srcdir) \ | ||
126 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/it_IT/Makefile | ||
122 | @for file in $(DISTFILES); do \ | 127 | @for file in $(DISTFILES); do \ |
123 | d=$(srcdir); \ | 128 | d=$(srcdir); \ |
124 | if test -d $$d/$$file; then \ | 129 | 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 | |||
20 | # Killa Il Client | 20 | # Killa Il Client |
21 | $ #Close | 21 | $ #Close |
22 | # Chiudi | 22 | # Chiudi |
23 | $ #Tab | ||
24 | # 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 | |||
104 | all: all-redirect | 104 | all: all-redirect |
105 | .SUFFIXES: | 105 | .SUFFIXES: |
106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/pt_BR/Makefile | 107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/pt_BR/Makefile |
108 | 108 | ||
109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
110 | cd $(top_builddir) \ | 110 | cd $(top_builddir) \ |
111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | 111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
112 | 112 | ||
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |||
119 | subdir = nls/pt_BR | 119 | subdir = nls/pt_BR |
120 | 120 | ||
121 | distdir: $(DISTFILES) | 121 | distdir: $(DISTFILES) |
122 | here=`cd $(top_builddir) && pwd`; \ | ||
123 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
124 | distdir=`cd $(distdir) && pwd`; \ | ||
125 | cd $(top_srcdir) \ | ||
126 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/pt_BR/Makefile | ||
122 | @for file in $(DISTFILES); do \ | 127 | @for file in $(DISTFILES); do \ |
123 | d=$(srcdir); \ | 128 | d=$(srcdir); \ |
124 | if test -d $$d/$$file; then \ | 129 | 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 | |||
18 | # Kill Cliente | 18 | # Kill Cliente |
19 | $ #Close | 19 | $ #Close |
20 | # Fechar | 20 | # Fechar |
21 | $ #Tab | ||
22 | # 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 | |||
104 | all: all-redirect | 104 | all: all-redirect |
105 | .SUFFIXES: | 105 | .SUFFIXES: |
106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 106 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/sv_SE/Makefile | 107 | cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/sv_SE/Makefile |
108 | 108 | ||
109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
110 | cd $(top_builddir) \ | 110 | cd $(top_builddir) \ |
111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | 111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
112 | 112 | ||
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |||
119 | subdir = nls/sv_SE | 119 | subdir = nls/sv_SE |
120 | 120 | ||
121 | distdir: $(DISTFILES) | 121 | distdir: $(DISTFILES) |
122 | here=`cd $(top_builddir) && pwd`; \ | ||
123 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
124 | distdir=`cd $(distdir) && pwd`; \ | ||
125 | cd $(top_srcdir) \ | ||
126 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/sv_SE/Makefile | ||
122 | @for file in $(DISTFILES); do \ | 127 | @for file in $(DISTFILES); do \ |
123 | d=$(srcdir); \ | 128 | d=$(srcdir); \ |
124 | if test -d $$d/$$file; then \ | 129 | 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 | |||
20 | # Döda klient | 20 | # Döda klient |
21 | $ #Close | 21 | $ #Close |
22 | # Stäng | 22 | # Stäng |
23 | $ #Tab | ||
24 | # 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 | |||
108 | all: all-redirect | 108 | all: all-redirect |
109 | .SUFFIXES: | 109 | .SUFFIXES: |
110 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 110 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
111 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/tr_TR/Makefile | 111 | cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/tr_TR/Makefile |
112 | 112 | ||
113 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 113 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
114 | cd $(top_builddir) \ | 114 | cd $(top_builddir) \ |
115 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | 115 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
116 | 116 | ||
@@ -123,6 +123,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |||
123 | subdir = nls/tr_TR | 123 | subdir = nls/tr_TR |
124 | 124 | ||
125 | distdir: $(DISTFILES) | 125 | distdir: $(DISTFILES) |
126 | here=`cd $(top_builddir) && pwd`; \ | ||
127 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
128 | distdir=`cd $(distdir) && pwd`; \ | ||
129 | cd $(top_srcdir) \ | ||
130 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/tr_TR/Makefile | ||
126 | @for file in $(DISTFILES); do \ | 131 | @for file in $(DISTFILES); do \ |
127 | d=$(srcdir); \ | 132 | d=$(srcdir); \ |
128 | if test -d $$d/$$file; then \ | 133 | 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 | |||
18 | # Öldür | 18 | # Öldür |
19 | $ #Close | 19 | $ #Close |
20 | # Kapat | 20 | # Kapat |
21 | $ #Tab | ||
22 | # Tab | ||