Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5
This commit is contained in:
@@ -12,7 +12,7 @@ HTMLArea.loadStyle("menu.css", "ContextMenu");
|
||||
|
||||
function ContextMenu(editor) {
|
||||
this.editor = editor;
|
||||
};
|
||||
}
|
||||
|
||||
ContextMenu._pluginInfo = {
|
||||
name : "ContextMenu",
|
||||
@@ -60,7 +60,7 @@ ContextMenu.prototype.getContextMenu = function(target) {
|
||||
|
||||
function tableOperation(opcode) {
|
||||
tbo.buttonPress(editor, opcode);
|
||||
};
|
||||
}
|
||||
|
||||
function insertPara(after) {
|
||||
var el = currentTarget;
|
||||
@@ -80,7 +80,7 @@ ContextMenu.prototype.getContextMenu = function(target) {
|
||||
range.collapse(true);
|
||||
range.select();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
for (; target; target = target.parentNode) {
|
||||
var tag = target.tagName;
|
||||
@@ -258,7 +258,7 @@ ContextMenu.prototype.popupMenu = function(ev) {
|
||||
r.y += tmp.y;
|
||||
}
|
||||
return r;
|
||||
};
|
||||
}
|
||||
function documentClick(ev) {
|
||||
ev || (ev = window.event);
|
||||
if (!self.currentMenu) {
|
||||
@@ -271,7 +271,7 @@ ContextMenu.prototype.popupMenu = function(ev) {
|
||||
self.closeMenu();
|
||||
//HTMLArea._stopEvent(ev);
|
||||
//return false;
|
||||
};
|
||||
}
|
||||
var keys = [];
|
||||
function keyPress(ev) {
|
||||
ev || (ev = window.event);
|
||||
@@ -286,7 +286,7 @@ ContextMenu.prototype.popupMenu = function(ev) {
|
||||
if (k[0].toLowerCase() == key)
|
||||
k[1].__msh.activate();
|
||||
}
|
||||
};
|
||||
}
|
||||
self.closeMenu = function() {
|
||||
self.currentMenu.parentNode.removeChild(self.currentMenu);
|
||||
self.currentMenu = null;
|
||||
@@ -296,7 +296,7 @@ ContextMenu.prototype.popupMenu = function(ev) {
|
||||
HTMLArea._removeEvent(self.editordoc, "keypress", keyPress);
|
||||
if (HTMLArea.is_ie)
|
||||
self.iePopup.hide();
|
||||
};
|
||||
}
|
||||
var target = HTMLArea.is_ie ? ev.srcElement : ev.target;
|
||||
var ifpos = getPos(self.editor._htmlArea);//_iframe);
|
||||
var x = ev.clientX + ifpos.x;
|
||||
@@ -445,4 +445,4 @@ ContextMenu.prototype.popupMenu = function(ev) {
|
||||
|
||||
HTMLArea._stopEvent(ev);
|
||||
return false;
|
||||
};
|
||||
};
|
||||
@@ -1,16 +1,12 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "de", ENCODING: UTF-8
|
||||
|
||||
// translated: Raimund Meyer xinha@ray-of-light.org
|
||||
|
||||
|
||||
{
|
||||
"Cut": "Ausschneiden",
|
||||
"Copy": "Kopieren",
|
||||
"Paste": "Einfügen",
|
||||
"_Image Properties...": "Eigenschaften",
|
||||
"Show the image properties dialog": "Fenster für die Bildoptionen anzeigen",
|
||||
"Show the image properties dialog": "Fenster für die Bildoptionen anzeigen",
|
||||
"_Modify Link...": "Link ändern",
|
||||
"Current URL is": "Aktuelle URL ist",
|
||||
"Chec_k Link...": "Link testen",
|
||||
@@ -51,4 +47,4 @@
|
||||
"Insert paragraph after": "Absatz einfügen hinter Position",
|
||||
"Insert a paragraph after the current node": "Absatz einfügen hinter der aktuellen Position",
|
||||
"How did you get here? (Please report!)": "Wie sind Sie denn hier hin gekommen? (Please report!)"
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "el", ENCODING: UTF-8
|
||||
// Author: Dimitris Glezos, dimitris@glezos.com
|
||||
|
||||
{
|
||||
"Cut": "ΞΟΞΏΞΊΞΏΟΞ<C280>",
|
||||
"Copy": "ΞΞ½ΟΞΉΞ³ΟΞ±ΟΞ<C286>",
|
||||
@@ -46,4 +44,4 @@
|
||||
"Insert a new column after the current one": "ΞΞΉΟΞ±Ξ³ΟΞ³Ξ<C2B3> Ξ½ΞΞ±Ο ΟΟΞ<C284>Ξ»Ξ·Ο ΞΌΞ΅ΟΞ¬ ΟΞ·Ξ½ Ξ΅ΟιλΡγμΞΞ½Ξ·",
|
||||
"Delete the current column": "ΞΞΉΞ±Ξ³ΟΞ±ΟΞ<C286> Ξ΅ΟιλΡγμΞΞ½Ξ·Ο ΟΟΞ<C284>ληΟ",
|
||||
"Create a link": "ΞΞ·ΞΌΞΉΞΏΟ
ΟΞ³Ξ―Ξ± ΟΟ
Ξ½Ξ΄ΞΟΞΌΞΏΟ
"
|
||||
}
|
||||
};
|
||||
|
||||
@@ -47,4 +47,4 @@
|
||||
"Create a link": "Créer un lien",
|
||||
"Insert a paragraph before the current node": "Insérer un paragraphe avant le noeud courant",
|
||||
"Insert a paragraph after the current node": "Insérer un paragraphe après le noeud courant"
|
||||
}
|
||||
};
|
||||
@@ -1,17 +1,6 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "he", ENCODING: UTF-8
|
||||
// Author: Liron Newman, http://www.eesh.net, <plastish at ultinet dot org>
|
||||
|
||||
// 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.)
|
||||
|
||||
{
|
||||
"Cut": "גזור",
|
||||
"Copy": "העתק",
|
||||
@@ -55,4 +44,4 @@
|
||||
"Insert a new column after the current one": "הוספת טור חדש אחרי הנוכחי",
|
||||
"Delete the current column": "מחיקת את הטור הנוכחי",
|
||||
"Create a link": "יצירת קישור"
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1,17 +1,6 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "nl", ENCODING: UTF-8
|
||||
// Author: Michel Weegeerink (info@mmc-shop.nl), http://mmc-shop.nl
|
||||
|
||||
// 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.)
|
||||
|
||||
{
|
||||
"Cut": "Knippen",
|
||||
"Copy": "Kopiëren",
|
||||
@@ -55,4 +44,4 @@
|
||||
"Insert a new column after the current one": "Voeg een nieuwe kolom in na de huidige",
|
||||
"Delete the current column": "Verwijder de huidige kolom",
|
||||
"Create a link": "Maak een hyperlink"
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
// I18N constants
|
||||
// LANG: "no", ENCODING: UTF-8
|
||||
// translated: Kim Steinhaug, http://www.steinhaug.com/, kim@steinhaug.com
|
||||
|
||||
// Used key commands
|
||||
// C,D,e, ,I, ,k,k,l,M, ,n,o,R, ,s,T, ,w : English
|
||||
// H B j R m F v : Norwegian
|
||||
|
||||
{
|
||||
"Cut": "Klipp ut",
|
||||
"Copy": "Kopier",
|
||||
@@ -52,4 +50,4 @@
|
||||
"Insert paragraph after": "Sett inn paragraf etter",
|
||||
"Insert a paragraph after the current node": "Sett inn paragraf etter gjeldende node",
|
||||
"How did you get here? (Please report!)": "Hva skjedde? (Vennligst beskriv)"
|
||||
}
|
||||
};
|
||||
@@ -39,8 +39,7 @@
|
||||
"Justify Full": "Wyjustuj",
|
||||
"Make lin_k...": "Utwórz odnośnik",
|
||||
"Create a link": "Utwórz odnośnik",
|
||||
"Remove the": "Usuń",
|
||||
"Element...": "element...",
|
||||
"Remove the $elem Element...": "Usuń $elem...",
|
||||
"Please confirm that you want to remove this element:": "Na pewno chcesz usunąć ten element?",
|
||||
"Remove this node from the document": "Usuń ten element z dokumentu",
|
||||
"Insert paragraph before": "Wstaw akapit przed",
|
||||
|
||||
Reference in New Issue
Block a user