eu.js 3.4 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. * Basque language.
  8. */
  9. /**#@+
  10. @type String
  11. @example
  12. */
  13. /**
  14. * Contains the dictionary of language entries.
  15. * @namespace
  16. */
  17. CKEDITOR.lang[ 'eu' ] = {
  18. // ARIA description.
  19. editor: 'Testu Aberastuko Editorea',
  20. editorPanel: 'Rich Text Editor panel', // MISSING
  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: 'ALT 0 sakatu laguntza jasotzeko',
  26. browseServer: 'Zerbitzaria arakatu',
  27. url: 'URL',
  28. protocol: 'Protokoloa',
  29. upload: 'Gora kargatu',
  30. uploadSubmit: 'Zerbitzarira bidali',
  31. image: 'Irudia',
  32. flash: 'Flasha',
  33. form: 'Formularioa',
  34. checkbox: 'Kontrol-laukia',
  35. radio: 'Aukera-botoia',
  36. textField: 'Testu Eremua',
  37. textarea: 'Testu-area',
  38. hiddenField: 'Ezkutuko Eremua',
  39. button: 'Botoia',
  40. select: 'Hautespen Eremua',
  41. imageButton: 'Irudi Botoia',
  42. notSet: '<Ezarri gabe>',
  43. id: 'Id',
  44. name: 'Izena',
  45. langDir: 'Hizkuntzaren Norabidea',
  46. langDirLtr: 'Ezkerretik Eskumara(LTR)',
  47. langDirRtl: 'Eskumatik Ezkerrera (RTL)',
  48. langCode: 'Hizkuntza Kodea',
  49. longDescr: 'URL Deskribapen Luzea',
  50. cssClass: 'Estilo-orriko Klaseak',
  51. advisoryTitle: 'Izenburua',
  52. cssStyle: 'Estiloa',
  53. ok: 'Ados',
  54. cancel: 'Utzi',
  55. close: 'Itxi',
  56. preview: 'Aurrebista',
  57. resize: 'Arrastatu tamaina aldatzeko',
  58. generalTab: 'Orokorra',
  59. advancedTab: 'Aurreratua',
  60. validateNumberFailed: 'Balio hau ez da zenbaki bat.',
  61. confirmNewPage: 'Eduki honetan gorde gabe dauden aldaketak galduko dira. Ziur zaude orri berri bat kargatu nahi duzula?',
  62. confirmCancel: 'Aukera batzuk aldatu egin dira. Ziur zaude elkarrizketa-koadroa itxi nahi duzula?',
  63. options: 'Aukerak',
  64. target: 'Target (Helburua)',
  65. targetNew: 'Leiho Berria (_blank)',
  66. targetTop: 'Goieneko Leihoan (_top)',
  67. targetSelf: 'Leiho Berdinean (_self)',
  68. targetParent: 'Leiho Gurasoan (_parent)',
  69. langDirLTR: 'Ezkerretik Eskumara(LTR)',
  70. langDirRTL: 'Eskumatik Ezkerrera (RTL)',
  71. styles: 'Estiloa',
  72. cssClasses: 'Estilo-orriko Klaseak',
  73. width: 'Zabalera',
  74. height: 'Altuera',
  75. align: 'Lerrokatu',
  76. alignLeft: 'Ezkerrera',
  77. alignRight: 'Eskuman',
  78. alignCenter: 'Erdian',
  79. alignJustify: 'Justifikatu',
  80. alignTop: 'Goian',
  81. alignMiddle: 'Erdian',
  82. alignBottom: 'Behean',
  83. alignNone: 'None', // MISSING
  84. invalidValue : 'Balio ezegokia.',
  85. invalidHeight: 'Altuera zenbaki bat izan behar da.',
  86. invalidWidth: 'Zabalera zenbaki bat izan behar da.',
  87. invalidCssLength: '"%1" eremurako zehaztutako balioa zenbaki positibo bat izan behar du, aukeran CSS neurri unitate batekin (px, %, in, cm, mm, em, ex, pt edo pc).',
  88. invalidHtmlLength: '"%1" eremurako zehaztutako balioa zenbaki positibo bat izan behar du, aukeran HTML neurri unitate batekin (px edo %).',
  89. invalidInlineStyle: 'Lerroko estiloan zehazten dena tupla "name : value" formatuko eta puntu eta komaz bereiztutako tupla bat edo gehiago izan behar dira.',
  90. cssLengthTooltip: 'Zenbakia bakarrik zehazten bada pixeletan egongo da. CSS neurri unitatea ere zehaztu ahal da (px, %, in, cm, mm, em, ex, pt, edo pc).',
  91. // Put the voice-only part of the label in the span.
  92. unavailable: '%1<span class="cke_accessibility">, erabilezina</span>'
  93. }
  94. };