language.de.php

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

PHP
50
字号
<?php

/** 
 * GentleSource Guestbook Script - language.en.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 :-)
 * 
 */




$text = array(   



'txt_ban_ip'                        => 'Ban IP',

'txt_error_ip_block'                => 'Ihre IP steht auf der Liste der blockierten Adressen. Sie k鰊nen deshalb diese Funktion nicht nutzen.',

'txt_ip_addresses'                  => 'IP-Adressen',
'txt_ip_addresses_description'      => 'Tragen Sie eine IP-Adresse pro Zeile ein.',
'txt_ip_block'                      => 'IP Block',
'txt_ip_block_description'          => 'Blockiert Benutzer auf Basis der IP.',

'txt_moderate'                      => 'Moderieren',
'txt_module_description'            => 'Filtert/blockiert die Benutzung von Funktionen abh鋘gig von der IP-Adresse des Benutzers.',
'txt_module_name'                   => 'IP Block',

'txt_notice_moderation'             => 'Ihr Kommentar wird ver鰂fentlicht, sobald er von einem Moderator freigeschaltet wurde.',

'txt_off'                           => 'Aus',

'txt_reject'                        => 'Abweisen',

);








?>

⌨️ 快捷键说明

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