aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/link/lang/eo.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-02-19 23:38:52 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-02-19 23:38:52 +0100
commit3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5 (patch)
treea4f77655fe55b79606e7d3416504686a1ab8b058 /sources/plugins/link/lang/eo.js
downloadpiedsjaloux-ckeditor-component-3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5.tar.gz
piedsjaloux-ckeditor-component-3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5.tar.zst
piedsjaloux-ckeditor-component-3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5.zip
Initial commit4.5.7
Diffstat (limited to 'sources/plugins/link/lang/eo.js')
-rw-r--r--sources/plugins/link/lang/eo.js65
1 files changed, 65 insertions, 0 deletions
diff --git a/sources/plugins/link/lang/eo.js b/sources/plugins/link/lang/eo.js
new file mode 100644
index 0000000..e0bc952
--- /dev/null
+++ b/sources/plugins/link/lang/eo.js
@@ -0,0 +1,65 @@
1/*
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'link', 'eo', {
6 acccessKey: 'Fulmoklavo',
7 advanced: 'Speciala',
8 advisoryContentType: 'Enhavotipo',
9 advisoryTitle: 'Priskriba Titolo',
10 anchor: {
11 toolbar: 'Ankro',
12 menu: 'Enmeti/Ŝanĝi Ankron',
13 title: 'Ankraj Atributoj',
14 name: 'Ankra Nomo',
15 errorName: 'Bv entajpi la ankran nomon',
16 remove: 'Forigi Ankron'
17 },
18 anchorId: 'Per Elementidentigilo',
19 anchorName: 'Per Ankronomo',
20 charset: 'Signaro de la Ligita Rimedo',
21 cssClasses: 'Klasoj de Stilfolioj',
22 emailAddress: 'Retpoŝto',
23 emailBody: 'Mesaĝa korpo',
24 emailSubject: 'Mesaĝa Temo',
25 id: 'Id',
26 info: 'Informoj pri la Ligilo',
27 langCode: 'Lingva Kodo',
28 langDir: 'Skribdirekto',
29 langDirLTR: 'De maldekstro dekstren (LTR)',
30 langDirRTL: 'De dekstro maldekstren (RTL)',
31 menu: 'Ŝanĝi Ligilon',
32 name: 'Nomo',
33 noAnchors: '<Ne disponeblas ankroj en la dokumento>',
34 noEmail: 'Bonvolu entajpi la retpoŝtadreson',
35 noUrl: 'Bonvolu entajpi la URL-on',
36 other: '<alia>',
37 popupDependent: 'Dependa (Netscape)',
38 popupFeatures: 'Atributoj de la Ŝprucfenestro',
39 popupFullScreen: 'Tutekrane (IE)',
40 popupLeft: 'Maldekstra Pozicio',
41 popupLocationBar: 'Adresobreto',
42 popupMenuBar: 'Menubreto',
43 popupResizable: 'Dimensiŝanĝebla',
44 popupScrollBars: 'Rulumskaloj',
45 popupStatusBar: 'Statobreto',
46 popupToolbar: 'Ilobreto',
47 popupTop: 'Supra Pozicio',
48 rel: 'Rilato',
49 selectAnchor: 'Elekti Ankron',
50 styles: 'Stilo',
51 tabIndex: 'Taba Indekso',
52 target: 'Celo',
53 targetFrame: '<kadro>',
54 targetFrameName: 'Nomo de CelKadro',
55 targetPopup: '<ŝprucfenestro>',
56 targetPopupName: 'Nomo de Ŝprucfenestro',
57 title: 'Ligilo',
58 toAnchor: 'Ankri en tiu ĉi paĝo',
59 toEmail: 'Retpoŝto',
60 toUrl: 'URL',
61 toolbar: 'Enmeti/Ŝanĝi Ligilon',
62 type: 'Tipo de Ligilo',
63 unlink: 'Forigi Ligilon',
64 upload: 'Alŝuti'
65} );