en.lang.php

来自「软件的主要特点: 1.专门针对有"验证码"要求的论坛. 2.可以完成如下功能: 」· PHP 代码 · 共 16 行

PHP
16
字号
<?php    /**     * @file   en.lang.php     * @author haneul (haneul0318@gmail.com)     * @brief  default language pack of lifepod module     **/    $lang->lifepod = "Lifepod";    $lang->calendar_address = "Calendar's XML Address";    $lang->cmd_lifepod_list = 'Lifepods List';    $lang->cmd_view_info = 'Lifepod Info.';    $lang->about_lifepod = "Lifepod is a calendar service provided by Openmaru Studio.<br />Lifepod Zeroboard XE module displays Lifepod's specific calendars as internal documents.";?>

⌨️ 快捷键说明

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