Update of /cvsroot/php-blog/serendipity/htmlarea/plugins/ContextMenu/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12393/htmlarea/plugins/ContextMenu/lang
Modified Files:
en.js
Log Message:
* Upgraded htmlarea WYSIWYG editor to latest version. Entering links now properly works, as finally does Copy+Paste from Mozilla! (garvinhicking)
Index: en.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/plugins/ContextMenu/lang/en.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- en.js 23 Mar 2004 15:41:08 -0000 1.1
+++ en.js 11 Jan 2005 15:00:56 -0000 1.2
@@ -40,6 +40,8 @@
"Make link" : "Make lin_k...",
"Remove the" : "Remove the",
"Element" : "Element...",
+ "Insert paragraph before" : "Insert paragraph before",
+ "Insert paragraph after" : "Insert paragraph after",
// Other labels (tooltips and alert/confirm box messages)
@@ -62,5 +64,7 @@
"Insert a new column before the current one" : "Insert a new column before the current one",
"Insert a new column after the current one" : "Insert a new column after the current one",
"Delete the current column" : "Delete the current column",
- "Create a link" : "Create a link"
+ "Create a link" : "Create a link",
+ "Insert a paragraph before the current node" : "Insert a paragraph before the current node",
+ "Insert a paragraph after the current node" : "Insert a paragraph after the current node"
};
|