blob: d6bac14fe7d6aeadf19aa067e1ee670f0bd8ee6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?php
$_['heading_title'] = 'Google Analytics';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ¡Has modificado Google Analytics!';
$_['text_edit'] = 'Editar Google Analytics';
$_['text_signup'] = 'Inicie sesión en su <a href="http://www.google.com/analytics/" target="_blank"><u>Google Analytics</u></a> y después de crear el perfil de su sitio web, copie y pegue el código analítico en este campo.';
$_['text_default'] = 'Predeterminado';
// Entry
$_['entry_code'] = 'Código de Google Analytics';
$_['entry_status'] = 'Estado';
// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar Google Analytics!';
$_['error_code'] = 'Código requerido!';
|