]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blob - sources/lang/eo.js
Initial commit
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / lang / eo.js
1 /**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 /**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * Esperanto language.
9 */
10
11 /**#@+
12 @type String
13 @example
14 */
15
16 /**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20 CKEDITOR.lang[ 'eo' ] = {
21 // ARIA description.
22 editor: 'RiĉTeksta Redaktilo',
23 editorPanel: 'Panelo de la RiĉTeksta Redaktilo',
24
25 // Common messages and labels.
26 common: {
27 // Screenreader titles. Please note that screenreaders are not always capable
28 // of reading non-English words. So be careful while translating it.
29 editorHelp: 'Premu ALT 0 por helpilo',
30
31 browseServer: 'Foliumi en la Servilo',
32 url: 'URL',
33 protocol: 'Protokolo',
34 upload: 'Alŝuti',
35 uploadSubmit: 'Sendu al Servilo',
36 image: 'Bildo',
37 flash: 'Flaŝo',
38 form: 'Formularo',
39 checkbox: 'Markobutono',
40 radio: 'Radiobutono',
41 textField: 'Teksta kampo',
42 textarea: 'Teksta Areo',
43 hiddenField: 'Kaŝita Kampo',
44 button: 'Butono',
45 select: 'Elekta Kampo',
46 imageButton: 'Bildbutono',
47 notSet: '<Defaŭlta>',
48 id: 'Id',
49 name: 'Nomo',
50 langDir: 'Skribdirekto',
51 langDirLtr: 'De maldekstro dekstren (LTR)',
52 langDirRtl: 'De dekstro maldekstren (RTL)',
53 langCode: 'Lingva Kodo',
54 longDescr: 'URL de Longa Priskribo',
55 cssClass: 'Klasoj de Stilfolioj',
56 advisoryTitle: 'Priskriba Titolo',
57 cssStyle: 'Stilo',
58 ok: 'Akcepti',
59 cancel: 'Rezigni',
60 close: 'Fermi',
61 preview: 'Vidigi Aspekton',
62 resize: 'Movigi por ŝanĝi la grandon',
63 generalTab: 'Ĝenerala',
64 advancedTab: 'Speciala',
65 validateNumberFailed: 'Tiu valoro ne estas nombro.',
66 confirmNewPage: 'La neregistritaj ŝanĝoj estas perdotaj. Ĉu vi certas, ke vi volas ŝargi novan paĝon?',
67 confirmCancel: 'Iuj opcioj esta ŝanĝitaj. Ĉu vi certas, ke vi volas fermi la dialogon?',
68 options: 'Opcioj',
69 target: 'Celo',
70 targetNew: 'Nova Fenestro (_blank)',
71 targetTop: 'Supra Fenestro (_top)',
72 targetSelf: 'Sama Fenestro (_self)',
73 targetParent: 'Patra Fenestro (_parent)',
74 langDirLTR: 'De maldekstro dekstren (LTR)',
75 langDirRTL: 'De dekstro maldekstren (RTL)',
76 styles: 'Stilo',
77 cssClasses: 'Stilfoliaj Klasoj',
78 width: 'Larĝo',
79 height: 'Alto',
80 align: 'Ĝisrandigo',
81 alignLeft: 'Maldekstre',
82 alignRight: 'Dekstre',
83 alignCenter: 'Centre',
84 alignJustify: 'Ĝisrandigi Ambaŭflanke',
85 alignTop: 'Supre',
86 alignMiddle: 'Centre',
87 alignBottom: 'Malsupre',
88 alignNone: 'Neniu',
89 invalidValue : 'Nevalida Valoro',
90 invalidHeight: 'Alto 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).',
93 invalidHtmlLength: 'La valoro indikita por la "%1" kampo devas esti pozitiva nombro kun aŭ sen valida HTMLmezurunuo (px or %).',
94 invalidInlineStyle: 'La valoro indikita por la enlinia stilo devas konsisti el unu aŭ pluraj elementoj kun la formato de "nomo : valoro", apartigitaj per punktokomoj.',
95 cssLengthTooltip: 'Entajpu nombron por rastrumera valoro aŭ nombron kun valida CSSunuo (px, %, in, cm, mm, em, ex, pt, or pc).',
96
97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">, nehavebla</span>'
99 }
100 };