mirror of https://github.com/MidnightCommander/mc
1998-10-25 Kjartan Maraas <kmaraas@fib.hl.no>
* Added norwegian translation and some minor tweaks to make it link properly (I'm not sure it is correct, but I'm sure someone will point that out if its not ;-).)
This commit is contained in:
parent
c8a8394f56
commit
19ecfc2a9c
|
@ -68,7 +68,7 @@ if test x"$X11_WWW" = x; then
|
|||
X11_WWW=lynx
|
||||
fi
|
||||
|
||||
ALL_LINGUAS="es fr ru ko it de"
|
||||
ALL_LINGUAS="es fr ru ko it de no"
|
||||
AM_GNU_GETTEXT
|
||||
AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
1998-10-25 Kjartan Maraas <kmaraas@fib.hl.no>
|
||||
|
||||
* no.po: Added norwegian translation.
|
||||
|
||||
Sun May 31 22:02:33 1998 Norbert Warmuth <k3190@fh-sw.de>
|
||||
|
||||
* it.po: deleted additional "\n" in one msgstr
|
||||
|
|
4
po/es.po
4
po/es.po
|
@ -4730,6 +4730,7 @@ msgid ""
|
|||
"Couldn't open %s archive\n"
|
||||
"%s"
|
||||
msgstr "No pude abrir la tubería con nombre %s\n"
|
||||
"%s"
|
||||
|
||||
#: vfs/extfs.c:303 vfs/extfs.c:323
|
||||
msgid "Inconsistent extfs archive"
|
||||
|
@ -4807,6 +4808,7 @@ msgid ""
|
|||
"Couldn't open tar archive\n"
|
||||
"%s"
|
||||
msgstr "No pude abrir la tubería con nombre %s\n"
|
||||
"%s"
|
||||
|
||||
# , fuzzy, c-format
|
||||
#: vfs/tar.c:388
|
||||
|
@ -4814,6 +4816,7 @@ msgid ""
|
|||
"Couldn't load compressed tar\n"
|
||||
"%s"
|
||||
msgstr "No pude abrir la tubería con nombre %s\n"
|
||||
"%s"
|
||||
|
||||
# , fuzzy, c-format
|
||||
#: vfs/tar.c:395
|
||||
|
@ -4821,6 +4824,7 @@ msgid ""
|
|||
"Couldn't uncompress tar archive\n"
|
||||
"%s"
|
||||
msgstr "No pude abrir la tubería con nombre %s\n"
|
||||
"%s"
|
||||
|
||||
#: vfs/tar.c:554
|
||||
msgid "Unexpected EOF on archive file"
|
||||
|
|
|
@ -24,6 +24,7 @@ NETFILES = tcputil.o fish.o ftpfs.o mcfs.o utilvfs.o
|
|||
|
||||
NONETFILES = \
|
||||
container.o \
|
||||
direntry.o \
|
||||
extfs.o \
|
||||
local.o \
|
||||
names.o \
|
||||
|
@ -33,6 +34,7 @@ NONETFILES = \
|
|||
|
||||
VFSSRCS = \
|
||||
container.c \
|
||||
direntry.c \
|
||||
extfs.c \
|
||||
ftpfs.c \
|
||||
fish.c \
|
||||
|
|
|
@ -21,10 +21,10 @@ mad.c: mc-src/mad.c
|
|||
mad.h: mc-src/mad.h
|
||||
$(LN_S) $< $@
|
||||
|
||||
libvfs_la_SOURCES = callback.h container.c container.h extfs.c extfs.h \
|
||||
ftpfs.c ftpfs.h fish.c fish.h local.c mad.c mad.h mcfs.c mcfs.h mcserv.c \
|
||||
names.c names.h shared_ftp_fish.c shared_tar_ext.c tar.c tar.h sfs.c \
|
||||
tcputil.c tcputil.h undelfs.c undelfs.h util-alone.c util-alone.h \
|
||||
utilvfs.c vfs.c vfs.h
|
||||
libvfs_la_SOURCES = callback.h container.c direntry.c container.h extfs.c \
|
||||
extfs.h ftpfs.c ftpfs.h fish.c fish.h local.c mad.c mad.h mcfs.c mcfs.h \
|
||||
mcserv.c names.c names.h shared_ftp_fish.c shared_tar_ext.c tar.c tar.h \
|
||||
sfs.c tcputil.c tcputil.h undelfs.c undelfs.h util-alone.c util-alone.h \
|
||||
utilvfs.c vfs.c vfs.h xdirentry.h
|
||||
|
||||
libvfs_la_LDFLAGS = -version-info 27:0:27
|
||||
|
|
Loading…
Reference in New Issue