blob: 086cfa5703206d6db26e9230f100842036efce64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<?php
// Heading
$_['heading_title'] = 'Paga con Amazon';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ¡Ha modificado el módulo Pagar con Amazon!';
$_['text_content_top'] = 'Contenido Superior';
$_['text_content_bottom'] = 'Contenido Inferior';
$_['text_column_left'] = 'Columna Izquierda';
$_['text_column_right'] = 'Columna Derecha';
$_['text_pwa_button'] = 'Pagar con Amazon';
$_['text_pay_button'] = 'Pagar';
$_['text_a_button'] = 'Un';
$_['text_gold_button'] = 'Oro';
$_['text_darkgray_button'] = 'Gris Oscuro';
$_['text_lightgray_button'] = 'Gris Claro';
$_['text_small_button'] = 'Pequeño';
$_['text_medium_button'] = 'Mediano';
$_['text_large_button'] = 'Largo';
$_['text_x_large_button'] = 'Extra-Largo';
//Entry
$_['entry_button_type'] = 'Tipo de Botón';
$_['entry_button_colour'] = 'Color del Botón';
$_['entry_button_size'] = 'Tamaño del Botón';
$_['entry_layout'] = 'Layout';
$_['entry_position'] = 'Posición';
$_['entry_status'] = 'Estado';
$_['entry_sort_order'] = 'Ordenar Pedido';
//Error
$_['error_permission'] = 'Advertencia: no tiene permiso para modificar el módulo Pagar con Amazon!';
|