Changeset 43764 in spip-zone
- Timestamp:
- Jan 21, 2011, 10:03:20 PM (10 years ago)
- Location:
- _plugins_/simplecart/lang
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/simplecart/lang/simplecart_ca.php
r42881 r43764 43 43 'dineromail_currency_local' => 'Moneda local', 44 44 'dineromail_currency_usd' => 'Dòlars nord-americans', 45 'dineromail_header_image' => 'Imatge de capçalera', 45 'dineromail_header_image' => 'Imatge de capçalera', # MODIF 46 46 'dineromail_header_image_explication' => 'URL absoluta del logotip a mostrar a la capçalera de DineroMail (jpg o gif, 150px x 50px)', 47 47 'dineromail_merchant_id' => 'Número de compte', -
_plugins_/simplecart/lang/simplecart_de.php
r42881 r43764 43 43 'dineromail_currency_local' => 'Lokale Währung', 44 44 'dineromail_currency_usd' => 'US Dollar', 45 'dineromail_header_image' => 'Titelbild', 45 'dineromail_header_image' => 'Titelbild', # MODIF 46 46 'dineromail_header_image_explication' => 'Absoluter URL eines Logos für den DineroMail Kopf(jpg oder gif, 150px x 50px)', 47 47 'dineromail_merchant_id' => 'Händler-Nummer', -
_plugins_/simplecart/lang/simplecart_en.php
r42881 r43764 21 21 'cart_configuration' => 'Cart configuration', 22 22 'cart_headers' => 'Cart headers', 23 'cart_headers_explication' => ' You can format how the cart is displayed. See <a href="http://simplecartjs.com/documentation.html">Cart formatting configuration page</a> for details',23 'cart_headers_explication' => '<You can format how the cart is displayed. Read the <a href="http://simplecartjs.com/documentation.html">Cart formatting configuration page</a> for details', 24 24 'checkout' => 'Checkout', 25 'checkout2email' => 'Checkout toemail',26 'checkout2email_explication' => 'The order is sent to the follow email address. This NOT use any specific payment method.',25 'checkout2email' => 'Checkout by email', 26 'checkout2email_explication' => 'The order is sent to the following email address. This does NOT use any specific payment method.', 27 27 'checkout_methods' => 'Payment methods', 28 'checkout_to' => 'Checkout to',28 'checkout_to' => 'Checkout by', 29 29 30 30 // D 31 'description' => 'A simple javascript shopping cart',32 'devise' => ' Moneda', # NEW NEW33 'devise_choix' => ' Elección de la moneda', # NEW NEW34 'devise_explication' => ' La moneda que se utilizará para el pago (Compruebe la compatibilidad antes de método de pago)', # NEW31 'description' => 'A simple JavaScript shopping cart', 32 'devise' => 'Currency', 33 'devise_choix' => 'Currency selection', 34 'devise_explication' => 'The currency which will be used for the payment (Check beforehand to make sure that it is compatible with the selected payment method)', 35 35 'dineromail_country' => 'Country', 36 36 'dineromail_country_argentine' => 'Argentina', 37 37 'dineromail_country_brazil' => 'Brazil', 38 38 'dineromail_country_chile' => 'Chile', 39 'dineromail_country_explication' => ' Choicethe country where you registered your DineroMail account.',39 'dineromail_country_explication' => 'Select the country where you registered your DineroMail account.', 40 40 'dineromail_country_mexico' => 'Mexico', 41 41 'dineromail_currency' => 'Transaction currency', 42 'dineromail_currency_explication' => 'Currency type for the transa tion. There is no currency conversion. Prices must be given in the selected currency',42 'dineromail_currency_explication' => 'Currency type for the transaction. There is no currency conversion. Prices must be given in the selected currency', 43 43 'dineromail_currency_local' => 'Local currency', 44 'dineromail_currency_usd' => 'US Dollars',45 'dineromail_header_image' => 'Header image', 46 'dineromail_header_image_explication' => ' URL absolute of a logo to show onDineroMail header (jpg or gif, 150px x 50px)',44 'dineromail_currency_usd' => 'US dollars', 45 'dineromail_header_image' => 'Header image', # MODIF 46 'dineromail_header_image_explication' => 'The absolute URL of a logo to show on the DineroMail header (jpg or gif, 150px x 50px)', 47 47 'dineromail_merchant_id' => 'Merchant number', 48 'dineromail_merchant_id_explication' => 'Merchant number ID of your DineroMail account, without verification digit',49 'dineromail_payments_methods' => 'DineroMail \'s payment methods',50 'dineromail_payments_methods_explication' => ' String to set payment methods enabled. Keepit blank to enable all methods available for the country',48 'dineromail_merchant_id_explication' => 'Merchant number ID of your DineroMail account, without the verification digit', 49 'dineromail_payments_methods' => 'DineroMail payment method', 50 'dineromail_payments_methods_explication' => 'Text string which defines the authorised payment methods. Leave it blank to enable all methods available for the country', 51 51 'dineromail_see' => 'See', 52 52 'dineromail_seller_name' => 'Seller name', 53 'dineromail_seller_name_explication' => 'Text replacement for \'email\' in the header. Keep it blank for don\'t replace.',53 'dineromail_seller_name_explication' => 'Text replacement for \'email\' in the header. Leave it blank if you do not want it replaced', 54 54 55 55 // E 56 56 'empty' => 'Empty', 57 'error_url' => ' Error URL',58 'error_url_explication' => 'URL where customer is redirected in case of an error in the transaction',57 'error_url' => 'Purchase error URL', 58 'error_url_explication' => 'URL where the customer is redirected in case of an error in the transaction', 59 59 60 60 // F … … 72 72 73 73 // O 74 'ok_url' => 'Success URL',74 'ok_url' => 'Successful purchase URL', 75 75 'ok_url_explication' => 'URL where customer is redirected in case of a successful transaction', 76 76 'other_parameters' => 'Other parameters', … … 78 78 // P 79 79 'paypal_account' => 'PayPal account', 80 'paypal_account_explication' => 'Email of your PayPal account ',81 'pending_url' => 'P ending URL',80 'paypal_account_explication' => 'Email of your PayPal account, if you have one.', 81 'pending_url' => 'Purchase pending URL', 82 82 'pending_url_explication' => 'URL where customer is redirected in case of a pending transaction', 83 83 … … 86 86 'shipping_flat_rate' => 'Shipping flat rate', 87 87 'shipping_flat_rate_explication' => 'Add a flat shipping rate to the entire order', 88 'shipping_quantity_rate' => 'Shipping quantity rate',89 'shipping_quantity_rate_explication' => 'Add a fix shipping cost for e veryitem in the cart ',90 'shipping_total_rate' => ' Shipping total rate',91 'shipping_total_rate_explication' => 'Add a shipping cost proportional to the total cost',88 'shipping_quantity_rate' => 'Shipping rate by quantity', 89 'shipping_quantity_rate_explication' => 'Add a fix shipping cost for each item in the cart ', 90 'shipping_total_rate' => 'Total shipping rate percentage', 91 'shipping_total_rate_explication' => 'Add a shipping cost proportional to the total order cost', 92 92 'subtotal' => 'Subtotal', 93 93 94 94 // T 95 'tax_and_shipping' => 'Tax and shipping',95 'tax_and_shipping' => 'Taxes and shipping', 96 96 'tax_cost' => 'Tax cost', 97 97 'tax_rate' => 'Tax rate', 98 'tax_rate_explication' => 'Tax rate as facto. For example: 0.10 of VTA',98 'tax_rate_explication' => 'Tax rate as proportion. Example: 0.19 of VAT', 99 99 'title' => 'SimpleCart', 100 100 -
_plugins_/simplecart/lang/simplecart_fr.php
r42881 r43764 43 43 'dineromail_currency_local' => 'Monnaie locale', 44 44 'dineromail_currency_usd' => 'Dollars américains', 45 'dineromail_header_image' => 'Image de l\'en-tête', 45 'dineromail_header_image' => 'Image de l\'en-tête', # MODIF 46 46 'dineromail_header_image_explication' => 'URL absolue du logo à montrer dans l\'en-tête de DineroMail (jpg o gif, 150px x 50px)', 47 47 'dineromail_merchant_id' => 'Numéro de compte',
Note: See TracChangeset
for help on using the changeset viewer.