diff options
Diffstat (limited to 'public/admin/language/es-es/extension/payment/squareup.php')
-rw-r--r-- | public/admin/language/es-es/extension/payment/squareup.php | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/public/admin/language/es-es/extension/payment/squareup.php b/public/admin/language/es-es/extension/payment/squareup.php index c984281..7615412 100644 --- a/public/admin/language/es-es/extension/payment/squareup.php +++ b/public/admin/language/es-es/extension/payment/squareup.php @@ -2,17 +2,17 @@ // Heading $_['heading_title'] = 'Square'; -$_['heading_title_transaction'] = 'View Transaction #%s'; +$_['heading_title_transaction'] = 'Ver transacción #%s'; // Help -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; -$_['help_local_cron'] = 'Insert this command in your web server CRON tab. Set it up to run at least once per day.'; -$_['help_remote_cron'] = 'Use this URL to set up a CRON task via a web-based CRON service. Set it up to run at least once per day.'; -$_['help_recurring_status'] = 'Enable to allow periodic recurring payments.<br />NOTE: You must also setup a daily CRON task.'; -$_['help_cron_email'] = 'A summary of the recurring task will be sent to this e-mail after completion.'; -$_['help_cron_email_status'] = 'Enable to receive a summary after every CRON task.'; -$_['help_notify_recurring_success'] = 'Notify customers about successful recurring transactions.'; -$_['help_notify_recurring_fail'] = 'Notify customers about failed recurring transactions.'; +$_['help_total'] = 'El total de pago que debe alcanzar el pedido antes de que este método de pago se active'; +$_['help_local_cron'] = 'Inserte este comando en la pestaña CRON de su servidor web. Configúrelo para que se ejecute al menos una vez al día.'; +$_['help_remote_cron'] = 'Use esta URL para configurar una tarea CRON a través de un servicio CRON basado en la web. Configúrelo para que se ejecute al menos una vez al día.'; +$_['help_recurring_status'] = 'Habilite esta opción para permitir pagos periódicos periódicos. <br /> NOTA: También debe configurar una tarea CRON diaria..'; +$_['help_cron_email'] = 'Se enviará un resumen de la tarea recurrente a este correo electrónico después de la finalización.'; +$_['help_cron_email_status'] = 'Habilite para recibir un resumen después de cada tarea CRON.'; +$_['help_notify_recurring_success'] = 'Notificar a los clientes sobre transacciones recurrentes exitosas.'; +$_['help_notify_recurring_fail'] = 'Notificar a los clientes sobre transacciones recurrentes fallidas.'; // Tab $_['tab_setting'] = 'Settings'; @@ -46,8 +46,8 @@ $_['text_connection_success'] = 'Successfully connecte $_['text_cron_email'] = 'Send task summary to this e-mail:'; $_['text_cron_email_status'] = 'Send e-mail summary:'; $_['text_customer_notifications'] = 'Customer notifications'; -$_['text_debug_disabled'] = 'Disabled'; -$_['text_debug_enabled'] = 'Enabled'; +$_['text_debug_disabled'] = 'Disabled'; +$_['text_debug_enabled'] = 'Enabled'; $_['text_debug_help'] = 'API requests and responses will be logged in the OpenCart error log. Use this for only for debugging and development purposes.'; $_['text_debug_label'] = 'Debug Logging'; $_['text_delay_capture_help'] = 'Only authorize transactions or perform charges automatically'; @@ -59,9 +59,9 @@ $_['text_enable_sandbox_label'] = 'Enable sandbox mode'; $_['text_executables'] = 'CRON execution methods'; $_['text_extension'] = 'Extensions'; $_['text_extension_status'] = 'Extension status'; -$_['text_extension_status_disabled'] = 'Disabled'; -$_['text_extension_status_enabled'] = 'Enabled'; -$_['text_extension_status_help'] = 'Enable or disable the payment method'; +$_['text_extension_status_disabled'] = 'Disabled'; +$_['text_extension_status_enabled'] = 'Enabled'; +$_['text_extension_status_help'] = 'Enable or disable the payment method'; $_['text_insert_amount'] = 'Please insert the refund amount. Maximum: %s in %s:'; $_['text_loading'] = 'Loading data... Please wait...'; $_['text_loading_short'] = 'Please wait...'; @@ -92,7 +92,7 @@ $_['text_recurring_info'] = 'Please make sure to s $_['text_recurring_status'] = 'Status of recurring payments:'; $_['text_redirect_uri_help'] = 'Paste this link into the Redirect URI field under Manage Application/oAuth'; $_['text_redirect_uri_label'] = 'Square OAuth Redirect URL'; -$_['text_refresh_access_token_success'] = 'Successfully refreshed the connection to your Square account.'; +$_['text_refresh_access_token_success'] = 'Successfully refreshed the connection to your Square account.'; $_['text_refresh_token'] = 'Re-create token'; $_['text_refund'] = 'Refund'; $_['text_refund_details'] = 'Refund details'; @@ -106,9 +106,9 @@ $_['text_sandbox_access_token_placeholder'] = 'Sandbox Access Token' $_['text_sandbox_client_id_help'] = 'Get this from the Manage Application page on Square'; $_['text_sandbox_client_id_label'] = 'Sandbox Application ID'; $_['text_sandbox_client_id_placeholder'] = 'Sandbox Application ID'; -$_['text_sandbox_disabled_label'] = 'Disabled'; +$_['text_sandbox_disabled_label'] = 'Disabled'; $_['text_sandbox_enabled'] = 'Sandbox mode is enabled! Transactions will appear to go through, but no charges will be carried out.'; -$_['text_sandbox_enabled_label'] = 'Enabled'; +$_['text_sandbox_enabled_label'] = 'Enabled'; $_['text_sandbox_section_heading'] = 'Square Sandbox Settings'; $_['text_select_location'] = 'Select location'; $_['text_settings_section_heading'] = 'Square Settings'; |