eo.js 3.3 KB

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