viewer.ftl 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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 = Naunang Pahina
  7. pdfjs-previous-button-label = Nakaraan
  8. pdfjs-next-button =
  9. .title = Sunod na Pahina
  10. pdfjs-next-button-label = Sunod
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Pahina
  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 = ng { $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 } ng { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Paliitin
  24. pdfjs-zoom-out-button-label = Paliitin
  25. pdfjs-zoom-in-button =
  26. .title = Palakihin
  27. pdfjs-zoom-in-button-label = Palakihin
  28. pdfjs-zoom-select =
  29. .title = Mag-zoom
  30. pdfjs-presentation-mode-button =
  31. .title = Lumipat sa Presentation Mode
  32. pdfjs-presentation-mode-button-label = Presentation Mode
  33. pdfjs-open-file-button =
  34. .title = Magbukas ng file
  35. pdfjs-open-file-button-label = Buksan
  36. pdfjs-print-button =
  37. .title = i-Print
  38. pdfjs-print-button-label = i-Print
  39. ## Secondary toolbar and context menu
  40. pdfjs-tools-button =
  41. .title = Mga Kagamitan
  42. pdfjs-tools-button-label = Mga Kagamitan
  43. pdfjs-first-page-button =
  44. .title = Pumunta sa Unang Pahina
  45. pdfjs-first-page-button-label = Pumunta sa Unang Pahina
  46. pdfjs-last-page-button =
  47. .title = Pumunta sa Huling Pahina
  48. pdfjs-last-page-button-label = Pumunta sa Huling Pahina
  49. pdfjs-page-rotate-cw-button =
  50. .title = Paikutin Pakanan
  51. pdfjs-page-rotate-cw-button-label = Paikutin Pakanan
  52. pdfjs-page-rotate-ccw-button =
  53. .title = Paikutin Pakaliwa
  54. pdfjs-page-rotate-ccw-button-label = Paikutin Pakaliwa
  55. pdfjs-cursor-text-select-tool-button =
  56. .title = I-enable ang Text Selection Tool
  57. pdfjs-cursor-text-select-tool-button-label = Text Selection Tool
  58. pdfjs-cursor-hand-tool-button =
  59. .title = I-enable ang Hand Tool
  60. pdfjs-cursor-hand-tool-button-label = Hand Tool
  61. pdfjs-scroll-vertical-button =
  62. .title = Gumamit ng Vertical Scrolling
  63. pdfjs-scroll-vertical-button-label = Vertical Scrolling
  64. pdfjs-scroll-horizontal-button =
  65. .title = Gumamit ng Horizontal Scrolling
  66. pdfjs-scroll-horizontal-button-label = Horizontal Scrolling
  67. pdfjs-scroll-wrapped-button =
  68. .title = Gumamit ng Wrapped Scrolling
  69. pdfjs-scroll-wrapped-button-label = Wrapped Scrolling
  70. pdfjs-spread-none-button =
  71. .title = Huwag pagsamahin ang mga page spread
  72. pdfjs-spread-none-button-label = No Spreads
  73. pdfjs-spread-odd-button =
  74. .title = Join page spreads starting with odd-numbered pages
  75. pdfjs-spread-odd-button-label = Mga Odd Spread
  76. pdfjs-spread-even-button =
  77. .title = Pagsamahin ang mga page spread na nagsisimula sa mga even-numbered na pahina
  78. pdfjs-spread-even-button-label = Mga Even Spread
  79. ## Document properties dialog
  80. pdfjs-document-properties-button =
  81. .title = Mga Katangian ng Dokumento…
  82. pdfjs-document-properties-button-label = Mga Katangian ng Dokumento…
  83. pdfjs-document-properties-file-name = File name:
  84. pdfjs-document-properties-file-size = File size:
  85. # Variables:
  86. # $size_kb (Number) - the PDF file size in kilobytes
  87. # $size_b (Number) - the PDF file size in bytes
  88. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
  89. # Variables:
  90. # $size_mb (Number) - the PDF file size in megabytes
  91. # $size_b (Number) - the PDF file size in bytes
  92. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  93. pdfjs-document-properties-title = Pamagat:
  94. pdfjs-document-properties-author = May-akda:
  95. pdfjs-document-properties-subject = Paksa:
  96. pdfjs-document-properties-keywords = Mga keyword:
  97. pdfjs-document-properties-creation-date = Petsa ng Pagkakagawa:
  98. pdfjs-document-properties-modification-date = Petsa ng Pagkakabago:
  99. # Variables:
  100. # $date (Date) - the creation/modification date of the PDF file
  101. # $time (Time) - the creation/modification time of the PDF file
  102. pdfjs-document-properties-date-string = { $date }, { $time }
  103. pdfjs-document-properties-creator = Tagalikha:
  104. pdfjs-document-properties-producer = PDF Producer:
  105. pdfjs-document-properties-version = PDF Version:
  106. pdfjs-document-properties-page-count = Bilang ng Pahina:
  107. pdfjs-document-properties-page-size = Laki ng Pahina:
  108. pdfjs-document-properties-page-size-unit-inches = pulgada
  109. pdfjs-document-properties-page-size-unit-millimeters = mm
  110. pdfjs-document-properties-page-size-orientation-portrait = patayo
  111. pdfjs-document-properties-page-size-orientation-landscape = pahiga
  112. pdfjs-document-properties-page-size-name-a-three = A3
  113. pdfjs-document-properties-page-size-name-a-four = A4
  114. pdfjs-document-properties-page-size-name-letter = Letter
  115. pdfjs-document-properties-page-size-name-legal = Legal
  116. ## Variables:
  117. ## $width (Number) - the width of the (current) page
  118. ## $height (Number) - the height of the (current) page
  119. ## $unit (String) - the unit of measurement of the (current) page
  120. ## $name (String) - the name of the (current) page
  121. ## $orientation (String) - the orientation of the (current) page
  122. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  123. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  124. ##
  125. # The linearization status of the document; usually called "Fast Web View" in
  126. # English locales of Adobe software.
  127. pdfjs-document-properties-linearized = Fast Web View:
  128. pdfjs-document-properties-linearized-yes = Oo
  129. pdfjs-document-properties-linearized-no = Hindi
  130. pdfjs-document-properties-close-button = Isara
  131. ## Print
  132. pdfjs-print-progress-message = Inihahanda ang dokumento para sa pag-print…
  133. # Variables:
  134. # $progress (Number) - percent value
  135. pdfjs-print-progress-percent = { $progress }%
  136. pdfjs-print-progress-close-button = Kanselahin
  137. pdfjs-printing-not-supported = Babala: Hindi pa ganap na suportado ang pag-print sa browser na ito.
  138. pdfjs-printing-not-ready = Babala: Hindi ganap na nabuksan ang PDF para sa pag-print.
  139. ## Tooltips and alt text for side panel toolbar buttons
  140. pdfjs-toggle-sidebar-button =
  141. .title = Ipakita/Itago ang Sidebar
  142. pdfjs-toggle-sidebar-notification-button =
  143. .title = Ipakita/Itago ang Sidebar (nagtataglay ang dokumento ng balangkas/mga attachment/mga layer)
  144. pdfjs-toggle-sidebar-button-label = Ipakita/Itago ang Sidebar
  145. pdfjs-document-outline-button =
  146. .title = Ipakita ang Document Outline (mag-double-click para i-expand/collapse ang laman)
  147. pdfjs-document-outline-button-label = Balangkas ng Dokumento
  148. pdfjs-attachments-button =
  149. .title = Ipakita ang mga Attachment
  150. pdfjs-attachments-button-label = Mga attachment
  151. pdfjs-layers-button =
  152. .title = Ipakita ang mga Layer (mag-double click para mareset ang lahat ng layer sa orihinal na estado)
  153. pdfjs-layers-button-label = Mga layer
  154. pdfjs-thumbs-button =
  155. .title = Ipakita ang mga Thumbnail
  156. pdfjs-thumbs-button-label = Mga thumbnail
  157. pdfjs-findbar-button =
  158. .title = Hanapin sa Dokumento
  159. pdfjs-findbar-button-label = Hanapin
  160. pdfjs-additional-layers = Mga Karagdagang Layer
  161. ## Thumbnails panel item (tooltip and alt text for images)
  162. # Variables:
  163. # $page (Number) - the page number
  164. pdfjs-thumb-page-title =
  165. .title = Pahina { $page }
  166. # Variables:
  167. # $page (Number) - the page number
  168. pdfjs-thumb-page-canvas =
  169. .aria-label = Thumbnail ng Pahina { $page }
  170. ## Find panel button title and messages
  171. pdfjs-find-input =
  172. .title = Hanapin
  173. .placeholder = Hanapin sa dokumento…
  174. pdfjs-find-previous-button =
  175. .title = Hanapin ang nakaraang pangyayari ng parirala
  176. pdfjs-find-previous-button-label = Nakaraan
  177. pdfjs-find-next-button =
  178. .title = Hanapin ang susunod na pangyayari ng parirala
  179. pdfjs-find-next-button-label = Susunod
  180. pdfjs-find-highlight-checkbox = I-highlight lahat
  181. pdfjs-find-match-case-checkbox-label = Itugma ang case
  182. pdfjs-find-entire-word-checkbox-label = Buong salita
  183. pdfjs-find-reached-top = Naabot na ang tuktok ng dokumento, ipinagpatuloy mula sa ilalim
  184. pdfjs-find-reached-bottom = Naabot na ang dulo ng dokumento, ipinagpatuloy mula sa tuktok
  185. pdfjs-find-not-found = Hindi natagpuan ang parirala
  186. ## Predefined zoom values
  187. pdfjs-page-scale-width = Lapad ng Pahina
  188. pdfjs-page-scale-fit = Pagkasyahin ang Pahina
  189. pdfjs-page-scale-auto = Automatic Zoom
  190. pdfjs-page-scale-actual = Totoong sukat
  191. # Variables:
  192. # $scale (Number) - percent value for page scale
  193. pdfjs-page-scale-percent = { $scale }%
  194. ## PDF page
  195. ## Loading indicator messages
  196. pdfjs-loading-error = Nagkaproblema habang niloload ang PDF.
  197. pdfjs-invalid-file-error = Di-wasto o sira ang PDF file.
  198. pdfjs-missing-file-error = Nawawalang PDF file.
  199. pdfjs-unexpected-response-error = Hindi inaasahang tugon ng server.
  200. pdfjs-rendering-error = Nagkaproblema habang nirerender ang pahina.
  201. ## Annotations
  202. # Variables:
  203. # $date (Date) - the modification date of the annotation
  204. # $time (Time) - the modification time of the annotation
  205. pdfjs-annotation-date-string = { $date }, { $time }
  206. # .alt: This is used as a tooltip.
  207. # Variables:
  208. # $type (String) - an annotation type from a list defined in the PDF spec
  209. # (32000-1:2008 Table 169 – Annotation types).
  210. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  211. pdfjs-text-annotation-type =
  212. .alt = [{ $type } Annotation]
  213. ## Password
  214. pdfjs-password-label = Ipasok ang password upang buksan ang PDF file na ito.
  215. pdfjs-password-invalid = Maling password. Subukan uli.
  216. pdfjs-password-ok-button = OK
  217. pdfjs-password-cancel-button = Kanselahin
  218. pdfjs-web-fonts-disabled = Naka-disable ang mga Web font: hindi kayang gamitin ang mga naka-embed na PDF font.
  219. ## Editing
  220. ## Alt-text dialog
  221. ## Editor resizers
  222. ## This is used in an aria label to help to understand the role of the resizer.