📄 language.de.php
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -