You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2014/07/22 19:35:04 UTC

svn commit: r1612622 [3/9] - in /roller/trunk/app/src/main: java/org/apache/roller/weblogger/ui/core/plugins/ resources/org/apache/roller/weblogger/config/ resources/sql/ webapp/roller-ui/authoring/editors/ webapp/roller-ui/authoring/editors/xinha-0.95...

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/XinhaLoader.js
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/XinhaLoader.js?rev=1612622&view=auto
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/XinhaLoader.js (added)
+++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/XinhaLoader.js Tue Jul 22 17:35:00 2014
@@ -0,0 +1,213 @@
+/* This compressed file is part of Xinha. For uncompressed sources, forum, and bug reports, go to xinha.org */
+/* The URL of the most recent version of this file is http://svn.xinha.org/trunk/XinhaLoader.js */
+var Xinha={};
+if(!window._editor_url){
+(function(){
+var _1=document.getElementsByTagName("script");
+var _2=_1[_1.length-1];
+var _3=_2.src.split("?");
+_3=_3.length==2?_3[1].split("&"):"";
+for(var _4=0;_4<_3.length;++_4){
+var _5=_3[_4].split("=");
+if(_5.length==2){
+switch(_5[0]){
+case "lang":
+case "icons":
+case "skin":
+case "url":
+window["_editor_"+_5[0]]=_5[1];
+break;
+}
+}
+}
+if(_2.innerHTML.replace(/\s+/,"")){
+eval(_2.innerHTML);
+}
+_editor_lang=window._editor_lang||"en";
+_editor_url=window._editor_url||_2.src.split("?")[0].split("/").slice(0,-1).join("/");
+})();
+}
+_editor_url=_editor_url.replace(/\x2f*$/,"/");
+Xinha.agt=navigator.userAgent.toLowerCase();
+Xinha.is_ie=((Xinha.agt.indexOf("msie")!=-1)&&(Xinha.agt.indexOf("opera")==-1));
+Xinha.ie_version=parseFloat(Xinha.agt.substring(Xinha.agt.indexOf("msie")+5));
+Xinha.is_opera=(Xinha.agt.indexOf("opera")!=-1);
+Xinha.is_khtml=(Xinha.agt.indexOf("khtml")!=-1);
+Xinha.is_webkit=(Xinha.agt.indexOf("applewebkit")!=-1);
+Xinha.is_safari=(Xinha.agt.indexOf("safari")!=-1);
+Xinha.opera_version=navigator.appVersion.substring(0,navigator.appVersion.indexOf(" "))*1;
+Xinha.is_mac=(Xinha.agt.indexOf("mac")!=-1);
+Xinha.is_mac_ie=(Xinha.is_ie&&Xinha.is_mac);
+Xinha.is_win_ie=(Xinha.is_ie&&!Xinha.is_mac);
+Xinha.is_gecko=(navigator.product=="Gecko"&&!Xinha.is_safari);
+Xinha.isRunLocally=document.URL.toLowerCase().search(/^file:/)!=-1;
+Xinha.is_designMode=(typeof document.designMode!="undefined"&&!Xinha.is_ie);
+Xinha.isSupportedBrowser=Xinha.is_gecko||(Xinha.is_opera&&Xinha.opera_version>=9.1)||Xinha.ie_version>=5.5||Xinha.is_safari;
+Xinha.loadPlugins=function(_6,_7){
+if(!Xinha.isSupportedBrowser){
+return;
+}
+Xinha.loadStyle(typeof _editor_css=="string"?_editor_css:"Xinha.css","XinhaCoreDesign");
+Xinha.createLoadingMessages(xinha_editors);
+var _8=Xinha.loadingMessages;
+Xinha._loadback(_editor_url+"XinhaCore.js",function(){
+Xinha.removeLoadingMessages(xinha_editors);
+Xinha.createLoadingMessages(xinha_editors);
+_7();
+});
+return false;
+};
+Xinha._loadback=function(_9,_a,_b,_c){
+var T=!Xinha.is_ie?"onload":"onreadystatechange";
+var S=document.createElement("script");
+S.type="text/javascript";
+S.src=_9;
+if(_a){
+S[T]=function(){
+if(Xinha.is_ie&&(!(/loaded|complete/.test(window.event.srcElement.readyState)))){
+return;
+}
+_a.call(_b?_b:this,_c);
+S[T]=null;
+};
+}
+document.getElementsByTagName("head")[0].appendChild(S);
+};
+Xinha.getElementTopLeft=function(_f){
+var _10=0;
+var _11=0;
+if(_f.offsetParent){
+_10=_f.offsetLeft;
+_11=_f.offsetTop;
+while(_f=_f.offsetParent){
+_10+=_f.offsetLeft;
+_11+=_f.offsetTop;
+}
+}
+return {top:_11,left:_10};
+};
+Xinha.findPosX=function(obj){
+var _13=0;
+if(obj.offsetParent){
+return Xinha.getElementTopLeft(obj).left;
+}else{
+if(obj.x){
+_13+=obj.x;
+}
+}
+return _13;
+};
+Xinha.findPosY=function(obj){
+var _15=0;
+if(obj.offsetParent){
+return Xinha.getElementTopLeft(obj).top;
+}else{
+if(obj.y){
+_15+=obj.y;
+}
+}
+return _15;
+};
+Xinha.createLoadingMessages=function(_16){
+if(Xinha.loadingMessages||!Xinha.isSupportedBrowser){
+return;
+}
+Xinha.loadingMessages=[];
+for(var i=0;i<_16.length;i++){
+if(!document.getElementById(_16[i])){
+continue;
+}
+Xinha.loadingMessages.push(Xinha.createLoadingMessage(document.getElementById(_16[i])));
+}
+};
+Xinha.createLoadingMessage=function(_18,_19){
+if(document.getElementById("loading_"+_18.id)||!Xinha.isSupportedBrowser){
+return;
+}
+var _1a=document.createElement("div");
+_1a.id="loading_"+_18.id;
+_1a.className="loading";
+_1a.style.left=(Xinha.findPosX(_18)+_18.offsetWidth/2)-106+"px";
+_1a.style.top=(Xinha.findPosY(_18)+_18.offsetHeight/2)-50+"px";
+var _1b=document.createElement("div");
+_1b.className="loading_main";
+_1b.id="loading_main_"+_18.id;
+_1b.appendChild(document.createTextNode(Xinha._lc("Loading in progress. Please wait!")));
+var _1c=document.createElement("div");
+_1c.className="loading_sub";
+_1c.id="loading_sub_"+_18.id;
+_19=_19?_19:Xinha._lc("Loading Core");
+_1c.appendChild(document.createTextNode(_19));
+_1a.appendChild(_1b);
+_1a.appendChild(_1c);
+document.body.appendChild(_1a);
+return _1c;
+};
+Xinha.loadStyle=function(_1d,id){
+var url=_editor_url||"";
+url+=_1d;
+var _20=document.getElementsByTagName("head")[0];
+var _21=document.createElement("link");
+_21.rel="stylesheet";
+_21.href=url;
+if(id){
+_21.id=id;
+}
+_20.appendChild(_21);
+};
+Xinha._lc=function(_22){
+return _22;
+};
+Xinha._addEvent=function(el,_24,_25){
+if(document.addEventListener){
+el.addEventListener(_24,_25,true);
+}else{
+el.attachEvent("on"+_24,_25);
+}
+};
+Xinha.addOnloadHandler=function(_26){
+var _27=function(){
+if(arguments.callee.done){
+return;
+}
+arguments.callee.done=true;
+if(Xinha.onloadTimer){
+clearInterval(Xinha.onloadTimer);
+}
+_26.call();
+};
+if(Xinha.is_ie){
+document.attachEvent("onreadystatechange",function(){
+if(document.readyState==="complete"){
+document.detachEvent("onreadystatechange",arguments.callee);
+_27();
+}
+});
+if(document.documentElement.doScroll&&typeof window.frameElement==="undefined"){
+(function(){
+if(arguments.callee.done){
+return;
+}
+try{
+document.documentElement.doScroll("left");
+}
+catch(error){
+setTimeout(arguments.callee,0);
+return;
+}
+_27();
+})();
+}
+}else{
+if(/WebKit/i.test(navigator.userAgent)){
+Xinha.onloadTimer=setInterval(function(){
+if(/loaded|complete/.test(document.readyState)){
+_27();
+}
+},10);
+}else{
+document.addEventListener("DOMContentLoaded",_27,false);
+}
+}
+};
+

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/XinhaLoader.js
------------------------------------------------------------------------------
    svn:executable = *

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/XinhaLoader_readme.txt
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/XinhaLoader_readme.txt?rev=1612622&view=auto
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/XinhaLoader_readme.txt (added)
+++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/XinhaLoader_readme.txt Tue Jul 22 17:35:00 2014
@@ -0,0 +1,5 @@
+The XinhaLoader is a subset of Xinha only containing functions to fetch further files from the server and displaying a loading message. 
+It gives visual feedback to the user quite quickly so they don't have to watch the plain textarea and wonder if anything is happening.
+
+Usage in short: Follow the NewbieGuide, but load XinhaLoader.js instead of XinhaCore.js. 
+Make shure you define xinha_editors before calling Xinha.loadPlugins! This is different to earlier versions of the NewbieGuide (steps 1 and 2 reversed)
\ No newline at end of file

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/compression_readme.txt
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/compression_readme.txt?rev=1612622&view=auto
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/compression_readme.txt (added)
+++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/compression_readme.txt Tue Jul 22 17:35:00 2014
@@ -0,0 +1,8 @@
+You can use the contrib/compress.php to batch-convert the current Xinha snapshot. To use this script, open it in a text editor, comment out the die() command at the top and open it in your browser.
+ 
+You can use the contrib/compress.bat to compress JavaScript files by drag&drop in Windows.
+
+Please be aware that the language files cannot be compressed.
+
+If you want the original files to be kept, open compress.bat and remvove the # in the line
+# FOR %%V IN (%*) DO del %%V_uncompressed.js
\ No newline at end of file

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/examples/full_example.css
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/examples/full_example.css?rev=1612622&view=auto
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/examples/full_example.css (added)
+++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/examples/full_example.css Tue Jul 22 17:35:00 2014
@@ -0,0 +1,78 @@
+   /*--------------------------------------:noTabs=true:tabSize=2:indentSize=2:--
+    --  Xinha example CSS file.  This is ripped from Trac ;)
+    --
+    --  $HeadURL:http://svn.xinha.webfactional.com/trunk/examples/files/full_example.css $
+    --  $LastChangedDate:2008-02-04 01:43:21 +0100 (Mo, 04 Feb 2008) $
+    --  $LastChangedRevision:962 $
+    --  $LastChangedBy:ray $
+    --------------------------------------------------------------------------*/
+
+ body {
+   background: #fff;
+   color: #000;
+   margin: 10px;
+  }
+  body, th, td {
+   font: normal 13px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
+  }
+  h1, h2, h3, h4 {
+   font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif;
+   font-weight: bold;
+   letter-spacing: -0.018em;
+  }
+  h1 { font-size: 21px; margin: .15em 1em 0 0 }
+  h2 { font-size: 16px; margin: 2em 0 .5em; }
+  h3 { font-size: 14px; margin: 1.5em 0 .5em; }
+  hr { border: none;  border-top: 1px solid #ccb; margin: 2em 0; }
+  address { font-style: normal }
+  img { border: none }
+
+  :link, :visited {
+   text-decoration: none;
+   color: #b00;
+   border-bottom: 1px dotted #bbb;
+  }
+  :link:hover, :visited:hover {
+   background-color: #eee;
+   color: #555;
+  }
+  h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
+  h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
+   color: inherit;
+  }
+
+  .area_holder
+  {
+    margin:10px;
+  }
+  label {font-size: 11px;}
+  .navi_links {
+	width: 177px;
+	margin: 0;
+	padding: 0px;
+	list-style:none;
+	border: none;
+}
+
+.navi_links li {
+	margin:0 0 3px 0;
+}
+
+.navi_links li a {
+	font-size: 13px;
+	line-height: 16px;
+	height: 16px;
+	display:block;
+	color:#000;
+	text-decoration: none;
+	font-weight: bold;
+	background-color: #fff;
+	cursor: pointer;
+	border: 2px solid white;
+	
+}
+
+.Link1 {
+background-color: #DF1D1F !important;
+
+}

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/htmlarea.js
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/htmlarea.js?rev=1612622&view=auto
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/htmlarea.js (added)
+++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/htmlarea.js Tue Jul 22 17:35:00 2014
@@ -0,0 +1,10 @@
+/* This compressed file is part of Xinha. For uncompressed sources, forum, and bug reports, go to xinha.org */
+/* The URL of the most recent version of this file is http://svn.xinha.org/trunk/htmlarea.js */
+if(typeof _editor_url=="string"){
+_editor_url=_editor_url.replace(/\x2f*$/,"/");
+}else{
+alert("WARNING: _editor_url is not set!  You should set this variable to the editor files path; it should preferably be an absolute path, like in '/htmlarea/', but it can be relative if you prefer.  Further we will try to load the editor files correctly but we'll probably fail.");
+_editor_url="";
+}
+document.write("<script type=\"text/javascript\" src=\""+_editor_url+"XinhaCore.js\"></script>");
+

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/de/bold.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/de/bold.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/de/bold.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/de/italic.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/de/italic.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/de/italic.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/de/underline.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/de/underline.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/de/underline.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_about.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_about.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_about.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align_center.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align_center.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align_center.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align_justify.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align_justify.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align_justify.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align_left.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align_left.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align_left.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align_right.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align_right.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_align_right.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_blank.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_blank.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_blank.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_buttons_main.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_buttons_main.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_buttons_main.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_buttons_main.png
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_buttons_main.png?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_buttons_main.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_charmap.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_charmap.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_charmap.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_clearfonts.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_clearfonts.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_clearfonts.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_color_bg.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_color_bg.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_color_bg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_color_fg.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_color_fg.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_color_fg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_copy.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_copy.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_copy.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_custom.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_custom.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_custom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_cut.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_cut.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_cut.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_delete.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_delete.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_delete.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_bold.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_bold.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_bold.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_italic.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_italic.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_italic.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_strike.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_strike.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_strike.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_sub.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_sub.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_sub.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_sup.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_sup.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_sup.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_underline.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_underline.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_format_underline.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_help.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_help.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_help.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_hr.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_hr.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_hr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_html.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_html.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_html.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_image.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_image.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_image.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_indent_less.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_indent_less.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_indent_less.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_indent_more.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_indent_more.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_indent_more.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_killword.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_killword.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_killword.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_left_to_right.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_left_to_right.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_left_to_right.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_link.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_link.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_link.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_list_bullet.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_list_bullet.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_list_bullet.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_list_num.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_list_num.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_list_num.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_overwrite.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_overwrite.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_overwrite.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_paste.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_paste.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_paste.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_print.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_print.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_print.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_redo.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_redo.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_redo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_right_to_left.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_right_to_left.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_right_to_left.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_rmformat.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_rmformat.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_rmformat.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_save.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_save.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_save.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_save.png
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_save.png?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_save.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_saveas.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_saveas.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_saveas.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_selectall.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_selectall.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_selectall.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_show_border.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_show_border.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_show_border.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_splitblock.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_splitblock.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_splitblock.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_splitcel.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_splitcel.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_splitcel.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_undo.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_undo.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_undo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_word_cleaner.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_word_cleaner.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/ed_word_cleaner.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fr/bold.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fr/bold.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fr/bold.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fr/strikethrough.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fr/strikethrough.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fr/strikethrough.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fr/underline.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fr/underline.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fr/underline.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fullscreen_maximize.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fullscreen_maximize.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fullscreen_maximize.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fullscreen_minimize.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fullscreen_minimize.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/fullscreen_minimize.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/insert_table.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/insert_table.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/insert_table.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/insertfilelink.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/insertfilelink.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/insertfilelink.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/insertmacro.png
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/insertmacro.png?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/insertmacro.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/tidy.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/tidy.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/tidy.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/toggle_borders.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/toggle_borders.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/toggle_borders.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/xinha-small-icon.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/xinha-small-icon.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/xinha-small-icon.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/xinha_logo.gif
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/xinha_logo.gif?rev=1612622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/images/xinha_logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/b5.js
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/b5.js?rev=1612622&view=auto
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/b5.js (added)
+++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/b5.js Tue Jul 22 17:35:00 2014
@@ -0,0 +1,29 @@
+// I18N constants -- UTF-8
+// by Dave Lo -- dlo@interactivetools.com
+{
+  "Bold": "粗體",
+  "Italic": "斜體",
+  "Underline": "底線",
+  "Strikethrough": "刪除線",
+  "Subscript": "下標",
+  "Superscript": "上標",
+  "Justify Left": "位置靠左",
+  "Justify Center": "位置居中",
+  "Justify Right": "位置靠右",
+  "Justify Full": "位置左右平等",
+  "Ordered List": "順序清單",
+  "Bulleted List": "無序清單",
+  "Decrease Indent": "減小行前空白",
+  "Increase Indent": "加寬行前空白",
+  "Font Color": "文字顏色",
+  "Background Color": "背景顏色",
+  "Horizontal Rule": "水平線",
+  "Insert Web Link": "插入連結",
+  "Insert/Modify Image": "插入圖形",
+  "Insert Table": "插入表格",
+  "Toggle HTML Source": "切換HTML原始碼",
+  "Enlarge Editor": "放大",
+  "About this editor": "關於 Xinha",
+  "Help using editor": "說明",
+  "Current style": "字體例子"
+}

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/ch.js
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/ch.js?rev=1612622&view=auto
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/ch.js (added)
+++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/ch.js Tue Jul 22 17:35:00 2014
@@ -0,0 +1,56 @@
+// I18N constants
+
+// LANG: "ch", ENCODING: UTF-8
+// Samuel Stone, http://stonemicro.com/
+
+{
+  "Bold": "粗體",
+  "Italic": "斜體",
+  "Underline": "底線",
+  "Strikethrough": "刪線",
+  "Subscript": "下標",
+  "Superscript": "上標",
+  "Justify Left": "靠左",
+  "Justify Center": "居中",
+  "Justify Right": "靠右",
+  "Justify Full": "整齊",
+  "Ordered List": "順序清單",
+  "Bulleted List": "無序清單",
+  "Decrease Indent": "伸排",
+  "Increase Indent": "縮排",
+  "Font Color": "文字顏色",
+  "Background Color": "背景顏色",
+  "Horizontal Rule": "水平線",
+  "Insert Web Link": "插入連結",
+  "Insert/Modify Image": "插入圖像",
+  "Insert Table": "插入表格",
+  "Toggle HTML Source": "切換HTML原始碼",
+  "Enlarge Editor": "伸出編輯系統",
+  "About this editor": "關於 Xinha",
+  "Help using editor": "說明",
+  "Current style": "字體例子",
+  "Undoes your last action": "回原",
+  "Redoes your last action": "重来",
+  "Cut selection": "剪制选项",
+  "Copy selection": "复制选项",
+  "Paste from clipboard": "贴上",
+  "Direction left to right": "从左到右",
+  "Direction right to left": "从右到左",
+  "OK": "好",
+  "Cancel": "取消",
+  "Path": "途徑",
+  "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG.": "你在用純字編輯方式.  用 [<>] 按鈕轉回 所見即所得 編輯方式.",
+  "The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "整頁式在Internet Explorer 上常出問題, 因為這是 Internet Explorer 的無名問題,我們無法解決。你可能看見一些垃圾,或遇到其他問題。我們已警告了你. 如果要轉到 正頁式 請按 好.",
+  "The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.",
+  "Cancel": "取消",
+  "Insert/Modify Link": "插入/改寫連結",
+  "New window (_blank)": "新窗户(_blank)",
+  "None (use implicit)": "無(use implicit)",
+  "Other": "其他",
+  "Same frame (_self)": "本匡 (_self)",
+  "Target:": "目標匡:",
+  "Title (tooltip):": "主題 (tooltip):",
+  "Top frame (_top)": "上匡 (_top)",
+  "URL:": "網址:",
+  "You must enter the URL where this link points to": "你必須輸入你要连结的網址"
+}

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/cz.js
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/cz.js?rev=1612622&view=auto
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/cz.js (added)
+++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/cz.js Tue Jul 22 17:35:00 2014
@@ -0,0 +1,50 @@
+// I18N constants
+
+// LANG: "cz", ENCODING: UTF-8
+// Author: Jiri Löw, <ji...@jirilow.com>
+
+// FOR TRANSLATORS:
+//
+//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
+//      (at least a valid email address)
+//
+//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
+//      (if this is not possible, please include a comment
+//       that states what encoding is necessary.)
+
+{
+  "Bold": "Tučně",
+  "Italic": "Kurzíva",
+  "Underline": "Podtržení",
+  "Strikethrough": "Přeškrtnutí",
+  "Subscript": "Dolní index",
+  "Superscript": "Horní index",
+  "Justify Left": "Zarovnat doleva",
+  "Justify Center": "Na střed",
+  "Justify Right": "Zarovnat doprava",
+  "Justify Full": "Zarovnat do stran",
+  "Ordered List": "Seznam",
+  "Bulleted List": "Odrážky",
+  "Decrease Indent": "Předsadit",
+  "Increase Indent": "Odsadit",
+  "Font Color": "Barva písma",
+  "Background Color": "Barva pozadí",
+  "Horizontal Rule": "Vodorovná čára",
+  "Insert Web Link": "Vložit odkaz",
+  "Insert/Modify Image": "Vložit obrázek",
+  "Insert Table": "Vložit tabulku",
+  "Toggle HTML Source": "Přepnout HTML",
+  "Enlarge Editor": "Nové okno editoru",
+  "About this editor": "O této aplikaci",
+  "Help using editor": "Nápověda aplikace",
+  "Current style": "Zvolený styl",
+  "Undoes your last action": "Vrátí poslední akci",
+  "Redoes your last action": "Opakuje poslední akci",
+  "Cut selection": "Vyjmout",
+  "Copy selection": "Kopírovat",
+  "Paste from clipboard": "Vložit",
+  "OK": "OK",
+  "Cancel": "Zrušit",
+  "Path": "Cesta",
+  "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG.": "Jste v TEXTOVÉM REŽIMU.  Použijte tlačítko [<>] pro přepnutí do WYSIWIG."
+}

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/da.js
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/da.js?rev=1612622&view=auto
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/da.js (added)
+++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/da.js Tue Jul 22 17:35:00 2014
@@ -0,0 +1,172 @@
+// I18N constants
+// LANG: "da", ENCODING: UTF-8
+// Author: rene, <re...@laerke.net>
+//         Niels Baggesen, <nb...@users.sourceforge.net>, 0.95, 2009-08-15
+{
+  "Bold": "Fed",
+  "Italic": "Kursiv",
+  "Underline": "Understregning",
+  "Strikethrough": "Gennemstregning",
+  "Subscript": "Sænket skrift",
+  "Superscript": "Hævet skrift",
+  "Justify Left": "Venstrejuster",
+  "Justify Center": "Centrer",
+  "Justify Right": "Højrejuster",
+  "Justify Full": "Lige margener",
+  "Ordered List": "Ordnet liste",
+  "Bulleted List": "Punktliste",
+  "Decrease Indent": "Formindsk indrykning",
+  "Increase Indent": "Forøg indrykning",
+  "Font Color": "Skriftfarve",
+  "Background Color": "Baggrundsfarve",
+  "Horizontal Rule": "Vandret streg",
+  "Insert Web Link": "Indsæt hyperlink",
+  "Insert/Modify Image": "Indsæt/udskift billede",
+  "Insert Table": "Indsæt tabel",
+  "Toggle HTML Source": "HTML visning",
+  "Enlarge Editor": "Vis editor i popup",
+  "About this editor": "Om Xinha",
+  "Help using editor": "Hjælp",
+  "Current style": "Anvendt stil",
+  "Undoes your last action": "Fortryd sidste ændring",
+  "Redoes your last action": "Gentag sidste ændring",
+  "Cut selection": "Klip",
+  "Copy selection": "Kopier",
+  "Paste from clipboard": "Indsæt",
+  "Direction left to right": "Tekst venstre mod højre",
+  "Direction right to left": "Tekst højre mod venstre",
+  "Remove formatting": "Fjern formatering",
+  "Select all": "Vælg alt",
+  "Print document": "Udskriv dokument",
+  "Clear MSOffice tags": "MSOffice filter",
+  "Clear Inline Font Specifications": "Fjern skrift valg",
+  "Would you like to clear font typefaces?": "Vil du fjern skriftsnit valg",
+  "Would you like to clear font sizes?": "Vil du fjerne skriftstørrelse valg",
+  "Would you like to clear font colours?": "Vil du fjerne skriftfarve valg",
+  "Split Block": "Del blok",
+  "Toggle Borders": "Tabelkanter til/fra",
+  "Save as": "Gem som",
+  "Insert/Overwrite": "Indsæt/Overskriv",
+  "&mdash; format &mdash;": "&mdash; Format &mdash;",
+  "Heading 1": "Overskrift 1",
+  "Heading 2": "Overskrift 2",
+  "Heading 3": "Overskrift 3",
+  "Heading 4": "Overskrift 4",
+  "Heading 5": "Overskrift 5",
+  "Heading 6": "Overskrift 6",
+  "Normal": "Normal",
+  "Address": "Adresse",
+  "Formatted": "Formateret",
+
+  //dialogs
+  "OK": "OK",
+  "Cancel": "Fortryd",
+  "Path": "STi",
+  "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG.": "Du er i TEXT mode. Brug [<>] knappen til at skifte til visuel editering.",
+   "The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "Indsæt-knappen virker ikke i Mozilla-baserede browsere. Brug Ctrl-V på tastaturet for at indsætte.",
+
+  "You need to select some text before create a link": "Du skal markere noget tekst for at indsætte et hyperlink",
+  "Your Document is not well formed. Check JavaScript console for details.": "Dit dokument er ikke syntaktisk korrekt. Åbn Javascript konsollen for at få flere detaljer.",
+
+  "Alignment:": "Justering:",
+  "Not set": "Ubestemt",
+  "Left": "Venstre",
+  "Right": "Højre",
+  "Texttop": "Teksttop",
+  "Absmiddle": "Centreret",
+  "Baseline": "Grundlinje",
+  "Absbottom": "Bund",
+  "Bottom": "Tekstbund",
+  "Middle": "Midt",
+  "Top": "Top",
+
+  "Layout": "Layout",
+  "Spacing": "Afstand",
+  "Horizontal:": "vandret:",
+  "Horizontal padding": "Vandret fyld",
+  "Vertical:": "lodret:",
+  "Vertical padding": "Lodret fyld",
+  "Border thickness:": "Kantbredde:",
+  "Leave empty for no border": "Tom hvis ingen kant",
+
+  //Insert Link
+  "Insert/Modify Link": "Indsæt/rediger hyperlink",
+  "None (use implicit)": "ingen (implicit)",
+  "New window (_blank)": "Nyt vindue (_blank)",
+  "Same frame (_self)": "Samme ramme (_self)",
+  "Top frame (_top)": "Topramme (_top)",
+  "Other": "Andet",
+  "Target:": "Placering:",
+  "Title (tooltip):": "Titel (Tooltip):",
+  "URL:": "URL:",
+  "You must enter the URL where this link points to": "Du skal angive en mål-URL for linket",
+
+  // Insert Table
+  "Insert Table": "Indsæt tabel",
+  "Rows:": "Rækker:",
+  "Number of rows": "Antal rækker",
+  "Cols:": "Søjler:",
+  "Number of columns": "Antal søjler",
+  "Width:": "Bredde:",
+  "Width of the table": "Tabelbredde",
+  "Percent": "Procent",
+  "Pixels": "Pixel",
+  "Em": "Geviert (Em)",
+  "Width unit": "Breddeenhed",
+  "Fixed width columns": "Fast-bredde søjler",
+  "Positioning of this table": "Placering af tabel",
+  "Cell spacing:": "Celleafstand:",
+  "Space between adjacent cells": "Afstand mellem celler",
+  "Cell padding:": "Cellefyld:",
+  "Space between content and border in cell": "Luft mellem indhold og kanter",
+  "You must enter a number of rows": "Du skal skrive antallet af rækker",
+  "You must enter a number of columns": "Du skal skrive antallet af søjler",
+
+  // Insert Image
+  "Insert Image": "Indsæt billede",
+  "Image URL:": "Billede URL:",
+  "Enter the image URL here": "Angiv billedets URL",
+  "Preview": "Smugkig",
+  "Preview the image in a new window": "Smugkig af billedet i et nyt vindue",
+  "Alternate text:": "Alternativ text:",
+  "For browsers that don't support images": "for browsere der ikke understøtter billeder",
+  "Positioning of this image": "Placering af billedet",
+  "Image Preview:": "Billede smugkig:",
+  "You must enter the URL": "Du skal angive en URL",
+
+  // de-buttons have letters matching danish :-)
+  "button_bold": "de/bold.gif",
+  "button_italic": "de/italic.gif",
+  "button_underline": "de/underline.gif",
+
+  // Editor Help
+  "Keyboard shortcuts": "Tastaturgenveje",
+  "The editor provides the following key combinations:": "Editoren kender følgende kombinationer:",
+  "new paragraph": "Nyt afsnit",
+  "insert linebreak": "Indsæt linjeskift",
+  "Set format to paragraph": "Formater afsnit",
+  "Clean content pasted from Word": "Rens indhold kopieret fra Word",
+  "Headings": "Overskrift 1 til 6",
+  "Close": "Luk",
+
+  // Loading messages
+  "Loading in progress. Please wait!": "Editoren hentes ind. Vent venligst.",
+  "Loading plugin $plugin" : "Plugin $plugin hentes",
+  "Register plugin $plugin" : "Plugin $plugin registreres", 
+  "Constructing object": "Objekt registreres",
+  "Generate Xinha framework": "Xinha Framework genereres",
+  "Init editor size":"Størrelsen beregnes",
+  "Create Toolbar": "Opretter værktøjslinje",
+  "Create Statusbar" : "Opretter statuslinje",
+  "Register right panel" : "Registrerer højre panel",
+  "Register left panel" : "Registrerer venstre panel",
+  "Register bottom panel" : "Registrerer nederste panel",
+  "Register top panel" : "Registrerer øverste panel",
+  "Finishing" : "Afslutter",
+  
+  // ColorPicker
+  "Click a color..." : "Vælg farve",
+  "Sample" : "Eksempel",
+  "Web Safe: " : "Web Safe: ",
+  "Color: " : "Farve: "
+}

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/de.js
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/de.js?rev=1612622&view=auto
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/de.js (added)
+++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/de.js Tue Jul 22 17:35:00 2014
@@ -0,0 +1,171 @@
+// I18N constants
+// LANG: "de", ENCODING: UTF-8
+{
+  "Bold": "Fett",
+  "Italic": "Kursiv",
+  "Underline": "Unterstrichen",
+  "Strikethrough": "Durchgestrichen",
+  "Subscript": "Tiefgestellt",
+  "Superscript": "Hochgestellt",
+  "Justify Left": "Linksbündig",
+  "Justify Center": "Zentriert",
+  "Justify Right": "Rechtsbündig",
+  "Justify Full": "Blocksatz",
+  "Ordered List": "Nummerierte Liste",
+  "Bulleted List": "Aufzählungsliste",
+  "Decrease Indent": "Einzug verkleinern",
+  "Increase Indent": "Einzug vergrößern",
+  "Font Color": "Schriftfarbe",
+  "Background Color": "Hindergrundfarbe",
+  "Horizontal Rule": "Horizontale Linie",
+  "Insert Web Link": "Hyperlink einfügen",
+  "Insert/Modify Image": "Bild einfügen/verändern",
+  "Insert Table": "Tabelle einfügen",
+  "Toggle HTML Source": "HTML Quelltext ein/ausschalten",
+  "Enlarge Editor": "Editor vergrößern",
+  "About this editor": "Über diesen Editor",
+  "Help using editor": "Hilfe",
+  "Current style": "Derzeitiger Stil",
+  "Undoes your last action": "Rückgängig",
+  "Redoes your last action": "Wiederholen",
+  "Cut selection": "Ausschneiden",
+  "Copy selection": "Kopieren",
+  "Paste from clipboard": "Einfügen aus der Zwischenablage",
+  "Direction left to right": "Textrichtung von Links nach Rechts",
+  "Direction right to left": "Textrichtung von Rechts nach Links",
+  "Remove formatting": "Formatierung entfernen",
+  "Select all": "Alles markieren",
+  "Print document": "Dokument ausdrucken",
+  "Clear MSOffice tags": "MSOffice filter",
+  "Clear Inline Font Specifications": "Zeichensatz Formatierungen entfernen",
+  "Would you like to clear font typefaces?": "Wollen Sie Zeichensatztypen entfernen",
+  "Would you like to clear font sizes?": "Wollen Sie Zeichensatzgrößen entfernen",
+  "Would you like to clear font colours?": "Wollen sie Zeichensatzfarben entfernen",
+  "Split Block": "Block teilen",
+  "Toggle Borders": "Tabellenränder ein/ausblenden",
+  "Save as": "speichern unter",
+  "Insert/Overwrite": "Einfügen/Überschreiben",
+  "&#8212; format &#8212;": "&#8212; Format &#8212;",
+  "Heading 1": "Überschrift 1",
+  "Heading 2": "Überschrift 2",
+  "Heading 3": "Überschrift 3",
+  "Heading 4": "Überschrift 4",
+  "Heading 5": "Überschrift 5",
+  "Heading 6": "Überschrift 6",
+  "Normal": "Normal (Absatz)",
+  "Address": "Adresse",
+  "Formatted": "Formatiert",
+
+  //dialogs
+  "OK": "OK",
+  "Cancel": "Abbrechen",
+  "Path": "Pfad",
+  "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG.": "Sie sind im Text-Modus. Benutzen Sie den [<>] Button, um in den visuellen Modus (WYSIWIG) zu gelangen.",
+   "The Paste button does not work in Mozilla based web browsers (technical security reasons). Press CTRL-V on your keyboard to paste directly.": "Aus Sicherheitsgründen dürfen Skripte normalerweise nicht auf Ausschneiden/Kopieren/Einfügen zugreifen. Benutzen Sie bitte die entsprechenden Tastatur-Kommandos (Strg + x/c/v).",
+
+  "You need to select some text before create a link": "Sie müssen einen Text markieren, um einen Link zu erstellen",
+  "Your Document is not well formed. Check JavaScript console for details.": "Ihr Dokument ist in keinem sauberen Format. Benutzen Sie die Javascript Console für weitere Informationen.",
+
+  "Alignment:": "Ausrichtung:",
+  "Not set": "nicht eingestellt",
+  "Left": "links",
+  "Right": "rechts",
+  "Texttop": "oben bündig",
+  "Absmiddle": "mittig",
+  "Baseline": "Grundlinie",
+  "Absbottom": "unten bündig",
+  "Bottom": "unten",
+  "Middle": "zentriert",
+  "Top": "oben",
+
+  "Layout": "Layout",
+  "Spacing": "Abstand",
+  "Horizontal:": "horizontal:",
+  "Horizontal padding": "horizontaler Inhaltsabstand",
+  "Vertical:": "vertikal:",
+  "Vertical padding": "vertikaler Inhaltsabstand",
+  "Border thickness:": "Randstärke:",
+  "Leave empty for no border": "leer lassen für keinen Rand",
+
+  //Insert Link
+  "Insert/Modify Link": "Verknüpfung hinzufügen/ändern",
+  "None (use implicit)": "k.A. (implizit)",
+  "New window (_blank)": "Neues Fenster (_blank)",
+  "Same frame (_self)": "Selber Rahmen (_self)",
+  "Top frame (_top)": "Oberster Rahmen (_top)",
+  "Other": "Anderes",
+  "Target:": "Ziel:",
+  "Title (tooltip):": "Titel (Tooltip):",
+  "URL:": "URL:",
+  "You must enter the URL where this link points to": "Sie müssen eine Ziel-URL angeben für die Verknüpfung angeben",
+
+  // Insert Table
+  "Insert Table": "Tabelle einfügen",
+  "Rows:": "Zeilen:",
+  "Number of rows": "Zeilenanzahl",
+  "Cols:": "Spalten:",
+  "Number of columns": "Spaltenanzahl",
+  "Width:": "Breite:",
+  "Width of the table": "Tabellenbreite",
+  "Percent": "Prozent",
+  "Pixels": "Pixel",
+  "Em": "Geviert",
+  "Width unit": "Größeneinheit",
+  "Fixed width columns": "Spalten mit fester Breite",
+  "Positioning of this table": "Positionierung der Tabelle",
+  "Cell spacing:": "Zellenabstand:",
+  "Space between adjacent cells": "Raum zwischen angrenzenden Zellen",
+  "Cell padding:": "Innenabstand:",
+  "Space between content and border in cell": "Raum zwischen Inhalt und Rand der Zelle",
+  "You must enter a number of rows": "Bitte geben Sie die Anzahl der Zeilen an",
+  "You must enter a number of columns": "Bitte geben Sie die Anzahl der Spalten an",
+
+  // Insert Image
+  "Insert Image": "Bild einfügen",
+  "Image URL:": "Bild URL:",
+  "Enter the image URL here": "Bitte geben sie hier die Bild URL ein",
+  "Preview": "Voransicht",
+  "Preview the image in a new window": "Voransicht des Bildes in einem neuen Fenster",
+  "Alternate text:": "Alternativer Text:",
+  "For browsers that don't support images": "für Browser, die keine Bilder unterstützen",
+  "Positioning of this image": "Positionierung dieses Bildes",
+  "Image Preview:": "Bild Voransicht:",
+  "You must enter the URL": "Bitte geben Sie die URL ein",
+
+/*
+  "button_bold": "de/bold.gif",
+  "button_italic": "de/italic.gif",
+  "button_underline": "de/underline.gif",
+*/
+
+  // Editor Help
+  "Keyboard shortcuts": "Tastaturkürzel",
+  "The editor provides the following key combinations:": "Der Editor unterstützt die folgenden kombinationen:",
+  "new paragraph": "Neuer Absatz(Paragraph)",
+  "insert linebreak": "Harter Umbruch einfügen",
+  "Set format to paragraph": "Setze Formatierung auf Absatz",
+  "Clean content pasted from Word": "Von Word eingefügter Text bereinigen",
+  "Headings": "Überschrift Typ 1 bis 6",
+  "Close": "Schließen",
+
+  // Loading messages
+  "Loading in progress. Please wait!": "Editor wird geladen. Bitte warten !",
+  "Loading plugin $plugin" : "Plugin $plugin wird geladen",
+  "Register plugin $plugin" : "Plugin $plugin wird registriert", 
+  "Constructing object": "Objekt wird generiert",
+  "Generate Xinha framework": "Xinha Framework wird generiert",
+  "Init editor size":"Größe wird berechnet", 
+  "Create Toolbar": "Werkzeugleiste wird generiert",
+  "Create Statusbar" : "Statusleiste wird generiert",
+  "Register right panel" : "Rechtes Panel wird generiert", 
+  "Register left panel" : "Linkes Panel wird generiert", 
+  "Register bottom panel" : "Unteres Panel wird generiert", 
+  "Register top panel" : "Oberes Panel wird generiert", 
+  "Finishing" : "Laden wird abgeschlossen", 
+  
+  // ColorPicker
+  "Click a color..." : "Farbe wählen",
+  "Sample" : "Beispiel",
+  "Web Safe: " : "Web Safe: ",
+  "Color: " : "Farbe: "
+};
\ No newline at end of file

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/ee.js
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/ee.js?rev=1612622&view=auto
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/ee.js (added)
+++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/ee.js Tue Jul 22 17:35:00 2014
@@ -0,0 +1,50 @@
+// I18N constants
+
+// LANG: "ee", ENCODING: UTF-8
+// Author: Martin Raie, <al...@hot.ee>
+
+// FOR TRANSLATORS:
+//
+//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
+//      (at least a valid email address)
+//
+//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
+//      (if this is not possible, please include a comment
+//       that states what encoding is necessary.)
+
+{
+  "Bold": "Paks",
+  "Italic": "Kursiiv",
+  "Underline": "Allakriipsutatud",
+  "Strikethrough": "Läbikriipsutatud",
+  "Subscript": "Allindeks",
+  "Superscript": "Ülaindeks",
+  "Justify Left": "Joonda vasakule",
+  "Justify Center": "Joonda keskele",
+  "Justify Right": "Joonda paremale",
+  "Justify Full": "Rööpjoonda",
+  "Ordered List": "Nummerdus",
+  "Bulleted List": "Täpploend",
+  "Decrease Indent": "Vähenda taanet",
+  "Increase Indent": "Suurenda taanet",
+  "Font Color": "Fondi värv",
+  "Background Color": "Tausta värv",
+  "Horizontal Rule": "Horisontaaljoon",
+  "Insert Web Link": "Lisa viit",
+  "Insert/Modify Image": "Lisa pilt",
+  "Insert Table": "Lisa tabel",
+  "Toggle HTML Source": "HTML/tavaline vaade",
+  "Enlarge Editor": "Suurenda toimeti aken",
+  "About this editor": "Teave toimeti kohta",
+  "Help using editor": "Spikker",
+  "Current style": "Kirjastiil",
+  "Undoes your last action": "Võta tagasi",
+  "Redoes your last action": "Tee uuesti",
+  "Cut selection": "Lõika",
+  "Copy selection": "Kopeeri",
+  "Paste from clipboard": "Kleebi",
+  "OK": "OK",
+  "Cancel": "Loobu",
+  "Path": "Path",
+  "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG.": "Sa oled tekstireziimis.  Kasuta nuppu [<>] lülitamaks tagasi WYSIWIG reziimi."
+}

Added: roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/el.js
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/el.js?rev=1612622&view=auto
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/el.js (added)
+++ roller/trunk/app/src/main/webapp/roller-ui/authoring/editors/xinha-0.96.1/lang/el.js Tue Jul 22 17:35:00 2014
@@ -0,0 +1,55 @@
+// I18N constants
+
+// LANG: "el", ENCODING: UTF-8
+// Author: Dimitris Glezos, dimitris@glezos.com
+
+{
+  "Bold": "ΞˆΞ½Ο„ΞΏΞ½Ξ±",
+  "Italic": "Πλάγια",
+  "Underline": "Ξ�πογραμμισμένα",
+  "Strikethrough": "Διαγραμμένα",
+  "Subscript": "ΔΡίκτης",
+  "Superscript": "ΔΡίκτης",
+  "Justify Left": "Στοίχιση ΑριστΡρά",
+  "Justify Center": "Στοίχιση ΞšΞ­Ξ½Ο„ΟΞΏ",
+  "Justify Right": "Στοίχιση ΔΡξιά",
+  "Justify Full": "Ξ Ξ»Ξ�ρης Στοίχιση",
+  "Ordered List": "Αρίθμηση",
+  "Bulleted List": "ΞšΞΏΟ…ΞΊΞΊΞ―Ξ΄Ξ΅Ο‚",
+  "Decrease Indent": "ΞœΞ΅Ξ―Ο‰ΟƒΞ· ΕσοχΞ�Ο‚",
+  "Increase Indent": "Αύξηση ΕσοχΞ�Ο‚",
+  "Font Color": "Χρώμα ΓραμματοσΡιράς",
+  "Background Color": "Χρώμα Ξ¦ΟŒΞ½Ο„ΞΏΟ…",
+  "Horizontal Rule": "ΞŸΟΞΉΞΆΟŒΞ½Ο„ΞΉΞ± ΓραμμΞ�",
+  "Insert Web Link": "ΕισαγωγΞ� Συνδέσμου",
+  "Insert/Modify Image": "ΕισαγωγΞ�/Ξ�ροποποίηση Ξ•ΞΉΞΊΟŒΞ½Ξ±Ο‚",
+  "Insert Table": "ΕισαγωγΞ� Ξ Ξ―Ξ½Ξ±ΞΊΞ±",
+  "Toggle HTML Source": "ΕναλλαγΞ� σΡ/Ξ±Ο€ΟŒ HTML",
+  "Enlarge Editor": "ΞœΞ΅Ξ³Ξ­Ξ½ΞΈΟ…Ξ½ΟƒΞ· ΡπΡξΡργαστΞ�",
+  "About this editor": "ΠληροφορίΡς",
+  "Help using editor": "Ξ’ΞΏΞ�θΡια",
+  "Current style": "Παρών στυλ",
+  "Undoes your last action": "ΑναίρΡση τΡλΡυταίας ΡνέργΡιας",
+  "Redoes your last action": "Επαναφορά Ξ±Ο€ΟŒ αναίρΡση",
+  "Cut selection": "ΑποκοπΞ�",
+  "Copy selection": "ΑντιγραφΞ�",
+  "Paste from clipboard": "Ξ•Ο€ΞΉΞΊΟŒΞ»Ξ»Ξ·ΟƒΞ·",
+  "Direction left to right": "ΞšΞ±Ο„Ξ΅ΟΞΈΟ…Ξ½ΟƒΞ· αριστΡρά προς δΡξιά",
+  "Direction right to left": "ΞšΞ±Ο„Ξ΅ΟΞΈΟ…Ξ½ΟƒΞ· Ξ±Ο€ΟŒ δΡξιά προς τα αριστΡρά",
+  "OK": "OK",
+  "Cancel": "Ακύρωση",
+  "Path": "ΔιαδρομΞ�",
+  "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG.": "ΕίστΡ σΡ TEXT MODE.  ΧρησιμοποιΞ�στΡ το κουμπί [<>] Ξ³ΞΉΞ± Ξ½Ξ± ΡπανέρθΡτΡ στο WYSIWIG.",
+  "The full screen mode is known to cause problems with Internet Explorer, due to browser bugs that we weren": "Ξ— κατάσταση πλΞ�ρης ΞΏΞΈΟŒΞ½Ξ·Ο‚ έχΡι προβλΞ�ματα ΞΌΞ΅ τον Internet Explorer, Ξ»ΟŒΞ³Ο‰ σφαλμάτων στον ίδιο τον browser.  Αν το σύστημα σας Ρίναι Windows 9x μπορΡί ΞΊΞ±ΞΉ Ξ½Ξ± χρΡιασΟÂ
 „ΡίτΡ reboot. Αν ΡίστΡ σίγουροι, πατΞ�στΡ ΟΚ.",
+  "Cancel": "Ακύρωση",
+  "Insert/Modify Link": "ΕισαγωγΞ�/Ξ�ροποποίηση σύνδΡσμου",
+  "New window (_blank)": "Νέο παράθυρο (_blank)",
+  "None (use implicit)": "Κανένα (χρΞ�ση Ξ±Ο€ΟŒΞ»Ο…Ο„ΞΏΟ…)",
+  "Other": "Αλλο",
+  "Same frame (_self)": "Ίδιο frame (_self)",
+  "Target:": "Target:",
+  "Title (tooltip):": "Ξ�ίτλος (tooltip):",
+  "Top frame (_top)": "Πάνω frame (_top)",
+  "URL:": "URL:",
+  "You must enter the URL where this link points to": "ΠρέπΡι Ξ½Ξ± ΡισάγΡτΡ το URL που οδηγΡί Ξ±Ο…Ο„ΟŒΟ‚ ΞΏ σύνδΡσμος"
+}