blob: 4ee3bbd401d19e7dd1e52cd0b694cfc22394ab70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?php
// Heading
$_['heading_title'] = 'Google reCAPTCHA';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ¡Has modificado Google reCAPTCHA!';
$_['text_edit'] = 'Editar Google reCAPTCHA';
$_['text_signup'] = 'Ir a <a href="https://www.google.com/recaptcha/intro/index.html" target="_blank"><u>página de Google reCAPTCHA</u></a> y registre su sitio web.';
// Entry
$_['entry_key'] = 'Key del Sitio';
$_['entry_secret'] = 'Secret key';
$_['entry_status'] = 'Estado';
// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar Google reCAPTCHA!';
$_['error_key'] = 'Key requerida!';
$_['error_secret'] = 'Key Secret requerida!';
|