1234567891011121314151617 |
- /*
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.html or http://ckeditor.com/license
- */
- CKEDITOR.plugins.setLang('autosave', 'pt-br', {
- dateFormat: 'LLL',
- autoSaveMessage: 'Auto Saved',
- loadSavedContent: 'An auto-saved version of this content from "{0}" has been found. Would you like to compare content versions and choose which one to load?',
- title: 'Compare auto-saved content with that loaded from the website',
- loadedContent: 'Loaded content',
- autoSavedContent: 'Auto-saved content from: \'',
- ok: 'Yes, load auto-saved content',
- no: 'No',
- diffType: 'Choose view type:',
- sideBySide: 'Side by side view',
- inline: 'Inline view'
- });
|