-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish: Merge branch 'master' of https://github.com/volusion-angular…
…-themes/method generated from commit 5d54a0c
- Loading branch information
deploy.sh
committed
Aug 28, 2014
1 parent
c865d35
commit 2199f56
Showing
1 changed file
with
18 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
// If VALUE is empty translate service will return the KEY | ||
{ | ||
"message": { | ||
"addToCartSuccess": "Item(s) are added to your cart", | ||
"addToCartError" : "ERROR!", | ||
"addToCartWarning": "Warning!", | ||
|
||
"unknown" : "Unknown server error", | ||
"CART_ITEM_UNAVAILABLE": "", | ||
"CART_ITEM_WITH_OPTION_UNAVAILABLE": "", | ||
"CART_MAX_ITEM_COUNT_EXCEEDED": "", | ||
"CART_ITEM_MIN_ORDER_QTY": "", | ||
"CART_ITEM_MAX_ORDER_QTY": "", | ||
"CART_ITEM_PREVIOUSLY_ADDED_UNAVAILABLE": "", | ||
"CART_ITEM_MINQTY_UNAVAILABLE": "", | ||
"CART_ITEM_QTY_ADJUSTED_TO_AVAILABILITY": "", | ||
"CART_ITEM_OUT_OF_STOCK": "", | ||
"CART_KITITEM_MINQTY_UNAVAILABLE": "", | ||
"CART_KITITEM_QTY_ADJUSTED_TO_AVAILABILITY": "", | ||
"CART_KITITEM_NO_AVAILABLE_STOCK": "", | ||
"CART_KITITEM_OUT_OF_STOCK": "" | ||
} | ||
"message": { | ||
"CART_UNKNOWN" : "Unknown server error", | ||
"CART_ADD_SUCCESS" : "Item(s) are added to your cart", | ||
"CART_ITEM_UNAVAILABLE" : "", | ||
"CART_ITEM_WITH_OPTION_UNAVAILABLE" : "", | ||
"CART_MAX_ITEM_COUNT_EXCEEDED" : "", | ||
"CART_ITEM_MIN_ORDER_QTY" : "", | ||
"CART_ITEM_MAX_ORDER_QTY" : "", | ||
"CART_ITEM_PREVIOUSLY_ADDED_UNAVAILABLE" : "", | ||
"CART_ITEM_MINQTY_UNAVAILABLE" : "", | ||
"CART_ITEM_QTY_ADJUSTED_TO_AVAILABILITY" : "", | ||
"CART_ITEM_OUT_OF_STOCK" : "", | ||
"CART_KITITEM_MINQTY_UNAVAILABLE" : "", | ||
"CART_KITITEM_QTY_ADJUSTED_TO_AVAILABILITY": "", | ||
"CART_KITITEM_NO_AVAILABLE_STOCK" : "", | ||
"CART_KITITEM_OUT_OF_STOCK" : "" | ||
} | ||
} |