diff options
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/lv.js')
-rw-r--r-- | app/assets/javascripts/ckeditor/plugins/image2/lang/lv.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/lv.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/lv.js deleted file mode 100644 index aa5f8d3..0000000 --- a/app/assets/javascripts/ckeditor/plugins/image2/lang/lv.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', 'lv', { | ||
6 | alt: 'Alternatīvais teksts', | ||
7 | btnUpload: 'Nosūtīt serverim', | ||
8 | captioned: 'Captioned image', // MISSING | ||
9 | captionPlaceholder: 'Caption', // MISSING | ||
10 | infoTab: 'Informācija par attēlu', | ||
11 | lockRatio: 'Nemainīga Augstuma/Platuma attiecība', | ||
12 | menu: 'Attēla īpašības', | ||
13 | pathName: 'image', // MISSING | ||
14 | pathNameCaption: 'caption', // MISSING | ||
15 | resetSize: 'Atjaunot sākotnējo izmēru', | ||
16 | resizer: 'Click and drag to resize', // MISSING | ||
17 | title: 'Attēla īpašības', | ||
18 | uploadTab: 'Augšupielādēt', | ||
19 | urlMissing: 'Trūkst attēla atrašanās adrese.', | ||
20 | altMissing: 'Alternative text is missing.' // MISSING | ||
21 | } ); | ||