Skip to content

Commit 38feec3

Browse files
committed
Update localization files.
1 parent a682470 commit 38feec3

25 files changed

Lines changed: 425 additions & 174 deletions

cups/base.strings

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@
262262
"Bad subjectAltName extension in X.509 certificate request." = "Bad subjectAltName extension in X.509 certificate request.";
263263
"Bad username in URI" = "Bad username in URI";
264264
"Bad/empty URI" = "Bad/empty URI";
265-
"Commands:" = "Commands:";
266265
"Conflict" = "Conflict";
267266
"Content Too Large" = "Content Too Large";
268267
"Continue" = "Continue";
@@ -272,7 +271,9 @@
272271
"Credentials have expired." = "Credentials have expired.";
273272
"DEBUG: Converting PDF to PostScript with pdftops." = "DEBUG: Converting PDF to PostScript with pdftops.";
274273
"DEBUG: pdftops completed successfully." = "DEBUG: pdftops completed successfully.";
274+
"Device Code: %s" = "Device Code: %s";
275275
"Device URIs:" = "Device URIs:";
276+
"Device authorization grant is not supported by this server." = "Device authorization grant is not supported by this server.";
276277
"EXPRESSION --and EXPRESSION Logical AND" = "EXPRESSION --and EXPRESSION Logical AND";
277278
"EXPRESSION --or EXPRESSION Logical OR" = "EXPRESSION --or EXPRESSION Logical OR";
278279
"EXPRESSION EXPRESSION Logical AND" = "EXPRESSION EXPRESSION Logical AND";
@@ -353,6 +354,7 @@
353354
"New credentials are not valid for name." = "New credentials are not valid for name.";
354355
"New credentials are older than stored credentials." = "New credentials are older than stored credentials.";
355356
"No Content" = "No Content";
357+
"No JWKS URI in authorization server metadata." = "No JWKS URI in authorization server metadata.";
356358
"No active connection" = "No active connection";
357359
"No active connection." = "No active connection.";
358360
"No default destination." = "No default destination.";
@@ -392,10 +394,12 @@
392394
"Server credentials not set." = "Server credentials not set.";
393395
"Service Unavailable" = "Service Unavailable";
394396
"Sheet Backs:" = "Sheet Backs:";
397+
"Sub-Commands:" = "Sub-Commands:";
395398
"Substitutions:" = "Substitutions:";
396399
"Switching Protocols" = "Switching Protocols";
397400
"TLS Negotiation Error" = "TLS Negotiation Error";
398401
"Temporary Redirect" = "Temporary Redirect";
402+
"The client ID is not configured for this server." = "The client ID is not configured for this server.";
399403
"The printer or class does not exist." = "The printer or class does not exist.";
400404
"Too Early" = "Too Early";
401405
"Too Many Requests" = "Too Many Requests";
@@ -420,6 +424,7 @@
420424
"Unable to import credentials." = "Unable to import credentials.";
421425
"Unable to initialize private key context." = "Unable to initialize private key context.";
422426
"Unable to load X.509 CA certificate and private key." = "Unable to load X.509 CA certificate and private key.";
427+
"Unable to read IPP attribute name." = "Unable to read IPP attribute name.";
423428
"Unable to read response." = "Unable to read response.";
424429
"Unable to resolve printer-uri." = "Unable to resolve printer-uri.";
425430
"Unable to verify X.509 certificate request." = "Unable to verify X.509 certificate request.";
@@ -440,15 +445,17 @@
440445
"Unsupported Media Type" = "Unsupported Media Type";
441446
"Unsupported media value." = "Unsupported media value.";
442447
"Upgrade Required" = "Upgrade Required";
443-
"Usage: cups-oauth [OPTIONS] [COMMAND [ARGUMENT(S)]]" = "Usage: cups-oauth [OPTIONS] [COMMAND [ARGUMENT(S)]]";
444-
"Usage: cups-x509 [OPTIONS] [COMMAND] [ARGUMENT]" = "Usage: cups-x509 [OPTIONS] [COMMAND] [ARGUMENT]";
448+
"Usage: cups-oauth [OPTIONS] [SUB-COMMAND [ARGUMENT(S)]]" = "Usage: cups-oauth [OPTIONS] [SUB-COMMAND [ARGUMENT(S)]]";
449+
"Usage: cups-x509 [OPTIONS] [SUB-COMMAND] [ARGUMENT]" = "Usage: cups-x509 [OPTIONS] [SUB-COMMAND] [ARGUMENT]";
445450
"Usage: ippeveprinter [OPTIONS] \"NAME\"" = "Usage: ippeveprinter [OPTIONS] \"NAME\"";
446451
"Usage: ippfind [OPTIONS] REGTYPE[,SUBTYPE][.DOMAIN.] ... [EXPRESSION]\n" = "Usage: ippfind [OPTIONS] REGTYPE[,SUBTYPE][.DOMAIN.] ... [EXPRESSION]\n";
447452
"Usage: ipptool [OPTIONS] URI FILENAME [ ... FILENAME ]" = "Usage: ipptool [OPTIONS] URI FILENAME [ ... FILENAME ]";
448453
"Usage: ipptransform [OPTIONS] FILENAME [ ... FILENAME]" = "Usage: ipptransform [OPTIONS] FILENAME [ ... FILENAME]";
449454
"Use Proxy" = "Use Proxy";
455+
"User Code: %s" = "User Code: %s";
450456
"Using spool directory '%s'." = "Using spool directory '%s'.";
451457
"Validation of subjectAltName in X.509 certificate request failed." = "Validation of subjectAltName in X.509 certificate request failed.";
458+
"Web Page: %s" = "Web Page: %s";
452459
"aborted" = "aborted";
453460
"adobe-rgb_16 48-bit AdobeRGB" = "adobe-rgb_16 48-bit AdobeRGB";
454461
"adobe-rgb_8 24-bit AdobeRGB" = "adobe-rgb_8 24-bit AdobeRGB";
@@ -525,16 +532,18 @@
525532
"cups-oauth: Missing Authorization Server URI after '-a'." = "cups-oauth: Missing Authorization Server URI after '-a'.";
526533
"cups-oauth: Missing client_id and/or client_secret." = "cups-oauth: Missing client_id and/or client_secret.";
527534
"cups-oauth: Missing resource URI and/or access token." = "cups-oauth: Missing resource URI and/or access token.";
535+
"cups-oauth: Missing resource URI and/or device token." = "cups-oauth: Missing resource URI and/or device token.";
528536
"cups-oauth: Missing scope(s) after '-s'." = "cups-oauth: Missing scope(s) after '-s'.";
529537
"cups-oauth: No authorization server specified." = "cups-oauth: No authorization server specified.";
530538
"cups-oauth: Unable to get access token from '%s': %s" = "cups-oauth: Unable to get access token from '%s': %s";
531539
"cups-oauth: Unable to get authorization from '%s': %s" = "cups-oauth: Unable to get authorization from '%s': %s";
540+
"cups-oauth: Unable to get device authorization from '%s': %s" = "cups-oauth: Unable to get device authorization from '%s': %s";
541+
"cups-oauth: Unable to get device token from '%s': %s" = "cups-oauth: Unable to get device token from '%s': %s";
532542
"cups-oauth: Unable to get metadata for '%s': %s" = "cups-oauth: Unable to get metadata for '%s': %s";
533543
"cups-oauth: Unable to get user ID for '%s': %s" = "cups-oauth: Unable to get user ID for '%s': %s";
534544
"cups-oauth: Unknown command '%s'." = "cups-oauth: Unknown command '%s'.";
535545
"cups-x509: Bad DAYS value '%s' after '-d'." = "cups-x509: Bad DAYS value '%s' after '-d'.";
536546
"cups-x509: Bad HTTP version." = "cups-x509: Bad HTTP version.";
537-
"cups-x509: Bad URI '%s'." = "cups-x509: Bad URI '%s'.";
538547
"cups-x509: Bad certificate type '%s'." = "cups-x509: Bad certificate type '%s'.";
539548
"cups-x509: Bad key usage '%s'." = "cups-x509: Bad key usage '%s'.";
540549
"cups-x509: Bad purpose '%s'." = "cups-x509: Bad purpose '%s'.";
@@ -543,7 +552,6 @@
543552
"cups-x509: Client closed connection." = "cups-x509: Client closed connection.";
544553
"cups-x509: Missing CSR filename after '-R'." = "cups-x509: Missing CSR filename after '-R'.";
545554
"cups-x509: Missing certificate type after '-t'." = "cups-x509: Missing certificate type after '-t'.";
546-
"cups-x509: Missing command argument." = "cups-x509: Missing command argument.";
547555
"cups-x509: Missing country after '-C'." = "cups-x509: Missing country after '-C'.";
548556
"cups-x509: Missing expiration days after '-d'." = "cups-x509: Missing expiration days after '-d'.";
549557
"cups-x509: Missing key usage after '-u'." = "cups-x509: Missing key usage after '-u'.";
@@ -553,13 +561,14 @@
553561
"cups-x509: Missing purpose after '-p'." = "cups-x509: Missing purpose after '-p'.";
554562
"cups-x509: Missing root name after '-r'." = "cups-x509: Missing root name after '-r'.";
555563
"cups-x509: Missing state/province after '-S'." = "cups-x509: Missing state/province after '-S'.";
564+
"cups-x509: Missing sub-command argument." = "cups-x509: Missing sub-command argument.";
556565
"cups-x509: Missing subjectAltName after '-a'." = "cups-x509: Missing subjectAltName after '-a'.";
557566
"cups-x509: No request for '%s'." = "cups-x509: No request for '%s'.";
558567
"cups-x509: Too many subjectAltName values." = "cups-x509: Too many subjectAltName values.";
559568
"cups-x509: Unable to accept connection: %s" = "cups-x509: Unable to accept connection: %s";
560569
"cups-x509: Unable to access '%s': %s" = "cups-x509: Unable to access '%s': %s";
561570
"cups-x509: Unable to allocate memory for '%s': %s" = "cups-x509: Unable to allocate memory for '%s': %s";
562-
"cups-x509: Unable to connect to '%s' on port %d: %s" = "cups-x509: Unable to connect to '%s' on port %d: %s";
571+
"cups-x509: Unable to connect to '%s': %s" = "cups-x509: Unable to connect to '%s': %s";
563572
"cups-x509: Unable to create certificate (%s)" = "cups-x509: Unable to create certificate (%s)";
564573
"cups-x509: Unable to create certificate request (%s)" = "cups-x509: Unable to create certificate request (%s)";
565574
"cups-x509: Unable to encrypt connection: %s" = "cups-x509: Unable to encrypt connection: %s";
@@ -854,6 +863,8 @@
854863
"force-front-side=PAGE-LIST Force numbered pages to begin on a front side" = "force-front-side=PAGE-LIST Force numbered pages to begin on a front side";
855864
"get-access-token [RESOURCE] Get the current access token" = "get-access-token [RESOURCE] Get the current access token";
856865
"get-client-id Get the client ID for the authorization server" = "get-client-id Get the client ID for the authorization server";
866+
"get-device-grant [RESOURCE] Authorize access through a device" = "get-device-grant [RESOURCE] Authorize access through a device";
867+
"get-device-token [RESOURCE] DEVICE-CODE\n" = "get-device-token [RESOURCE] DEVICE-CODE\n";
857868
"get-metadata [NAME] Get metadata from the authorization server" = "get-metadata [NAME] Get metadata from the authorization server";
858869
"get-user-id [RESOURCE] [NAME] Get the authorized user ID" = "get-user-id [RESOURCE] [NAME] Get the authorized user ID";
859870
"held" = "held";

cups/strings/ca.strings

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@
262262
"Bad subjectAltName extension in X.509 certificate request." = "Bad subjectAltName extension in X.509 certificate request.";
263263
"Bad username in URI" = "Bad username in URI";
264264
"Bad/empty URI" = "Bad/empty URI";
265-
"Commands:" = "Commands:";
266265
"Conflict" = "Conflict";
267266
"Content Too Large" = "Content Too Large";
268267
"Continue" = "Continua";
@@ -272,7 +271,9 @@
272271
"Credentials have expired." = "Credentials have expired.";
273272
"DEBUG: Converting PDF to PostScript with pdftops." = "DEBUG: Converting PDF to PostScript with pdftops.";
274273
"DEBUG: pdftops completed successfully." = "DEBUG: pdftops completed successfully.";
274+
"Device Code: %s" = "Device Code: %s";
275275
"Device URIs:" = "Device URIs:";
276+
"Device authorization grant is not supported by this server." = "Device authorization grant is not supported by this server.";
276277
"EXPRESSION --and EXPRESSION Logical AND" = "EXPRESSION --and EXPRESSION Logical AND";
277278
"EXPRESSION --or EXPRESSION Logical OR" = "EXPRESSION --or EXPRESSION Logical OR";
278279
"EXPRESSION EXPRESSION Logical AND" = "EXPRESSION EXPRESSION Logical AND";
@@ -353,6 +354,7 @@
353354
"New credentials are not valid for name." = "New credentials are not valid for name.";
354355
"New credentials are older than stored credentials." = "New credentials are older than stored credentials.";
355356
"No Content" = "No hi ha contingut";
357+
"No JWKS URI in authorization server metadata." = "No JWKS URI in authorization server metadata.";
356358
"No active connection" = "No hi ha cap connexió activa";
357359
"No active connection." = "No active connection.";
358360
"No default destination." = "No default destination.";
@@ -392,10 +394,12 @@
392394
"Server credentials not set." = "Server credentials not set.";
393395
"Service Unavailable" = "El servei no està disponible";
394396
"Sheet Backs:" = "Sheet Backs:";
397+
"Sub-Commands:" = "Sub-Commands:";
395398
"Substitutions:" = "Substitutions:";
396399
"Switching Protocols" = "Intercanviar els protocols";
397400
"TLS Negotiation Error" = "TLS Negotiation Error";
398401
"Temporary Redirect" = "Temporary Redirect";
402+
"The client ID is not configured for this server." = "The client ID is not configured for this server.";
399403
"The printer or class does not exist." = "La impressora o la classe no existeix.";
400404
"Too Early" = "Too Early";
401405
"Too Many Requests" = "Too Many Requests";
@@ -420,6 +424,7 @@
420424
"Unable to import credentials." = "Unable to import credentials.";
421425
"Unable to initialize private key context." = "Unable to initialize private key context.";
422426
"Unable to load X.509 CA certificate and private key." = "Unable to load X.509 CA certificate and private key.";
427+
"Unable to read IPP attribute name." = "Unable to read IPP attribute name.";
423428
"Unable to read response." = "Unable to read response.";
424429
"Unable to resolve printer-uri." = "Unable to resolve printer-uri.";
425430
"Unable to verify X.509 certificate request." = "Unable to verify X.509 certificate request.";
@@ -440,15 +445,17 @@
440445
"Unsupported Media Type" = "Unsupported Media Type";
441446
"Unsupported media value." = "No s'admet el valor del suport.";
442447
"Upgrade Required" = "S'ha d'actualitzar";
443-
"Usage: cups-oauth [OPTIONS] [COMMAND [ARGUMENT(S)]]" = "Usage: cups-oauth [OPTIONS] [COMMAND [ARGUMENT(S)]]";
444-
"Usage: cups-x509 [OPTIONS] [COMMAND] [ARGUMENT]" = "Usage: cups-x509 [OPTIONS] [COMMAND] [ARGUMENT]";
448+
"Usage: cups-oauth [OPTIONS] [SUB-COMMAND [ARGUMENT(S)]]" = "Usage: cups-oauth [OPTIONS] [SUB-COMMAND [ARGUMENT(S)]]";
449+
"Usage: cups-x509 [OPTIONS] [SUB-COMMAND] [ARGUMENT]" = "Usage: cups-x509 [OPTIONS] [SUB-COMMAND] [ARGUMENT]";
445450
"Usage: ippeveprinter [OPTIONS] \"NAME\"" = "Usage: ippeveprinter [OPTIONS] \"NAME\"";
446451
"Usage: ippfind [OPTIONS] REGTYPE[,SUBTYPE][.DOMAIN.] ... [EXPRESSION]\n" = "Usage: ippfind [OPTIONS] REGTYPE[,SUBTYPE][.DOMAIN.] ... [EXPRESSION]\n";
447452
"Usage: ipptool [OPTIONS] URI FILENAME [ ... FILENAME ]" = "Usage: ipptool [OPTIONS] URI FILENAME [ ... FILENAME ]";
448453
"Usage: ipptransform [OPTIONS] FILENAME [ ... FILENAME]" = "Usage: ipptransform [OPTIONS] FILENAME [ ... FILENAME]";
449454
"Use Proxy" = "Use Proxy";
455+
"User Code: %s" = "User Code: %s";
450456
"Using spool directory '%s'." = "Using spool directory '%s'.";
451457
"Validation of subjectAltName in X.509 certificate request failed." = "Validation of subjectAltName in X.509 certificate request failed.";
458+
"Web Page: %s" = "Web Page: %s";
452459
"aborted" = "interromput";
453460
"adobe-rgb_16 48-bit AdobeRGB" = "adobe-rgb_16 48-bit AdobeRGB";
454461
"adobe-rgb_8 24-bit AdobeRGB" = "adobe-rgb_8 24-bit AdobeRGB";
@@ -525,16 +532,18 @@
525532
"cups-oauth: Missing Authorization Server URI after '-a'." = "cups-oauth: Missing Authorization Server URI after '-a'.";
526533
"cups-oauth: Missing client_id and/or client_secret." = "cups-oauth: Missing client_id and/or client_secret.";
527534
"cups-oauth: Missing resource URI and/or access token." = "cups-oauth: Missing resource URI and/or access token.";
535+
"cups-oauth: Missing resource URI and/or device token." = "cups-oauth: Missing resource URI and/or device token.";
528536
"cups-oauth: Missing scope(s) after '-s'." = "cups-oauth: Missing scope(s) after '-s'.";
529537
"cups-oauth: No authorization server specified." = "cups-oauth: No authorization server specified.";
530538
"cups-oauth: Unable to get access token from '%s': %s" = "cups-oauth: Unable to get access token from '%s': %s";
531539
"cups-oauth: Unable to get authorization from '%s': %s" = "cups-oauth: Unable to get authorization from '%s': %s";
540+
"cups-oauth: Unable to get device authorization from '%s': %s" = "cups-oauth: Unable to get device authorization from '%s': %s";
541+
"cups-oauth: Unable to get device token from '%s': %s" = "cups-oauth: Unable to get device token from '%s': %s";
532542
"cups-oauth: Unable to get metadata for '%s': %s" = "cups-oauth: Unable to get metadata for '%s': %s";
533543
"cups-oauth: Unable to get user ID for '%s': %s" = "cups-oauth: Unable to get user ID for '%s': %s";
534544
"cups-oauth: Unknown command '%s'." = "cups-oauth: Unknown command '%s'.";
535545
"cups-x509: Bad DAYS value '%s' after '-d'." = "cups-x509: Bad DAYS value '%s' after '-d'.";
536546
"cups-x509: Bad HTTP version." = "cups-x509: Bad HTTP version.";
537-
"cups-x509: Bad URI '%s'." = "cups-x509: Bad URI '%s'.";
538547
"cups-x509: Bad certificate type '%s'." = "cups-x509: Bad certificate type '%s'.";
539548
"cups-x509: Bad key usage '%s'." = "cups-x509: Bad key usage '%s'.";
540549
"cups-x509: Bad purpose '%s'." = "cups-x509: Bad purpose '%s'.";
@@ -543,7 +552,6 @@
543552
"cups-x509: Client closed connection." = "cups-x509: Client closed connection.";
544553
"cups-x509: Missing CSR filename after '-R'." = "cups-x509: Missing CSR filename after '-R'.";
545554
"cups-x509: Missing certificate type after '-t'." = "cups-x509: Missing certificate type after '-t'.";
546-
"cups-x509: Missing command argument." = "cups-x509: Missing command argument.";
547555
"cups-x509: Missing country after '-C'." = "cups-x509: Missing country after '-C'.";
548556
"cups-x509: Missing expiration days after '-d'." = "cups-x509: Missing expiration days after '-d'.";
549557
"cups-x509: Missing key usage after '-u'." = "cups-x509: Missing key usage after '-u'.";
@@ -553,13 +561,14 @@
553561
"cups-x509: Missing purpose after '-p'." = "cups-x509: Missing purpose after '-p'.";
554562
"cups-x509: Missing root name after '-r'." = "cups-x509: Missing root name after '-r'.";
555563
"cups-x509: Missing state/province after '-S'." = "cups-x509: Missing state/province after '-S'.";
564+
"cups-x509: Missing sub-command argument." = "cups-x509: Missing sub-command argument.";
556565
"cups-x509: Missing subjectAltName after '-a'." = "cups-x509: Missing subjectAltName after '-a'.";
557566
"cups-x509: No request for '%s'." = "cups-x509: No request for '%s'.";
558567
"cups-x509: Too many subjectAltName values." = "cups-x509: Too many subjectAltName values.";
559568
"cups-x509: Unable to accept connection: %s" = "cups-x509: Unable to accept connection: %s";
560569
"cups-x509: Unable to access '%s': %s" = "cups-x509: Unable to access '%s': %s";
561570
"cups-x509: Unable to allocate memory for '%s': %s" = "cups-x509: Unable to allocate memory for '%s': %s";
562-
"cups-x509: Unable to connect to '%s' on port %d: %s" = "cups-x509: Unable to connect to '%s' on port %d: %s";
571+
"cups-x509: Unable to connect to '%s': %s" = "cups-x509: Unable to connect to '%s': %s";
563572
"cups-x509: Unable to create certificate (%s)" = "cups-x509: Unable to create certificate (%s)";
564573
"cups-x509: Unable to create certificate request (%s)" = "cups-x509: Unable to create certificate request (%s)";
565574
"cups-x509: Unable to encrypt connection: %s" = "cups-x509: Unable to encrypt connection: %s";
@@ -854,6 +863,8 @@
854863
"force-front-side=PAGE-LIST Force numbered pages to begin on a front side" = "force-front-side=PAGE-LIST Force numbered pages to begin on a front side";
855864
"get-access-token [RESOURCE] Get the current access token" = "get-access-token [RESOURCE] Get the current access token";
856865
"get-client-id Get the client ID for the authorization server" = "get-client-id Get the client ID for the authorization server";
866+
"get-device-grant [RESOURCE] Authorize access through a device" = "get-device-grant [RESOURCE] Authorize access through a device";
867+
"get-device-token [RESOURCE] DEVICE-CODE\n" = "get-device-token [RESOURCE] DEVICE-CODE\n";
857868
"get-metadata [NAME] Get metadata from the authorization server" = "get-metadata [NAME] Get metadata from the authorization server";
858869
"get-user-id [RESOURCE] [NAME] Get the authorized user ID" = "get-user-id [RESOURCE] [NAME] Get the authorized user ID";
859870
"held" = "En pausa";
@@ -2459,7 +2470,6 @@
24592470
"{service_port} Port number" = "{service_port} Port number";
24602471
"{service_regtype} DNS-SD registration type" = "{service_regtype} DNS-SD registration type";
24612472
"{service_scheme} URI scheme" = "{service_scheme} URI scheme";
2462-
"{service_scheme} URI scheme" = "{service_scheme} URI scheme";
24632473
"{service_uri} URI" = "{service_uri} URI";
24642474
"{service_uri} URI" = "{service_uri} URI";
24652475
"{txt_*} Value of TXT record key" = "{txt_*} Value of TXT record key";

0 commit comments

Comments
 (0)