kopia lustrzana https://gitlab.com/sane-project/backends
- corrected a experiment that went into cvs by mistake
- changed umax_pp.de.po encoding to iso-8859-1DEVEL_2_0_BRANCH-1
rodzic
912c6f300d
commit
3dae65b55f
|
@ -1,3 +1,9 @@
|
|||
2002-11-07 Stéphane Voltz <svoltz@wanadoo.fr>
|
||||
|
||||
* backend/umax_pp.c: revert a experimental change that went into
|
||||
cvs by mistake.
|
||||
* po/umax_pp.de.po: switch to iso-8858-1
|
||||
|
||||
2002-11-07 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* backend/gt68xx.c backend/gt68xx_devices.c backend/gt68xx_high.h
|
||||
|
|
|
@ -433,8 +433,7 @@ sanei_umax_pp_InitPort (int port, char *name)
|
|||
{
|
||||
/* ppdev opening and configuration */
|
||||
found = 0;
|
||||
/*fd = open (name, O_RDWR | O_NOCTTY | O_NONBLOCK); */
|
||||
fd = open (name, O_RDWR | O_NOCTTY);
|
||||
fd = open (name, O_RDWR | O_NOCTTY | O_NONBLOCK);
|
||||
if (fd < 0)
|
||||
{
|
||||
switch (errno)
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: sane-backends 1.0.8\n"
|
||||
"POT-Creation-Date: 2002-08-17 16:38+0200\n"
|
||||
"POT-Creation-Date: 2002-10-31 08:27+0100\n"
|
||||
"PO-Revision-Date: 2002-06-04 19:30GMT\n"
|
||||
"Last-Translator: Heiko Schaefer <heiko@burmagroup.de>\n"
|
||||
"Language-Team: <de@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
||||
"Content-Type: text/plain; charset=ISO-8859-1\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 0.9.5\n"
|
||||
|
||||
|
@ -26,10 +26,6 @@ msgstr "Grau"
|
|||
msgid "Color"
|
||||
msgstr "Farbe"
|
||||
|
||||
#: .tmp/umax_pp.c:349
|
||||
msgid "Scan Mode"
|
||||
msgstr "Scanmodus"
|
||||
|
||||
#: .tmp/umax_pp.c:397
|
||||
msgid "Geometry"
|
||||
msgstr "Geometrie"
|
||||
|
@ -116,26 +112,26 @@ msgstr "Graubelichtung"
|
|||
msgid "Sets gray channel highlight"
|
||||
msgstr "Setzt die Graukanalbelichtung"
|
||||
|
||||
#: .tmp/umax_pp.c:610
|
||||
msgid "Red highlight"
|
||||
msgstr "Rotbelichtung"
|
||||
|
||||
#: .tmp/umax_pp.c:611
|
||||
msgid "Sets red channel highlight"
|
||||
msgstr "Setzt die Rotkanalbelichtung"
|
||||
|
||||
#: .tmp/umax_pp.c:622
|
||||
msgid "Green highlight"
|
||||
msgstr "Grünbelichtung"
|
||||
|
||||
#: .tmp/umax_pp.c:624
|
||||
msgid "Sets green channel highlight"
|
||||
msgstr "Setzt die Grünkanalbelichtung"
|
||||
|
||||
#: .tmp/umax_pp.c:635
|
||||
msgid "Blue highlight"
|
||||
msgstr "Blaubelichtung"
|
||||
|
||||
#: .tmp/umax_pp.c:637
|
||||
msgid "Sets blue channel highlight"
|
||||
msgstr "Setzt die Blaukanalbelichtung"
|
||||
|
||||
#~ msgid "Scan Mode"
|
||||
#~ msgstr "Scanmodus"
|
||||
|
||||
#~ msgid "Red highlight"
|
||||
#~ msgstr "Rotbelichtung"
|
||||
|
||||
#~ msgid "Green highlight"
|
||||
#~ msgstr "Grünbelichtung"
|
||||
|
||||
#~ msgid "Blue highlight"
|
||||
#~ msgstr "Blaubelichtung"
|
||||
|
|
Ładowanie…
Reference in New Issue