rhymix/modules/editor/components/image_link/lang/jp.lang.php
2007-07-24 01:15:56 +00:00

19 lines
765 B
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 zero <zero@nzeo.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->cmd_get_scale = "サイズ表示";
?>