mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
update truck and tag 1.4.2.3
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7503 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6900f96319
commit
762ebbf445
127 changed files with 303 additions and 283 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispAdminIndex" type="view" standalone="true" index="true"/>
|
||||
<action name="dispAdminIndex" type="view" standalone="true" index="true" />
|
||||
<action name="dispAdminConfig" type="view" standalone="true" />
|
||||
|
||||
<action name="procAdminRecompileCacheFile" type="controller" standalone="true" />
|
||||
|
|
|
|||
|
|
@ -69,11 +69,11 @@
|
|||
$lang->about_recompile_cache = "可有效的整理錯誤的暫存檔";
|
||||
$lang->use_ssl = "SSL功能";
|
||||
$lang->ssl_options = array(
|
||||
'none' => "禁止使用",
|
||||
'optional' => "選擇使用",
|
||||
'always' => "總是使用"
|
||||
'none' => "關閉",
|
||||
'optional' => "手動",
|
||||
'always' => "開啟"
|
||||
);
|
||||
$lang->about_use_ssl = "當會員登入或修改資料等動作時,可選擇是否使用 SSL 功能。";
|
||||
$lang->about_use_ssl = "選擇手動時,在會員註冊或修改資料等動作時才會使用 SSL 功能。<br/>選擇開啟時,所有的服務都會使用 SSL 功能。";
|
||||
$lang->server_ports = "主機埠口";
|
||||
$lang->about_server_ports = "HTTP預設埠口是『80』、HTTPS是『443』,如果想使用其他的埠口的話,請自行設定。";
|
||||
$lang->use_db_session = 'DB session認證';
|
||||
|
|
@ -81,6 +81,6 @@
|
|||
$lang->sftp = "使用 SFTP";
|
||||
$lang->ftp_get_list = "取得列表";
|
||||
$lang->ftp_remove_info = '移除 FTP 資料';
|
||||
$lang->msg_ftp_invalid_path = 'Failed to read the specified FTP Path.';
|
||||
$lang->msg_self_restart_cache_engine = 'Memcached 또는 캐쉬데몬을 재시작 해주세요.';
|
||||
$lang->msg_ftp_invalid_path = '指定的 FTP 路徑讀取失敗。';
|
||||
$lang->msg_self_restart_cache_engine = '請重新啟動 Memcached 快取程式。';
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull"/>
|
||||
<condition operation="more" column="regdate" var="date" notnull="notnull" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="substr(regdate,1,8)" order="asc" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue