Skip to content

Commit 8c0f4de

Browse files
committed
Add NULL check for new PPD cache.
1 parent 7dc51ee commit 8c0f4de

22 files changed

Lines changed: 1868 additions & 5208 deletions

locale/cups.pot

Lines changed: 582 additions & 535 deletions
Large diffs are not rendered by default.

locale/cups_ca.po

Lines changed: 45 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: CUPS 2.5\n"
1414
"Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
15-
"POT-Creation-Date: 2025-09-18 11:14-0400\n"
15+
"POT-Creation-Date: 2026-03-23 17:17-0400\n"
1616
"PO-Revision-Date: 2012-09-29 11:21+0200\n"
1717
"Last-Translator: Àngel Mompó <mecatxis@gmail.com>\n"
1818
"Language-Team: Catalan <ca@dodds.net>\n"
@@ -1181,6 +1181,10 @@ msgstr "%s: %s"
11811181
msgid "%s: %s failed: %s"
11821182
msgstr "%s: %s ha fallat: %s"
11831183

1184+
#, c-format
1185+
msgid "%s: '-i' and '-n' are incompatible with '--ippfile', '-P', and '-X'."
1186+
msgstr ""
1187+
11841188
#, c-format
11851189
msgid "%s: Bad version %s for \"-V\"."
11861190
msgstr ""
@@ -1410,6 +1414,10 @@ msgstr ""
14101414
msgid "%s: Expected job ID after \"-i\" option."
14111415
msgstr "%s: s'esperava l'ID d'una feina després de l'opció «-i»."
14121416

1417+
#, c-format
1418+
msgid "%s: File '%s' is too large to load in memory."
1419+
msgstr ""
1420+
14131421
#, c-format
14141422
msgid "%s: Invalid destination name in list \"%s\"."
14151423
msgstr "%s: el nom del destí no és vàlid a la llista «%s»."
@@ -1458,6 +1466,14 @@ msgstr "%s: ha fallat l'operació: %s"
14581466
msgid "%s: Scheduler is not running."
14591467
msgstr ""
14601468

1469+
#, c-format
1470+
msgid "%s: Unable to access '%s': %s"
1471+
msgstr ""
1472+
1473+
#, c-format
1474+
msgid "%s: Unable to allocate memory for '%s': %s"
1475+
msgstr ""
1476+
14611477
#, c-format
14621478
msgid "%s: Unable to connect to server."
14631479
msgstr "%s: no es pot connectar al servidor."
@@ -1478,10 +1494,18 @@ msgstr ""
14781494
msgid "%s: Unable to open %s: %s"
14791495
msgstr "%s: no es pot obrir %s: %s"
14801496

1497+
#, c-format
1498+
msgid "%s: Unable to open '%s': %s"
1499+
msgstr ""
1500+
14811501
#, c-format
14821502
msgid "%s: Unable to open PPD file: %s on line %d."
14831503
msgstr "%s: no es pot obrir el fitxer PPD: %s a la línia %d."
14841504

1505+
#, c-format
1506+
msgid "%s: Unable to read '%s': %s"
1507+
msgstr ""
1508+
14851509
#, c-format
14861510
msgid "%s: Unable to read MIME database from \"%s\" or \"%s\"."
14871511
msgstr "%s: no es pot llegir la base de dades MIME de «%s» o «%s»."
@@ -1928,6 +1952,9 @@ msgid ""
19281952
"standard output"
19291953
msgstr ""
19301954

1955+
msgid "-P filename.ppd Load printer attributes from PPD file"
1956+
msgstr ""
1957+
19311958
msgid "-P number[-number] Match port to number or range"
19321959
msgstr ""
19331960

@@ -5265,9 +5292,6 @@ msgstr "No es poden llegir les dades d'impressió."
52655292
msgid "Unable to read response."
52665293
msgstr ""
52675294

5268-
msgid "Unable to reallocate IPP attribute value."
5269-
msgstr ""
5270-
52715295
msgid "Unable to rename job document file."
52725296
msgstr ""
52735297

@@ -6027,9 +6051,6 @@ msgstr ""
60276051
msgid "cups-x509: Missing certificate type after '-t'."
60286052
msgstr ""
60296053

6030-
msgid "cups-x509: Missing command argument."
6031-
msgstr ""
6032-
60336054
msgid "cups-x509: Missing country after '-C'."
60346055
msgstr ""
60356056

@@ -6057,6 +6078,9 @@ msgstr ""
60576078
msgid "cups-x509: Missing state/province after '-S'."
60586079
msgstr ""
60596080

6081+
msgid "cups-x509: Missing sub-command argument."
6082+
msgstr ""
6083+
60606084
msgid "cups-x509: Missing subjectAltName after '-a'."
60616085
msgstr ""
60626086

@@ -7501,6 +7525,18 @@ msgstr ""
75017525
msgid "insert-sheet"
75027526
msgstr ""
75037527

7528+
msgid ""
7529+
"install COMMON-NAME FILENAME.crt [FILENAME.key]\n"
7530+
" Install a certificate and (optional) private key."
7531+
msgstr ""
7532+
7533+
msgid "ippeveprinter: Unable to create IPP mapping of PPD file."
7534+
msgstr ""
7535+
7536+
#, c-format
7537+
msgid "ippeveprinter: Unable to open \"%s\": %s on line %d."
7538+
msgstr ""
7539+
75047540
#, c-format
75057541
msgid "ippfind: Bad regular expression: %s"
75067542
msgstr ""
@@ -7594,7 +7630,8 @@ msgstr "ipptool: heu d'especificar només un URI."
75947630
msgid "ipptool: Missing count for \"-n\"."
75957631
msgstr "ipptool: falta el comptador de «-n»."
75967632

7597-
msgid "ipptool: Missing filename for \"--ippserver\"."
7633+
#, c-format
7634+
msgid "ipptool: Missing filename for \"%s\"."
75987635
msgstr ""
75997636

76007637
msgid "ipptool: Missing filename for \"-f\"."

locale/cups_cs.po

Lines changed: 45 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: CUPS 2.5\n"
1212
"Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
13-
"POT-Creation-Date: 2025-09-18 11:14-0400\n"
13+
"POT-Creation-Date: 2026-03-23 17:17-0400\n"
1414
"PO-Revision-Date: 2026-01-18 11:01+0000\n"
1515
"Last-Translator: Zdenek Crhonek <zcrhonek@gmail.com>\n"
1616
"Language-Team: Czech <https://hosted.weblate.org/projects/cups/cups/cs/>\n"
@@ -1048,6 +1048,10 @@ msgstr ""
10481048
msgid "%s: %s failed: %s"
10491049
msgstr ""
10501050

1051+
#, c-format
1052+
msgid "%s: '-i' and '-n' are incompatible with '--ippfile', '-P', and '-X'."
1053+
msgstr ""
1054+
10511055
#, c-format
10521056
msgid "%s: Bad version %s for \"-V\"."
10531057
msgstr ""
@@ -1271,6 +1275,10 @@ msgstr ""
12711275
msgid "%s: Expected job ID after \"-i\" option."
12721276
msgstr ""
12731277

1278+
#, c-format
1279+
msgid "%s: File '%s' is too large to load in memory."
1280+
msgstr ""
1281+
12741282
#, c-format
12751283
msgid "%s: Invalid destination name in list \"%s\"."
12761284
msgstr ""
@@ -1319,6 +1327,14 @@ msgstr ""
13191327
msgid "%s: Scheduler is not running."
13201328
msgstr ""
13211329

1330+
#, c-format
1331+
msgid "%s: Unable to access '%s': %s"
1332+
msgstr ""
1333+
1334+
#, c-format
1335+
msgid "%s: Unable to allocate memory for '%s': %s"
1336+
msgstr ""
1337+
13221338
#, c-format
13231339
msgid "%s: Unable to connect to server."
13241340
msgstr ""
@@ -1339,10 +1355,18 @@ msgstr ""
13391355
msgid "%s: Unable to open %s: %s"
13401356
msgstr ""
13411357

1358+
#, c-format
1359+
msgid "%s: Unable to open '%s': %s"
1360+
msgstr ""
1361+
13421362
#, c-format
13431363
msgid "%s: Unable to open PPD file: %s on line %d."
13441364
msgstr ""
13451365

1366+
#, c-format
1367+
msgid "%s: Unable to read '%s': %s"
1368+
msgstr ""
1369+
13461370
#, c-format
13471371
msgid "%s: Unable to read MIME database from \"%s\" or \"%s\"."
13481372
msgstr ""
@@ -1787,6 +1811,9 @@ msgid ""
17871811
"standard output"
17881812
msgstr ""
17891813

1814+
msgid "-P filename.ppd Load printer attributes from PPD file"
1815+
msgstr ""
1816+
17901817
msgid "-P number[-number] Match port to number or range"
17911818
msgstr ""
17921819

@@ -5091,9 +5118,6 @@ msgstr ""
50915118
msgid "Unable to read response."
50925119
msgstr ""
50935120

5094-
msgid "Unable to reallocate IPP attribute value."
5095-
msgstr ""
5096-
50975121
msgid "Unable to rename job document file."
50985122
msgstr ""
50995123

@@ -5850,9 +5874,6 @@ msgstr ""
58505874
msgid "cups-x509: Missing certificate type after '-t'."
58515875
msgstr ""
58525876

5853-
msgid "cups-x509: Missing command argument."
5854-
msgstr ""
5855-
58565877
msgid "cups-x509: Missing country after '-C'."
58575878
msgstr ""
58585879

@@ -5880,6 +5901,9 @@ msgstr ""
58805901
msgid "cups-x509: Missing state/province after '-S'."
58815902
msgstr ""
58825903

5904+
msgid "cups-x509: Missing sub-command argument."
5905+
msgstr ""
5906+
58835907
msgid "cups-x509: Missing subjectAltName after '-a'."
58845908
msgstr ""
58855909

@@ -7323,6 +7347,18 @@ msgstr ""
73237347
msgid "insert-sheet"
73247348
msgstr ""
73257349

7350+
msgid ""
7351+
"install COMMON-NAME FILENAME.crt [FILENAME.key]\n"
7352+
" Install a certificate and (optional) private key."
7353+
msgstr ""
7354+
7355+
msgid "ippeveprinter: Unable to create IPP mapping of PPD file."
7356+
msgstr ""
7357+
7358+
#, c-format
7359+
msgid "ippeveprinter: Unable to open \"%s\": %s on line %d."
7360+
msgstr ""
7361+
73267362
#, c-format
73277363
msgid "ippfind: Bad regular expression: %s"
73287364
msgstr ""
@@ -7416,7 +7452,8 @@ msgstr ""
74167452
msgid "ipptool: Missing count for \"-n\"."
74177453
msgstr ""
74187454

7419-
msgid "ipptool: Missing filename for \"--ippserver\"."
7455+
#, c-format
7456+
msgid "ipptool: Missing filename for \"%s\"."
74207457
msgstr ""
74217458

74227459
msgid "ipptool: Missing filename for \"-f\"."

0 commit comments

Comments
 (0)