From 07aed2f79d3ff627ccf9860f44e3dc8ca6f47a0d Mon Sep 17 00:00:00 2001 From: risapapa Date: Tue, 7 Aug 2007 09:12:54 +0000 Subject: [PATCH] Added Japanese Translation of a value, "cmd_get_scale" git-svn-id: http://xe-core.googlecode.com/svn/trunk@2240 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/components/image_link/lang/jp.lang.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/editor/components/image_link/lang/jp.lang.php b/modules/editor/components/image_link/lang/jp.lang.php index 9aee062dd..e573c5510 100644 --- a/modules/editor/components/image_link/lang/jp.lang.php +++ b/modules/editor/components/image_link/lang/jp.lang.php @@ -14,8 +14,9 @@ $lang->image_align_middle = "中央揃え"; $lang->image_align_right = "右揃え"; $lang->image_border = "ボーダー"; - $lang->urllink_url = "URL"; $lang->about_url_link_open_window = "チェックするとリンクをクリックした時に、新しいウィンドウで開きます。"; $lang->cmd_get_scale = "サイズ表示"; + + $lang->cmd_get_scale = "サイズ表示"; ?>