mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
merge sandbox to trunk for 1.4.4.2
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7944 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9139515e57
commit
f59deeb270
131 changed files with 11605 additions and 4218 deletions
|
|
@ -33,7 +33,6 @@
|
|||
Context::set('time_zone', $GLOBALS['_time_zone']);
|
||||
Context::set('use_rewrite', $db_info->use_rewrite=='Y'?'Y':'N');
|
||||
Context::set('use_sso', $db_info->use_sso=='Y'?'Y':'N');
|
||||
Context::set('use_optimizer', $db_info->use_optimizer!='N'?'Y':'N');
|
||||
Context::set('use_spaceremover', $db_info->use_spaceremover?$db_info->use_spaceremover:'Y');
|
||||
Context::set('qmail_compatibility', $db_info->qmail_compatibility=='Y'?'Y':'N');
|
||||
Context::set('use_db_session', $db_info->use_db_session=='N'?'N':'Y');
|
||||
|
|
|
|||
|
|
@ -78,15 +78,16 @@
|
|||
$lang->about_server_ports = '一般的に使われているHTTPの80、HTTPSの443以外の他のポートを使うために、ポートを指定して下さい。';
|
||||
$lang->use_db_session = 'DBで認証セッション管理';
|
||||
$lang->about_db_session = '認証の時に使われるPHPセッションをDBで使う機能です。<br />ウェブサーバーの負荷が低いサイトではこの機能をオフにすることでむしろサイトのレスポンスが向上されることもあります。<br />また、この機能をオンにすると、「現在ログイン中の会員」の機能が不可になります。';
|
||||
$lang->sftp = "Use SFTP";
|
||||
$lang->ftp_get_list = "Get List";
|
||||
$lang->ftp_remove_info = 'Remove FTP Info.';
|
||||
$lang->msg_ftp_invalid_path = 'Failed to read the specified FTP Path.';
|
||||
$lang->msg_self_restart_cache_engine = 'Please restart Memcached or cache daemon.';
|
||||
$lang->mobile_view = 'Use Mobile View';
|
||||
$lang->about_mobile_view = 'If accessing with a smartphone, display content with mobile layout.';
|
||||
$lang->autoinstall = 'イージーインストール';
|
||||
$lang->sftp = "SFTP使用";
|
||||
$lang->ftp_get_list = "ディレクトリ目録要請";
|
||||
$lang->ftp_remove_info = 'FTP情報削除';
|
||||
$lang->msg_ftp_invalid_path = '指定されたFTPパスへのアクセスに失敗しました。';
|
||||
$lang->msg_self_restart_cache_engine = 'メムキャッシュドまたはキャッシュデーモンを再起動して下さい。';
|
||||
$lang->mobile_view = 'モバイルスキン使用';
|
||||
$lang->about_mobile_view = 'スマート携帯などを通じてサイトに接続した場合、モバイル画面に最適化されたレイアウトを使用するように設定します。';
|
||||
|
||||
$lang->last_week = 'Last week';
|
||||
$lang->this_week = 'This week';
|
||||
$lang->autoinstall = 'イージーインストール';
|
||||
|
||||
$lang->last_week = '先週';
|
||||
$lang->this_week = '今週';
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -56,10 +56,10 @@
|
|||
$lang->msg_default_act_is_null = '沒有指定預設管理員的動作,是無法新增到快速選單的。';
|
||||
|
||||
$lang->welcome_to_xe = 'XE管理頁面';
|
||||
$lang->about_lang_env = "可以設置顯示語言給首次訪問的使用者。修改語言環境後,請按[儲存]按鈕進行儲存。";
|
||||
$lang->about_lang_env = "請選擇預設語言。選擇完畢後,請按[儲存]按鈕。";
|
||||
|
||||
$lang->xe_license = 'XE遵循 GPL 協議';
|
||||
$lang->about_shortcut = '可以刪除新增到常用模組中的快捷選單。';
|
||||
$lang->about_shortcut = '可以刪除新增到常用模組中的快速選單。';
|
||||
|
||||
$lang->yesterday = "昨天";
|
||||
$lang->today = "今天";
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
);
|
||||
$lang->about_use_ssl = "選擇手動時,在會員註冊或修改資料等動作時才會使用 SSL 功能。<br/>選擇開啟時,所有的服務都會使用 SSL 功能。";
|
||||
$lang->server_ports = "主機埠口";
|
||||
$lang->about_server_ports = "HTTP預設埠口是『80』、HTTPS是『443』,如果想使用其他的埠口的話,請自行設定。";
|
||||
$lang->about_server_ports = "HTTP、HTTPS預設埠口分別是『80』、『443』<br />如果想使用其他的埠口的話,請自行設定。";
|
||||
$lang->use_db_session = 'DB session認證';
|
||||
$lang->about_db_session = '使用 PHP session 進行 DB 認證。<br/>關閉此功能對於負荷較低的網站可提高效率。<br/>使用此功能會無法統計線上人數。';
|
||||
$lang->sftp = "使用 SFTP";
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
<th><div>{$lang->use_sso}</div></th>
|
||||
<td>
|
||||
<input type="checkbox" name="use_sso" value="Y" <!--@if($use_sso=='Y')-->checked="checked"<!--@end--> />
|
||||
<p>{$lang->about_sso}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -51,14 +52,6 @@
|
|||
<input type="text" name="_target_module" id="_target_module" class="inputTypeText w300" value="{$start_module->mid} ({htmlspecialchars($start_module->browser_title)})" readonly="readonly" /><a href="{getUrl('','module','module','act','dispModuleSelectList','id','target_module','type','single')}" onclick="popopen(this.href,'ModuleSelect');return false;" class="button green"><span>{$lang->cmd_select}</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th><div>{$lang->use_optimizer}</div></th>
|
||||
<td>
|
||||
<input type="checkbox" name="use_optimizer" value="Y" <!--@if($use_optimizer!='N')-->checked="checked"<!--@end--> />
|
||||
<p>{$lang->about_optimizer}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><div>Language</div></th>
|
||||
<td>
|
||||
|
|
|
|||
|
|
@ -190,10 +190,6 @@
|
|||
<tr>
|
||||
<th><div>{$lang->use_sso}</div></th>
|
||||
<td><!--@if($use_sso=='Y')-->{$lang->use}<!--@else-->{$lang->notuse}<!--@end--></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><div>{$lang->use_optimizer}</div></th>
|
||||
<td><!--@if($use_optimizer=='Y')-->{$lang->use}<!--@else-->{$lang->notuse}<!--@end--></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><div>{$lang->mobile_view}</div></th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue