Fixed a problem with the translation.

This commit is contained in:
Niklas Mattisson
2004-11-14 23:58:04 +00:00
parent 869a1b680d
commit 29ce6c3c08
3 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2004-11-15 Niklas M <scizzo@gimp.org>
* po-script-fu/sv.po: Fixed a problem with the translation.
2004-11-15 Sven Neumann <sven@gimp.org>
* app/dialogs/print-size-dialog.c: started to redo this dialog

View File

@ -1160,7 +1160,7 @@ msgstr "Effektstorlek (bildpunkter)"
#: plug-ins/script-fu/scripts/copy-visible.scm.h:1
msgid "<Image>/Edit/Copy/Copy _Visible"
msgstr "<Image>/Redigera/Kopiera _synligt"
msgstr "<Image>/Redigera/Kopiera/Kopiera _synligt"
#: plug-ins/script-fu/scripts/crystal-logo.scm.h:1
msgid "<Toolbox>/Xtns/Script-Fu/Logos/Crystal..."

View File

@ -32,10 +32,12 @@ localedir = $(libdir)/locale
gnulocaledir = $(datadir)/locale
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
subdir = po
install_sh = @install_sh@
mkdir_p = @mkdir_p@
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
CC = @CC@
GENCAT = @GENCAT@
@ -102,7 +104,7 @@ install-exec:
install-data: install-data-@USE_NLS@
install-data-no: all
install-data-yes: all
if test -r "$(MKINSTALLDIRS)"; then \
if test -n "$(MKINSTALLDIRS)"; then \
$(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
else \
$(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
@ -116,7 +118,7 @@ install-data-yes: all
esac; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
if test -r "$(MKINSTALLDIRS)"; then \
if test -n "$(MKINSTALLDIRS)"; then \
$(MKINSTALLDIRS) $$dir; \
else \
$(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \
@ -144,7 +146,7 @@ install-data-yes: all
fi; \
done
if test "$(PACKAGE)" = "glib"; then \
if test -r "$(MKINSTALLDIRS)"; then \
if test -n "$(MKINSTALLDIRS)"; then \
$(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
else \
$(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \