~ubuntu-branches/ubuntu/maverick/mahara/maverick-updates

« back to all changes in this revision

Viewing changes to htdocs/js/tinymce/plugins/advimage/langs/en.js

  • Committer: Bazaar Package Importer
  • Author(s): Nigel McNie
  • Date: 2008-04-29 11:15:39 UTC
  • Revision ID: james.westby@ubuntu.com-20080429111539-b28eqkagavaub2zr
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
});