diff options
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/cs.js')
| -rw-r--r-- | app/assets/javascripts/ckeditor/plugins/image2/lang/cs.js | 21 |
1 files changed, 0 insertions, 21 deletions
| diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/cs.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/cs.js deleted file mode 100644 index c50394e..0000000 --- a/app/assets/javascripts/ckeditor/plugins/image2/lang/cs.js +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | /* | ||
| 2 | Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
| 3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
| 4 | */ | ||
| 5 | CKEDITOR.plugins.setLang( 'image2', 'cs', { | ||
| 6 | alt: 'Alternativní text', | ||
| 7 | btnUpload: 'Odeslat na server', | ||
| 8 | captioned: 'Obrázek s popisem', | ||
| 9 | captionPlaceholder: 'Popis', | ||
| 10 | infoTab: 'Informace o obrázku', | ||
| 11 | lockRatio: 'Zámek', | ||
| 12 | menu: 'Vlastnosti obrázku', | ||
| 13 | pathName: 'Obrázek', | ||
| 14 | pathNameCaption: 'Popis', | ||
| 15 | resetSize: 'Původní velikost', | ||
| 16 | resizer: 'Klepněte a táhněte pro změnu velikosti', | ||
| 17 | title: 'Vlastnosti obrázku', | ||
| 18 | uploadTab: 'Odeslat', | ||
| 19 | urlMissing: 'Zadané URL zdroje obrázku nebylo nalezeno.', | ||
| 20 | altMissing: 'Alternative text is missing.' // MISSING | ||
| 21 | } ); | ||
