From 3a628945ade35f3ba351ba90e271608520753174 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 11 Oct 2023 11:39:16 -0400 Subject: Removed ckeditor --- .../javascripts/ckeditor/plugins/image2/lang/id.js | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 app/assets/javascripts/ckeditor/plugins/image2/lang/id.js (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/id.js') diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/id.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/id.js deleted file mode 100644 index dd783c4..0000000 --- a/app/assets/javascripts/ckeditor/plugins/image2/lang/id.js +++ /dev/null @@ -1,21 +0,0 @@ -/* -Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.md or http://ckeditor.com/license -*/ -CKEDITOR.plugins.setLang( 'image2', 'id', { - alt: 'Teks alternatif', - btnUpload: 'Kirim ke Server', - captioned: 'Captioned image', // MISSING - captionPlaceholder: 'Caption', // MISSING - infoTab: 'Info Gambar', - lockRatio: 'Lock Ratio', // MISSING - menu: 'Image Properties', // MISSING - pathName: 'image', // MISSING - pathNameCaption: 'caption', // MISSING - resetSize: 'Atur Ulang Ukuran', - resizer: 'Click and drag to resize', // MISSING - title: 'Image Properties', // MISSING - uploadTab: 'Unggah', - urlMissing: 'Image source URL is missing.', // MISSING - altMissing: 'Alternative text is missing.' // MISSING -} ); -- cgit 1.4.1