mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Add option to specify a global header script per domain
This commit is contained in:
parent
1a6e84d9cc
commit
ecb598dc15
6 changed files with 27 additions and 7 deletions
|
|
@ -123,8 +123,10 @@ $lang->timezone = '標準時間帯';
|
|||
$lang->use_mobile_view = 'モバイル版使用';
|
||||
$lang->about_use_mobile_view = 'モバイル機器で接続した際にモバイルページを見せます。';
|
||||
$lang->thumbnail_type = 'サムネイルの作成方式を選択してください。';
|
||||
$lang->input_footer_script = '下段(footer)スクリプト';
|
||||
$lang->detail_input_footer_script = '最下段にコードを追加します。管理者ページでは遂行できません。';
|
||||
$lang->input_header_script = '上段スクリプト';
|
||||
$lang->detail_input_header_script = 'すべてのページの最上段にコードを追加します。管理者ページでは遂行できません。';
|
||||
$lang->input_footer_script = '下段スクリプト';
|
||||
$lang->detail_input_footer_script = 'すべてのページの最下段にコードを追加します。管理者ページでは遂行できません。';
|
||||
$lang->thumbnail_crop = 'トリミングする';
|
||||
$lang->thumbnail_ratio = '比率に合わせる';
|
||||
$lang->thumbnail_none = 'サムネイルを作成しない';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue