language.es.php

来自「This is the script which used on 10minut」· PHP 代码 · 共 54 行

PHP
54
字号
<?php

/** 
 * GentleSource Module IP Block - language.es.php
 * 
 * (C) Ralf Stadtaus http://www.gentlesource.com/
 * 
 * If you have translated this file into another
 * language, we would appreciate it if you would
 * send us the translated file. Thanks :-)
 *
 * Spanish language (Espa帽ol de Espa帽a)
 *
 * (C) Jes煤s Puebla http://www.ebhost.es/
 * 
 */




$text = array(   



'txt_ban_ip'                        => 'Bloquear IP',

'txt_error_ip_block'                => 'Se ha bloqueado tu  direcci贸n IP. Y no est谩s autorizado para enviar comentarios.',

'txt_ip_addresses'                  => 'Direcci贸n IP',
'txt_ip_addresses_description'      => 'Escribe una direcci贸n IP por l铆nea.',
'txt_ip_block'                      => 'IP Bloqueada',
'txt_ip_block_description'          => 'Filtros de comentario basados en IP de usuarios.',

'txt_moderate'                      => 'Moderador',
'txt_module_description'            => 'Filtros/bloqueos de comentarios por IP.',
'txt_module_name'                   => 'IP Bloqueada',

'txt_notice_moderation'             => 'T煤 comentario ser谩 publicado una vez que sea aprobado por nuestros moderadores.',

'txt_off'                           => 'Apagar',

'txt_reject'                        => 'Rechazar',

);








?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?