diff options
author | taca <taca> | 2009-04-07 13:19:20 +0000 |
---|---|---|
committer | taca <taca> | 2009-04-07 13:19:20 +0000 |
commit | cc82b722757729b1531c0e79775bda1ac16faba3 (patch) | |
tree | ef9d31c1538e82c085e703a3bdd97eb1ca2381e2 /www/typolight/patches | |
parent | b211bccd1dcd84275b37c5ca164e92bb783e4f4f (diff) | |
download | pkgsrc-cc82b722757729b1531c0e79775bda1ac16faba3.tar.gz |
* Update Japanese translation for typolink plugin of tinyMCE.
(It will included in TYPOlight 2.7.)
Bump PKGREVISION.
Diffstat (limited to 'www/typolight/patches')
-rw-r--r-- | www/typolight/patches/patch-ab | 9 | ||||
-rw-r--r-- | www/typolight/patches/patch-ac | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/www/typolight/patches/patch-ab b/www/typolight/patches/patch-ab index 5edcab7cd56..6e170a820b6 100644 --- a/www/typolight/patches/patch-ab +++ b/www/typolight/patches/patch-ab @@ -1,11 +1,12 @@ -$NetBSD: patch-ab,v 1.1 2009/03/14 03:56:56 taca Exp $ +$NetBSD: patch-ab,v 1.2 2009/04/07 13:19:20 taca Exp $ -Additional Japanese translation for tinyMCE. +Additional Japanese translation for tinyMCE. It will included +in TYPOlight 2.7.0 release. ---- plugins/tinyMCE/plugins/typolinks/langs/ja.js.orig 2009-03-14 11:23:18.000000000 +0900 +--- plugins/tinyMCE/plugins/typolinks/langs/ja.js.orig 2009-03-30 14:02:00.000000000 +0900 +++ plugins/tinyMCE/plugins/typolinks/langs/ja.js @@ -0,0 +1,4 @@ +tinyMCE.addI18n('ja.typolinks',{ +link_desc:'リンクの挿入・編集', -+image_desc:'リンクの挿入・編集のlightbox画像' ++image_desc:'リンクの挿入・編集のライトボックス画像' +}); diff --git a/www/typolight/patches/patch-ac b/www/typolight/patches/patch-ac index ad7c8fd4753..88e7c2354ee 100644 --- a/www/typolight/patches/patch-ac +++ b/www/typolight/patches/patch-ac @@ -1,8 +1,9 @@ -$NetBSD: patch-ac,v 1.1 2009/03/14 03:56:56 taca Exp $ +$NetBSD: patch-ac,v 1.2 2009/04/07 13:19:20 taca Exp $ -Additional Japanese translation for tinyMCE. +Additional Japanese translation for tinyMCE. It will included +in TYPOlight 2.7.0 release. ---- plugins/tinyMCE/plugins/typolinks/langs/ja_dlg.js.orig 2009-03-14 11:23:27.000000000 +0900 +--- plugins/tinyMCE/plugins/typolinks/langs/ja_dlg.js.orig 2009-03-30 14:02:00.000000000 +0900 +++ plugins/tinyMCE/plugins/typolinks/langs/ja_dlg.js @@ -0,0 +1,23 @@ +tinyMCE.addI18n('ja.typolinks_dlg',{ @@ -17,7 +18,7 @@ Additional Japanese translation for tinyMCE. +link_is_email:"入力されたURLは電子メール・アドレスのようですが、必要な mailto: を前に付けますか?", +link_is_external:"入力されたURLは外部リンクのようですが、必要な http:// を前に付けますか?", +link_list:"リンクの一覧", -+image_title:"リンクの挿入・編集のlightbox画像", ++image_title:"リンクの挿入・編集のライトボックス画像", +image_list:"画像の一覧", +image_src:"画像のURL", +image_dimensions:"幅・高さ", |