blob: 5e9d3e5fcf3126e103cc8f5be23adb73bae1a170 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
// Heading
$_['heading_title'] = 'Cupón';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ¡Ha modificado el total del cupón!';
$_['text_edit'] = 'Editar Cupón';
// Entry
$_['entry_status'] = 'Estado';
$_['entry_sort_order'] = 'Orden';
// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el total del cupón!';
|