diff options
author | svncommit <devs@roundcube.net> | 2007-05-24 03:49:19 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-05-24 03:49:19 +0000 |
commit | 2c633703e97eb6e7aa7ba840ef86b1fc1bd98ada (patch) | |
tree | 39cf2cada6948a447985436c1d6f7f2b512cba20 /program/js/tiny_mce/themes/advanced/langs | |
parent | 597c09cf972ffb3c4e86adfcd79aa86b0258d3a8 (diff) |
upgrade to TinyMCE v2.1.1.1
Diffstat (limited to 'program/js/tiny_mce/themes/advanced/langs')
-rw-r--r-- | program/js/tiny_mce/themes/advanced/langs/en.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/program/js/tiny_mce/themes/advanced/langs/en.js b/program/js/tiny_mce/themes/advanced/langs/en.js index c658d6d96..8409e582b 100644 --- a/program/js/tiny_mce/themes/advanced/langs/en.js +++ b/program/js/tiny_mce/themes/advanced/langs/en.js @@ -82,10 +82,12 @@ invalid_data : 'Error: Invalid values entered, these are marked in red.', more_colors : 'More colors',
color_picker_tab : 'Picker',
color_picker : 'Color picker',
-web_colors_tab : 'Web safe',
-web_colors : 'Web safe colors',
+web_colors_tab : 'Palette',
+web_colors : 'Palette colors',
named_colors_tab : 'Named',
named_colors : 'Named colors',
color : 'Color:',
-color_name : 'Name:'
+color_name : 'Name:',
+is_email : 'The URL you entered seems to be an email address, do you want to add the required mailto: prefix?',
+is_external : 'The URL you entered seems to external link, do you want to add the required http:// prefix?'
});
|