Projet

Général

Profil

Paste
Télécharger (665 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / media / modules / media_wysiwyg / wysiwyg_plugins / media_ckeditor / lang / en.js @ ca0757b9

1
/*
2
 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3
 For licensing, see LICENSE.md or http://ckeditor.com/license
4
 */
5
CKEDITOR.plugins.setLang( 'media', 'en', {
6
  alt: 'Alternative Text',        // Inherit from image plugin.
7
  captioned: 'Captioned image', // NEW property.
8
  lockRatio: 'Lock Ratio',        // Inherit from image plugin.
9
  menu: 'Image Properties',        // Inherit from image plugin.
10
  resetSize: 'Reset Size', // Inherit from image plugin.
11
  resizer: 'Click and drag to resize',        // NEW property.
12
  title: 'Image Properties',        // Inherit from image plugin.
13
  urlMissing: 'Image source URL is missing.' // Inherit from image plugin.
14
} );