You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

403 lines
16KB

  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. ## Main toolbar buttons (tooltips and alt text for images)
  5. pdfjs-previous-button =
  6. .title = Aurreko orria
  7. pdfjs-previous-button-label = Aurrekoa
  8. pdfjs-next-button =
  9. .title = Hurrengo orria
  10. pdfjs-next-button-label = Hurrengoa
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Orria
  14. # Variables:
  15. # $pagesCount (Number) - the total number of pages in the document
  16. # This string follows an input field with the number of the page currently displayed.
  17. pdfjs-of-pages = / { $pagesCount }
  18. # Variables:
  19. # $pageNumber (Number) - the currently visible page
  20. # $pagesCount (Number) - the total number of pages in the document
  21. pdfjs-page-of-pages = { $pagesCount }/{ $pageNumber }
  22. pdfjs-zoom-out-button =
  23. .title = Urrundu zooma
  24. pdfjs-zoom-out-button-label = Urrundu zooma
  25. pdfjs-zoom-in-button =
  26. .title = Gerturatu zooma
  27. pdfjs-zoom-in-button-label = Gerturatu zooma
  28. pdfjs-zoom-select =
  29. .title = Zooma
  30. pdfjs-presentation-mode-button =
  31. .title = Aldatu aurkezpen modura
  32. pdfjs-presentation-mode-button-label = Arkezpen modua
  33. pdfjs-open-file-button =
  34. .title = Ireki fitxategia
  35. pdfjs-open-file-button-label = Ireki
  36. pdfjs-print-button =
  37. .title = Inprimatu
  38. pdfjs-print-button-label = Inprimatu
  39. pdfjs-save-button =
  40. .title = Gorde
  41. pdfjs-save-button-label = Gorde
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Deskargatu
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = Deskargatu
  48. pdfjs-bookmark-button =
  49. .title = Uneko orria (ikusi uneko orriaren URLa)
  50. pdfjs-bookmark-button-label = Uneko orria
  51. # Used in Firefox for Android.
  52. pdfjs-open-in-app-button =
  53. .title = Ireki aplikazioan
  54. # Used in Firefox for Android.
  55. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  56. pdfjs-open-in-app-button-label = Ireki aplikazioan
  57. ## Secondary toolbar and context menu
  58. pdfjs-tools-button =
  59. .title = Tresnak
  60. pdfjs-tools-button-label = Tresnak
  61. pdfjs-first-page-button =
  62. .title = Joan lehen orrira
  63. pdfjs-first-page-button-label = Joan lehen orrira
  64. pdfjs-last-page-button =
  65. .title = Joan azken orrira
  66. pdfjs-last-page-button-label = Joan azken orrira
  67. pdfjs-page-rotate-cw-button =
  68. .title = Biratu erlojuaren norantzan
  69. pdfjs-page-rotate-cw-button-label = Biratu erlojuaren norantzan
  70. pdfjs-page-rotate-ccw-button =
  71. .title = Biratu erlojuaren aurkako norantzan
  72. pdfjs-page-rotate-ccw-button-label = Biratu erlojuaren aurkako norantzan
  73. pdfjs-cursor-text-select-tool-button =
  74. .title = Gaitu testuaren hautapen tresna
  75. pdfjs-cursor-text-select-tool-button-label = Testuaren hautapen tresna
  76. pdfjs-cursor-hand-tool-button =
  77. .title = Gaitu eskuaren tresna
  78. pdfjs-cursor-hand-tool-button-label = Eskuaren tresna
  79. pdfjs-scroll-page-button =
  80. .title = Erabili orriaren korritzea
  81. pdfjs-scroll-page-button-label = Orriaren korritzea
  82. pdfjs-scroll-vertical-button =
  83. .title = Erabili korritze bertikala
  84. pdfjs-scroll-vertical-button-label = Korritze bertikala
  85. pdfjs-scroll-horizontal-button =
  86. .title = Erabili korritze horizontala
  87. pdfjs-scroll-horizontal-button-label = Korritze horizontala
  88. pdfjs-scroll-wrapped-button =
  89. .title = Erabili korritze egokitua
  90. pdfjs-scroll-wrapped-button-label = Korritze egokitua
  91. pdfjs-spread-none-button =
  92. .title = Ez elkartu barreiatutako orriak
  93. pdfjs-spread-none-button-label = Barreiatzerik ez
  94. pdfjs-spread-odd-button =
  95. .title = Elkartu barreiatutako orriak bakoiti zenbakidunekin hasita
  96. pdfjs-spread-odd-button-label = Barreiatze bakoitia
  97. pdfjs-spread-even-button =
  98. .title = Elkartu barreiatutako orriak bikoiti zenbakidunekin hasita
  99. pdfjs-spread-even-button-label = Barreiatze bikoitia
  100. ## Document properties dialog
  101. pdfjs-document-properties-button =
  102. .title = Dokumentuaren propietateak…
  103. pdfjs-document-properties-button-label = Dokumentuaren propietateak…
  104. pdfjs-document-properties-file-name = Fitxategi-izena:
  105. pdfjs-document-properties-file-size = Fitxategiaren tamaina:
  106. # Variables:
  107. # $size_kb (Number) - the PDF file size in kilobytes
  108. # $size_b (Number) - the PDF file size in bytes
  109. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } byte)
  110. # Variables:
  111. # $size_mb (Number) - the PDF file size in megabytes
  112. # $size_b (Number) - the PDF file size in bytes
  113. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } byte)
  114. pdfjs-document-properties-title = Izenburua:
  115. pdfjs-document-properties-author = Egilea:
  116. pdfjs-document-properties-subject = Gaia:
  117. pdfjs-document-properties-keywords = Gako-hitzak:
  118. pdfjs-document-properties-creation-date = Sortze-data:
  119. pdfjs-document-properties-modification-date = Aldatze-data:
  120. # Variables:
  121. # $date (Date) - the creation/modification date of the PDF file
  122. # $time (Time) - the creation/modification time of the PDF file
  123. pdfjs-document-properties-date-string = { $date }, { $time }
  124. pdfjs-document-properties-creator = Sortzailea:
  125. pdfjs-document-properties-producer = PDFaren ekoizlea:
  126. pdfjs-document-properties-version = PDF bertsioa:
  127. pdfjs-document-properties-page-count = Orrialde kopurua:
  128. pdfjs-document-properties-page-size = Orriaren tamaina:
  129. pdfjs-document-properties-page-size-unit-inches = in
  130. pdfjs-document-properties-page-size-unit-millimeters = mm
  131. pdfjs-document-properties-page-size-orientation-portrait = bertikala
  132. pdfjs-document-properties-page-size-orientation-landscape = horizontala
  133. pdfjs-document-properties-page-size-name-a-three = A3
  134. pdfjs-document-properties-page-size-name-a-four = A4
  135. pdfjs-document-properties-page-size-name-letter = Gutuna
  136. pdfjs-document-properties-page-size-name-legal = Legala
  137. ## Variables:
  138. ## $width (Number) - the width of the (current) page
  139. ## $height (Number) - the height of the (current) page
  140. ## $unit (String) - the unit of measurement of the (current) page
  141. ## $name (String) - the name of the (current) page
  142. ## $orientation (String) - the orientation of the (current) page
  143. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  144. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  145. ##
  146. # The linearization status of the document; usually called "Fast Web View" in
  147. # English locales of Adobe software.
  148. pdfjs-document-properties-linearized = Webeko ikuspegi bizkorra:
  149. pdfjs-document-properties-linearized-yes = Bai
  150. pdfjs-document-properties-linearized-no = Ez
  151. pdfjs-document-properties-close-button = Itxi
  152. ## Print
  153. pdfjs-print-progress-message = Dokumentua inprimatzeko prestatzen…
  154. # Variables:
  155. # $progress (Number) - percent value
  156. pdfjs-print-progress-percent = %{ $progress }
  157. pdfjs-print-progress-close-button = Utzi
  158. pdfjs-printing-not-supported = Abisua: inprimatzeko euskarria ez da erabatekoa nabigatzaile honetan.
  159. pdfjs-printing-not-ready = Abisua: PDFa ez dago erabat kargatuta inprimatzeko.
  160. ## Tooltips and alt text for side panel toolbar buttons
  161. pdfjs-toggle-sidebar-button =
  162. .title = Txandakatu alboko barra
  163. pdfjs-toggle-sidebar-notification-button =
  164. .title = Txandakatu alboko barra (dokumentuak eskema/eranskinak/geruzak ditu)
  165. pdfjs-toggle-sidebar-button-label = Txandakatu alboko barra
  166. pdfjs-document-outline-button =
  167. .title = Erakutsi dokumentuaren eskema (klik bikoitza elementu guztiak zabaltzeko/tolesteko)
  168. pdfjs-document-outline-button-label = Dokumentuaren eskema
  169. pdfjs-attachments-button =
  170. .title = Erakutsi eranskinak
  171. pdfjs-attachments-button-label = Eranskinak
  172. pdfjs-layers-button =
  173. .title = Erakutsi geruzak (klik bikoitza geruza guztiak egoera lehenetsira berrezartzeko)
  174. pdfjs-layers-button-label = Geruzak
  175. pdfjs-thumbs-button =
  176. .title = Erakutsi koadro txikiak
  177. pdfjs-thumbs-button-label = Koadro txikiak
  178. pdfjs-current-outline-item-button =
  179. .title = Bilatu uneko eskemaren elementua
  180. pdfjs-current-outline-item-button-label = Uneko eskemaren elementua
  181. pdfjs-findbar-button =
  182. .title = Bilatu dokumentuan
  183. pdfjs-findbar-button-label = Bilatu
  184. pdfjs-additional-layers = Geruza gehigarriak
  185. ## Thumbnails panel item (tooltip and alt text for images)
  186. # Variables:
  187. # $page (Number) - the page number
  188. pdfjs-thumb-page-title =
  189. .title = { $page }. orria
  190. # Variables:
  191. # $page (Number) - the page number
  192. pdfjs-thumb-page-canvas =
  193. .aria-label = { $page }. orriaren koadro txikia
  194. ## Find panel button title and messages
  195. pdfjs-find-input =
  196. .title = Bilatu
  197. .placeholder = Bilatu dokumentuan…
  198. pdfjs-find-previous-button =
  199. .title = Bilatu esaldiaren aurreko parekatzea
  200. pdfjs-find-previous-button-label = Aurrekoa
  201. pdfjs-find-next-button =
  202. .title = Bilatu esaldiaren hurrengo parekatzea
  203. pdfjs-find-next-button-label = Hurrengoa
  204. pdfjs-find-highlight-checkbox = Nabarmendu guztia
  205. pdfjs-find-match-case-checkbox-label = Bat etorri maiuskulekin/minuskulekin
  206. pdfjs-find-match-diacritics-checkbox-label = Bereizi diakritikoak
  207. pdfjs-find-entire-word-checkbox-label = Hitz osoak
  208. pdfjs-find-reached-top = Dokumentuaren hasierara heldu da, bukaeratik jarraitzen
  209. pdfjs-find-reached-bottom = Dokumentuaren bukaerara heldu da, hasieratik jarraitzen
  210. # Variables:
  211. # $current (Number) - the index of the currently active find result
  212. # $total (Number) - the total number of matches in the document
  213. pdfjs-find-match-count =
  214. { $total ->
  215. [one] { $total }/{ $current }. bat-etortzea
  216. *[other] { $total }/{ $current }. bat-etortzea
  217. }
  218. # Variables:
  219. # $limit (Number) - the maximum number of matches
  220. pdfjs-find-match-count-limit =
  221. { $limit ->
  222. [one] Bat datorren { $limit } baino gehiago
  223. *[other] Bat datozen { $limit } baino gehiago
  224. }
  225. pdfjs-find-not-found = Esaldia ez da aurkitu
  226. ## Predefined zoom values
  227. pdfjs-page-scale-width = Orriaren zabalera
  228. pdfjs-page-scale-fit = Doitu orrira
  229. pdfjs-page-scale-auto = Zoom automatikoa
  230. pdfjs-page-scale-actual = Benetako tamaina
  231. # Variables:
  232. # $scale (Number) - percent value for page scale
  233. pdfjs-page-scale-percent = %{ $scale }
  234. ## PDF page
  235. # Variables:
  236. # $page (Number) - the page number
  237. pdfjs-page-landmark =
  238. .aria-label = { $page }. orria
  239. ## Loading indicator messages
  240. pdfjs-loading-error = Errorea gertatu da PDFa kargatzean.
  241. pdfjs-invalid-file-error = PDF fitxategi baliogabe edo hondatua.
  242. pdfjs-missing-file-error = PDF fitxategia falta da.
  243. pdfjs-unexpected-response-error = Espero gabeko zerbitzariaren erantzuna.
  244. pdfjs-rendering-error = Errorea gertatu da orria errendatzean.
  245. ## Annotations
  246. # Variables:
  247. # $date (Date) - the modification date of the annotation
  248. # $time (Time) - the modification time of the annotation
  249. pdfjs-annotation-date-string = { $date }, { $time }
  250. # .alt: This is used as a tooltip.
  251. # Variables:
  252. # $type (String) - an annotation type from a list defined in the PDF spec
  253. # (32000-1:2008 Table 169 – Annotation types).
  254. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  255. pdfjs-text-annotation-type =
  256. .alt = [{ $type } ohartarazpena]
  257. ## Password
  258. pdfjs-password-label = Idatzi PDF fitxategi hau irekitzeko pasahitza.
  259. pdfjs-password-invalid = Pasahitz baliogabea. Saiatu berriro mesedez.
  260. pdfjs-password-ok-button = Ados
  261. pdfjs-password-cancel-button = Utzi
  262. pdfjs-web-fonts-disabled = Webeko letra-tipoak desgaituta daude: ezin dira kapsulatutako PDF letra-tipoak erabili.
  263. ## Editing
  264. pdfjs-editor-free-text-button =
  265. .title = Testua
  266. pdfjs-editor-free-text-button-label = Testua
  267. pdfjs-editor-ink-button =
  268. .title = Marrazkia
  269. pdfjs-editor-ink-button-label = Marrazkia
  270. pdfjs-editor-stamp-button =
  271. .title = Gehitu edo editatu irudiak
  272. pdfjs-editor-stamp-button-label = Gehitu edo editatu irudiak
  273. pdfjs-editor-highlight-button =
  274. .title = Nabarmendu
  275. pdfjs-editor-highlight-button-label = Nabarmendu
  276. pdfjs-highlight-floating-button =
  277. .title = Nabarmendu
  278. pdfjs-highlight-floating-button1 =
  279. .title = Nabarmendu
  280. .aria-label = Nabarmendu
  281. pdfjs-highlight-floating-button-label = Nabarmendu
  282. ## Remove button for the various kind of editor.
  283. pdfjs-editor-remove-ink-button =
  284. .title = Kendu marrazkia
  285. pdfjs-editor-remove-freetext-button =
  286. .title = Kendu testua
  287. pdfjs-editor-remove-stamp-button =
  288. .title = Kendu irudia
  289. pdfjs-editor-remove-highlight-button =
  290. .title = Kendu nabarmentzea
  291. ##
  292. # Editor Parameters
  293. pdfjs-editor-free-text-color-input = Kolorea
  294. pdfjs-editor-free-text-size-input = Tamaina
  295. pdfjs-editor-ink-color-input = Kolorea
  296. pdfjs-editor-ink-thickness-input = Loditasuna
  297. pdfjs-editor-ink-opacity-input = Opakutasuna
  298. pdfjs-editor-stamp-add-image-button =
  299. .title = Gehitu irudia
  300. pdfjs-editor-stamp-add-image-button-label = Gehitu irudia
  301. # This refers to the thickness of the line used for free highlighting (not bound to text)
  302. pdfjs-editor-free-highlight-thickness-input = Loditasuna
  303. pdfjs-editor-free-highlight-thickness-title =
  304. .title = Aldatu loditasuna testua ez beste elementuak nabarmentzean
  305. pdfjs-free-text =
  306. .aria-label = Testu-editorea
  307. pdfjs-free-text-default-content = Hasi idazten…
  308. pdfjs-ink =
  309. .aria-label = Marrazki-editorea
  310. pdfjs-ink-canvas =
  311. .aria-label = Erabiltzaileak sortutako irudia
  312. ## Alt-text dialog
  313. # Alternative text (alt text) helps when people can't see the image.
  314. pdfjs-editor-alt-text-button-label = Testu alternatiboa
  315. pdfjs-editor-alt-text-edit-button-label = Editatu testu alternatiboa
  316. pdfjs-editor-alt-text-dialog-label = Aukeratu aukera
  317. pdfjs-editor-alt-text-dialog-description = Testu alternatiboak laguntzen du jendeak ezin duenean irudia ikusi edo ez denean kargatzen.
  318. pdfjs-editor-alt-text-add-description-label = Gehitu azalpena
  319. pdfjs-editor-alt-text-add-description-description = Saiatu idazten gaia, ezarpena edo ekintzak deskribatzen dituen esaldi 1 edo 2.
  320. pdfjs-editor-alt-text-mark-decorative-label = Markatu apaingarri gisa
  321. pdfjs-editor-alt-text-mark-decorative-description = Irudiak apaingarrientzat erabiltzen da, adibidez ertz edo ur-marketarako.
  322. pdfjs-editor-alt-text-cancel-button = Utzi
  323. pdfjs-editor-alt-text-save-button = Gorde
  324. pdfjs-editor-alt-text-decorative-tooltip = Apaingarri gisa markatuta
  325. # .placeholder: This is a placeholder for the alt text input area
  326. pdfjs-editor-alt-text-textarea =
  327. .placeholder = Adibidez, "gizon gaztea mahaian eserita dago bazkaltzeko"
  328. ## Editor resizers
  329. ## This is used in an aria label to help to understand the role of the resizer.
  330. pdfjs-editor-resizer-label-top-left = Goiko ezkerreko izkina — aldatu tamaina
  331. pdfjs-editor-resizer-label-top-middle = Goian erdian — aldatu tamaina
  332. pdfjs-editor-resizer-label-top-right = Goiko eskuineko izkina — aldatu tamaina
  333. pdfjs-editor-resizer-label-middle-right = Erdian eskuinean — aldatu tamaina
  334. pdfjs-editor-resizer-label-bottom-right = Beheko eskuineko izkina — aldatu tamaina
  335. pdfjs-editor-resizer-label-bottom-middle = Behean erdian — aldatu tamaina
  336. pdfjs-editor-resizer-label-bottom-left = Beheko ezkerreko izkina — aldatu tamaina
  337. pdfjs-editor-resizer-label-middle-left = Erdian ezkerrean — aldatu tamaina
  338. ## Color picker
  339. # This means "Color used to highlight text"
  340. pdfjs-editor-highlight-colorpicker-label = Nabarmentze kolorea
  341. pdfjs-editor-colorpicker-button =
  342. .title = Aldatu kolorea
  343. pdfjs-editor-colorpicker-dropdown =
  344. .aria-label = Kolore-aukerak
  345. pdfjs-editor-colorpicker-yellow =
  346. .title = Horia
  347. pdfjs-editor-colorpicker-green =
  348. .title = Berdea
  349. pdfjs-editor-colorpicker-blue =
  350. .title = Urdina
  351. pdfjs-editor-colorpicker-pink =
  352. .title = Arrosa
  353. pdfjs-editor-colorpicker-red =
  354. .title = Gorria
  355. ## Show all highlights
  356. ## This is a toggle button to show/hide all the highlights.
  357. pdfjs-editor-highlight-show-all-button-label = Erakutsi denak
  358. pdfjs-editor-highlight-show-all-button =
  359. .title = Erakutsi denak