rhymix/modules/editor/components/image_link/lang/jp.lang.php
2011-04-01 06:51:30 +00:00

23 lines
1 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_link/lang/jp.lang.php
* @author NHN (developers@xpressengine.com) 翻訳RisaPapa、ミニミ
* @brief ウィジウィグエディターeditorモジュール > イメージリンクimage_linkコンポネント言語パッケージ
**/
$lang->image_url = 'イメージパス';
$lang->image_alt = '説明Alt入力';
$lang->image_scale = 'イメージサイズ';
$lang->image_align = 'アライン位置';
$lang->image_align_normal = '一段落';
$lang->image_align_left = '左揃え';
$lang->image_align_middle = '中央揃え';
$lang->image_align_right = '右揃え';
$lang->image_border = 'ボーダー';
$lang->image_margin = '外側の空白(Margin)';
$lang->urllink_open_window = '新しいウィンドウで開く';
$lang->about_url_link_open_window = 'チェックすると、リンクをクリックする際、新しいウィンドウで開きます。';
$lang->cmd_get_scale = 'イメージサイズを計算';
?>