@@ -53,6 +53,7 @@ static const char *ca_strings = "\"\" = \"\";\n"
5353"\"%s: Bad resolution value '%s'.\" = \"%s: Bad resolution value '%s'.\";\n"
5454"\"%s: Cannot use '--and' after '--or'.\" = \"%s: Cannot use '--and' after '--or'.\";\n"
5555"\"%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'.\" = \"%s: Cannot use '-a' with '-2', '-f', '-m', '-M', or '-s'.\";\n"
56+ "\"%s: File '%s' is too large to load in memory.\" = \"%s: File '%s' is too large to load in memory.\";\n"
5657"\"%s: Input Document %d: %s\" = \"%s: Input Document %d: %s\";\n"
5758"\"%s: Invalid device URI '%s'.\" = \"%s: Invalid device URI '%s'.\";\n"
5859"\"%s: Invalid seconds \\\"%s\\\" for '-i'.\" = \"%s: Invalid seconds \\\"%s\\\" for '-i'.\";\n"
@@ -69,6 +70,7 @@ static const char *ca_strings = "\"\" = \"\";\n"
6970"\"%s: Missing expression before '--and'.\" = \"%s: Missing expression before '--and'.\";\n"
7071"\"%s: Missing expression before '--or'.\" = \"%s: Missing expression before '--or'.\";\n"
7172"\"%s: Missing filename after '%s'.\" = \"%s: Missing filename after '%s'.\";\n"
73+ "\"%s: Missing filename after '-L'.\" = \"%s: Missing filename after '-L'.\";\n"
7274"\"%s: Missing format list after '-f'.\" = \"%s: Missing format list after '-f'.\";\n"
7375"\"%s: Missing icon file(s) after '-i'.\" = \"%s: Missing icon file(s) after '-i'.\";\n"
7476"\"%s: Missing input MIME media type after '-i'.\" = \"%s: Missing input MIME media type after '-i'.\";\n"
@@ -106,6 +108,8 @@ static const char *ca_strings = "\"\" = \"\";\n"
106108"\"%s: Out of memory.\" = \"%s: Out of memory.\";\n"
107109"\"%s: Too many files.\" = \"%s: Too many files.\";\n"
108110"\"%s: Too many parenthesis.\" = \"%s: Too many parenthesis.\";\n"
111+ "\"%s: Unable to access '%s': %s\" = \"%s: Unable to access '%s': %s\";\n"
112+ "\"%s: Unable to allocate memory for '%s': %s\" = \"%s: Unable to allocate memory for '%s': %s\";\n"
109113"\"%s: Unable to connect to \\\"%s\\\" on port %d: %s\" = \"%s: Unable to connect to \\\"%s\\\" on port %d: %s\";\n"
110114"\"%s: Unable to create CFPDFDocument for file.\" = \"%s: Unable to create CFPDFDocument for file.\";\n"
111115"\"%s: Unable to create CFURL for file.\" = \"%s: Unable to create CFURL for file.\";\n"
@@ -121,6 +125,7 @@ static const char *ca_strings = "\"\" = \"\";\n"
121125"\"%s: Unable to initialize separator raster context: %s\" = \"%s: Unable to initialize separator raster context: %s\";\n"
122126"\"%s: Unable to lookup device URI host \\\"%s\\\": %s\" = \"%s: Unable to lookup device URI host \\\"%s\\\": %s\";\n"
123127"\"%s: Unable to open '%s': %s\" = \"%s: Unable to open '%s': %s\";\n"
128+ "\"%s: Unable to read '%s': %s\" = \"%s: Unable to read '%s': %s\";\n"
124129"\"%s: Unable to run pdftoppm command: %s\" = \"%s: Unable to run pdftoppm command: %s\";\n"
125130"\"%s: Unable to send data.\" = \"%s: Unable to send data.\";\n"
126131"\"%s: Unable to send print data: %s\" = \"%s: Unable to send print data: %s\";\n"
@@ -182,6 +187,7 @@ static const char *ca_strings = "\"\" = \"\";\n"
182187"\"-K KEYSTORE Set location of server X.509 certificates and keys.\" = \"-K KEYSTORE Set location of server X.509 certificates and keys.\";\n"
183188"\"-L Send requests using content-length\" = \"-L Send requests using content-length\";\n"
184189"\"-L LOCALITY Set locality name.\" = \"-L LOCALITY Set locality name.\";\n"
190+ "\"-L LOGFILE Set log file (start with '+' to append)\" = \"-L LOGFILE Set log file (start with '+' to append)\";\n"
185191"\"-M MANUFACTURER Set manufacturer name (default=Test)\" = \"-M MANUFACTURER Set manufacturer name (default=Test)\";\n"
186192"\"-N NAME Match service name to literal name value\" = \"-N NAME Match service name to literal name value\";\n"
187193"\"-O ORGANIZATION Set organization name.\" = \"-O ORGANIZATION Set organization name.\";\n"
@@ -469,6 +475,7 @@ static const char *ca_strings = "\"\" = \"\";\n"
469475"\"aborted\" = \"interromput\";\n"
470476"\"adobe-rgb_16 48-bit AdobeRGB\" = \"adobe-rgb_16 48-bit AdobeRGB\";\n"
471477"\"adobe-rgb_8 24-bit AdobeRGB\" = \"adobe-rgb_8 24-bit AdobeRGB\";\n"
478+ "\"application/PCLm PCLm (raster subset of PDF) document\" = \"application/PCLm PCLm (raster subset of PDF) document\";\n"
472479"\"application/pdf Portable Document Format (PDF) document\" = \"application/pdf Portable Document Format (PDF) document\";\n"
473480"\"application/vnd.hp-pcl HP Page Control Language (PCL) document\" = \"application/vnd.hp-pcl HP Page Control Language (PCL) document\";\n"
474481"\"applications/postscript Adobe PostScript document\" = \"applications/postscript Adobe PostScript document\";\n"
@@ -935,6 +942,7 @@ static const char *ca_strings = "\"\" = \"\";\n"
935942"\"input-source.adf\" = \"Automatic Document Feeder\";\n"
936943"\"input-source.film-reader\" = \"Film reader\";\n"
937944"\"input-source.platen\" = \"Platen\";\n"
945+ "\"install COMMON-NAME FILENAME.crt [FILENAME.key]\\n\" = \"install COMMON-NAME FILENAME.crt [FILENAME.key]\\n\";\n"
938946"\"ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol\" = \"ipp://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol\";\n"
939947"\"ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS\" = \"ipps://ADDRESS[:PORT]/RESOURCE Use Internet Printing Protocol over HTTPS\";\n"
940948"\"ipptool: Bad URI '%s'.\" = \"ipptool: Bad URI '%s'.\";\n"
0 commit comments