Wykres commitów

77 Commity (4aa8054ed0490e8eb1933f22d77b2a2c18f21492)

Autor SHA1 Wiadomość Data
m. allan noah 3adab142b1 * po/Makefile.in: include POTFILES and LINGUAS in DIST
* doc/releases.txt: more git notes
2010-04-27 04:09:15 -04:00
Chris Bagwell 0109113ea3 Don't include -lresmgr in all backends
resmgr library is only used (optionally) by
sanei_usb and sanei_scsi.  So only need to
link it in for those backends.  This was
a stray piece from initial cleanup of LIBS
in sane-backends 1.0.20.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-06 09:49:58 -05:00
Chris Bagwell 9756524042 Remove unneeded distclean-local target in po/
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-02 15:34:27 -05:00
Chris Bagwell 1903d646b2 align autoconf/automake output to common version.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-02-27 23:27:32 -06:00
m. allan noah 54a84f2053 Use standard gettext infrastructure, from Adi Roiban 2010-02-27 20:51:31 -05:00
Stéphane Voltz b37621d86a addition of the p5 backend to the distribution 2010-02-15 22:15:43 +01:00
m. allan noah e4e9eedc7f enable translations of all static strings via SANE_I18N macro 2010-02-10 22:07:49 -05:00
m. allan noah 7e65fa7832 New Japanese translation from Hiroshi Miura 2010-02-10 21:24:21 -05:00
m. allan noah 0d038a5da1 Ukrainian translation from yurchor@ukr.net 2009-06-29 21:40:11 -04:00
Julien BLACHE 2ba399d606 Update es translation, add gl translation.
Updated spanish translation and new galician translation, courtesy
of Miguel Bouzada <mbouzada(at)gmail(dot)com>.
2009-06-26 12:28:40 +02:00
m. allan noah 163f5fa345 New kodak backend, and all the autofoo changes required to build it
- remove some Kodak machines from unsupported list
- add sane-kodak manpage
- add kodak.desc
2009-06-22 23:06:22 -04:00
m. allan noah 484478524e add $(ALL) to install-translations 2009-05-07 14:17:08 -04:00
Chris Bagwell 6b5973313c * Makefile.in, aclocal.m4, configure, */Makefile.in: Regenerated
with newer automake.
* backend/Makefile.am, tools/sane-config.in: Add missing
$GPHOTO2_LDFLAGS so library can be found.
* tools/Makefile.am: Add mising $SCSI_LIBS to sane-find-scanner.
2009-05-03 22:01:23 +00:00
m. allan noah 72903a53ac * po/sane-backends.nl.po: updates from Martin Kho
* po/sane-backends.de.po: updates from Burkhard Luck
* po/Makefile.am, po/Makefile.in, po/sane-backends.en_GB.po: new
  translation from Andrew Coles
* po/*.po: rebuilt with new strings
2009-04-30 03:06:23 +00:00
Chris Bagwell 9d1375fd7e * acinclude.m4, tools/sane-config.in: Add in missing libraries
to sane-config missed during fix to stop using LIBS to link everything.
Add back in code to move LDFLAGS out of $GPHOTO2_LIBS and into
GPHOTO2_LDFLAGS.
2009-03-03 02:53:42 +00:00
Chris Bagwell be3f46204b * po/Makefile.am, configure.in: convert remaining directory,
po, to use automake.
2009-02-21 22:45:14 +00:00
Chris Bagwell c90e23a6d2 Updates to Makefiles to prepare for transition to automake.
Fix a few bugs with "all" and "uninstall" targets to work when
$(builddir) != $(srcdir).  Added $(DESTDIR) to uninstall target.
Made $(distdir) related to current directory to match automake.
2009-01-16 23:39:48 +00:00
Mattias Ellert d19b1a6b6e Correct typos, update localization 2008-05-29 19:24:12 +00:00
Jonathan Bravo Lopez 70c861608f * po/sane-backends.es.po: added spanish translation about status strings.
* po/Makefile.in: added backend/sane_strstatus.c to SRC_FILES section.
2008-05-26 19:55:07 +00:00
Mattias Ellert 22efa538b7 Fix warnings about ignored --datarootdir 2008-02-03 06:59:36 +00:00
Gerhard Jaeger c290416ff4 * po/sane-backends.no.po: renamed to sane-backends.nb.po
* po/Makefile.in: norwegian bokmål locale is nb and not no
2008-02-01 13:55:25 +00:00
Mattias Ellert 4bb074f81c New translation keys for hp3900 backend. Updated Swedish translation 2007-12-19 10:47:04 +00:00
Giuseppe Sacco d4a6f33c38 Added esperanto translation, per Antonio Codazzi 2007-12-08 18:20:54 +00:00
Mattias Ellert a75a509bcc Updated localization files 2007-05-08 11:46:24 +00:00
Mattias Ellert 06a4bdaeee New translation keys from canon and epson2 backends.
Updated Swedish translations.
2007-01-20 14:52:10 +00:00
Mattias Ellert d1471554d8 Update of translation files due to ne stv680 backend 2006-06-06 11:17:56 +00:00
Mattias Ellert aabcf395c4 Update of translation files due to new pixma backend 2006-05-26 12:55:50 +00:00
Henning Geinitz 6c3427c52d Changes to support SANE on ZETA. Not all
patches have been applied yet, but it's a start. The backends
	  are not installed as shared libs but as add-ons, which are shared libs
	  but in a specific folder in [/system|~]/config/add-ons/ named SANE/.
	  The install target has been changed to account for this,
	  Some files don't exist in BeOS/ZETA (ipc.h, ...).
	  Bbackend function names get a prefix, I suppose to avoid namespace clashes.
	  Though we do have a libdl to implement dl_open, the native way is prefered.
	  Added a --with-docdir= configure arg.
	  BeOS has a broken get[name|addr]info() from bind. This is fixed in ZETA R1.
	  libtool needs -no-undefined. Various VPATH fixes.
	  Check for <be/drivers/USB_scanner.h>, but not used yet.
	  No S_IFSOCK (sockets are fds to /dev/net/api). Stub pio code, untested.
	  Patch from Francois Revol <revol@free.fr>.
2005-07-15 21:59:25 +00:00
Henning Geinitz 1cfaf7a3ce Updated Danish translation (from Mogens Jaeger <mogensjaeger@get2net.dk>). Made
sure that no errors occur because xgettext/xmsgfmt think that "%" is a C format
string. Regenerated all po files.
2005-07-09 12:58:20 +00:00
Stéphane Voltz 8f102afe79 - fixed missing modifications for genesys backend inclusion 2005-06-30 19:46:06 +00:00
Henning Geinitz df67487415 Added Polish translation (from Jerzy Szczudlowski <jerzy-guest@users.alioth.debian.org>).
See bug #301054.
2005-02-06 17:35:00 +00:00
Henning Geinitz 69466baaf3 Added Finnish translation (from Harri Jrvi <harri.jarvi@ajatus.org>). 2004-08-14 11:53:39 +00:00
Gerhard Jaeger 9aeee6d4b8 Added niash source file. 2004-08-03 07:55:59 +00:00
Henning Geinitz f607f72921 Added Danish translation (from Mogens Jaeger <mogensjaeger@get2net.dk>). 2004-04-14 17:51:31 +00:00
Henning Geinitz 75e24df2e6 Added plustek_pp.c. 2003-09-25 12:06:22 +00:00
Henning Geinitz cf8268cb05 Added Italien translation (from Luca Clemente <luca.clem@zerobase.it>). 2003-08-22 17:55:50 +00:00
Henning Geinitz 1b731a237c Added Bulgarian translation (from Pavel Constantinov
<pavelconstantinov@bigfoot.com>).
2003-07-28 15:55:08 +00:00
Peter Kirchgessner d2e8703267 Add hp-backend 2003-07-24 18:31:11 +00:00
Michael Herder 66d37cfbb4 *** empty log message *** 2003-06-10 07:16:05 +00:00
Henning Geinitz dc2edcc673 Added Norwegian translation (from Sigurd Stordal
<sigurd.stordal@stud.ibg.uit.no>).
2003-05-07 14:37:30 +00:00
Henning Geinitz 530ef340a4 Added hp5400 backend. Updated po files. 2003-04-27 12:55:20 +00:00
Henning Geinitz b1564e705a Updated for ma1509. 2003-02-24 21:11:02 +00:00
Henning Geinitz 8d6c80a704 Added dutch (nl) translations for sane-backends (from Bertrik Sikken
<bertrik@zonnet.nl>).
2003-02-09 12:24:23 +00:00
Henning Geinitz 4fa2a7510d Don't generate po files with every make. That avoids recreation just because
of date changes.  Automatically create new languages on make
update. Automatically generate list of DISTFILES. Added template for header
used in new po files. Updated documentation.
2003-02-06 21:26:16 +00:00
Henning Geinitz 89e6ed33d8 Added Portuguese translation for the gt68xx backend (from Pedro Morais
<morais@inocam.com>).
2003-01-09 18:32:14 +00:00
Henning Geinitz d213eef543 Add microtek2 files. 2003-01-09 00:51:51 +00:00
Henning Geinitz d93ecd140f Remove sane-backends.pot from list of distributed files. 2003-01-08 23:57:04 +00:00
Henning Geinitz 335de9c102 Added autoconf comment, removed MSGCAT variable. 2002-12-04 18:27:29 +00:00
Henning Geinitz 9f3c6f08d3 Remove sane-backends.pot in make clean. 2002-12-02 21:20:25 +00:00
Henning Geinitz e42a7af6a3 Use only one file of translated messages per language. Merged all backend
files. Uses UTF-8 everywhere. Updated all files from the marked source code.
2002-12-02 21:04:26 +00:00