viewer.ftl 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  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 = Iphepha langaphambili
  7. pdfjs-previous-button-label = Okwangaphambili
  8. pdfjs-next-button =
  9. .title = Iphepha elilandelayo
  10. pdfjs-next-button-label = Okulandelayo
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Iphepha
  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 = kwali- { $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 } kwali { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Bhekelisela Kudana
  24. pdfjs-zoom-out-button-label = Bhekelisela Kudana
  25. pdfjs-zoom-in-button =
  26. .title = Sondeza Kufuphi
  27. pdfjs-zoom-in-button-label = Sondeza Kufuphi
  28. pdfjs-zoom-select =
  29. .title = Yandisa / Nciphisa
  30. pdfjs-presentation-mode-button =
  31. .title = Tshintshela kwimo yonikezelo
  32. pdfjs-presentation-mode-button-label = Imo yonikezelo
  33. pdfjs-open-file-button =
  34. .title = Vula Ifayile
  35. pdfjs-open-file-button-label = Vula
  36. pdfjs-print-button =
  37. .title = Printa
  38. pdfjs-print-button-label = Printa
  39. ## Secondary toolbar and context menu
  40. pdfjs-tools-button =
  41. .title = Izixhobo zemiyalelo
  42. pdfjs-tools-button-label = Izixhobo zemiyalelo
  43. pdfjs-first-page-button =
  44. .title = Yiya kwiphepha lokuqala
  45. pdfjs-first-page-button-label = Yiya kwiphepha lokuqala
  46. pdfjs-last-page-button =
  47. .title = Yiya kwiphepha lokugqibela
  48. pdfjs-last-page-button-label = Yiya kwiphepha lokugqibela
  49. pdfjs-page-rotate-cw-button =
  50. .title = Jikelisa ngasekunene
  51. pdfjs-page-rotate-cw-button-label = Jikelisa ngasekunene
  52. pdfjs-page-rotate-ccw-button =
  53. .title = Jikelisa ngasekhohlo
  54. pdfjs-page-rotate-ccw-button-label = Jikelisa ngasekhohlo
  55. pdfjs-cursor-text-select-tool-button =
  56. .title = Vumela iSixhobo sokuKhetha iTeksti
  57. pdfjs-cursor-text-select-tool-button-label = ISixhobo sokuKhetha iTeksti
  58. pdfjs-cursor-hand-tool-button =
  59. .title = Yenza iSixhobo seSandla siSebenze
  60. pdfjs-cursor-hand-tool-button-label = ISixhobo seSandla
  61. ## Document properties dialog
  62. pdfjs-document-properties-button =
  63. .title = Iipropati zoxwebhu…
  64. pdfjs-document-properties-button-label = Iipropati zoxwebhu…
  65. pdfjs-document-properties-file-name = Igama lefayile:
  66. pdfjs-document-properties-file-size = Isayizi yefayile:
  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 (iibhayiti{ $size_b })
  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 (iibhayithi{ $size_b })
  75. pdfjs-document-properties-title = Umxholo:
  76. pdfjs-document-properties-author = Umbhali:
  77. pdfjs-document-properties-subject = Umbandela:
  78. pdfjs-document-properties-keywords = Amagama aphambili:
  79. pdfjs-document-properties-creation-date = Umhla wokwenziwa kwayo:
  80. pdfjs-document-properties-modification-date = Umhla wokulungiswa kwayo:
  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 = Umntu oyenzileyo:
  86. pdfjs-document-properties-producer = Umvelisi we-PDF:
  87. pdfjs-document-properties-version = Uhlelo lwe-PDF:
  88. pdfjs-document-properties-page-count = Inani lamaphepha:
  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 = Vala
  97. ## Print
  98. pdfjs-print-progress-message = Ilungisa uxwebhu ukuze iprinte…
  99. # Variables:
  100. # $progress (Number) - percent value
  101. pdfjs-print-progress-percent = { $progress }%
  102. pdfjs-print-progress-close-button = Rhoxisa
  103. pdfjs-printing-not-supported = Isilumkiso: Ukuprinta akuxhaswa ngokupheleleyo yile bhrawuza.
  104. pdfjs-printing-not-ready = Isilumkiso: IPDF ayihlohlwanga ngokupheleleyo ukwenzela ukuprinta.
  105. ## Tooltips and alt text for side panel toolbar buttons
  106. pdfjs-toggle-sidebar-button =
  107. .title = Togola ngebha eseCaleni
  108. pdfjs-toggle-sidebar-button-label = Togola ngebha eseCaleni
  109. pdfjs-document-outline-button =
  110. .title = Bonisa uLwandlalo loXwebhu (cofa kabini ukuze wandise/diliza zonke izinto)
  111. pdfjs-document-outline-button-label = Isishwankathelo soxwebhu
  112. pdfjs-attachments-button =
  113. .title = Bonisa iziqhotyoshelwa
  114. pdfjs-attachments-button-label = Iziqhoboshelo
  115. pdfjs-thumbs-button =
  116. .title = Bonisa ukrobiso kumfanekiso
  117. pdfjs-thumbs-button-label = Ukrobiso kumfanekiso
  118. pdfjs-findbar-button =
  119. .title = Fumana kuXwebhu
  120. pdfjs-findbar-button-label = Fumana
  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 = Iphepha { $page }
  126. # Variables:
  127. # $page (Number) - the page number
  128. pdfjs-thumb-page-canvas =
  129. .aria-label = Ukrobiso kumfanekiso wephepha { $page }
  130. ## Find panel button title and messages
  131. pdfjs-find-input =
  132. .title = Fumana
  133. .placeholder = Fumana kuXwebhu…
  134. pdfjs-find-previous-button =
  135. .title = Fumanisa isenzeko sangaphambili sebinzana lamagama
  136. pdfjs-find-previous-button-label = Okwangaphambili
  137. pdfjs-find-next-button =
  138. .title = Fumanisa isenzeko esilandelayo sebinzana lamagama
  139. pdfjs-find-next-button-label = Okulandelayo
  140. pdfjs-find-highlight-checkbox = Qaqambisa konke
  141. pdfjs-find-match-case-checkbox-label = Tshatisa ngobukhulu bukanobumba
  142. pdfjs-find-reached-top = Ufike ngaphezulu ephepheni, kusukwa ngezantsi
  143. pdfjs-find-reached-bottom = Ufike ekupheleni kwephepha, kusukwa ngaphezulu
  144. pdfjs-find-not-found = Ibinzana alifunyenwanga
  145. ## Predefined zoom values
  146. pdfjs-page-scale-width = Ububanzi bephepha
  147. pdfjs-page-scale-fit = Ukulinganiswa kwephepha
  148. pdfjs-page-scale-auto = Ukwandisa/Ukunciphisa Ngokwayo
  149. pdfjs-page-scale-actual = Ubungakanani bokwenene
  150. # Variables:
  151. # $scale (Number) - percent value for page scale
  152. pdfjs-page-scale-percent = { $scale }%
  153. ## PDF page
  154. ## Loading indicator messages
  155. pdfjs-loading-error = Imposiso yenzekile xa kulayishwa i-PDF.
  156. pdfjs-invalid-file-error = Ifayile ye-PDF engeyiyo okanye eyonakalisiweyo.
  157. pdfjs-missing-file-error = Ifayile ye-PDF edukileyo.
  158. pdfjs-unexpected-response-error = Impendulo yeseva engalindelekanga.
  159. pdfjs-rendering-error = Imposiso yenzekile xa bekunikezelwa iphepha.
  160. ## Annotations
  161. # .alt: This is used as a tooltip.
  162. # Variables:
  163. # $type (String) - an annotation type from a list defined in the PDF spec
  164. # (32000-1:2008 Table 169 – Annotation types).
  165. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  166. pdfjs-text-annotation-type =
  167. .alt = [{ $type } Ubhalo-nqaku]
  168. ## Password
  169. pdfjs-password-label = Faka ipasiwedi ukuze uvule le fayile yePDF.
  170. pdfjs-password-invalid = Ipasiwedi ayisebenzi. Nceda uzame kwakhona.
  171. pdfjs-password-ok-button = KULUNGILE
  172. pdfjs-password-cancel-button = Rhoxisa
  173. pdfjs-web-fonts-disabled = Iifonti zewebhu ziqhwalelisiwe: ayikwazi ukusebenzisa iifonti ze-PDF ezincanyathelisiweyo.
  174. ## Editing
  175. ## Alt-text dialog
  176. ## Editor resizers
  177. ## This is used in an aria label to help to understand the role of the resizer.