about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/lt.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/lt.js')
-rw-r--r--app/assets/javascripts/ckeditor/plugins/image2/lang/lt.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/lt.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/lt.js deleted file mode 100644 index 73514ee..0000000 --- a/app/assets/javascripts/ckeditor/plugins/image2/lang/lt.js +++ /dev/null
@@ -1,21 +0,0 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'image2', 'lt', {
6 alt: 'Alternatyvus Tekstas',
7 btnUpload: 'Siųsti į serverį',
8 captioned: 'Captioned image', // MISSING
9 captionPlaceholder: 'Caption', // MISSING
10 infoTab: 'Vaizdo informacija',
11 lockRatio: 'Išlaikyti proporciją',
12 menu: 'Vaizdo savybės',
13 pathName: 'image', // MISSING
14 pathNameCaption: 'caption', // MISSING
15 resetSize: 'Atstatyti dydį',
16 resizer: 'Click and drag to resize', // MISSING
17 title: 'Vaizdo savybės',
18 uploadTab: 'Siųsti',
19 urlMissing: 'Paveiksliuko nuorodos nėra.',
20 altMissing: 'Alternative text is missing.' // MISSING
21} );