blob: f94e7a9947dfadc9af966e28ac50c9076b1753c3 (
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
|
<?php
// Heading
$_['heading_title'] = 'Klarna Fee';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ha modificado Klarna Fee Total';
$_['text_edit'] = 'Editar Klarna Fee Total';
$_['text_sweden'] = 'Suecia';
$_['text_norway'] = 'Noruega';
$_['text_finland'] = 'Finlandia';
$_['text_denmark'] = 'Dinamarca';
$_['text_germany'] = 'Alemania';
$_['text_netherlands'] = 'Los Países Bajos';
// Entry
$_['entry_total'] = 'Total del Pedido';
$_['entry_fee'] = 'Tarifa de Factura';
$_['entry_tax_class'] = 'Tax Class';
$_['entry_status'] = 'Estado';
$_['entry_sort_order'] = 'Orden';
// Error
$_['error_permission'] = 'Advertencia: no tienes permiso para modificar Klarna fee total!';
|