viewer.ftl 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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 = An Leathanach Roimhe Seo
  7. pdfjs-previous-button-label = Roimhe Seo
  8. pdfjs-next-button =
  9. .title = An Chéad Leathanach Eile
  10. pdfjs-next-button-label = Ar Aghaidh
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Leathanach
  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 = as { $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 = ({ $pageNumber } as { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Súmáil Amach
  24. pdfjs-zoom-out-button-label = Súmáil Amach
  25. pdfjs-zoom-in-button =
  26. .title = Súmáil Isteach
  27. pdfjs-zoom-in-button-label = Súmáil Isteach
  28. pdfjs-zoom-select =
  29. .title = Súmáil
  30. pdfjs-presentation-mode-button =
  31. .title = Úsáid an Mód Láithreoireachta
  32. pdfjs-presentation-mode-button-label = Mód Láithreoireachta
  33. pdfjs-open-file-button =
  34. .title = Oscail Comhad
  35. pdfjs-open-file-button-label = Oscail
  36. pdfjs-print-button =
  37. .title = Priontáil
  38. pdfjs-print-button-label = Priontáil
  39. ## Secondary toolbar and context menu
  40. pdfjs-tools-button =
  41. .title = Uirlisí
  42. pdfjs-tools-button-label = Uirlisí
  43. pdfjs-first-page-button =
  44. .title = Go dtí an chéad leathanach
  45. pdfjs-first-page-button-label = Go dtí an chéad leathanach
  46. pdfjs-last-page-button =
  47. .title = Go dtí an leathanach deiridh
  48. pdfjs-last-page-button-label = Go dtí an leathanach deiridh
  49. pdfjs-page-rotate-cw-button =
  50. .title = Rothlaigh ar deiseal
  51. pdfjs-page-rotate-cw-button-label = Rothlaigh ar deiseal
  52. pdfjs-page-rotate-ccw-button =
  53. .title = Rothlaigh ar tuathal
  54. pdfjs-page-rotate-ccw-button-label = Rothlaigh ar tuathal
  55. pdfjs-cursor-text-select-tool-button =
  56. .title = Cumasaigh an Uirlis Roghnaithe Téacs
  57. pdfjs-cursor-text-select-tool-button-label = Uirlis Roghnaithe Téacs
  58. pdfjs-cursor-hand-tool-button =
  59. .title = Cumasaigh an Uirlis Láimhe
  60. pdfjs-cursor-hand-tool-button-label = Uirlis Láimhe
  61. ## Document properties dialog
  62. pdfjs-document-properties-button =
  63. .title = Airíonna na Cáipéise…
  64. pdfjs-document-properties-button-label = Airíonna na Cáipéise…
  65. pdfjs-document-properties-file-name = Ainm an chomhaid:
  66. pdfjs-document-properties-file-size = Méid an chomhaid:
  67. # Variables:
  68. # $size_kb (Number) - the PDF file size in kilobytes
  69. # $size_b (Number) - the PDF file size in bytes
  70. pdfjs-document-properties-kb = { $size_kb } kB ({ $size_b } beart)
  71. # Variables:
  72. # $size_mb (Number) - the PDF file size in megabytes
  73. # $size_b (Number) - the PDF file size in bytes
  74. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } beart)
  75. pdfjs-document-properties-title = Teideal:
  76. pdfjs-document-properties-author = Údar:
  77. pdfjs-document-properties-subject = Ábhar:
  78. pdfjs-document-properties-keywords = Eochairfhocail:
  79. pdfjs-document-properties-creation-date = Dáta Cruthaithe:
  80. pdfjs-document-properties-modification-date = Dáta Athraithe:
  81. # Variables:
  82. # $date (Date) - the creation/modification date of the PDF file
  83. # $time (Time) - the creation/modification time of the PDF file
  84. pdfjs-document-properties-date-string = { $date }, { $time }
  85. pdfjs-document-properties-creator = Cruthaitheoir:
  86. pdfjs-document-properties-producer = Cruthaitheoir an PDF:
  87. pdfjs-document-properties-version = Leagan PDF:
  88. pdfjs-document-properties-page-count = Líon Leathanach:
  89. ## Variables:
  90. ## $width (Number) - the width of the (current) page
  91. ## $height (Number) - the height of the (current) page
  92. ## $unit (String) - the unit of measurement of the (current) page
  93. ## $name (String) - the name of the (current) page
  94. ## $orientation (String) - the orientation of the (current) page
  95. ##
  96. pdfjs-document-properties-close-button = Dún
  97. ## Print
  98. pdfjs-print-progress-message = Cáipéis á hullmhú le priontáil…
  99. # Variables:
  100. # $progress (Number) - percent value
  101. pdfjs-print-progress-percent = { $progress }%
  102. pdfjs-print-progress-close-button = Cealaigh
  103. pdfjs-printing-not-supported = Rabhadh: Ní thacaíonn an brabhsálaí le priontáil go hiomlán.
  104. pdfjs-printing-not-ready = Rabhadh: Ní féidir an PDF a phriontáil go dtí go mbeidh an cháipéis iomlán lódáilte.
  105. ## Tooltips and alt text for side panel toolbar buttons
  106. pdfjs-toggle-sidebar-button =
  107. .title = Scoránaigh an Barra Taoibh
  108. pdfjs-toggle-sidebar-button-label = Scoránaigh an Barra Taoibh
  109. pdfjs-document-outline-button =
  110. .title = Taispeáin Imlíne na Cáipéise (déchliceáil chun chuile rud a leathnú nó a laghdú)
  111. pdfjs-document-outline-button-label = Creatlach na Cáipéise
  112. pdfjs-attachments-button =
  113. .title = Taispeáin Iatáin
  114. pdfjs-attachments-button-label = Iatáin
  115. pdfjs-thumbs-button =
  116. .title = Taispeáin Mionsamhlacha
  117. pdfjs-thumbs-button-label = Mionsamhlacha
  118. pdfjs-findbar-button =
  119. .title = Aimsigh sa Cháipéis
  120. pdfjs-findbar-button-label = Aimsigh
  121. ## Thumbnails panel item (tooltip and alt text for images)
  122. # Variables:
  123. # $page (Number) - the page number
  124. pdfjs-thumb-page-title =
  125. .title = Leathanach { $page }
  126. # Variables:
  127. # $page (Number) - the page number
  128. pdfjs-thumb-page-canvas =
  129. .aria-label = Mionsamhail Leathanaigh { $page }
  130. ## Find panel button title and messages
  131. pdfjs-find-input =
  132. .title = Aimsigh
  133. .placeholder = Aimsigh sa cháipéis…
  134. pdfjs-find-previous-button =
  135. .title = Aimsigh an sampla roimhe seo den nath seo
  136. pdfjs-find-previous-button-label = Roimhe seo
  137. pdfjs-find-next-button =
  138. .title = Aimsigh an chéad sampla eile den nath sin
  139. pdfjs-find-next-button-label = Ar aghaidh
  140. pdfjs-find-highlight-checkbox = Aibhsigh uile
  141. pdfjs-find-match-case-checkbox-label = Cásíogair
  142. pdfjs-find-entire-word-checkbox-label = Focail iomlána
  143. pdfjs-find-reached-top = Ag barr na cáipéise, ag leanúint ón mbun
  144. pdfjs-find-reached-bottom = Ag bun na cáipéise, ag leanúint ón mbarr
  145. pdfjs-find-not-found = Frása gan aimsiú
  146. ## Predefined zoom values
  147. pdfjs-page-scale-width = Leithead Leathanaigh
  148. pdfjs-page-scale-fit = Laghdaigh go dtí an Leathanach
  149. pdfjs-page-scale-auto = Súmáil Uathoibríoch
  150. pdfjs-page-scale-actual = Fíormhéid
  151. # Variables:
  152. # $scale (Number) - percent value for page scale
  153. pdfjs-page-scale-percent = { $scale }%
  154. ## PDF page
  155. ## Loading indicator messages
  156. pdfjs-loading-error = Tharla earráid agus an cháipéis PDF á lódáil.
  157. pdfjs-invalid-file-error = Comhad neamhbhailí nó truaillithe PDF.
  158. pdfjs-missing-file-error = Comhad PDF ar iarraidh.
  159. pdfjs-unexpected-response-error = Freagra ón bhfreastalaí nach rabhthas ag súil leis.
  160. pdfjs-rendering-error = Tharla earráid agus an leathanach á leagan amach.
  161. ## Annotations
  162. # .alt: This is used as a tooltip.
  163. # Variables:
  164. # $type (String) - an annotation type from a list defined in the PDF spec
  165. # (32000-1:2008 Table 169 – Annotation types).
  166. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  167. pdfjs-text-annotation-type =
  168. .alt = [Anótáil { $type }]
  169. ## Password
  170. pdfjs-password-label = Cuir an focal faire isteach chun an comhad PDF seo a oscailt.
  171. pdfjs-password-invalid = Focal faire mícheart. Déan iarracht eile.
  172. pdfjs-password-ok-button = OK
  173. pdfjs-password-cancel-button = Cealaigh
  174. pdfjs-web-fonts-disabled = Tá clófhoirne Gréasáin díchumasaithe: ní féidir clófhoirne leabaithe PDF a úsáid.
  175. ## Editing
  176. ## Alt-text dialog
  177. ## Editor resizers
  178. ## This is used in an aria label to help to understand the role of the resizer.