diff options
Diffstat (limited to 'js/yui3/console/lang')
-rw-r--r-- | js/yui3/console/lang/console.js | 7 | ||||
-rw-r--r-- | js/yui3/console/lang/console_en.js | 7 | ||||
-rw-r--r-- | js/yui3/console/lang/console_es.js | 7 | ||||
-rw-r--r-- | js/yui3/console/lang/console_ja.js | 7 |
4 files changed, 28 insertions, 0 deletions
diff --git a/js/yui3/console/lang/console.js b/js/yui3/console/lang/console.js new file mode 100644 index 000000000..b7c2f5caa --- /dev/null +++ b/js/yui3/console/lang/console.js @@ -0,0 +1,7 @@ +/* +YUI 3.7.3 (build 5687) +Copyright 2012 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +http://yuilibrary.com/license/ +*/ +YUI.add("lang/console",function(e){e.Intl.add("console","",{title:"Log Console",pause:"Pause",clear:"Clear",collapse:"Collapse",expand:"Expand"})},"3.7.3"); diff --git a/js/yui3/console/lang/console_en.js b/js/yui3/console/lang/console_en.js new file mode 100644 index 000000000..956d228d9 --- /dev/null +++ b/js/yui3/console/lang/console_en.js @@ -0,0 +1,7 @@ +/* +YUI 3.7.3 (build 5687) +Copyright 2012 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +http://yuilibrary.com/license/ +*/ +YUI.add("lang/console_en",function(e){e.Intl.add("console","en",{title:"Log Console",pause:"Pause",clear:"Clear",collapse:"Collapse",expand:"Expand"})},"3.7.3"); diff --git a/js/yui3/console/lang/console_es.js b/js/yui3/console/lang/console_es.js new file mode 100644 index 000000000..460f3a172 --- /dev/null +++ b/js/yui3/console/lang/console_es.js @@ -0,0 +1,7 @@ +/* +YUI 3.7.3 (build 5687) +Copyright 2012 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +http://yuilibrary.com/license/ +*/ +YUI.add("lang/console_es",function(e){e.Intl.add("console","es",{title:"Consola de informacion",pause:"Pausa",clear:"Borrar",collapse:"Colapsar",expand:"Expandir"})},"3.7.3"); diff --git a/js/yui3/console/lang/console_ja.js b/js/yui3/console/lang/console_ja.js new file mode 100644 index 000000000..c68336196 --- /dev/null +++ b/js/yui3/console/lang/console_ja.js @@ -0,0 +1,7 @@ +/* +YUI 3.7.3 (build 5687) +Copyright 2012 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +http://yuilibrary.com/license/ +*/ +YUI.add("lang/console_ja",function(e){e.Intl.add("console","ja",{title:"\u30ed\u30b0\u30b3\u30f3\u30bd\u30fc\u30eb",pause:"\u4e00\u6642\u505c\u6b62",clear:"\u30af\u30ea\u30a2",collapse:"\u9589\u3058\u308b",expand:"\u958b\u304f"})},"3.7.3"); |