es.po updates, installation fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@1441 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2001-02-02 16:49:27 +00:00
parent ba7e0d13b6
commit 1bd47d82c4
5 changed files with 1064 additions and 1766 deletions

View File

@ -1,3 +1,10 @@
2001-02-02 John Levon <moz@compsoc.man.ac.uk>
* lib/Makefile.am: fix permissions on configure and
configure.cmd (from Albert Chin)
* lib/CREDITS: add Albert Chin
2001-02-01 Dekel Tsur <dekelts@tau.ac.il>
* src/text.C (Backspace): Preserve the font when changing newline char

View File

@ -41,6 +41,9 @@
@bMatej Cepl
@iE-mail: CeplM@seznam.cz
Improvements to the czech keymaps
@bAlbert Chin
@iE-mail: china@thewrittenword.com
Bug fixes.
@bClaudio Coco
@iE-mail: lacocio@iol.it
Italian translation

View File

@ -19,7 +19,7 @@ TEXSUPPORT = tex/*.cls
UI = ui/*.ui
LIBINSTFILES = $(BIND) $(CLIPART) $(DOCINST) $(EXAMPLES) $(IMAGES) $(KBD) \
$(LAYOUT) $(TEMPL) $(TEXSUPPORT) $(UI) $(LYXSCRIPTS)
$(LAYOUT) $(TEMPL) $(TEXSUPPORT) $(UI)
LIBDISTFILES = $(BIND) $(CLIPART) $(DOCDIST) $(EXAMPLES) $(IMAGES) $(KBD) \
$(LAYOUT) $(TEMPL) $(UI) $(TEXSUPPORT) $(LYXSCRIPTS)
@ -46,6 +46,12 @@ install-data-local: libinstalldirs
$(INSTALL_DATA) ${srcdir}/$$i $(DESTDIR)$(pkgdatadir)/$$i ; \
done
install-exec-local: libinstalldirs
files=`cd ${srcdir} ; echo $(LYXSCRIPTS)` ; \
for i in $${files} ; do \
$(INSTALL_SCRIPT) ${srcdir}/$$i $(DESTDIR)$(pkgdatadir)/$$i ; \
done
uninstall-local:
@$(NORMAL_UNINSTALL)
files=`cd ${srcdir} ; echo $(LIBINSTFILES)` ; \

View File

@ -1,3 +1,7 @@
2001-02-02 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* es.po: update from German Poo Caaman~o
2001-01-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* da.po: update from Claus Hindsgaul

2808
po/es.po

File diff suppressed because it is too large Load Diff