Skip to content

Commit 2c68799

Browse files
committed
Fix ipptransform --help output and man page.
1 parent bc38847 commit 2c68799

16 files changed

Lines changed: 86 additions & 5 deletions

cups/base.strings

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"%s: Bad resolution value '%s'." = "%s: Bad resolution value '%s'.";
5454
"%s: Cannot use '--and' after '--or'." = "%s: Cannot use '--and' after '--or'.";
5555
"%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'." = "%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'.";
56+
"%s: File '%s' is too large to load in memory." = "%s: File '%s' is too large to load in memory.";
5657
"%s: Input Document %d: %s" = "%s: Input Document %d: %s";
5758
"%s: Invalid device URI '%s'." = "%s: Invalid device URI '%s'.";
5859
"%s: Invalid seconds \"%s\" for '-i'." = "%s: Invalid seconds \"%s\" for '-i'.";
@@ -106,6 +107,8 @@
106107
"%s: Out of memory." = "%s: Out of memory.";
107108
"%s: Too many files." = "%s: Too many files.";
108109
"%s: Too many parenthesis." = "%s: Too many parenthesis.";
110+
"%s: Unable to access '%s': %s" = "%s: Unable to access '%s': %s";
111+
"%s: Unable to allocate memory for '%s': %s" = "%s: Unable to allocate memory for '%s': %s";
109112
"%s: Unable to connect to \"%s\" on port %d: %s" = "%s: Unable to connect to \"%s\" on port %d: %s";
110113
"%s: Unable to create CFPDFDocument for file." = "%s: Unable to create CFPDFDocument for file.";
111114
"%s: Unable to create CFURL for file." = "%s: Unable to create CFURL for file.";
@@ -121,6 +124,7 @@
121124
"%s: Unable to initialize separator raster context: %s" = "%s: Unable to initialize separator raster context: %s";
122125
"%s: Unable to lookup device URI host \"%s\": %s" = "%s: Unable to lookup device URI host \"%s\": %s";
123126
"%s: Unable to open '%s': %s" = "%s: Unable to open '%s': %s";
127+
"%s: Unable to read '%s': %s" = "%s: Unable to read '%s': %s";
124128
"%s: Unable to run pdftoppm command: %s" = "%s: Unable to run pdftoppm command: %s";
125129
"%s: Unable to send data." = "%s: Unable to send data.";
126130
"%s: Unable to send print data: %s" = "%s: Unable to send print data: %s";
@@ -469,6 +473,7 @@
469473
"aborted" = "aborted";
470474
"adobe-rgb_16 48-bit AdobeRGB" = "adobe-rgb_16 48-bit AdobeRGB";
471475
"adobe-rgb_8 24-bit AdobeRGB" = "adobe-rgb_8 24-bit AdobeRGB";
476+
"application/PCLm PCLm (raster subset of PDF) document" = "application/PCLm PCLm (raster subset of PDF) document";
472477
"application/pdf Portable Document Format (PDF) document" = "application/pdf Portable Document Format (PDF) document";
473478
"application/vnd.hp-pcl HP Page Control Language (PCL) document" = "application/vnd.hp-pcl HP Page Control Language (PCL) document";
474479
"applications/postscript Adobe PostScript document" = "applications/postscript Adobe PostScript document";
@@ -935,6 +940,7 @@
935940
"input-source.adf" = "Automatic Document Feeder";
936941
"input-source.film-reader" = "Film reader";
937942
"input-source.platen" = "Platen";
943+
"install COMMON-NAME FILENAME.crt [FILENAME.key]\n" = "install COMMON-NAME FILENAME.crt [FILENAME.key]\n";
938944
"ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol" = "ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol";
939945
"ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS" = "ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS";
940946
"ipptool: Bad URI '%s'." = "ipptool: Bad URI '%s'.";

cups/strings/ca.strings

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"%s: Bad resolution value '%s'." = "%s: Bad resolution value '%s'.";
5454
"%s: Cannot use '--and' after '--or'." = "%s: Cannot use '--and' after '--or'.";
5555
"%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'." = "%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'.";
56+
"%s: File '%s' is too large to load in memory." = "%s: File '%s' is too large to load in memory.";
5657
"%s: Input Document %d: %s" = "%s: Input Document %d: %s";
5758
"%s: Invalid device URI '%s'." = "%s: Invalid device URI '%s'.";
5859
"%s: Invalid seconds \"%s\" for '-i'." = "%s: Invalid seconds \"%s\" for '-i'.";
@@ -106,6 +107,8 @@
106107
"%s: Out of memory." = "%s: Out of memory.";
107108
"%s: Too many files." = "%s: Too many files.";
108109
"%s: Too many parenthesis." = "%s: Too many parenthesis.";
110+
"%s: Unable to access '%s': %s" = "%s: Unable to access '%s': %s";
111+
"%s: Unable to allocate memory for '%s': %s" = "%s: Unable to allocate memory for '%s': %s";
109112
"%s: Unable to connect to \"%s\" on port %d: %s" = "%s: Unable to connect to \"%s\" on port %d: %s";
110113
"%s: Unable to create CFPDFDocument for file." = "%s: Unable to create CFPDFDocument for file.";
111114
"%s: Unable to create CFURL for file." = "%s: Unable to create CFURL for file.";
@@ -121,6 +124,7 @@
121124
"%s: Unable to initialize separator raster context: %s" = "%s: Unable to initialize separator raster context: %s";
122125
"%s: Unable to lookup device URI host \"%s\": %s" = "%s: Unable to lookup device URI host \"%s\": %s";
123126
"%s: Unable to open '%s': %s" = "%s: Unable to open '%s': %s";
127+
"%s: Unable to read '%s': %s" = "%s: Unable to read '%s': %s";
124128
"%s: Unable to run pdftoppm command: %s" = "%s: Unable to run pdftoppm command: %s";
125129
"%s: Unable to send data." = "%s: Unable to send data.";
126130
"%s: Unable to send print data: %s" = "%s: Unable to send print data: %s";
@@ -469,6 +473,7 @@
469473
"aborted" = "interromput";
470474
"adobe-rgb_16 48-bit AdobeRGB" = "adobe-rgb_16 48-bit AdobeRGB";
471475
"adobe-rgb_8 24-bit AdobeRGB" = "adobe-rgb_8 24-bit AdobeRGB";
476+
"application/PCLm PCLm (raster subset of PDF) document" = "application/PCLm PCLm (raster subset of PDF) document";
472477
"application/pdf Portable Document Format (PDF) document" = "application/pdf Portable Document Format (PDF) document";
473478
"application/vnd.hp-pcl HP Page Control Language (PCL) document" = "application/vnd.hp-pcl HP Page Control Language (PCL) document";
474479
"applications/postscript Adobe PostScript document" = "applications/postscript Adobe PostScript document";
@@ -935,6 +940,7 @@
935940
"input-source.adf" = "Automatic Document Feeder";
936941
"input-source.film-reader" = "Film reader";
937942
"input-source.platen" = "Platen";
943+
"install COMMON-NAME FILENAME.crt [FILENAME.key]\n" = "install COMMON-NAME FILENAME.crt [FILENAME.key]\n";
938944
"ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol" = "ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol";
939945
"ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS" = "ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS";
940946
"ipptool: Bad URI '%s'." = "ipptool: Bad URI '%s'.";

cups/strings/cs.strings

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"%s: Bad resolution value '%s'." = "%s: Bad resolution value '%s'.";
5454
"%s: Cannot use '--and' after '--or'." = "%s: Cannot use '--and' after '--or'.";
5555
"%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'." = "%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'.";
56+
"%s: File '%s' is too large to load in memory." = "%s: File '%s' is too large to load in memory.";
5657
"%s: Input Document %d: %s" = "%s: Input Document %d: %s";
5758
"%s: Invalid device URI '%s'." = "%s: Invalid device URI '%s'.";
5859
"%s: Invalid seconds \"%s\" for '-i'." = "%s: Invalid seconds \"%s\" for '-i'.";
@@ -106,6 +107,8 @@
106107
"%s: Out of memory." = "%s: Out of memory.";
107108
"%s: Too many files." = "%s: Too many files.";
108109
"%s: Too many parenthesis." = "%s: Too many parenthesis.";
110+
"%s: Unable to access '%s': %s" = "%s: Unable to access '%s': %s";
111+
"%s: Unable to allocate memory for '%s': %s" = "%s: Unable to allocate memory for '%s': %s";
109112
"%s: Unable to connect to \"%s\" on port %d: %s" = "%s: Unable to connect to \"%s\" on port %d: %s";
110113
"%s: Unable to create CFPDFDocument for file." = "%s: Unable to create CFPDFDocument for file.";
111114
"%s: Unable to create CFURL for file." = "%s: Unable to create CFURL for file.";
@@ -121,6 +124,7 @@
121124
"%s: Unable to initialize separator raster context: %s" = "%s: Unable to initialize separator raster context: %s";
122125
"%s: Unable to lookup device URI host \"%s\": %s" = "%s: Unable to lookup device URI host \"%s\": %s";
123126
"%s: Unable to open '%s': %s" = "%s: Unable to open '%s': %s";
127+
"%s: Unable to read '%s': %s" = "%s: Unable to read '%s': %s";
124128
"%s: Unable to run pdftoppm command: %s" = "%s: Unable to run pdftoppm command: %s";
125129
"%s: Unable to send data." = "%s: Unable to send data.";
126130
"%s: Unable to send print data: %s" = "%s: Unable to send print data: %s";
@@ -469,6 +473,7 @@
469473
"aborted" = "zrušeno";
470474
"adobe-rgb_16 48-bit AdobeRGB" = "adobe-rgb_16 48-bit AdobeRGB";
471475
"adobe-rgb_8 24-bit AdobeRGB" = "adobe-rgb_8 24-bit AdobeRGB";
476+
"application/PCLm PCLm (raster subset of PDF) document" = "application/PCLm PCLm (raster subset of PDF) document";
472477
"application/pdf Portable Document Format (PDF) document" = "application/pdf Portable Document Format (PDF) document";
473478
"application/vnd.hp-pcl HP Page Control Language (PCL) document" = "application/vnd.hp-pcl HP Page Control Language (PCL) document";
474479
"applications/postscript Adobe PostScript document" = "applications/postscript Adobe PostScript document";
@@ -935,6 +940,7 @@
935940
"input-source.adf" = "Automatic Document Feeder";
936941
"input-source.film-reader" = "Film reader";
937942
"input-source.platen" = "Platen";
943+
"install COMMON-NAME FILENAME.crt [FILENAME.key]\n" = "install COMMON-NAME FILENAME.crt [FILENAME.key]\n";
938944
"ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol" = "ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol";
939945
"ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS" = "ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS";
940946
"ipptool: Bad URI '%s'." = "ipptool: Bad URI '%s'.";

cups/strings/da.strings

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"%s: Bad resolution value '%s'." = "%s: Bad resolution value '%s'.";
5454
"%s: Cannot use '--and' after '--or'." = "%s: Cannot use '--and' after '--or'.";
5555
"%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'." = "%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'.";
56+
"%s: File '%s' is too large to load in memory." = "%s: File '%s' is too large to load in memory.";
5657
"%s: Input Document %d: %s" = "%s: Input Document %d: %s";
5758
"%s: Invalid device URI '%s'." = "%s: Invalid device URI '%s'.";
5859
"%s: Invalid seconds \"%s\" for '-i'." = "%s: Invalid seconds \"%s\" for '-i'.";
@@ -106,6 +107,8 @@
106107
"%s: Out of memory." = "%s: Out of memory.";
107108
"%s: Too many files." = "%s: Too many files.";
108109
"%s: Too many parenthesis." = "%s: Too many parenthesis.";
110+
"%s: Unable to access '%s': %s" = "%s: Unable to access '%s': %s";
111+
"%s: Unable to allocate memory for '%s': %s" = "%s: Unable to allocate memory for '%s': %s";
109112
"%s: Unable to connect to \"%s\" on port %d: %s" = "%s: Unable to connect to \"%s\" on port %d: %s";
110113
"%s: Unable to create CFPDFDocument for file." = "%s: Unable to create CFPDFDocument for file.";
111114
"%s: Unable to create CFURL for file." = "%s: Unable to create CFURL for file.";
@@ -121,6 +124,7 @@
121124
"%s: Unable to initialize separator raster context: %s" = "%s: Unable to initialize separator raster context: %s";
122125
"%s: Unable to lookup device URI host \"%s\": %s" = "%s: Unable to lookup device URI host \"%s\": %s";
123126
"%s: Unable to open '%s': %s" = "%s: Unable to open '%s': %s";
127+
"%s: Unable to read '%s': %s" = "%s: Unable to read '%s': %s";
124128
"%s: Unable to run pdftoppm command: %s" = "%s: Unable to run pdftoppm command: %s";
125129
"%s: Unable to send data." = "%s: Unable to send data.";
126130
"%s: Unable to send print data: %s" = "%s: Unable to send print data: %s";
@@ -469,6 +473,7 @@
469473
"aborted" = "aborted";
470474
"adobe-rgb_16 48-bit AdobeRGB" = "adobe-rgb_16 48-bit AdobeRGB";
471475
"adobe-rgb_8 24-bit AdobeRGB" = "adobe-rgb_8 24-bit AdobeRGB";
476+
"application/PCLm PCLm (raster subset of PDF) document" = "application/PCLm PCLm (raster subset of PDF) document";
472477
"application/pdf Portable Document Format (PDF) document" = "application/pdf Portable Document Format (PDF) document";
473478
"application/vnd.hp-pcl HP Page Control Language (PCL) document" = "application/vnd.hp-pcl HP Page Control Language (PCL) document";
474479
"applications/postscript Adobe PostScript document" = "applications/postscript Adobe PostScript document";
@@ -935,6 +940,7 @@
935940
"input-source.adf" = "Automatic Document Feeder";
936941
"input-source.film-reader" = "Film reader";
937942
"input-source.platen" = "Platen";
943+
"install COMMON-NAME FILENAME.crt [FILENAME.key]\n" = "install COMMON-NAME FILENAME.crt [FILENAME.key]\n";
938944
"ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol" = "ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol";
939945
"ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS" = "ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS";
940946
"ipptool: Bad URI '%s'." = "ipptool: Bad URI '%s'.";

cups/strings/de.strings

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"%s: Bad resolution value '%s'." = "%s: Bad resolution value '%s'.";
5454
"%s: Cannot use '--and' after '--or'." = "%s: Cannot use '--and' after '--or'.";
5555
"%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'." = "%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'.";
56+
"%s: File '%s' is too large to load in memory." = "%s: File '%s' is too large to load in memory.";
5657
"%s: Input Document %d: %s" = "%s: Input Document %d: %s";
5758
"%s: Invalid device URI '%s'." = "%s: Invalid device URI '%s'.";
5859
"%s: Invalid seconds \"%s\" for '-i'." = "%s: Invalid seconds \"%s\" for '-i'.";
@@ -106,6 +107,8 @@
106107
"%s: Out of memory." = "%s: Out of memory.";
107108
"%s: Too many files." = "%s: Too many files.";
108109
"%s: Too many parenthesis." = "%s: Too many parenthesis.";
110+
"%s: Unable to access '%s': %s" = "%s: Unable to access '%s': %s";
111+
"%s: Unable to allocate memory for '%s': %s" = "%s: Unable to allocate memory for '%s': %s";
109112
"%s: Unable to connect to \"%s\" on port %d: %s" = "%s: Unable to connect to \"%s\" on port %d: %s";
110113
"%s: Unable to create CFPDFDocument for file." = "%s: Unable to create CFPDFDocument for file.";
111114
"%s: Unable to create CFURL for file." = "%s: Unable to create CFURL for file.";
@@ -121,6 +124,7 @@
121124
"%s: Unable to initialize separator raster context: %s" = "%s: Unable to initialize separator raster context: %s";
122125
"%s: Unable to lookup device URI host \"%s\": %s" = "%s: Unable to lookup device URI host \"%s\": %s";
123126
"%s: Unable to open '%s': %s" = "%s: Unable to open '%s': %s";
127+
"%s: Unable to read '%s': %s" = "%s: Unable to read '%s': %s";
124128
"%s: Unable to run pdftoppm command: %s" = "%s: Unable to run pdftoppm command: %s";
125129
"%s: Unable to send data." = "%s: Unable to send data.";
126130
"%s: Unable to send print data: %s" = "%s: Unable to send print data: %s";
@@ -469,6 +473,7 @@
469473
"aborted" = "abgebrochen";
470474
"adobe-rgb_16 48-bit AdobeRGB" = "adobe-rgb_16 48-bit AdobeRGB";
471475
"adobe-rgb_8 24-bit AdobeRGB" = "adobe-rgb_8 24-bit AdobeRGB";
476+
"application/PCLm PCLm (raster subset of PDF) document" = "application/PCLm PCLm (raster subset of PDF) document";
472477
"application/pdf Portable Document Format (PDF) document" = "application/pdf Portable Document Format (PDF) document";
473478
"application/vnd.hp-pcl HP Page Control Language (PCL) document" = "application/vnd.hp-pcl HP Page Control Language (PCL) document";
474479
"applications/postscript Adobe PostScript document" = "applications/postscript Adobe PostScript document";
@@ -935,6 +940,7 @@
935940
"input-source.adf" = "Automatic Document Feeder";
936941
"input-source.film-reader" = "Film reader";
937942
"input-source.platen" = "Platen";
943+
"install COMMON-NAME FILENAME.crt [FILENAME.key]\n" = "install COMMON-NAME FILENAME.crt [FILENAME.key]\n";
938944
"ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol" = "ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol";
939945
"ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS" = "ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS";
940946
"ipptool: Bad URI '%s'." = "ipptool: Bad URI '%s'.";

cups/strings/en.strings

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"%s: Bad resolution value '%s'." = "%s: Bad resolution value '%s'.";
5454
"%s: Cannot use '--and' after '--or'." = "%s: Cannot use '--and' after '--or'.";
5555
"%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'." = "%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'.";
56+
"%s: File '%s' is too large to load in memory." = "%s: File '%s' is too large to load in memory.";
5657
"%s: Input Document %d: %s" = "%s: Input Document %d: %s";
5758
"%s: Invalid device URI '%s'." = "%s: Invalid device URI '%s'.";
5859
"%s: Invalid seconds \"%s\" for '-i'." = "%s: Invalid seconds \"%s\" for '-i'.";
@@ -106,6 +107,8 @@
106107
"%s: Out of memory." = "%s: Out of memory.";
107108
"%s: Too many files." = "%s: Too many files.";
108109
"%s: Too many parenthesis." = "%s: Too many parenthesis.";
110+
"%s: Unable to access '%s': %s" = "%s: Unable to access '%s': %s";
111+
"%s: Unable to allocate memory for '%s': %s" = "%s: Unable to allocate memory for '%s': %s";
109112
"%s: Unable to connect to \"%s\" on port %d: %s" = "%s: Unable to connect to \"%s\" on port %d: %s";
110113
"%s: Unable to create CFPDFDocument for file." = "%s: Unable to create CFPDFDocument for file.";
111114
"%s: Unable to create CFURL for file." = "%s: Unable to create CFURL for file.";
@@ -121,6 +124,7 @@
121124
"%s: Unable to initialize separator raster context: %s" = "%s: Unable to initialize separator raster context: %s";
122125
"%s: Unable to lookup device URI host \"%s\": %s" = "%s: Unable to lookup device URI host \"%s\": %s";
123126
"%s: Unable to open '%s': %s" = "%s: Unable to open '%s': %s";
127+
"%s: Unable to read '%s': %s" = "%s: Unable to read '%s': %s";
124128
"%s: Unable to run pdftoppm command: %s" = "%s: Unable to run pdftoppm command: %s";
125129
"%s: Unable to send data." = "%s: Unable to send data.";
126130
"%s: Unable to send print data: %s" = "%s: Unable to send print data: %s";
@@ -469,6 +473,7 @@
469473
"aborted" = "aborted";
470474
"adobe-rgb_16 48-bit AdobeRGB" = "adobe-rgb_16 48-bit AdobeRGB";
471475
"adobe-rgb_8 24-bit AdobeRGB" = "adobe-rgb_8 24-bit AdobeRGB";
476+
"application/PCLm PCLm (raster subset of PDF) document" = "application/PCLm PCLm (raster subset of PDF) document";
472477
"application/pdf Portable Document Format (PDF) document" = "application/pdf Portable Document Format (PDF) document";
473478
"application/vnd.hp-pcl HP Page Control Language (PCL) document" = "application/vnd.hp-pcl HP Page Control Language (PCL) document";
474479
"applications/postscript Adobe PostScript document" = "applications/postscript Adobe PostScript document";
@@ -935,6 +940,7 @@
935940
"input-source.adf" = "Automatic Document Feeder";
936941
"input-source.film-reader" = "Film reader";
937942
"input-source.platen" = "Platen";
943+
"install COMMON-NAME FILENAME.crt [FILENAME.key]\n" = "install COMMON-NAME FILENAME.crt [FILENAME.key]\n";
938944
"ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol" = "ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol";
939945
"ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS" = "ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS";
940946
"ipptool: Bad URI '%s'." = "ipptool: Bad URI '%s'.";

0 commit comments

Comments
 (0)