--- loncom/html/htmlarea/lang/Attic/en.js 2004/02/18 08:07:15 1.1
+++ loncom/html/htmlarea/lang/Attic/en.js 2004/06/01 23:46:10 1.2
@@ -1,7 +1,7 @@
// I18N constants
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
-// Author: Mihai Bazon,
+// Author: Mihai Bazon, http://dynarch.com/mishoo
// FOR TRANSLATORS:
//
@@ -37,7 +37,7 @@ HTMLArea.I18N = {
hilitecolor: "Background Color",
horizontalrule: "Horizontal Rule",
createlink: "Insert Web Link",
- insertimage: "Insert Image",
+ insertimage: "Insert/Modify Image",
inserttable: "Insert Table",
htmlmode: "Toggle HTML Source",
popupeditor: "Enlarge Editor",
@@ -48,7 +48,9 @@ HTMLArea.I18N = {
redo: "Redoes your last action",
cut: "Cut selection",
copy: "Copy selection",
- paste: "Paste from clipboard"
+ paste: "Paste from clipboard",
+ lefttoright: "Direction left to right",
+ righttoleft: "Direction right to left"
},
buttons: {
@@ -58,6 +60,29 @@ HTMLArea.I18N = {
msg: {
"Path": "Path",
- "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWIG."
+ "TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.",
+
+ "IE-sucks-full-screen" :
+ // translate here
+ "The full screen mode is known to cause problems with Internet Explorer, " +
+ "due to browser bugs that we weren't able to workaround. You might experience garbage " +
+ "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " +
+ "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
+ "You have been warned. Please press OK if you still want to try the full screen editor."
+ },
+
+ dialogs: {
+ "Cancel" : "Cancel",
+ "Insert/Modify Link" : "Insert/Modify Link",
+ "New window (_blank)" : "New window (_blank)",
+ "None (use implicit)" : "None (use implicit)",
+ "OK" : "OK",
+ "Other" : "Other",
+ "Same frame (_self)" : "Same frame (_self)",
+ "Target:" : "Target:",
+ "Title (tooltip):" : "Title (tooltip):",
+ "Top frame (_top)" : "Top frame (_top)",
+ "URL:" : "URL:",
+ "You must enter the URL where this link points to" : "You must enter the URL where this link points to"
}
};