aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/design/seo_url.php
blob: 549c1221309ea28d12c10bb29ad09aefeda55502 (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
<?php
// Heading
$_['heading_title']    = 'URL de SEO';

// Text
$_['text_success']     = 'Éxito: ¡Has modificado la URL de SEO!';
$_['text_list']        = 'Lista de URL de SEO';
$_['text_add']         = 'Agregar URL de SEO';
$_['text_edit']        = 'Editar URL de SEO';
$_['text_filter']      = 'Filtrar';
$_['text_default']     = 'Predeterminado';

// Column
$_['column_query']     = 'Consulta';
$_['column_keyword']   = 'Palabra clave';
$_['column_store']     = 'Almacenar';
$_['column_language']  = 'Idioma';
$_['column_action']    = 'Acción';

// Entry
$_['entry_query']      = 'Consulta';
$_['entry_keyword']    = 'Palabra clave';
$_['entry_store']      = 'Almacenar';
$_['entry_language']   = 'Idioma';

// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar la URL de SEO!';
$_['error_query']      = '¡La consulta debe tener entre 3 y 64 caracteres!';
$_['error_keyword']    = '¡La palabra clave debe tener entre 3 y 64 caracteres!';
$_['error_exists']     = 'Palabra clave ya está en uso!';