aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/oc.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/div/lang/oc.js')
-rw-r--r--sources/plugins/div/lang/oc.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/sources/plugins/div/lang/oc.js b/sources/plugins/div/lang/oc.js
new file mode 100644
index 0000000..79d28d4
--- /dev/null
+++ b/sources/plugins/div/lang/oc.js
@@ -0,0 +1,19 @@
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( 'div', 'oc', {
6 IdInputLabel: 'ID',
7 advisoryTitleInputLabel: 'Infobulla',
8 cssClassInputLabel: 'Classas d\'estil',
9 edit: 'Modificar la division',
10 inlineStyleInputLabel: 'Estil en linha',
11 langDirLTRLabel: 'Esquèrra a dreita (LTR)',
12 langDirLabel: 'Sens d\'escritura',
13 langDirRTLLabel: 'Dreita a esquèrra (RTL)',
14 languageCodeInputLabel: 'Còdi de lenga',
15 remove: 'Levar la division',
16 styleSelectLabel: 'Estil',
17 title: 'Crear una division',
18 toolbar: 'Crear una division'
19} );