# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2003-01-13 23:31+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/batchelor.c:193
msgid ""
"call batchelor with one of the following options:\n"
"\n"
msgstr ""

#: src/batchelor.c:195
msgid "-s            add 1 item to stock of every scanned barcode\n"
msgstr ""

#: src/batchelor.c:197
msgid "-g            remove 1 item to stock of every scanned barcode\n"
msgstr ""

#: src/batchelor.c:199
msgid "-t            set target for stock, asks Barcode and quantity\n"
msgstr ""

#: src/batchelor.c:200
msgid "-l            shows items in stock (quantity>0)\n"
msgstr ""

#: src/batchelor.c:201
msgid "-c            shows all known items\n"
msgstr ""

#: src/batchelor.c:202
msgid "-b            shows shopping list (what to buy)\n"
msgstr ""

#: src/batchelor.c:203
msgid "-q            shows items in stock for Barcode\n"
msgstr ""

#: src/batchelor.c:204
msgid "-d dbserver   set hostname for SQL server (default: server)\n"
msgstr ""

#: src/batchelor.c:205
msgid "-e port       set port for SQL server (default: 3306)\n"
msgstr ""

#: src/batchelor.c:207
msgid "-p serialport set serial port for scanner (default: /dev/ttyS1)\n"
msgstr ""

#: src/batchelor.c:209
msgid "-a             print ASCII (default: Postscript output)\n"
msgstr ""

#: src/batchelor.c:211
msgid "-y            make a beep after each scan\n"
msgstr ""

#: src/batchelor.c:212
msgid "-x            disable in-store EAN detection\n"
msgstr ""

#: src/batchelor.c:213
msgid "-v            be verbose\n"
msgstr ""

#: src/batchelor.c:214
msgid "-h            print this help\n"
msgstr ""

#: src/batchelor.c:279 src/batchelor.c:280 src/batchelor.c:292
#: src/batchelor.c:469 src/batchelor.c:470 src/batchelor.c:471
#: src/batchelor.c:674 src/batchelor.c:675 src/batchelor.c:676
msgid "Instore item"
msgstr ""

#: src/batchelor.c:283
msgid "Instore number"
msgstr ""

#: src/batchelor.c:290 src/batchelor.c:414
msgid "Sum"
msgstr ""

#: src/batchelor.c:333
msgid "structure error, multiple Barcode!"
msgstr ""

#: src/batchelor.c:354
#, c-format
msgid ""
"\n"
"insert new EAN %s\n"
msgstr ""

#: src/batchelor.c:359
msgid "Awaiting Input..."
msgstr ""

#: src/batchelor.c:365
msgid "Description  : "
msgstr ""

#: src/batchelor.c:374 src/batchelor.c:1650
msgid "unknown"
msgstr ""

#: src/batchelor.c:385
#, c-format
msgid ""
"\n"
"rows inserted: %d\n"
msgstr ""

#: src/batchelor.c:394
msgid "New item added"
msgstr ""

#: src/batchelor.c:401
#, c-format
msgid ""
"\n"
"update EAN %s (%s) to %d pieces, id: %d\n"
msgstr ""

#: src/batchelor.c:410
msgid "Stock changed"
msgstr ""

#: src/batchelor.c:431 src/batchelor.c:633
#, c-format
msgid ""
"\n"
"rows updated: %d\n"
msgstr ""

#: src/batchelor.c:508
msgid "structure error, duplicate Barcode!"
msgstr ""

#: src/batchelor.c:528 src/batchelor.c:731
#, c-format
msgid "no such barcode: %s"
msgstr ""

#: src/batchelor.c:555
msgid "Enter new description or hit ENTER to keep old value..."
msgstr ""

#: src/batchelor.c:561
msgid "New description   : "
msgstr ""

#: src/batchelor.c:572
msgid "Enter data..."
msgstr ""

#: src/batchelor.c:578
#, c-format
msgid "Target ->%4d     : "
msgstr ""

#: src/batchelor.c:593
#, c-format
msgid "Price ->%8.2f  : "
msgstr ""

#: src/batchelor.c:605
#, c-format
msgid "Tax ->%3d%%        : "
msgstr ""

#: src/batchelor.c:622
msgid "Target changed"
msgstr ""

#: src/batchelor.c:711
msgid "structure error, duplicate barcode!"
msgstr ""

#: src/batchelor.c:751
#, c-format
msgid "%s:  have %d pieces (target: %d)"
msgstr ""

#: src/batchelor.c:755
msgid "Query OK"
msgstr ""

#: src/batchelor.c:845 src/batchelor.c:877
msgid "Quantity"
msgstr ""

#: src/batchelor.c:846 src/batchelor.c:861
msgid "Price"
msgstr ""

#: src/batchelor.c:847 src/batchelor.c:860 src/batchelor.c:878
msgid "Description"
msgstr ""

#: src/batchelor.c:847 src/batchelor.c:879
msgid "barcode"
msgstr ""

#: src/batchelor.c:878
msgid "Target"
msgstr ""

#: src/batchelor.c:926
msgid "SHOPPING LIST"
msgstr ""

#: src/batchelor.c:928
msgid "INVENTORY LIST "
msgstr ""

#: src/batchelor.c:930
msgid "KNOWN PRODUCTS LIST "
msgstr ""

#: src/batchelor.c:932
msgid "INVOICE"
msgstr ""

#: src/batchelor.c:978 src/batchelor.c:1048
msgid "Page"
msgstr ""

#: src/batchelor.c:989 src/batchelor.c:997
msgid "Total:"
msgstr ""

#: src/batchelor.c:1088
#, c-format
msgid "Search for: %s..."
msgstr ""

#: src/batchelor.c:1120
msgid "pcs."
msgstr ""

#: src/batchelor.c:1133
msgid "... too much entries, please search more precise!"
msgstr ""

#: src/batchelor.c:1138
#, c-format
msgid "Searched for: %s, %d items found"
msgstr ""

#: src/batchelor.c:1162
#, c-format
msgid ""
"\n"
"SQL: connected to %s as %s using %s\n"
msgstr ""

#: src/batchelor.c:1278
msgid "Printer: "
msgstr ""

#: src/batchelor.c:1284
msgid " No CUPS found "
msgstr ""

#: src/batchelor.c:1294
msgid "Article:"
msgstr ""

#: src/batchelor.c:1296
msgid "Quantity:"
msgstr ""

#: src/batchelor.c:1298
msgid "Target:"
msgstr ""

#: src/batchelor.c:1301
msgid "Price   :"
msgstr ""

#: src/batchelor.c:1303
msgid "Tax     :"
msgstr ""

#: src/batchelor.c:1310
msgid ""
"F1 Finish|F2 Storno|F3 interm.sum|F4 Manual price|F8 batchelor|F9 quit|F12 "
"Print"
msgstr ""

#: src/batchelor.c:1314
msgid ""
"F1 +item| F2 -item| F3 target| F4 query| F8 POS| F9 quit|Print F11 Stock,F12 "
"Buy"
msgstr ""

#: src/batchelor.c:1317
msgid "Type in (or scan) barcode or search string"
msgstr ""

#: src/batchelor.c:1319
msgid "Ready for new costumer"
msgstr ""

#: src/batchelor.c:1461
msgid "not defined"
msgstr ""

#: src/batchelor.c:1543
msgid "Can't connect to database!\n"
msgstr ""

#: src/batchelor.c:1606
msgid "Voice: "
msgstr ""

#: src/batchelor.c:1635
msgid "Add item"
msgstr ""

#: src/batchelor.c:1639
msgid "Reduce item"
msgstr ""

#: src/batchelor.c:1641
msgid "Cash desk"
msgstr ""

#: src/batchelor.c:1644
msgid "Set target"
msgstr ""

#: src/batchelor.c:1647 src/batchelor.c:1765
msgid "Query stock"
msgstr ""

#: src/batchelor.c:1695
msgid "to short number"
msgstr ""

#: src/batchelor.c:1707
msgid "Adding"
msgstr ""

#: src/batchelor.c:1708 src/batchelor.c:1726 src/batchelor.c:1751
#: src/batchelor.c:1766
msgid "OK"
msgstr ""

#: src/batchelor.c:1713 src/batchelor.c:1851
msgid "Total"
msgstr ""

#: src/batchelor.c:1725
msgid "Reducing"
msgstr ""

#: src/batchelor.c:1733
msgid "Cancel"
msgstr ""

#: src/batchelor.c:1741
msgid "cancellation not possible"
msgstr ""

#: src/batchelor.c:1750
msgid "Stock change"
msgstr ""

#: src/batchelor.c:1756
msgid "Interm. sum"
msgstr ""

#: src/batchelor.c:1775
msgid "Manual input"
msgstr ""

#: src/batchelor.c:1795
msgid "Price:  "
msgstr ""

#: src/batchelor.c:1800
msgid "Manual price"
msgstr ""

#: src/batchelor.c:1803
msgid "Added manual price"
msgstr ""

#: src/batchelor.c:1833
msgid "Printing"
msgstr ""

#: src/batchelor.c:1837
msgid "Printing error: "
msgstr ""

#: src/batchelor.c:1843
msgid "Printing not supported"
msgstr ""

#: src/batchelor.c:1846
#, c-format
msgid "Printing job #%d"
msgstr ""

#: src/input.c:405
msgid "Batchelor Shopping List"
msgstr ""

#: src/input.c:407
msgid "Batchelor Invoice"
msgstr ""

#: src/input.c:410
msgid "Batchelor Inventory List"
msgstr ""

#: src/input.c:413
msgid "Batchelor Products List"
msgstr ""