~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to theme/default/libraries/ckeditor/plugins/iframe/lang/en.js

  • Committer: Dan Garner
  • Date: 2015-01-15 14:26:07 UTC
  • Revision ID: git-v1:0bf2226a1e1e343100602a625c79b0b71a23593d
Migrated from BZR and moved files to root folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
 
3
For licensing, see LICENSE.html or http://ckeditor.com/license
 
4
*/
 
5
CKEDITOR.plugins.setLang( 'iframe', 'en', {
 
6
        border: 'Show frame border',
 
7
        noUrl: 'Please type the iframe URL',
 
8
        scrolling: 'Enable scrollbars',
 
9
        title: 'IFrame Properties',
 
10
        toolbar: 'IFrame'
 
11
});