Skip to content

Commit 4fde555

Browse files
committed
Freeze strings for localization
1 parent 91983a5 commit 4fde555

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,9 +2325,6 @@ which should be translated separately and considered part of this sentence. */
23252325
/* Error message when the card is removed from the reader prematurely. */
23262326
"Card was removed too soon - please try transaction again." = "Card was removed too soon - please try transaction again.";
23272327

2328-
/* Button to refresh the state of the in-person payments setup */
2329-
"card.present.payment.setup.webview.title" = "Payments Setup";
2330-
23312328
/* Default accessibility label for a custom indeterminate progress view, used for card payments. */
23322329
"card.waves.progressView.accessibilityLabel" = "In progress";
23332330

@@ -4946,6 +4943,9 @@ which should be translated separately and considered part of this sentence. */
49464943
/* Navigation bar title for editing linked products for a grouped product */
49474944
"Grouped Products" = "Grouped Products";
49484945

4946+
/* Format of the Global Unique Identifier on the Inventory Settings row */
4947+
"GTIN, UPC, EAN, ISBN: %@" = "GTIN, UPC, EAN, ISBN: %@";
4948+
49494949
/* Country option for a site address. */
49504950
"Guadeloupe" = "Guadeloupe";
49514951

@@ -5344,6 +5344,9 @@ which should be translated separately and considered part of this sentence. */
53445344
/* Order gift card error thrown when the gift card is invalid. %1$@ is the detailed reason. */
53455345
"Invalid gift card error: %1$@" = "Invalid gift card error: %1$@";
53465346

5347+
/* Error when an empty Identifier is returned from the barcode scanner */
5348+
"Invalid Identifier" = "Invalid Identifier";
5349+
53475350
/* Error message for invalid format of ITN in Customs screen of Shipping Label flow */
53485351
"Invalid ITN format" = "Invalid ITN format";
53495352

@@ -5359,9 +5362,6 @@ which should be translated separately and considered part of this sentence. */
53595362
/* No comment provided by engineer. */
53605363
"Invalid Site Title" = "Invalid Site Title";
53615364

5362-
/* Error when an empty SKU is returned from the barcode scanner */
5363-
"Invalid SKU" = "Invalid SKU";
5364-
53655365
/* Message to show to user when he tries to add a self-hosted site that isn't HTTP or HTTPS. */
53665366
"Invalid URL scheme inserted, only HTTP and HTTPS are supported." = "Invalid URL scheme inserted, only HTTP and HTTPS are supported.";
53675367

@@ -8171,11 +8171,11 @@ which should be translated separately and considered part of this sentence. */
81718171
/* Title of the text field for editing the external URL for an external/affiliate product */
81728172
"Product URL" = "Product URL";
81738173

8174-
/* Error message when the scanner found a product but isn't purchasable.%@ is the SKU code. */
8175-
"Product with SKU \"%@\" is not purchasable." = "Product with SKU \"%@\" is not purchasable.";
8174+
/* Error message when the scanner found a product but isn't purchasable.%@ is the Identifier code. */
8175+
"Product with Identifier \"%@\" is not purchasable." = "Product with Identifier \"%@\" is not purchasable.";
81768176

8177-
/* Error message when the scanner cannot find a matching product. %@ is the SKU code. */
8178-
"Product with SKU \"%@\" not found." = "Product with SKU \"%@\" not found.";
8177+
/* Error message when the scanner cannot find a matching product.%@ is the Identifier barcode. */
8178+
"Product with Identifier \"%@\" not found." = "Product with Identifier \"%@\" not found.";
81798179

81808180
/* The instruction text below the scan area in the barcode scanner for product barcode. */
81818181
"ProductBarcodeInputScanner.instructionText" = "Scan product barcode or QR Code";

0 commit comments

Comments
 (0)