From c339e5493a7630fad8ad29b2500f72e02e42d434 Mon Sep 17 00:00:00 2001
From: Ingo Herbote <thewatcher@watchersnet.de>
Date: Wed, 8 Jul 2015 12:49:46 +0200
Subject: [PATCH] added Czech language

---
 autosave/lang/cs.js | 17 +++++++++++++++++
 autosave/plugin.js  |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 autosave/lang/cs.js

diff --git a/autosave/lang/cs.js b/autosave/lang/cs.js
new file mode 100644
index 0000000..d3406a9
--- /dev/null
+++ b/autosave/lang/cs.js
@@ -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'
+});
\ No newline at end of file
diff --git a/autosave/plugin.js b/autosave/plugin.js
index bae7924..1e2aa4a 100644
--- a/autosave/plugin.js
+++ b/autosave/plugin.js
@@ -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) {