~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to theme/default/libraries/ckeditor/plugins/justify/lang/en-au.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.md or http://ckeditor.com/license
4
 
*/
5
 
CKEDITOR.plugins.setLang( 'justify', 'en-au', {
6
 
        block: 'Justify',
7
 
        center: 'Centre',
8
 
        left: 'Align Left',
9
 
        right: 'Align Right'
10
 
});