en.js 737 B

1234567891011121314151617
  1. /*
  2. Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang('autosave', 'en', {
  6. dateFormat: 'LLL',
  7. autoSaveMessage: 'Auto Saved',
  8. 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?',
  9. title: 'Compare auto-saved content with that loaded from the website',
  10. loadedContent: 'Loaded content',
  11. autoSavedContent: 'Auto-saved content from: \'',
  12. ok: 'Yes, load auto-saved content',
  13. no: 'No',
  14. diffType: 'Choose view type:',
  15. sideBySide: 'Side by side view',
  16. inline: 'Inline view'
  17. });