~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to theme/default/libraries/ckeditor/plugins/iframe/lang/pt-br.js

  • Committer: Dan Garner
  • Date: 2015-03-26 14:08:33 UTC
  • Revision ID: git-v1:70d14044444f8dc5d602b99890d59dea46d9470c
Moved web servable files to web 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', 'pt-br', {
6
 
        border: 'Mostra borda do iframe',
7
 
        noUrl: 'Insira a URL do iframe',
8
 
        scrolling: 'Abilita scrollbars',
9
 
        title: 'Propriedade do IFrame',
10
 
        toolbar: 'IFrame'
11
 
});