# $Id: strings.raw,v 1.23 2006/01/20 19:06:35 mindless Exp $ /* ViewCart.inc */ gettext("View Your Cart") gettext("view cart") /* module.inc */ gettext("Cart") gettext("Shopping Cart Module") gettext("Commerce") gettext("[cart] Add to cart") gettext("Add Album To Cart") gettext("Add Photo To Cart") gettext("Add %s To Cart") /* templates/ViewCart.tpl */ gettext("Items Currently in Your Cart") gettext("« cart actions »") gettext("Update Quantities") gettext("Empty Cart") gettext("Go") gettext("Cart updated successfully") gettext("Your cart is empty.") gettext("To add items, browse the gallery and select 'Add to cart' from the item's action menu.") gettext("Quantity") gettext("Item") gettext("Type") gettext("Remove") gettext("No thumbnail") gettext("Title:") gettext("Summary:") /* templates/blocks/ShowCart.tpl */ gettext("Your Cart") ngettext("You have %d item in your cart", "You have %d items in your cart") gettext("View Cart") /* templates/blocks/blocks.inc */ gettext("Shopping Cart Info")