| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,27 @@ |
| 1 |
+// UK lang variables |
|
| 2 |
+ |
|
| 3 |
+tinyMCE.addToLang('advimage',{
|
|
| 4 |
+tab_general : 'General', |
|
| 5 |
+tab_appearance : 'Appearance', |
|
| 6 |
+tab_advanced : 'Advanced', |
|
| 7 |
+general : 'General', |
|
| 8 |
+title : 'Title', |
|
| 9 |
+preview : 'Preview', |
|
| 10 |
+constrain_proportions : 'Constrain proportions', |
|
| 11 |
+langdir : 'Language direction', |
|
| 12 |
+langcode : 'Language code', |
|
| 13 |
+long_desc : 'Long description link', |
|
| 14 |
+style : 'Style', |
|
| 15 |
+classes : 'Classes', |
|
| 16 |
+ltr : 'Left to right', |
|
| 17 |
+rtl : 'Right to left', |
|
| 18 |
+id : 'Id', |
|
| 19 |
+image_map : 'Image map', |
|
| 20 |
+swap_image : 'Swap image', |
|
| 21 |
+alt_image : 'Alternative image', |
|
| 22 |
+mouseover : 'for mouse over', |
|
| 23 |
+mouseout : 'for mouse out', |
|
| 24 |
+misc : 'Miscellaneous', |
|
| 25 |
+example_img : 'Appearance preview image', |
|
| 26 |
+missing_alt : 'Are you sure you want to continue without including an Image Description? Without it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.' |
|
| 27 |
+}); |