language.de.php

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

PHP
40
字号
<?php

/** 
 * GentleSource - 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_module_description'            => 'URLs wie http://www.example.com/ oder www.example.com und E-Mail-Adressen wie example@example.com werden in einen Link umgewandelt und klickbar gemacht.',
'txt_module_name'                   => 'Klickbare URLs',

'txt_parse_email'                   => 'E-Mail-Adressen',
'txt_parse_email_description'       => 'E-Mail-Adressen wie example@example.com in Links umwandeln.',
'txt_parse_url'                     => 'URLs',
'txt_parse_url_description'         => 'URLs wie http://www.example.com/ in Links umwandeln.',
'txt_parse_www'                     => 'WWW',
'txt_parse_www_description'         => 'Www-Adressen wie www.example.com in Links umwandeln.',

);








?>

⌨️ 快捷键说明

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