aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/font/lang
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 18:55:29 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 18:55:29 +0100
commit1794320dcfdfcd19572fb1676294f9853a6bbc20 (patch)
treea4c9e978947d6930d50391747382d7f95a5863e3 /sources/plugins/font/lang
parent7183f6a6a21ad9124e70c997e0168459f377a9f2 (diff)
downloadludivine-ckeditor-component-4.7.3.tar.gz
ludivine-ckeditor-component-4.7.3.tar.zst
ludivine-ckeditor-component-4.7.3.zip
Update to 4.7.3HEAD4.7.3master
Diffstat (limited to 'sources/plugins/font/lang')
-rw-r--r--sources/plugins/font/lang/es-mx.js14
-rw-r--r--sources/plugins/font/lang/hr.js2
2 files changed, 15 insertions, 1 deletions
diff --git a/sources/plugins/font/lang/es-mx.js b/sources/plugins/font/lang/es-mx.js
new file mode 100644
index 0000000..5d4cdcf
--- /dev/null
+++ b/sources/plugins/font/lang/es-mx.js
@@ -0,0 +1,14 @@
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( 'font', 'es-mx', {
6 fontSize: {
7 label: 'Tamaño',
8 voiceLabel: 'Tamaño de letra',
9 panelTitle: 'Tamaño de letra'
10 },
11 label: 'Letra',
12 panelTitle: 'Nombre de letra',
13 voiceLabel: 'Letra'
14} );
diff --git a/sources/plugins/font/lang/hr.js b/sources/plugins/font/lang/hr.js
index 0313aa3..669169c 100644
--- a/sources/plugins/font/lang/hr.js
+++ b/sources/plugins/font/lang/hr.js
@@ -9,6 +9,6 @@ CKEDITOR.plugins.setLang( 'font', 'hr', {
9 panelTitle: 'Veličina' 9 panelTitle: 'Veličina'
10 }, 10 },
11 label: 'Font', 11 label: 'Font',
12 panelTitle: 'Font', 12 panelTitle: 'Naziv fonta',
13 voiceLabel: 'Font' 13 voiceLabel: 'Font'
14} ); 14} );