From 9964caddda4c176ccfe0a8d79c55d0a73d88d1c3 Mon Sep 17 00:00:00 2001 From: Tymoteusz Motylewski Date: Thu, 8 Oct 2015 14:33:46 +0200 Subject: [PATCH] Unescape single quotes in Magento translation files Signle quotes have to be escaped in PHP when label is wrapped in '' however in csv it's not needed and causes that some labels are not translated. Fixes https://github.com/OpenMage/magento-lts/issues/27 --- app/locale/en_US/Mage_Adminhtml.csv | 12 +-- app/locale/en_US/Mage_Api2.csv | 4 +- app/locale/en_US/Mage_Authorizenet.csv | 2 +- app/locale/en_US/Mage_Catalog.csv | 12 +-- app/locale/en_US/Mage_Checkout.csv | 2 +- app/locale/en_US/Mage_Core.csv | 4 +- app/locale/en_US/Mage_Customer.csv | 4 +- app/locale/en_US/Mage_Directory.csv | 2 +- app/locale/en_US/Mage_Downloadable.csv | 2 +- app/locale/en_US/Mage_Eav.csv | 2 +- app/locale/en_US/Mage_Install.csv | 4 +- app/locale/en_US/Mage_Paypal.csv | 10 +- app/locale/en_US/Mage_Persistent.csv | 2 +- app/locale/en_US/Mage_Review.csv | 10 +- app/locale/en_US/Mage_Rss.csv | 2 +- app/locale/en_US/Mage_Sales.csv | 12 +-- app/locale/en_US/Mage_SalesRule.csv | 2 +- app/locale/en_US/Mage_Wishlist.csv | 8 +- app/locale/en_US/Mage_XmlConnect.csv | 126 ++++++++++++------------- 19 files changed, 111 insertions(+), 111 deletions(-) diff --git a/app/locale/en_US/Mage_Adminhtml.csv b/app/locale/en_US/Mage_Adminhtml.csv index 60b4bcf8cb9..053e79dd64c 100644 --- a/app/locale/en_US/Mage_Adminhtml.csv +++ b/app/locale/en_US/Mage_Adminhtml.csv @@ -203,7 +203,7 @@ "Cannot save the credit memo.","Cannot save the credit memo." "Cannot send shipment information.","Cannot send shipment information." "Cannot update item quantity.","Cannot update item quantity." -"Cannot update the item\'s quantity.","Cannot update the item\'s quantity." +"Cannot update the item's quantity.","Cannot update the item's quantity." "Card Verification Number","Card Verification Number" "Catalog","Catalog" "Catalog Price Rules","Catalog Price Rules" @@ -253,7 +253,7 @@ "Credit Memos","Credit Memos" "Credit memo #%s comment added","Credit memo #%s comment added" "Credit memo #%s created","Credit memo #%s created" -"Credit memo\'s total must be positive.","Credit memo\'s total must be positive." +"Credit memo's total must be positive.","Credit memo's total must be positive." "Currency","Currency" "Currency ""%s"" is used as %s in %s.","Currency ""%s"" is used as %s in %s." "Currency Information","Currency Information" @@ -506,7 +506,7 @@ "Last Name","Last Name" "Last Name is required field.","Last Name is required field." "Last Name:","Last Name:" -"Last updated: %s. To refresh last day\'s statistics, click here.","Last updated: %s. To refresh last day\'s statistics, click here." +"Last updated: %s. To refresh last day's statistics, click here.","Last updated: %s. To refresh last day's statistics, click here." "Latest Message:","Latest Message:" "Layered Navigation Indices","Layered Navigation Indices" "Layered Navigation Indices were refreshed.","Layered Navigation Indices were refreshed." @@ -706,7 +706,7 @@ "Personal Information","Personal Information" "Phone:","Phone:" "Please Select","Please Select" -"Please confirm site switching. All data that hasn\'t been saved will be lost.","Please confirm site switching. All data that hasn\'t been saved will be lost." +"Please confirm site switching. All data that hasn't been saved will be lost.","Please confirm site switching. All data that hasn't been saved will be lost." "Please enter 6 or more characters.","Please enter 6 or more characters." "Please enter a number greater than 0 in this field.","Please enter a number greater than 0 in this field." "Please enter a valid $ amount. For example $100.00.","Please enter a valid $ amount. For example $100.00." @@ -1188,8 +1188,8 @@ "Warning!\r\nThis action will remove those users from already assigned roles\r\nAre you sure?","Warning!\r\nThis action will remove those users from already assigned roles\r\nAre you sure?" "Warning: Please do not close the window during importing/exporting data","Warning: Please do not close the window during importing/exporting data" "Watermark File for %s","Watermark File for %s" -"We appreciate our merchants\' feedback, please take our survey to provide insight on the features you would like included in Magento. Remove this notification","We appreciate our merchants\' feedback, please take our survey to provide insight on the features you would like included in Magento. Remove this notification" -"We\'re in our typing table, coding away more features for Magento. Thank you for your patience.","We\'re in our typing table, coding away more features for Magento. Thank you for your patience." +"We appreciate our merchants' feedback, please take our survey to provide insight on the features you would like included in Magento. Remove this notification","We appreciate our merchants' feedback, please take our survey to provide insight on the features you would like included in Magento. Remove this notification" +"We're in our typing table, coding away more features for Magento. Thank you for your patience.","We're in our typing table, coding away more features for Magento. Thank you for your patience." "Web Section","Web Section" "Web Services","Web Services" "Web services","Web services" diff --git a/app/locale/en_US/Mage_Api2.csv b/app/locale/en_US/Mage_Api2.csv index 6b2eddc4958..a0f8a010481 100644 --- a/app/locale/en_US/Mage_Api2.csv +++ b/app/locale/en_US/Mage_Api2.csv @@ -1,6 +1,6 @@ "%s","%s" -"%s role is a special one and can\'t be changed.","%s role is a special one and can\'t be changed." -"%s role is a special one and can\'t be deleted.","%s role is a special one and can\'t be deleted." +"%s role is a special one and can't be changed.","%s role is a special one and can't be changed." +"%s role is a special one and can't be deleted.","%s role is a special one and can't be deleted." "%s role is protected.","%s role is protected." "ACL Attribute Rules","ACL Attribute Rules" "ACL Attributes Information","ACL Attributes Information" diff --git a/app/locale/en_US/Mage_Authorizenet.csv b/app/locale/en_US/Mage_Authorizenet.csv index 4b8644d400f..70ee6053815 100644 --- a/app/locale/en_US/Mage_Authorizenet.csv +++ b/app/locale/en_US/Mage_Authorizenet.csv @@ -26,7 +26,7 @@ "Payment authorization error.","Payment authorization error." "Payment authorization error. Transacion id is empty.","Payment authorization error. Transacion id is empty." "Payment error. Order was not found.","Payment error. Order was not found." -"Payment error. Paid amount doesn\'t match the order amount.","Payment error. Paid amount doesn\'t match the order amount." +"Payment error. Paid amount doesn't match the order amount.","Payment error. Paid amount doesn't match the order amount." "Payment from Applicable Countries","Payment from Applicable Countries" "Payment from Specific Countries","Payment from Specific Countries" "Please, choose payment method","Please, choose payment method" diff --git a/app/locale/en_US/Mage_Catalog.csv b/app/locale/en_US/Mage_Catalog.csv index bbdc4178853..314511a93e5 100644 --- a/app/locale/en_US/Mage_Catalog.csv +++ b/app/locale/en_US/Mage_Catalog.csv @@ -134,7 +134,7 @@ "Can be Divided into Multiple Boxes for Shipping","Can be Divided into Multiple Boxes for Shipping" "Can be used only with catalog input type Dropdown","Can be used only with catalog input type Dropdown" "Can be used only with catalog input type Dropdown, Multiple Select and Price","Can be used only with catalog input type Dropdown, Multiple Select and Price" -"Can\'t create image.","Can\'t create image." +"Can't create image.","Can't create image." "Cancel","Cancel" "Cannot create image.","Cannot create image." "Cannot create writeable directory '%s'.","Cannot create writeable directory '%s'." @@ -414,7 +414,7 @@ "Minimum Advertised Price","Minimum Advertised Price" "Minimum Lines per Page","Minimum Lines per Page" "Minimum Qty Allowed in Shopping Cart","Minimum Qty Allowed in Shopping Cart" -"Minimum Qty for Item\'s Status to be Out of Stock","Minimum Qty for Item\'s Status to be Out of Stock" +"Minimum Qty for Item's Status to be Out of Stock","Minimum Qty for Item's Status to be Out of Stock" "Missing SKU, skipping the record.","Missing SKU, skipping the record." "More Views","More Views" "Move","Move" @@ -486,8 +486,8 @@ "Please specify the number of products, that will not be divided into subintervals.","Please specify the number of products, that will not be divided into subintervals." "Please specify the product required option(s)","Please specify the product required option(s)" "Please specify the product required option(s).","Please specify the product required option(s)." -"Please specify the product\'s option(s).","Please specify the product\'s option(s)." -"Please specify the product\'s required option(s).","Please specify the product\'s required option(s)." +"Please specify the product's option(s).","Please specify the product's option(s)." +"Please specify the product's required option(s).","Please specify the product's required option(s)." "Please specify the quantity of product(s).","Please specify the quantity of product(s)." "Please specify time required option(s).","Please specify time required option(s)." "Please wait...","Please wait..." @@ -554,7 +554,7 @@ "Qty","Qty" "Qty Increments","Qty Increments" "Qty Uses Decimals","Qty Uses Decimals" -"Qty for Item\'s Status to Become Out of Stock","Qty for Item\'s Status to Become Out of Stock" +"Qty for Item's Status to Become Out of Stock","Qty for Item's Status to Become Out of Stock" "Qty:","Qty:" "Quantity","Quantity" "Quick Create","Quick Create" @@ -691,7 +691,7 @@ "Text","Text" "The Flat Catalog module has a limit of %2\$d filterable and/or sortable attributes. Currently there are %1\$d of them. Please reduce the number of filterable/sortable attributes in order to use this module","The Flat Catalog module has a limit of %2\$d filterable and/or sortable attributes. Currently there are %1\$d of them. Please reduce the number of filterable/sortable attributes in order to use this module" "The From Date value should be less than or equal to the To Date value.","The From Date value should be less than or equal to the To Date value." -"The attribute code \'%s\' is reserved by system. Please try another attribute code","The attribute code \'%s\' is reserved by system. Please try another attribute code" +"The attribute code '%s' is reserved by system. Please try another attribute code","The attribute code '%s' is reserved by system. Please try another attribute code" "The attribute model is not defined","The attribute model is not defined" "The attribute set has been saved.","The attribute set has been saved." "The base directory to upload file is not specified.","The base directory to upload file is not specified." diff --git a/app/locale/en_US/Mage_Checkout.csv b/app/locale/en_US/Mage_Checkout.csv index da89150a363..81ddf1b6b65 100644 --- a/app/locale/en_US/Mage_Checkout.csv +++ b/app/locale/en_US/Mage_Checkout.csv @@ -68,7 +68,7 @@ "Checkout with Multiple Addresses","Checkout with Multiple Addresses" "City","City" "Clear Shopping Cart","Clear Shopping Cart" -"Click here to print a copy of your order confirmation.","Click here to print a copy of your order confirmation." +"Click here to print a copy of your order confirmation.","Click here to print a copy of your order confirmation." "Click here to continue shopping.","Click here to continue shopping." "Close","Close" "Company","Company" diff --git a/app/locale/en_US/Mage_Core.csv b/app/locale/en_US/Mage_Core.csv index b1dfcd529c1..58cd46f644e 100644 --- a/app/locale/en_US/Mage_Core.csv +++ b/app/locale/en_US/Mage_Core.csv @@ -53,7 +53,7 @@ "Cache storage may contain additional data. Are you sure that you want flush it?","Cache storage may contain additional data. Are you sure that you want flush it?" "Can not create invoice. Order was not found.","Can not create invoice. Order was not found." "Can't retrieve request object","Can't retrieve request object" -"Can\'t retrieve entity config: %s","Can\'t retrieve entity config: %s" +"Can't retrieve entity config: %s","Can't retrieve entity config: %s" "Cancel","Cancel" "Cannot complete this operation from non-admin area.","Cannot complete this operation from non-admin area." "Card type does not match credit card number.","Card type does not match credit card number." @@ -168,7 +168,7 @@ "Invalid messages storage ""%s"" for layout messages initialization","Invalid messages storage ""%s"" for layout messages initialization" "Invalid query","Invalid query" "Invalid transactional email code: %s","Invalid transactional email code: %s" -"Invalid website\'s configuration path: %s","Invalid website\'s configuration path: %s" +"Invalid website's configuration path: %s","Invalid website's configuration path: %s" "JavaScript Settings","JavaScript Settings" "Layout","Layout" "Leave empty for access from any location.","Leave empty for access from any location." diff --git a/app/locale/en_US/Mage_Customer.csv b/app/locale/en_US/Mage_Customer.csv index 3cd48fdb091..15600da55a8 100644 --- a/app/locale/en_US/Mage_Customer.csv +++ b/app/locale/en_US/Mage_Customer.csv @@ -281,7 +281,7 @@ "Please enter the telephone number.","Please enter the telephone number." "Please enter the zip/postal code.","Please enter the zip/postal code." "Please enter your email address below. You will receive a link to reset your password.","Please enter your email address below. You will receive a link to reset your password." -"Please enter your email below and we\'ll send you confirmation link for it.","Please enter your email below and we\'ll send you confirmation link for it." +"Please enter your email below and we'll send you confirmation link for it.","Please enter your email below and we'll send you confirmation link for it." "Please enter your email.","Please enter your email." "Please make sure your passwords match.","Please make sure your passwords match." "Please select a website which contains store view","Please select a website which contains store view" @@ -400,7 +400,7 @@ "The suffix that goes after name (Jr., Sr., etc.)","The suffix that goes after name (Jr., Sr., etc.)" "The title that goes before name (Mr., Mrs., etc.)","The title that goes before name (Mr., Mrs., etc.)" "There are no items in customer's wishlist at the moment","There are no items in customer's wishlist at the moment" -"There are no items in customer\'s shopping cart at the moment","There are no items in customer\'s shopping cart at the moment" +"There are no items in customer's shopping cart at the moment","There are no items in customer's shopping cart at the moment" "There is already an account with this email address. If you are sure that it is your email address, click here to get your password and access your account.","There is already an account with this email address. If you are sure that it is your email address, click here to get your password and access your account." "There was an error validating the VAT ID.","There was an error validating the VAT ID." "There was an error validating the VAT ID. The customer would belong to Customer Group %s.","There was an error validating the VAT ID. The customer would belong to Customer Group %s." diff --git a/app/locale/en_US/Mage_Directory.csv b/app/locale/en_US/Mage_Directory.csv index 3d50b2369a2..bd04a58e0f5 100644 --- a/app/locale/en_US/Mage_Directory.csv +++ b/app/locale/en_US/Mage_Directory.csv @@ -2,7 +2,7 @@ "Allowed Currencies","Allowed Currencies" "Base Currency","Base Currency" "Base currency is used for all online payment transactions. Scope is defined by the catalog price scope (""Catalog"" > ""Price"" > ""Catalog Price Scope"").","Base currency is used for all online payment transactions. Scope is defined by the catalog price scope (""Catalog"" > ""Price"" > ""Catalog Price Scope"")." -"Can\'t convert rate from ""%s-%s"".","Can\'t convert rate from ""%s-%s""." +"Can't convert rate from ""%s-%s"".","Can't convert rate from ""%s-%s""." "Cannot retrieve rate from %s.","Cannot retrieve rate from %s." "Connection Timeout in Seconds","Connection Timeout in Seconds" "Continue »","Continue »" diff --git a/app/locale/en_US/Mage_Downloadable.csv b/app/locale/en_US/Mage_Downloadable.csv index d9c7ad77ba2..d6d379450fd 100644 --- a/app/locale/en_US/Mage_Downloadable.csv +++ b/app/locale/en_US/Mage_Downloadable.csv @@ -1,7 +1,7 @@ "Add","Add" "Add New Row","Add New Row" "Add links and samples to downloadable product","Add links and samples to downloadable product" -"Alphanumeric, dash and underscore characters are recommended for filenames. Improper characters are replaced with \'_\'.","Alphanumeric, dash and underscore characters are recommended for filenames. Improper characters are replaced with \'_\'." +"Alphanumeric, dash and underscore characters are recommended for filenames. Improper characters are replaced with '_'.","Alphanumeric, dash and underscore characters are recommended for filenames. Improper characters are replaced with '_'." "An error occurred while getting the requested content.","An error occurred while getting the requested content." "An error occurred while getting the requested content. Please contact the store owner.","An error occurred while getting the requested content. Please contact the store owner." "An error occurred while saving the file(s).","An error occurred while saving the file(s)." diff --git a/app/locale/en_US/Mage_Eav.csv b/app/locale/en_US/Mage_Eav.csv index 2b490b2bc4f..2b75ecb9d4a 100644 --- a/app/locale/en_US/Mage_Eav.csv +++ b/app/locale/en_US/Mage_Eav.csv @@ -42,7 +42,7 @@ "Attribute object is undefined","Attribute object is undefined" "Attribute set with the ""%s"" name already exists.","Attribute set with the ""%s"" name already exists." "Attribute with the same code","Attribute with the same code" -"Can\'t create table: %s","Can\'t create table: %s" +"Can't create table: %s","Can't create table: %s" "Catalog Input Type for Store Owner","Catalog Input Type for Store Owner" "Current module EAV entity is undefined","Current module EAV entity is undefined" "Current module pathname is undefined","Current module pathname is undefined" diff --git a/app/locale/en_US/Mage_Install.csv b/app/locale/en_US/Mage_Install.csv index a26c853d3af..bfb89f466b7 100644 --- a/app/locale/en_US/Mage_Install.csv +++ b/app/locale/en_US/Mage_Install.csv @@ -93,7 +93,7 @@ "Provide a complete base URL for SSL connection. For example: %s","Provide a complete base URL for SSL connection. For example: %s" "Report All Bugs","Report All Bugs" "Required Fields","Required Fields" -"Response from server isn\'t valid.","Response from server isn\'t valid." +"Response from server isn't valid.","Response from server isn't valid." "Run admin interface with SSL","Run admin interface with SSL" "Run this in your shell from Magento root folder:","Run this in your shell from Magento root folder:" "Save Session Data In","Save Session Data In" @@ -106,7 +106,7 @@ "Tables Prefix","Tables Prefix" "The URL ""%s"" is invalid.","The URL ""%s"" is invalid." "The URL ""%s"" is not accessible.","The URL ""%s"" is not accessible." -"The database server version doesn\'t match system requirements (required: %s, actual: %s).","The database server version doesn\'t match system requirements (required: %s, actual: %s)." +"The database server version doesn't match system requirements (required: %s, actual: %s).","The database server version doesn't match system requirements (required: %s, actual: %s)." "The table prefix should contain only letters (a-z), numbers (0-9) or underscores (_), the first character should be a letter.","The table prefix should contain only letters (a-z), numbers (0-9) or underscores (_), the first character should be a letter." "There was a problem installing Magento packages. Please read the log, correct errors and try again.","There was a problem installing Magento packages. Please read the log, correct errors and try again." "Time Zone","Time Zone" diff --git a/app/locale/en_US/Mage_Paypal.csv b/app/locale/en_US/Mage_Paypal.csv index 772b76873f9..0bd638b5181 100644 --- a/app/locale/en_US/Mage_Paypal.csv +++ b/app/locale/en_US/Mage_Paypal.csv @@ -158,8 +158,8 @@ "Buyer claims that he/she did not authorize transaction.","Buyer claims that he/she did not authorize transaction." "Buyer claims that the goods or service received differ from merchant’s description of the goods or service.","Buyer claims that the goods or service received differ from merchant’s description of the goods or service." "Buyer claims that the received merchandise is unsatisfactory, defective, or damaged.","Buyer claims that the received merchandise is unsatisfactory, defective, or damaged." -"Buyer\'s Tax ID","Buyer\'s Tax ID" -"Buyer\'s Tax ID Type","Buyer\'s Tax ID Type" +"Buyer's Tax ID","Buyer's Tax ID" +"Buyer's Tax ID Type","Buyer's Tax ID Type" "By default it is ""reports.paypal.com"".","By default it is ""reports.paypal.com""." "CNPJ","CNPJ" "CPF","CPF" @@ -333,7 +333,7 @@ "Merchant Location","Merchant Location" "Merchant Protection Eligibility","Merchant Protection Eligibility" "Merchant Referral Bonus","Merchant Referral Bonus" -"Merchant account doesn\'t have a withdrawal mechanism. Merchant must manually accept or deny this payment from your Account Overview.","Merchant account doesn\'t have a withdrawal mechanism. Merchant must manually accept or deny this payment from your Account Overview." +"Merchant account doesn't have a withdrawal mechanism. Merchant must manually accept or deny this payment from your Account Overview.","Merchant account doesn't have a withdrawal mechanism. Merchant must manually accept or deny this payment from your Account Overview." "Merchant account is not verified.","Merchant account is not verified." "Merchant denied this pending payment.","Merchant denied this pending payment." "Merchant holds a non-U.S. account and does not have a withdrawal mechanism.","Merchant holds a non-U.S. account and does not have a withdrawal mechanism." @@ -556,7 +556,7 @@ "The image at the top left of the checkout page. Max size is 750x90-pixel. https is highly encouraged.","The image at the top left of the checkout page. Max size is 750x90-pixel. https is highly encouraged." "The maximum number of child authorizations is reached.","The maximum number of child authorizations is reached." "The merchant account is not yet verified.","The merchant account is not yet verified." -"The payment curency does not match any of the merchant\'s balances currency.","The payment curency does not match any of the merchant\'s balances currency." +"The payment curency does not match any of the merchant's balances currency.","The payment curency does not match any of the merchant's balances currency." "The payment eCheck is not yet cleared.","The payment eCheck is not yet cleared." "The payment is authorized but not settled.","The payment is authorized but not settled." "The payment is pending because it was made to an email address that is not yet registered or confirmed.","The payment is pending because it was made to an email address that is not yet registered or confirmed." @@ -605,7 +605,7 @@ "Virtual PayPal Debit Card Transaction","Virtual PayPal Debit Card Transaction" "Virtual Terminal Payment","Virtual Terminal Payment" "Void","Void" -"Waiting until Customer\'s eCheck will be cleared.","Waiting until Customer\'s eCheck will be cleared." +"Waiting until Customer's eCheck will be cleared.","Waiting until Customer's eCheck will be cleared." "We prefer PayPal (150 X 40)","We prefer PayPal (150 X 40)" "We prefer PayPal (150 X 60)","We prefer PayPal (150 X 60)" "Website Payments Plus","Website Payments Plus" diff --git a/app/locale/en_US/Mage_Persistent.csv b/app/locale/en_US/Mage_Persistent.csv index 6034a533b06..ac72ad64262 100644 --- a/app/locale/en_US/Mage_Persistent.csv +++ b/app/locale/en_US/Mage_Persistent.csv @@ -72,5 +72,5 @@ "View and track orders and more","View and track orders and more" "Welcome, %s!","Welcome, %s!" "What's this?","What's this?" -"What\'s this?","What\'s this?" +"What's this?","What's this?" "Zip/Postal Code","Zip/Postal Code" diff --git a/app/locale/en_US/Mage_Review.csv b/app/locale/en_US/Mage_Review.csv index c5e9b034691..f72c05005b9 100644 --- a/app/locale/en_US/Mage_Review.csv +++ b/app/locale/en_US/Mage_Review.csv @@ -10,8 +10,8 @@ "4 stars","4 stars" "5 star","5 star" "5 stars","5 stars" -"%2$s %3$s (%4$s)","%2$s %3$s (%4$s)" -"%2$s (%3$s)","%2$s (%3$s)" +"%2$s %3$s (%4$s)","%2$s %3$s (%4$s)" +"%2$s (%3$s)","%2$s (%3$s)" "Add New Review","Add New Review" "Add Your Review","Add Your Review" "Administrator","Administrator" @@ -52,7 +52,7 @@ "Name in Store","Name in Store" "New Review","New Review" "Nickname","Nickname" -"Nickname can\'t be empty","Nickname can\'t be empty" +"Nickname can't be empty","Nickname can't be empty" "Not Approved","Not Approved" "Only registered users can write reviews. Please, log in or register","Only registered users can write reviews. Please, log in or register" "Pending","Pending" @@ -78,8 +78,8 @@ "Review Form Fields Before","Review Form Fields Before" "Review by %s","Review by %s" "Review by %s","Review by %s" -"Review can\'t be empty","Review can\'t be empty" -"Review summary can\'t be empty","Review summary can\'t be empty" +"Review can't be empty","Review can't be empty" +"Review summary can't be empty","Review summary can't be empty" "Reviews","Reviews" "Reviews and Ratings","Reviews and Ratings" "SKU","SKU" diff --git a/app/locale/en_US/Mage_Rss.csv b/app/locale/en_US/Mage_Rss.csv index 8cd9c332970..3bb90260d2c 100644 --- a/app/locale/en_US/Mage_Rss.csv +++ b/app/locale/en_US/Mage_Rss.csv @@ -2,7 +2,7 @@ "%s - Special Products","%s - Special Products" "%s RSS Feed","%s RSS Feed" "%s has reached a quantity of %s.","%s has reached a quantity of %s." -"%s\'s Wishlist","%s\'s Wishlist" +"%s's Wishlist","%s's Wishlist" "Cannot retrieve the wishlist","Cannot retrieve the wishlist" "Catalog","Catalog" "Category Feeds","Category Feeds" diff --git a/app/locale/en_US/Mage_Sales.csv b/app/locale/en_US/Mage_Sales.csv index 5f4a7c684c8..da9f76195bb 100644 --- a/app/locale/en_US/Mage_Sales.csv +++ b/app/locale/en_US/Mage_Sales.csv @@ -198,7 +198,7 @@ "Customer My Account Order Shipment View","Customer My Account Order Shipment View" "Customer My Account Order View","Customer My Account Order View" "Customer Name","Customer Name" -"Customer\'s Current Activities","Customer\'s Current Activities" +"Customer's Current Activities","Customer's Current Activities" "Customs Value","Customs Value" "Date","Date" "Date Shipped","Date Shipped" @@ -341,7 +341,7 @@ "Key","Key" "Last Name","Last Name" "Last Ordered Items","Last Ordered Items" -"Last status can\'t be unassigned from state.","Last status can\'t be unassigned from state." +"Last status can't be unassigned from state.","Last status can't be unassigned from state." "Length","Length" "Link to the New Order","Link to the New Order" "Link to the Previous Order","Link to the Previous Order" @@ -838,8 +838,8 @@ "Unknown Status","Unknown Status" "Unsupported transaction type ""%s"".","Unsupported transaction type ""%s""." "Update Changes","Update Changes" -"Update Items and Qty\'s","Update Items and Qty\'s" -"Update Qty\'s","Update Qty\'s" +"Update Items and Qty's","Update Items and Qty's" +"Update Qty's","Update Qty's" "Updated At","Updated At" "Updated:","Updated:" "Use Aggregated Data (beta)","Use Aggregated Data (beta)" @@ -863,8 +863,8 @@ "Wrong quote item id to update configuration.","Wrong quote item id to update configuration." "Wrong state: ""%s"".","Wrong state: ""%s""." "Yes","Yes" -"You can leave a box blank if you don\'t wish to add a gift message for whole order","You can leave a box blank if you don\'t wish to add a gift message for whole order" -"You don\'t have permissions to manage this order because of one or more products are not permitted for your website.","You don\'t have permissions to manage this order because of one or more products are not permitted for your website." +"You can leave a box blank if you don't wish to add a gift message for whole order","You can leave a box blank if you don't wish to add a gift message for whole order" +"You don't have permissions to manage this order because of one or more products are not permitted for your website.","You don't have permissions to manage this order because of one or more products are not permitted for your website." "You have placed no orders.","You have placed no orders." "You will be redirected to the payment system website.","You will be redirected to the payment system website." "Your credit card will be charged for","Your credit card will be charged for" diff --git a/app/locale/en_US/Mage_SalesRule.csv b/app/locale/en_US/Mage_SalesRule.csv index a695bad8526..151b165cc2e 100644 --- a/app/locale/en_US/Mage_SalesRule.csv +++ b/app/locale/en_US/Mage_SalesRule.csv @@ -18,7 +18,7 @@ "Buy X get Y free (discount amount is Y)","Buy X get Y free (discount amount is Y)" "By Fixed value","By Fixed value" "By Percentage","By Percentage" -"Can\'t acquire coupon.","Can\'t acquire coupon." +"Can't acquire coupon.","Can't acquire coupon." "Cart Attribute","Cart Attribute" "Catalog","Catalog" "Code Format","Code Format" diff --git a/app/locale/en_US/Mage_Wishlist.csv b/app/locale/en_US/Mage_Wishlist.csv index 9f987d079ba..4bff8bbeaf9 100644 --- a/app/locale/en_US/Mage_Wishlist.csv +++ b/app/locale/en_US/Mage_Wishlist.csv @@ -18,9 +18,9 @@ "Are you sure you want to remove this product from your wishlist?","Are you sure you want to remove this product from your wishlist?" "Are you sure you would like to remove this item from the wishlist?","Are you sure you would like to remove this item from the wishlist?" "Back","Back" -"Can\'t delete item from wishlist","Can\'t delete item from wishlist" -"Can\'t save description %s","Can\'t save description %s" -"Can\'t update wishlist","Can\'t update wishlist" +"Can't delete item from wishlist","Can't delete item from wishlist" +"Can't save description %s","Can't save description %s" +"Can't update wishlist","Can't update wishlist" "Cannot add item to shopping cart","Cannot add item to shopping cart" "Cannot add the following product(s) to shopping cart: %s.","Cannot add the following product(s) to shopping cart: %s." "Cannot add the item to shopping cart.","Cannot add the item to shopping cart." @@ -49,7 +49,7 @@ "Edit","Edit" "Email Sender","Email Sender" "Email Template","Email Template" -"Email address can\'t be empty.","Email address can\'t be empty." +"Email address can't be empty.","Email address can't be empty." "Email addresses, separated by commas","Email addresses, separated by commas" "Enabled","Enabled" "General Options","General Options" diff --git a/app/locale/en_US/Mage_XmlConnect.csv b/app/locale/en_US/Mage_XmlConnect.csv index 92851c026a2..4b1540e23c4 100644 --- a/app/locale/en_US/Mage_XmlConnect.csv +++ b/app/locale/en_US/Mage_XmlConnect.csv @@ -37,9 +37,9 @@ "Account confirmation is required. Please check your email for the confirmation link.","Account confirmation is required. Please check your email for the confirmation link." "Account information has been saved.","Account information has been saved." "Action","Action" -"Action type does\'t recognized","Action type does\'t recognized" -"Action type does\'t recognized.","Action type does\'t recognized." -"Action type doesn\'t recognized.","Action type doesn\'t recognized." +"Action type does't recognized","Action type does't recognized" +"Action type does't recognized.","Action type does't recognized." +"Action type doesn't recognized.","Action type doesn't recognized." "Activate","Activate" "Activate PayPal Checkout","Activate PayPal Checkout" "Activate PayPal MECL","Activate PayPal MECL" @@ -103,7 +103,7 @@ "An error occurred while removing items from wishlist.","An error occurred while removing items from wishlist." "Analytics","Analytics" "Android","Android" -"Android doesn\'t support AirMail message type.","Android doesn\'t support AirMail message type." +"Android doesn't support AirMail message type.","Android doesn't support AirMail message type." "App Background","App Background" "App Background (landscape mode)","App Background (landscape mode)" "App Background (landscape mode).","App Background (landscape mode)." @@ -130,7 +130,7 @@ "Application Master Secret","Application Master Secret" "Application Name","Application Name" "Application Secret","Application Secret" -"Application doesn\'t exist.","Application doesn\'t exist." +"Application doesn't exist.","Application doesn't exist." "Apply","Apply" "Applying Coupon Code","Applying Coupon Code" "Applying Gift Card %@","Applying Gift Card %@" @@ -181,35 +181,35 @@ "Buy More & Save","Buy More & Save" "Buyer country is not allowed by store.","Buyer country is not allowed by store." "CMS Page","CMS Page" -"CMS Pages haven\'t been found.","CMS Pages haven\'t been found." +"CMS Pages haven't been found.","CMS Pages haven't been found." "Cache Lifetime (seconds)","Cache Lifetime (seconds)" "Cache Management","Cache Management" -"Can\'t add item to shopping cart.","Can\'t add item to shopping cart." -"Can\'t apply the coupon code.","Can\'t apply the coupon code." -"Can\'t copy file ""%s"" to ""%s"".","Can\'t copy file ""%s"" to ""%s""." -"Can\'t create wishlist.","Can\'t create wishlist." -"Can\'t delete ""%s"" theme.","Can\'t delete ""%s"" theme." -"Can\'t load XML.","Can\'t load XML." -"Can\'t load admin application settings.","Can\'t load admin application settings." -"Can\'t load application with id ""%s""","Can\'t load application with id ""%s""" -"Can\'t load cart info.","Can\'t load cart info." -"Can\'t load cart.","Can\'t load cart." -"Can\'t load customer form.","Can\'t load customer form." -"Can\'t load default themes.","Can\'t load default themes." -"Can\'t load selected theme. Please check your media folder permissions.","Can\'t load selected theme. Please check your media folder permissions." -"Can\'t load template with id ""%s""","Can\'t load template with id ""%s""" -"Can\'t open submission form.","Can\'t open submission form." -"Can\'t read file ""%s"".","Can\'t read file ""%s""." -"Can\'t remove the item.","Can\'t remove the item." -"Can\'t reset theme.","Can\'t reset theme." -"Can\'t save address.","Can\'t save address." -"Can\'t save the customer.","Can\'t save the customer." -"Can\'t save theme.","Can\'t save theme." -"Can\'t show configuration.","Can\'t show configuration." -"Can\'t specify product.","Can\'t specify product." -"Can\'t submit application.","Can\'t submit application." -"Can\'t update cart.","Can\'t update cart." -"Can\'t write to file ""%s"".","Can\'t write to file ""%s""." +"Can't add item to shopping cart.","Can't add item to shopping cart." +"Can't apply the coupon code.","Can't apply the coupon code." +"Can't copy file ""%s"" to ""%s"".","Can't copy file ""%s"" to ""%s""." +"Can't create wishlist.","Can't create wishlist." +"Can't delete ""%s"" theme.","Can't delete ""%s"" theme." +"Can't load XML.","Can't load XML." +"Can't load admin application settings.","Can't load admin application settings." +"Can't load application with id ""%s""","Can't load application with id ""%s""" +"Can't load cart info.","Can't load cart info." +"Can't load cart.","Can't load cart." +"Can't load customer form.","Can't load customer form." +"Can't load default themes.","Can't load default themes." +"Can't load selected theme. Please check your media folder permissions.","Can't load selected theme. Please check your media folder permissions." +"Can't load template with id ""%s""","Can't load template with id ""%s""" +"Can't open submission form.","Can't open submission form." +"Can't read file ""%s"".","Can't read file ""%s""." +"Can't remove the item.","Can't remove the item." +"Can't reset theme.","Can't reset theme." +"Can't save address.","Can't save address." +"Can't save the customer.","Can't save the customer." +"Can't save theme.","Can't save theme." +"Can't show configuration.","Can't show configuration." +"Can't specify product.","Can't specify product." +"Can't submit application.","Can't submit application." +"Can't update cart.","Can't update cart." +"Can't write to file ""%s"".","Can't write to file ""%s""." "Cancel","Cancel" "Canceled","Canceled" "Canceling PayPal ...","Canceling PayPal ..." @@ -265,7 +265,7 @@ "Confirm New Password","Confirm New Password" "Confirm Password","Confirm Password" "Connecting","Connecting" -"Connection Error\nWe\'re sorry. The app is experiencing connection problems. The app requires a network connection to operate.","Connection Error\nWe\'re sorry. The app is experiencing connection problems. The app requires a network connection to operate." +"Connection Error\nWe're sorry. The app is experiencing connection problems. The app requires a network connection to operate.","Connection Error\nWe're sorry. The app is experiencing connection problems. The app requires a network connection to operate." "Contact Email","Contact Email" "Contact Information","Contact Information" "ContactsAreEmpty","ContactsAreEmpty" @@ -279,7 +279,7 @@ "Countries","Countries" "Countries Payment Applicable From","Countries Payment Applicable From" "Country","Country" -"Country options don\'t recognized for ""%s"".","Country options don\'t recognized for ""%s""." +"Country options don't recognized for ""%s"".","Country options don't recognized for ""%s""." "Coupon code %s is not valid.","Coupon code %s is not valid." "Coupon code %s was applied.","Coupon code %s was applied." "Coupon code is empty.","Coupon code is empty." @@ -333,11 +333,11 @@ "Device","Device" "Device Information","Device Information" "Device Type","Device Type" -"Device doesn\'t recognized","Device doesn\'t recognized" -"Device doesn\'t recognized. Unable to load a template.","Device doesn\'t recognized. Unable to load a template." -"Device doesn\'t recognized: ""%s"". Unable to load a helper.","Device doesn\'t recognized: ""%s"". Unable to load a helper." -"Device doesn\'t recognized: ""%s"". Unable to load preview model.","Device doesn\'t recognized: ""%s"". Unable to load preview model." -"Device type doesn\'t recognized.","Device type doesn\'t recognized." +"Device doesn't recognized","Device doesn't recognized" +"Device doesn't recognized. Unable to load a template.","Device doesn't recognized. Unable to load a template." +"Device doesn't recognized: ""%s"". Unable to load a helper.","Device doesn't recognized: ""%s"". Unable to load a helper." +"Device doesn't recognized: ""%s"". Unable to load preview model.","Device doesn't recognized: ""%s"". Unable to load preview model." +"Device type doesn't recognized.","Device type doesn't recognized." "Discount code is empty","Discount code is empty" "Discount:","Discount:" "Done","Done" @@ -399,8 +399,8 @@ "Facebook Application ID","Facebook Application ID" "Facebook post failed...","Facebook post failed..." "Fax","Fax" -"File can\'t be uploaded.","File can\'t be uploaded." -"File doesn\'t exist ""%s"".","File doesn\'t exist ""%s""." +"File can't be uploaded.","File can't be uploaded." +"File doesn't exist ""%s"".","File doesn't exist ""%s""." "Filter","Filter" "Filters","Filters" "First Name","First Name" @@ -448,10 +448,10 @@ "I Agree","I Agree" "I agree to the Terms and Conditions","I agree to the Terms and Conditions" "ID","ID" -"Icon that will appear on the user\'s device after they download your app.","Icon that will appear on the user\'s device after they download your app." -"Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)." -"Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)." -"Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)." +"Icon that will appear on the user's device after they download your app.","Icon that will appear on the user's device after they download your app." +"Icon that will appear on the user's device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user's device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)." +"Icon that will appear on the user's phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user's phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)." +"Icon that will appear on the user's phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user's phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)." "Icons","Icons" "If leave this field empty, the message will be sent immediately","If leave this field empty, the message will be sent immediately" "If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page.","If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page." @@ -461,15 +461,15 @@ "Image file was not found.","Image file was not found." "Image has been deleted.","Image has been deleted." "Image id is required.","Image id is required." -"Image limits don\'t recognized for ""%s"" image type","Image limits don\'t recognized for ""%s"" image type" +"Image limits don't recognized for ""%s"" image type","Image limits don't recognized for ""%s"" image type" "Image that appears on first screen while your app is loading.","Image that appears on first screen while your app is loading." -"Image type doesn\'t recognized: ""%s"".","Image type doesn\'t recognized: ""%s""." +"Image type doesn't recognized: ""%s"".","Image type doesn't recognized: ""%s""." "Image type is required.","Image type is required." "Images","Images" "Images order has been updated.","Images order has been updated." "In Queue","In Queue" "In Stock","In Stock" -"In addition, click here to review Urban Airship\'s Terms of Service: click here.","In addition, click here to review Urban Airship\'s Terms of Service: click here." +"In addition, click here to review Urban Airship's Terms of Service: click here.","In addition, click here to review Urban Airship's Terms of Service: click here." "In order to resubmit your app, you need to first purchase a %s from MagentoCommerce","In order to resubmit your app, you need to first purchase a %s from MagentoCommerce" "In order to submit your app, you need to first purchase a %s from MagentoCommerce","In order to submit your app, you need to first purchase a %s from MagentoCommerce" "Inactive Tabs","Inactive Tabs" @@ -486,14 +486,14 @@ "Invalid login or password.","Invalid login or password." "Invalid shipping method.","Invalid shipping method." "Issue Number","Issue Number" -"It\'s not allowed to delete submitted application.","It\'s not allowed to delete submitted application." +"It's not allowed to delete submitted application.","It's not allowed to delete submitted application." "Item","Item" "Item Options","Item Options" "Item has been added to cart.","Item has been added to cart." "Item has been deleted from cart.","Item has been deleted from cart." "Item has been removed from wishlist.","Item has been removed from wishlist." "Items","Items" -"Items were updated. But can\'t update wishlist.","Items were updated. But can\'t update wishlist." +"Items were updated. But can't update wishlist.","Items were updated. But can't update wishlist." "Keep your image size below %s KB for optimal performance.","Keep your image size below %s KB for optimal performance." "Key","Key" "Keywords","Keywords" @@ -558,7 +558,7 @@ "Logo in Header","Logo in Header" "Logo in Header image missing.","Logo in Header image missing." "Logout complete.","Logout complete." -"MEP is PayPal\'s native checkout experience for the iPhone. You can choose to use MEP alongside standard checkout, or use it as your only checkout method for Magento mobile. PayPal MEP requires a PayPal business account","MEP is PayPal\'s native checkout experience for the iPhone. You can choose to use MEP alongside standard checkout, or use it as your only checkout method for Magento mobile. PayPal MEP requires a PayPal business account" +"MEP is PayPal's native checkout experience for the iPhone. You can choose to use MEP alongside standard checkout, or use it as your only checkout method for Magento mobile. PayPal MEP requires a PayPal business account","MEP is PayPal's native checkout experience for the iPhone. You can choose to use MEP alongside standard checkout, or use it as your only checkout method for Magento mobile. PayPal MEP requires a PayPal business account" "MM","MM" "Mailbox title","Mailbox title" "Main Tabs","Main Tabs" @@ -583,7 +583,7 @@ "Message text is missed.","Message text is missed." "Message title","Message title" "Message too long, please use 140 symbols","Message too long, please use 140 symbols" -"Message type doesn\'t recognized","Message type doesn\'t recognized" +"Message type doesn't recognized","Message type doesn't recognized" "Minimize","Minimize" "Minimum %@, maximum %@","Minimum %@, maximum %@" "Minimum: %.2f","Minimum: %.2f" @@ -631,7 +631,7 @@ "Offline cart stored on server","Offline cart stored on server" "Offline catalog export complete.","Offline catalog export complete." "Offline catalog export failed.","Offline catalog export failed." -"One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum.","One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum." +"One or more keywords that describe your app. Keywords are matched to users' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum.","One or more keywords that describe your app. Keywords are matched to users' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum." "Onepage checkout is disabled.","Onepage checkout is disabled." "Only custom theme can be deleted","Only custom theme can be deleted" "Only default theme can be reset","Only default theme can be reset" @@ -670,7 +670,7 @@ "Password:","Password:" "PayPal","PayPal" "PayPal Checkout","PayPal Checkout" -"PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile.","PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile." +"PayPal MECL is the mobile version of PayPal's Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile.","PayPal MECL is the mobile version of PayPal's Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile." "PayPal MEP","PayPal MEP" "PayPal Mobile Embedded Payment (MEP)","PayPal Mobile Embedded Payment (MEP)" "PayPal Mobile Express Checkout","PayPal Mobile Express Checkout" @@ -685,7 +685,7 @@ "Payment Methods","Payment Methods" "Payment method","Payment method" "Payment method was successfully set.","Payment method was successfully set." -"Paypal MEP doesn\'t support checkout with any discount.","Paypal MEP doesn\'t support checkout with any discount." +"Paypal MEP doesn't support checkout with any discount.","Paypal MEP doesn't support checkout with any discount." "Place Order","Place Order" "Placing order ...","Placing order ..." "Please click here to see how to setup and retrieve API credentials.","Please click here to see how to setup and retrieve API credentials." @@ -778,7 +778,7 @@ "Queue is allowed only for applications with enabled Push Notification.","Queue is allowed only for applications with enabled Push Notification." "Quote instance is required.","Quote instance is required." "Quote item is not found.","Quote item is not found." -"Range param doesn\'t recognized","Range param doesn\'t recognized" +"Range param doesn't recognized","Range param doesn't recognized" "Ratings and Reviews","Ratings and Reviews" "Read the Terms and Conditions","Read the Terms and Conditions" "Recent Activity","Recent Activity" @@ -917,7 +917,7 @@ "Store View","Store View" "Store credit","Store credit" "Store logo that is displayed on copyright page of app.","Store logo that is displayed on copyright page of app." -"Store switcher hasn\'t been defined","Store switcher hasn\'t been defined" +"Store switcher hasn't been defined","Store switcher hasn't been defined" "Street Address","Street Address" "Street Address 2","Street Address 2" "Subject:","Subject:" @@ -985,13 +985,13 @@ "Theme configurations are successfully reset.","Theme configurations are successfully reset." "Theme has been created.","Theme has been created." "Theme has been delete.","Theme has been delete." -"Theme label can\'t be empty","Theme label can\'t be empty" +"Theme label can't be empty","Theme label can't be empty" "Theme label:","Theme label:" "Theme name is not set.","Theme name is not set." "There are files that were selected but not uploaded yet. After switching to another tab your selections may be lost. Do you wish to continue ?","There are files that were selected but not uploaded yet. After switching to another tab your selections may be lost. Do you wish to continue ?" "There are no items here","There are no items here" "There are no items in your cart","There are no items in your cart" -"There is an error in loading an app\'s configuration","There is an error in loading an app\'s configuration" +"There is an error in loading an app's configuration","There is an error in loading an app's configuration" "There is an error in retrieving the data. Please try again later","There is an error in retrieving the data. Please try again later" "There is no addresses for this contact","There is no addresses for this contact" "There is no store credit history!","There is no store credit history!" @@ -1141,10 +1141,10 @@ "Your review has been accepted for moderation.","Your review has been accepted for moderation." "Your tweet has been sent. Thanks for sharing this product on Twitter","Your tweet has been sent. Thanks for sharing this product on Twitter" "Zip/Postal Code","Zip/Postal Code" -"\'%s\' exceeds the allowed file size: %d (bytes)","\'%s\' exceeds the allowed file size: %d (bytes)" -"\'%s\' height exceeds allowed value of %d px","\'%s\' height exceeds allowed value of %d px" -"\'%s\' is not a valid file extension. Allowed extensions: %s","\'%s\' is not a valid file extension. Allowed extensions: %s" -"\'%s\' width exceeds allowed value of %d px","\'%s\' width exceeds allowed value of %d px" +"'%s' exceeds the allowed file size: %d (bytes)","'%s' exceeds the allowed file size: %d (bytes)" +"'%s' height exceeds allowed value of %d px","'%s' height exceeds allowed value of %d px" +"'%s' is not a valid file extension. Allowed extensions: %s","'%s' is not a valid file extension. Allowed extensions: %s" +"'%s' width exceeds allowed value of %d px","'%s' width exceeds allowed value of %d px" "and","and" "as Guest","as Guest" "each","each"