Skip to content

Commit

Permalink
added Czech language
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Jul 8, 2015
1 parent e6db05f commit c339e54
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions autosave/lang/cs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('autosave', 'cs', {
dateFormat: 'LLL',
autoSaveMessage: 'Automaticky uloženo',
loadSavedContent: 'byla nalezena automaticky uložená verze obsahu ze dne "{0}". Chcete porovnat obsah a zvolit si s kterým obsahem chete pracovat?',
title: 'Porovnejre automaticky uložený obsah s obsahem nahraným z webové stránky',
loadedContent: 'Nahraný obsah',
autoSavedContent: 'Automaticky uložený obsah z: \'',
ok: 'Ano, zvolit automaticky uložený obsah',
no: 'Ne',
diffType: 'Zvolte si typ náhledu:',
sideBySide: 'Pohled HTML vedle HTML',
inline: 'Pohled Obsah/Obsah'
});
2 changes: 1 addition & 1 deletion autosave/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

CKEDITOR.plugins.add("autosave", {
lang: 'ca,de,en,es,fr,ja,pl,pt-br,sv,zh,zh-cn', // %REMOVE_LINE_CORE%
lang: 'ca,cs,de,en,es,fr,ja,pl,pt-br,sv,zh,zh-cn', // %REMOVE_LINE_CORE%
requires: 'notification',
version: 0.12,
init: function(editor) {
Expand Down

0 comments on commit c339e54

Please sign in to comment.