📄 lang_main.php
字号:
<?php// Das Format dieser Datei ist ---> $lang['message'] = 'text';//// You should also try to set a locale and a character encoding (plus direction). The encoding and direction// will be sent to the template. The locale may or may not work, it's dependent on OS support and the syntax// varies ... give it your best guess!//// OSdate v2.0alpha patchset3 german language file corrected by Christian_Thomas (admin@hostonline.de)// Changes from Feb.28, 2007, 13.00h$lang['ENCODING'] = 'iso-8859-15';$lang['DIRECTION'] = 'ltr';$lang['LEFT'] = 'left';$lang['RIGHT'] = 'right';$lang['DATE_FORMAT'] = '%d.%b.%Y'; // This should be changed to the default date format for your language, php date() format$lang['DATE_TIME_FORMAT'] = '%d.%b.%Y, %H:%M:%S %P'; // This should be changed to the default date format for your language, php date() format$lang['DISPLAY_DATE_FORMAT'] = 'd.M.Y';$lang['DISPLAY_DATETIME_FORMAT'] = 'd.M.Y H:i:s';$lang['DB_ERROR'] = "Die Anfrage konnte wegen eines Abfragefehlers nicht beantwortet werden.<br> Bitte sp鋞er wieder versuchen.";$lang['main_menu'] = 'Hauptmen
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -