about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/fo.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/fo.js')
-rw-r--r--app/assets/javascripts/ckeditor/plugins/image2/lang/fo.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/fo.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/fo.js deleted file mode 100644 index 86c001a..0000000 --- a/app/assets/javascripts/ckeditor/plugins/image2/lang/fo.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', 'fo', {
6 alt: 'Alternativur tekstur',
7 btnUpload: 'Send til ambætaran',
8 captioned: 'Captioned image', // MISSING
9 captionPlaceholder: 'Caption', // MISSING
10 infoTab: 'Myndaupplýsingar',
11 lockRatio: 'Læs lutfallið',
12 menu: 'Myndaeginleikar',
13 pathName: 'image', // MISSING
14 pathNameCaption: 'caption', // MISSING
15 resetSize: 'Upprunastødd',
16 resizer: 'Click and drag to resize', // MISSING
17 title: 'Myndaeginleikar',
18 uploadTab: 'Send til ambætaran',
19 urlMissing: 'URL til mynd manglar.',
20 altMissing: 'Alternative text is missing.' // MISSING
21} );