FleetCart/Themes/Storefront/resources/lang/en/product.php

43 lines
1.2 KiB
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'left_in_stock' => ':count left in stock',
'in_stock' => 'In stock',
'out_of_stock' => 'Out of stock',
'wishlist' => 'Wishlist',
'compare' => 'Compare',
2023-12-03 14:07:47 +00:00
'click_to_select' => 'Click to select',
2023-06-11 12:14:03 +00:00
'options' => [
'choose_an_option' => 'Choose an option',
],
2023-12-03 14:07:47 +00:00
2023-06-11 12:14:03 +00:00
'quantity' => 'Quantity',
2023-12-03 14:07:47 +00:00
'add_to_cart' => 'Add to Cart',
'unavailable' => 'Unavailable',
2023-06-11 12:14:03 +00:00
'sku' => 'SKU:',
'categories' => 'Categories:',
'tags' => 'Tags:',
'share' => 'Share:',
'facebook' => 'Facebook',
'twitter' => 'Twitter',
'linkedin' => 'Linkedin',
'tumblr' => 'Tumblr',
'you_might_also_like' => 'You might also like',
'description' => 'Description',
'specification' => 'Specification',
'reviews' => 'Reviews (:count)',
'add_a_review' => 'Add a review',
2023-12-03 14:07:47 +00:00
'review_submitted' => 'Review submitted',
2023-06-11 12:14:03 +00:00
'review_form' => [
'your_rating' => 'Your Rating',
'name' => 'Name',
'comment' => 'Comment',
2023-12-03 14:07:47 +00:00
'submit' => 'Submit',
2023-06-11 12:14:03 +00:00
],
2023-12-03 14:07:47 +00:00
2023-06-11 12:14:03 +00:00
'be_the_first_one_to_review_this_product' => 'Be the first one to review this product.',
'related_products' => 'Related Products',
];