rhymix/modules/editor/components/image_gallery/lang/jp.lang.php
2009-03-25 13:52:15 +00:00

27 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file /modules/editor/components/image_gallery/lang/jp.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa、ミニミ
* @brief ウィジウィグエディターeditorモジュール > イメージギャラリーimage_galleryコンポネント言語パッケージ
**/
$lang->image_gallery = "イメージギャラリー作成";
$lang->width = "横幅サイズ";
$lang->height = "縦幅サイズ";
$lang->image_list = "イメージリスト";
$lang->gallery_style = "ギャラリースタイル";
$lang->gallery_slide_style = "スライドスタイル";
$lang->gallery_slide_align = "アライン位置";
$lang->gallery_slide_center = "中央揃え";
$lang->gallery_slide_left = "左揃え";
$lang->gallery_slide_right = "右揃え";
$lang->gallery_list_style = "展開表示(リスト)";
$lang->gallery_border_color = "ボーダーカラー";
$lang->gallery_border_thickness = "ボーダー";
$lang->gallery_bg_color = "背景色";
$lang->about_image_list = "イメージギャラリーに追加するファイルを選択して下さい。選択した後、ドラッグまたは「Shift+クリック範囲選択、Ctrl+クリック(個別選択)」ができます。";
$lang->cmd_gallery_prev = "前のイメージ表示";
$lang->cmd_gallery_next = "次のイメージ表示";
$lang->cmd_gallery_thumbnail = "サムネール表示";
?>