diff options
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/oc.js')
-rw-r--r-- | app/assets/javascripts/ckeditor/plugins/image2/lang/oc.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/oc.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/oc.js deleted file mode 100644 index 1b75050..0000000 --- a/app/assets/javascripts/ckeditor/plugins/image2/lang/oc.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', 'oc', { | ||
6 | alt: 'Tèxte alternatiu', | ||
7 | btnUpload: 'Mandar sul servidor', | ||
8 | captioned: 'Imatge amb legenda', | ||
9 | captionPlaceholder: 'Legenda', | ||
10 | infoTab: 'Informacions sus l\'imatge', | ||
11 | lockRatio: 'Conservar las proporcions', | ||
12 | menu: 'Proprietats de l\'imatge', | ||
13 | pathName: 'imatge', | ||
14 | pathNameCaption: 'legenda', | ||
15 | resetSize: 'Reïnicializar la talha', | ||
16 | resizer: 'Clicar e lisar per redimensionar', | ||
17 | title: 'Proprietats de l\'imatge', | ||
18 | uploadTab: 'Mandar', | ||
19 | urlMissing: 'L\'URL font de l\'imatge es mancanta.', | ||
20 | altMissing: 'Lo tèxte alternatiu es mancant.' | ||
21 | } ); | ||