1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-08-14 07:53:26 +00:00

better help text for newline arg, rename build script

This commit is contained in:
Dominic Radermacher 2025-08-11 15:09:36 +02:00
parent d293e9427d
commit e730c3b480
6 changed files with 17 additions and 17 deletions

2
README
View File

@ -16,7 +16,7 @@ https://dominic.familie-radermacher.ch/projekte/ptouch-print/
Compile instructions:
./build.sh
./compile.sh
Note:

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ptouch-print 1.3.1\n"
"Report-Msgid-Bugs-To: dominic@familie-radermacher.ch\n"
"POT-Creation-Date: 2025-08-11 09:46+0200\n"
"POT-Creation-Date: 2025-08-11 09:57+0200\n"
"PO-Revision-Date: 2024-05-23 22:27-0400\n"
"Last-Translator: dominic@familie-radermacher.ch\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@ -267,22 +267,22 @@ msgstr ""
msgid "Options --force_tape_width and --info can't be used together"
msgstr ""
#: src/ptouch-print.c:610
#: src/ptouch-print.c:609
#, c-format
msgid "ptouch_init() failed\n"
msgstr "ptouch_init() fehlgeschlagen\n"
#: src/ptouch-print.c:613
#: src/ptouch-print.c:612
#, c-format
msgid "ptouch_getstatus() failed\n"
msgstr "ptouch_getstatus() fehlgeschlagen\n"
#: src/ptouch-print.c:627
#: src/ptouch-print.c:626
#, fuzzy, c-format
msgid "maximum printing width for this printer is %ldpx\n"
msgstr "Maximal druckbare Breite für dieses Schriftband sind %ipx\n"
#: src/ptouch-print.c:628
#: src/ptouch-print.c:627
#, fuzzy, c-format
msgid "maximum printing width for this tape is %ldpx\n"
msgstr "Maximal druckbare Breite für dieses Schriftband sind %ipx\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ptouch-print 1.3.1\n"
"Report-Msgid-Bugs-To: dominic@familie-radermacher.ch\n"
"POT-Creation-Date: 2025-08-11 09:46+0200\n"
"POT-Creation-Date: 2025-08-11 09:57+0200\n"
"PO-Revision-Date: 2024-05-23 22:26-0400\n"
"Last-Translator: dominic@familie-radermacher.ch\n"
"Language-Team: English <en@translate.freefriends.org>\n"
@ -267,22 +267,22 @@ msgstr ""
msgid "Options --force_tape_width and --info can't be used together"
msgstr ""
#: src/ptouch-print.c:610
#: src/ptouch-print.c:609
#, c-format
msgid "ptouch_init() failed\n"
msgstr "ptouch_init() failed\n"
#: src/ptouch-print.c:613
#: src/ptouch-print.c:612
#, c-format
msgid "ptouch_getstatus() failed\n"
msgstr "ptouch_getstatus() failed\n"
#: src/ptouch-print.c:627
#: src/ptouch-print.c:626
#, fuzzy, c-format
msgid "maximum printing width for this printer is %ldpx\n"
msgstr "maximum printing width for this tape is %ipx\n"
#: src/ptouch-print.c:628
#: src/ptouch-print.c:627
#, fuzzy, c-format
msgid "maximum printing width for this tape is %ldpx\n"
msgstr "maximum printing width for this tape is %ipx\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ptouch-print\n"
"Report-Msgid-Bugs-To: dominic@familie-radermacher.ch\n"
"POT-Creation-Date: 2025-08-11 09:46+0200\n"
"POT-Creation-Date: 2025-08-11 10:05+0200\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"
@ -265,22 +265,22 @@ msgstr ""
msgid "Options --force_tape_width and --info can't be used together"
msgstr ""
#: src/ptouch-print.c:610
#: src/ptouch-print.c:609
#, c-format
msgid "ptouch_init() failed\n"
msgstr ""
#: src/ptouch-print.c:613
#: src/ptouch-print.c:612
#, c-format
msgid "ptouch_getstatus() failed\n"
msgstr ""
#: src/ptouch-print.c:627
#: src/ptouch-print.c:626
#, c-format
msgid "maximum printing width for this printer is %ldpx\n"
msgstr ""
#: src/ptouch-print.c:628
#: src/ptouch-print.c:627
#, c-format
msgid "maximum printing width for this tape is %ldpx\n"
msgstr ""

View File

@ -94,7 +94,7 @@ static struct argp_option options[] = {
{ "cutmark", 'c', 0, 0, "Print a mark where the tape should be cut", 2},
{ "pad", 'p', "<n>", 0, "Add n pixels padding (blank tape)", 2},
{ "chain", 10, 0, 0, "Skip final feed of label and any automatic cut", 2},
{ "newline", 'n', "<line>", 0, "Add 1-4 lines for multiline text", 2},
{ "newline", 'n', "<text>", 0, "Add text in a new line (up to 4 lines)", 2},
{ 0, 0, 0, 0, "other commands:", 3},
{ "info", 20, 0, 0, "Show info about detected tape", 3},