viewer.ftl 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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 = आगोलनि बिलाइ
  7. pdfjs-previous-button-label = आगोलनि
  8. pdfjs-next-button =
  9. .title = उननि बिलाइ
  10. pdfjs-next-button-label = उननि
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = बिलाइ
  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 = फिसायै जुम खालाम
  24. pdfjs-zoom-out-button-label = फिसायै जुम खालाम
  25. pdfjs-zoom-in-button =
  26. .title = गेदेरै जुम खालाम
  27. pdfjs-zoom-in-button-label = गेदेरै जुम खालाम
  28. pdfjs-zoom-select =
  29. .title = जुम खालाम
  30. pdfjs-presentation-mode-button =
  31. .title = दिन्थिफुंनाय म'डआव थां
  32. pdfjs-presentation-mode-button-label = दिन्थिफुंनाय म'ड
  33. pdfjs-open-file-button =
  34. .title = फाइलखौ खेव
  35. pdfjs-open-file-button-label = खेव
  36. pdfjs-print-button =
  37. .title = साफाय
  38. pdfjs-print-button-label = साफाय
  39. ## Secondary toolbar and context menu
  40. pdfjs-tools-button =
  41. .title = टुल
  42. pdfjs-tools-button-label = टुल
  43. pdfjs-first-page-button =
  44. .title = गिबि बिलाइआव थां
  45. pdfjs-first-page-button-label = गिबि बिलाइआव थां
  46. pdfjs-last-page-button =
  47. .title = जोबथा बिलाइआव थां
  48. pdfjs-last-page-button-label = जोबथा बिलाइआव थां
  49. pdfjs-page-rotate-cw-button =
  50. .title = घरि गिदिंनाय फार्से फिदिं
  51. pdfjs-page-rotate-cw-button-label = घरि गिदिंनाय फार्से फिदिं
  52. pdfjs-page-rotate-ccw-button =
  53. .title = घरि गिदिंनाय उल्था फार्से फिदिं
  54. pdfjs-page-rotate-ccw-button-label = घरि गिदिंनाय उल्था फार्से फिदिं
  55. ## Document properties dialog
  56. pdfjs-document-properties-button =
  57. .title = फोरमान बिलाइनि आखुथाय...
  58. pdfjs-document-properties-button-label = फोरमान बिलाइनि आखुथाय...
  59. pdfjs-document-properties-file-name = फाइलनि मुं:
  60. pdfjs-document-properties-file-size = फाइलनि महर:
  61. # Variables:
  62. # $size_kb (Number) - the PDF file size in kilobytes
  63. # $size_b (Number) - the PDF file size in bytes
  64. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } बाइट)
  65. # Variables:
  66. # $size_mb (Number) - the PDF file size in megabytes
  67. # $size_b (Number) - the PDF file size in bytes
  68. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } बाइट)
  69. pdfjs-document-properties-title = बिमुं:
  70. pdfjs-document-properties-author = लिरगिरि:
  71. pdfjs-document-properties-subject = आयदा:
  72. pdfjs-document-properties-keywords = गाहाय सोदोब:
  73. pdfjs-document-properties-creation-date = सोरजिनाय अक्ट':
  74. pdfjs-document-properties-modification-date = सुद्रायनाय अक्ट':
  75. # Variables:
  76. # $date (Date) - the creation/modification date of the PDF file
  77. # $time (Time) - the creation/modification time of the PDF file
  78. pdfjs-document-properties-date-string = { $date }, { $time }
  79. pdfjs-document-properties-creator = सोरजिग्रा:
  80. pdfjs-document-properties-producer = PDF दिहुनग्रा:
  81. pdfjs-document-properties-version = PDF बिसान:
  82. pdfjs-document-properties-page-count = बिलाइनि हिसाब:
  83. pdfjs-document-properties-page-size-unit-inches = in
  84. pdfjs-document-properties-page-size-unit-millimeters = mm
  85. pdfjs-document-properties-page-size-orientation-portrait = प'र्ट्रेट
  86. pdfjs-document-properties-page-size-orientation-landscape = लेण्डस्केप
  87. pdfjs-document-properties-page-size-name-a-three = A3
  88. pdfjs-document-properties-page-size-name-a-four = A4
  89. pdfjs-document-properties-page-size-name-letter = लायजाम
  90. ## Variables:
  91. ## $width (Number) - the width of the (current) page
  92. ## $height (Number) - the height of the (current) page
  93. ## $unit (String) - the unit of measurement of the (current) page
  94. ## $name (String) - the name of the (current) page
  95. ## $orientation (String) - the orientation of the (current) page
  96. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  97. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  98. ##
  99. pdfjs-document-properties-linearized-yes = नंगौ
  100. pdfjs-document-properties-linearized-no = नङा
  101. pdfjs-document-properties-close-button = बन्द खालाम
  102. ## Print
  103. # Variables:
  104. # $progress (Number) - percent value
  105. pdfjs-print-progress-percent = { $progress }%
  106. pdfjs-print-progress-close-button = नेवसि
  107. pdfjs-printing-not-supported = सांग्रांथि: साफायनाया बे ब्राउजारजों आबुङै हेफाजाब होजाया।
  108. pdfjs-printing-not-ready = सांग्रांथि: PDF खौ साफायनायनि थाखाय फुरायै ल'ड खालामाखै।
  109. ## Tooltips and alt text for side panel toolbar buttons
  110. pdfjs-toggle-sidebar-button =
  111. .title = टग्गल साइडबार
  112. pdfjs-toggle-sidebar-button-label = टग्गल साइडबार
  113. pdfjs-document-outline-button-label = फोरमान बिलाइ सिमा हांखो
  114. pdfjs-attachments-button =
  115. .title = नांजाब होनायखौ दिन्थि
  116. pdfjs-attachments-button-label = नांजाब होनाय
  117. pdfjs-thumbs-button =
  118. .title = थामनेइलखौ दिन्थि
  119. pdfjs-thumbs-button-label = थामनेइल
  120. pdfjs-findbar-button =
  121. .title = फोरमान बिलाइआव नागिरना दिहुन
  122. pdfjs-findbar-button-label = नायगिरना दिहुन
  123. ## Thumbnails panel item (tooltip and alt text for images)
  124. # Variables:
  125. # $page (Number) - the page number
  126. pdfjs-thumb-page-title =
  127. .title = बिलाइ { $page }
  128. # Variables:
  129. # $page (Number) - the page number
  130. pdfjs-thumb-page-canvas =
  131. .aria-label = बिलाइ { $page } नि थामनेइल
  132. ## Find panel button title and messages
  133. pdfjs-find-input =
  134. .title = नायगिरना दिहुन
  135. .placeholder = फोरमान बिलाइआव नागिरना दिहुन...
  136. pdfjs-find-previous-button =
  137. .title = बाथ्रा खोन्दोबनि सिगांनि नुजाथिनायखौ नागिर
  138. pdfjs-find-previous-button-label = आगोलनि
  139. pdfjs-find-next-button =
  140. .title = बाथ्रा खोन्दोबनि उननि नुजाथिनायखौ नागिर
  141. pdfjs-find-next-button-label = उननि
  142. pdfjs-find-highlight-checkbox = गासैखौबो हाइलाइट खालाम
  143. pdfjs-find-match-case-checkbox-label = गोरोबनाय केस
  144. pdfjs-find-reached-top = थालो निफ्राय जागायनानै फोरमान बिलाइनि बिजौआव सौहैबाय
  145. pdfjs-find-reached-bottom = बिजौ निफ्राय जागायनानै फोरमान बिलाइनि बिजौआव सौहैबाय
  146. pdfjs-find-not-found = बाथ्रा खोन्दोब मोनाखै
  147. ## Predefined zoom values
  148. pdfjs-page-scale-width = बिलाइनि गुवार
  149. pdfjs-page-scale-fit = बिलाइ गोरोबनाय
  150. pdfjs-page-scale-auto = गावनोगाव जुम
  151. pdfjs-page-scale-actual = थार महर
  152. # Variables:
  153. # $scale (Number) - percent value for page scale
  154. pdfjs-page-scale-percent = { $scale }%
  155. ## PDF page
  156. ## Loading indicator messages
  157. pdfjs-loading-error = PDF ल'ड खालामनाय समाव मोनसे गोरोन्थि जाबाय।
  158. pdfjs-invalid-file-error = बाहायजायै एबा गाज्रि जानाय PDF फाइल
  159. pdfjs-missing-file-error = गोमानाय PDF फाइल
  160. pdfjs-unexpected-response-error = मिजिंथियै सार्भार फिननाय।
  161. pdfjs-rendering-error = बिलाइखौ राव सोलायनाय समाव मोनसे गोरोन्थि जादों।
  162. ## Annotations
  163. # Variables:
  164. # $date (Date) - the modification date of the annotation
  165. # $time (Time) - the modification time of the annotation
  166. pdfjs-annotation-date-string = { $date }, { $time }
  167. # .alt: This is used as a tooltip.
  168. # Variables:
  169. # $type (String) - an annotation type from a list defined in the PDF spec
  170. # (32000-1:2008 Table 169 – Annotation types).
  171. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  172. pdfjs-text-annotation-type =
  173. .alt = [{ $type } सोदोब बेखेवनाय]
  174. ## Password
  175. pdfjs-password-label = बे PDF फाइलखौ खेवनो पासवार्ड हाबहो।
  176. pdfjs-password-invalid = बाहायजायै पासवार्ड। अननानै फिन नाजा।
  177. pdfjs-password-ok-button = OK
  178. pdfjs-password-cancel-button = नेवसि
  179. pdfjs-web-fonts-disabled = वेब फन्टखौ लोरबां खालामबाय: अरजाबहोनाय PDF फन्टखौ बाहायनो हायाखै।
  180. ## Editing
  181. ## Alt-text dialog
  182. ## Editor resizers
  183. ## This is used in an aria label to help to understand the role of the resizer.