aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/eo.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 17:54:04 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 17:54:04 +0100
commit317f8f8f0651488f226b5280a8f036c7c135c639 (patch)
tree97bd4889ab2822a00d4b0f0d5cde38b59f9f41de /sources/lang/eo.js
parent1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c (diff)
downloadpiedsjaloux-ckeditor-component-317f8f8f0651488f226b5280a8f036c7c135c639.tar.gz
piedsjaloux-ckeditor-component-317f8f8f0651488f226b5280a8f036c7c135c639.tar.zst
piedsjaloux-ckeditor-component-317f8f8f0651488f226b5280a8f036c7c135c639.zip
Add oembed4.7.3
Diffstat (limited to 'sources/lang/eo.js')
-rw-r--r--sources/lang/eo.js23
1 files changed, 20 insertions, 3 deletions
diff --git a/sources/lang/eo.js b/sources/lang/eo.js
index 4a25862..4ea1b84 100644
--- a/sources/lang/eo.js
+++ b/sources/lang/eo.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
@@ -86,7 +86,7 @@ CKEDITOR.lang[ 'eo' ] = {
86 alignMiddle: 'Centre', 86 alignMiddle: 'Centre',
87 alignBottom: 'Malsupre', 87 alignBottom: 'Malsupre',
88 alignNone: 'Neniu', 88 alignNone: 'Neniu',
89 invalidValue : 'Nevalida Valoro', 89 invalidValue: 'Nevalida Valoro',
90 invalidHeight: 'Alto devas esti nombro.', 90 invalidHeight: 'Alto devas esti nombro.',
91 invalidWidth: 'Larĝo devas esti nombro.', 91 invalidWidth: 'Larĝo devas esti nombro.',
92 invalidCssLength: 'La valoro indikita por la "%1" kampo devas esti pozitiva nombro kun aŭ sen valida CSSmezurunuo (px, %, in, cm, mm, em, ex, pt, or pc).', 92 invalidCssLength: 'La valoro indikita por la "%1" kampo devas esti pozitiva nombro kun aŭ sen valida CSSmezurunuo (px, %, in, cm, mm, em, ex, pt, or pc).',
@@ -95,6 +95,23 @@ CKEDITOR.lang[ 'eo' ] = {
95 cssLengthTooltip: 'Entajpu nombron por rastrumera valoro aŭ nombron kun valida CSSunuo (px, %, in, cm, mm, em, ex, pt, or pc).', 95 cssLengthTooltip: 'Entajpu nombron por rastrumera valoro aŭ nombron kun valida CSSunuo (px, %, in, cm, mm, em, ex, pt, or pc).',
96 96
97 // Put the voice-only part of the label in the span. 97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">, nehavebla</span>' 98 unavailable: '%1<span class="cke_accessibility">, nehavebla</span>',
99
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: {
102 8: 'Retropaŝo',
103 13: 'Enigi',
104 16: 'Registrumo',
105 17: 'Stirklavo',
106 18: 'Alt-klavo',
107 32: 'Spaco',
108 35: 'Fino',
109 36: 'Hejmo',
110 46: 'Forigi',
111 224: 'Komando'
112 },
113
114 // Prepended to ARIA labels with shortcuts.
115 keyboardShortcut: 'Fulmoklavo'
99 } 116 }
100}; 117};