diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-26 07:19:44 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-26 07:19:44 +0000 |
| commit | 8781d05424a0ebd32845edf17769c2cc69e9bb1d (patch) | |
| tree | d5900029ac1512cbabb9abeb14e14cbc26ac5877 /roundcubemail/program/js/tiny_mce/plugins/media/langs | |
| parent | 4c7f79426f3b48b00bd50e42d65b6732ce018299 (diff) | |
upgrade to TinyMCE v2.1.0
git-svn-id: https://svn.roundcube.net/trunk@498 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/plugins/media/langs')
| -rwxr-xr-x | roundcubemail/program/js/tiny_mce/plugins/media/langs/en.js | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/media/langs/en.js b/roundcubemail/program/js/tiny_mce/plugins/media/langs/en.js index 4cbfae654..145fb8fec 100755 --- a/roundcubemail/program/js/tiny_mce/plugins/media/langs/en.js +++ b/roundcubemail/program/js/tiny_mce/plugins/media/langs/en.js @@ -81,5 +81,14 @@ swstretchvalign : 'Stretch V-Align', sound : 'Sound',
progress : 'Progress',
qtsrc : 'QT Src',
-qt_stream_warn : 'Streamed rtsp resources should be added to the QT Src field under the advanced tab.\nYou should also add a non streamed version to the Src field..'
-});
+qt_stream_warn : 'Streamed rtsp resources should be added to the QT Src field under the advanced tab.\nYou should also add a non streamed version to the Src field..',
+align_top : 'Top',
+align_right : 'Right',
+align_bottom : 'Bottom',
+align_left : 'Left',
+align_center : 'Center',
+align_top_left : 'Top left',
+align_top_right : 'Top right',
+align_bottom_left : 'Bottom left',
+align_bottom_right : 'Bottom right'
+});
\ No newline at end of file |
