mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +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
|
|
@ -252,8 +252,10 @@ $lang->thumbnail_target = 'Extract Thumbnail From';
|
|||
$lang->thumbnail_target_all = 'All images';
|
||||
$lang->thumbnail_target_attachment = 'Attached images only';
|
||||
$lang->thumbnail_type = 'Thumbnail Type';
|
||||
$lang->input_footer_script = 'Footer script';
|
||||
$lang->detail_input_footer_script = 'Any content added here will be printed at the bottom of the page, except the admin module.';
|
||||
$lang->input_header_script = 'Header Script';
|
||||
$lang->detail_input_header_script = 'Content added here will be printed at the top of every page, except the admin module.';
|
||||
$lang->input_footer_script = 'Footer Script';
|
||||
$lang->detail_input_footer_script = 'Content added here will be printed at the bottom of every page, except the admin module.';
|
||||
$lang->thumbnail_crop = 'Crop';
|
||||
$lang->thumbnail_ratio = 'Keep aspect ratio (may result in spaces)';
|
||||
$lang->thumbnail_none = 'Do not create thumbnails';
|
||||
|
|
|
|||
|
|
@ -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 = 'サムネイルを作成しない';
|
||||
|
|
|
|||
|
|
@ -248,8 +248,10 @@ $lang->thumbnail_target = '썸네일 생성 대상';
|
|||
$lang->thumbnail_target_all = '모든 이미지 (외부 이미지 포함)';
|
||||
$lang->thumbnail_target_attachment = '첨부된 이미지';
|
||||
$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