Skip to content

Commit

Permalink
Updated POT file
Browse files Browse the repository at this point in the history
  • Loading branch information
seb86 committed Mar 2, 2018
1 parent a3dfb62 commit 4a22a4f
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions languages/cart-rest-api-for-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Cart REST API for WooCommerce 1.0.1\n"
"Report-Msgid-Bugs-To: "
"https://github.com/seb86/WooCommerce-Cart-REST-API/issues\n"
"POT-Creation-Date: 2018-02-27 15:00:55+00:00\n"
"POT-Creation-Date: 2018-03-02 23:11:36+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -15,133 +15,133 @@ msgstr ""
"Language: en_US\n"
"X-Generator: grunt-wp-i18n1.0.1\n"

#: cart-rest-api-for-woocommerce.php:77 cart-rest-api-for-woocommerce.php:87
#: cart-rest-api-for-woocommerce.php:78 cart-rest-api-for-woocommerce.php:88
msgid "Foul!"
msgstr ""

#: cart-rest-api-for-woocommerce.php:140
#: cart-rest-api-for-woocommerce.php:148
msgid "%1$s requires at least %2$s v%3$s or higher."
msgstr ""

#: cart-rest-api-for-woocommerce.php:167
#: cart-rest-api-for-woocommerce.php:196
msgid "Documentation"
msgstr ""

#: cart-rest-api-for-woocommerce.php:168
#: cart-rest-api-for-woocommerce.php:197
msgid "Support"
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:111
#: includes/api/class-wc-rest-cart-controller.php:112
msgid "The cart item key is what identifies the item in the cart."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:158
#: includes/api/class-wc-rest-cart-controller.php:159
msgid "Cart is empty!"
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:197
#: includes/api/class-wc-rest-cart-controller.php:198
msgid "There are no items in the cart!"
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:214
#: includes/api/class-wc-rest-cart-controller.php:215
msgid "Cart is cleared."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:216
#: includes/api/class-wc-rest-cart-controller.php:217
msgid "Clearing the cart failed!"
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:230
#: includes/api/class-wc-rest-cart-controller.php:231
msgid "Product ID number is required!"
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:234
#: includes/api/class-wc-rest-cart-controller.php:235
msgid "Product ID must be numeric!"
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:248
#: includes/api/class-wc-rest-cart-controller.php:249
msgid "Quantity must be numeric!"
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:287
#: includes/api/class-wc-rest-cart-controller.php:288
msgid "Warning: This product does not exist!"
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:300
#: includes/api/class-wc-rest-cart-controller.php:301
#. translators: %s: product name
msgid "You cannot add another \"%s\" to your cart."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:306
#: includes/api/class-wc-rest-cart-controller.php:307
msgid "Sorry, this product cannot be purchased."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:311
#: includes/api/class-wc-rest-cart-controller.php:312
msgid ""
"You cannot add "%s" to the cart because the product is out of "
"stock."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:315
#: includes/api/class-wc-rest-cart-controller.php:316
#. translators: 1: product name 2: quantity in stock
msgid ""
"You cannot add that amount of "%1$s" to the cart because there is "
"not enough stock (%2$s remaining)."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:326
#: includes/api/class-wc-rest-cart-controller.php:327
msgid ""
"You cannot add that amount to the cart — we have %1$s in stock and "
"you already have %2$s in your cart."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:348
#: includes/api/class-wc-rest-cart-controller.php:349
msgid "You cannot add \"%s\" to your cart."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:365
#: includes/api/class-wc-rest-cart-controller.php:366
msgid "Item has been removed from cart."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:367
#: includes/api/class-wc-rest-cart-controller.php:368
msgid "Unable to remove item from cart."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:370
#: includes/api/class-wc-rest-cart-controller.php:392
#: includes/api/class-wc-rest-cart-controller.php:438
#: includes/api/class-wc-rest-cart-controller.php:371
#: includes/api/class-wc-rest-cart-controller.php:393
#: includes/api/class-wc-rest-cart-controller.php:439
msgid "Cart item key is required!"
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:387
#: includes/api/class-wc-rest-cart-controller.php:388
msgid "Item has been restored to the cart."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:389
#: includes/api/class-wc-rest-cart-controller.php:390
msgid "Unable to restore item to the cart."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:428
#: includes/api/class-wc-rest-cart-controller.php:429
msgid "The quantity for \"%1$s\" has increased to \"%2$s\"."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:430
#: includes/api/class-wc-rest-cart-controller.php:431
msgid "The quantity for \"%1$s\" has decreased to \"%2$s\"."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:432
#: includes/api/class-wc-rest-cart-controller.php:433
msgid "The quantity for \"%s\" has not changed."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:435
#: includes/api/class-wc-rest-cart-controller.php:436
msgid "Unable to update item quantity in cart."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:451
#: includes/api/class-wc-rest-cart-controller.php:452
msgid "No items in cart to calculate totals."
msgstr ""

#: includes/api/class-wc-rest-cart-controller.php:456
#: includes/api/class-wc-rest-cart-controller.php:457
msgid "Cart totals have been calculated."
msgstr ""

Expand Down

0 comments on commit 4a22a4f

Please sign in to comment.