viewer.ftl 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  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 = Pot buk mukato
  7. pdfjs-previous-button-label = Mukato
  8. pdfjs-next-button =
  9. .title = Pot buk malubo
  10. pdfjs-next-button-label = Malubo
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Pot buk
  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 = pi { $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 } me { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Jwik Matidi
  24. pdfjs-zoom-out-button-label = Jwik Matidi
  25. pdfjs-zoom-in-button =
  26. .title = Kwot Madit
  27. pdfjs-zoom-in-button-label = Kwot Madit
  28. pdfjs-zoom-select =
  29. .title = Kwoti
  30. pdfjs-presentation-mode-button =
  31. .title = Lokke i kit me tyer
  32. pdfjs-presentation-mode-button-label = Kit me tyer
  33. pdfjs-open-file-button =
  34. .title = Yab Pwail
  35. pdfjs-open-file-button-label = Yab
  36. pdfjs-print-button =
  37. .title = Go
  38. pdfjs-print-button-label = Go
  39. ## Secondary toolbar and context menu
  40. pdfjs-tools-button =
  41. .title = Gintic
  42. pdfjs-tools-button-label = Gintic
  43. pdfjs-first-page-button =
  44. .title = Cit i pot buk mukwongo
  45. pdfjs-first-page-button-label = Cit i pot buk mukwongo
  46. pdfjs-last-page-button =
  47. .title = Cit i pot buk magiko
  48. pdfjs-last-page-button-label = Cit i pot buk magiko
  49. pdfjs-page-rotate-cw-button =
  50. .title = Wire i tung lacuc
  51. pdfjs-page-rotate-cw-button-label = Wire i tung lacuc
  52. pdfjs-page-rotate-ccw-button =
  53. .title = Wire i tung lacam
  54. pdfjs-page-rotate-ccw-button-label = Wire i tung lacam
  55. pdfjs-cursor-text-select-tool-button =
  56. .title = Cak gitic me yero coc
  57. pdfjs-cursor-text-select-tool-button-label = Gitic me yero coc
  58. pdfjs-cursor-hand-tool-button =
  59. .title = Cak gitic me cing
  60. pdfjs-cursor-hand-tool-button-label = Gitic cing
  61. ## Document properties dialog
  62. pdfjs-document-properties-button =
  63. .title = Jami me gin acoya…
  64. pdfjs-document-properties-button-label = Jami me gin acoya…
  65. pdfjs-document-properties-file-name = Nying pwail:
  66. pdfjs-document-properties-file-size = Dit pa pwail:
  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 } bytes)
  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 } bytes)
  75. pdfjs-document-properties-title = Wiye:
  76. pdfjs-document-properties-author = Ngat mucoyo:
  77. pdfjs-document-properties-subject = Subjek:
  78. pdfjs-document-properties-keywords = Lok mapire tek:
  79. pdfjs-document-properties-creation-date = Nino dwe me cwec:
  80. pdfjs-document-properties-modification-date = Nino dwe me yub:
  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 = Lacwec:
  86. pdfjs-document-properties-producer = Layub PDF:
  87. pdfjs-document-properties-version = Kit PDF:
  88. pdfjs-document-properties-page-count = Kwan me pot buk:
  89. pdfjs-document-properties-page-size = Dit pa potbuk:
  90. pdfjs-document-properties-page-size-unit-inches = i
  91. pdfjs-document-properties-page-size-unit-millimeters = mm
  92. pdfjs-document-properties-page-size-orientation-portrait = atir
  93. pdfjs-document-properties-page-size-orientation-landscape = arii
  94. pdfjs-document-properties-page-size-name-a-three = A3
  95. pdfjs-document-properties-page-size-name-a-four = A4
  96. pdfjs-document-properties-page-size-name-letter = Waraga
  97. pdfjs-document-properties-page-size-name-legal = Cik
  98. ## Variables:
  99. ## $width (Number) - the width of the (current) page
  100. ## $height (Number) - the height of the (current) page
  101. ## $unit (String) - the unit of measurement of the (current) page
  102. ## $name (String) - the name of the (current) page
  103. ## $orientation (String) - the orientation of the (current) page
  104. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  105. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  106. ##
  107. pdfjs-document-properties-linearized-yes = Eyo
  108. pdfjs-document-properties-linearized-no = Pe
  109. pdfjs-document-properties-close-button = Lor
  110. ## Print
  111. pdfjs-print-progress-message = Yubo coc me agoya…
  112. # Variables:
  113. # $progress (Number) - percent value
  114. pdfjs-print-progress-percent = { $progress }%
  115. pdfjs-print-progress-close-button = Juki
  116. pdfjs-printing-not-supported = Ciko: Layeny ma pe teno goyo liweng.
  117. pdfjs-printing-not-ready = Ciko: PDF pe ocane weng me agoya.
  118. ## Tooltips and alt text for side panel toolbar buttons
  119. pdfjs-toggle-sidebar-button =
  120. .title = Lok gintic ma inget
  121. pdfjs-toggle-sidebar-button-label = Lok gintic ma inget
  122. pdfjs-document-outline-button =
  123. .title = Nyut Wiyewiye me Gin acoya (dii-kiryo me yaro/kano jami weng)
  124. pdfjs-document-outline-button-label = Pek pa gin acoya
  125. pdfjs-attachments-button =
  126. .title = Nyut twec
  127. pdfjs-attachments-button-label = Twec
  128. pdfjs-thumbs-button =
  129. .title = Nyut cal
  130. pdfjs-thumbs-button-label = Cal
  131. pdfjs-findbar-button =
  132. .title = Nong iye gin acoya
  133. pdfjs-findbar-button-label = Nong
  134. ## Thumbnails panel item (tooltip and alt text for images)
  135. # Variables:
  136. # $page (Number) - the page number
  137. pdfjs-thumb-page-title =
  138. .title = Pot buk { $page }
  139. # Variables:
  140. # $page (Number) - the page number
  141. pdfjs-thumb-page-canvas =
  142. .aria-label = Cal me pot buk { $page }
  143. ## Find panel button title and messages
  144. pdfjs-find-input =
  145. .title = Nong
  146. .placeholder = Nong i dokumen…
  147. pdfjs-find-previous-button =
  148. .title = Nong timme pa lok mukato
  149. pdfjs-find-previous-button-label = Mukato
  150. pdfjs-find-next-button =
  151. .title = Nong timme pa lok malubo
  152. pdfjs-find-next-button-label = Malubo
  153. pdfjs-find-highlight-checkbox = Ket Lanyut I Weng
  154. pdfjs-find-match-case-checkbox-label = Lok marwate
  155. pdfjs-find-reached-top = Oo iwi gin acoya, omede ki i tere
  156. pdfjs-find-reached-bottom = Oo i agiki me gin acoya, omede ki iwiye
  157. pdfjs-find-not-found = Lok pe ononge
  158. ## Predefined zoom values
  159. pdfjs-page-scale-width = Lac me iye pot buk
  160. pdfjs-page-scale-fit = Porre me pot buk
  161. pdfjs-page-scale-auto = Kwot pire kene
  162. pdfjs-page-scale-actual = Dite kikome
  163. # Variables:
  164. # $scale (Number) - percent value for page scale
  165. pdfjs-page-scale-percent = { $scale }%
  166. ## PDF page
  167. ## Loading indicator messages
  168. pdfjs-loading-error = Bal otime kun cano PDF.
  169. pdfjs-invalid-file-error = Pwail me PDF ma pe atir onyo obale woko.
  170. pdfjs-missing-file-error = Pwail me PDF tye ka rem.
  171. pdfjs-unexpected-response-error = Lagam mape kigeno pa lapok tic.
  172. pdfjs-rendering-error = Bal otime i kare me nyuto pot buk.
  173. ## Annotations
  174. # .alt: This is used as a tooltip.
  175. # Variables:
  176. # $type (String) - an annotation type from a list defined in the PDF spec
  177. # (32000-1:2008 Table 169 – Annotation types).
  178. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  179. pdfjs-text-annotation-type =
  180. .alt = [{ $type } Lok angea manok]
  181. ## Password
  182. pdfjs-password-label = Ket mung me donyo me yabo pwail me PDF man.
  183. pdfjs-password-invalid = Mung me donyo pe atir. Tim ber i tem doki.
  184. pdfjs-password-ok-button = OK
  185. pdfjs-password-cancel-button = Juki
  186. pdfjs-web-fonts-disabled = Kijuko dit pa coc me kakube woko: pe romo tic ki dit pa coc me PDF ma kiketo i kine.
  187. ## Editing
  188. ## Alt-text dialog
  189. ## Editor resizers
  190. ## This is used in an aria label to help to understand the role of the resizer.