viewer.ftl 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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. pdfjs-cursor-text-select-tool-button =
  56. .title = मजकूर निवड साधन कार्यान्वयीत करा
  57. pdfjs-cursor-text-select-tool-button-label = मजकूर निवड साधन
  58. pdfjs-cursor-hand-tool-button =
  59. .title = हात साधन कार्यान्वित करा
  60. pdfjs-cursor-hand-tool-button-label = हस्त साधन
  61. pdfjs-scroll-vertical-button =
  62. .title = अनुलंब स्क्रोलिंग वापरा
  63. pdfjs-scroll-vertical-button-label = अनुलंब स्क्रोलिंग
  64. pdfjs-scroll-horizontal-button =
  65. .title = क्षैतिज स्क्रोलिंग वापरा
  66. pdfjs-scroll-horizontal-button-label = क्षैतिज स्क्रोलिंग
  67. ## Document properties dialog
  68. pdfjs-document-properties-button =
  69. .title = दस्तऐवज गुणधर्म…
  70. pdfjs-document-properties-button-label = दस्तऐवज गुणधर्म…
  71. pdfjs-document-properties-file-name = फाइलचे नाव:
  72. pdfjs-document-properties-file-size = फाइल आकार:
  73. # Variables:
  74. # $size_kb (Number) - the PDF file size in kilobytes
  75. # $size_b (Number) - the PDF file size in bytes
  76. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } बाइट्स)
  77. # Variables:
  78. # $size_mb (Number) - the PDF file size in megabytes
  79. # $size_b (Number) - the PDF file size in bytes
  80. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } बाइट्स)
  81. pdfjs-document-properties-title = शिर्षक:
  82. pdfjs-document-properties-author = लेखक:
  83. pdfjs-document-properties-subject = विषय:
  84. pdfjs-document-properties-keywords = मुख्यशब्द:
  85. pdfjs-document-properties-creation-date = निर्माण दिनांक:
  86. pdfjs-document-properties-modification-date = दुरूस्ती दिनांक:
  87. # Variables:
  88. # $date (Date) - the creation/modification date of the PDF file
  89. # $time (Time) - the creation/modification time of the PDF file
  90. pdfjs-document-properties-date-string = { $date }, { $time }
  91. pdfjs-document-properties-creator = निर्माता:
  92. pdfjs-document-properties-producer = PDF निर्माता:
  93. pdfjs-document-properties-version = PDF आवृत्ती:
  94. pdfjs-document-properties-page-count = पृष्ठ संख्या:
  95. pdfjs-document-properties-page-size = पृष्ठ आकार:
  96. pdfjs-document-properties-page-size-unit-inches = इंच
  97. pdfjs-document-properties-page-size-unit-millimeters = मीमी
  98. pdfjs-document-properties-page-size-orientation-portrait = उभी मांडणी
  99. pdfjs-document-properties-page-size-orientation-landscape = आडवे
  100. pdfjs-document-properties-page-size-name-a-three = A3
  101. pdfjs-document-properties-page-size-name-a-four = A4
  102. pdfjs-document-properties-page-size-name-letter = Letter
  103. pdfjs-document-properties-page-size-name-legal = Legal
  104. ## Variables:
  105. ## $width (Number) - the width of the (current) page
  106. ## $height (Number) - the height of the (current) page
  107. ## $unit (String) - the unit of measurement of the (current) page
  108. ## $name (String) - the name of the (current) page
  109. ## $orientation (String) - the orientation of the (current) page
  110. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  111. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  112. ##
  113. # The linearization status of the document; usually called "Fast Web View" in
  114. # English locales of Adobe software.
  115. pdfjs-document-properties-linearized = जलद वेब दृष्य:
  116. pdfjs-document-properties-linearized-yes = हो
  117. pdfjs-document-properties-linearized-no = नाही
  118. pdfjs-document-properties-close-button = बंद करा
  119. ## Print
  120. pdfjs-print-progress-message = छपाई करीता पृष्ठ तयार करीत आहे…
  121. # Variables:
  122. # $progress (Number) - percent value
  123. pdfjs-print-progress-percent = { $progress }%
  124. pdfjs-print-progress-close-button = रद्द करा
  125. pdfjs-printing-not-supported = सावधानता: या ब्राउझरतर्फे छपाइ पूर्णपणे समर्थीत नाही.
  126. pdfjs-printing-not-ready = सावधानता: छपाईकरिता PDF पूर्णतया लोड झाले नाही.
  127. ## Tooltips and alt text for side panel toolbar buttons
  128. pdfjs-toggle-sidebar-button =
  129. .title = बाजूचीपट्टी टॉगल करा
  130. pdfjs-toggle-sidebar-button-label = बाजूचीपट्टी टॉगल करा
  131. pdfjs-document-outline-button =
  132. .title = दस्तऐवज बाह्यरेखा दर्शवा (विस्तृत करण्यासाठी दोनवेळा क्लिक करा /सर्व घटक दाखवा)
  133. pdfjs-document-outline-button-label = दस्तऐवज रूपरेषा
  134. pdfjs-attachments-button =
  135. .title = जोडपत्र दाखवा
  136. pdfjs-attachments-button-label = जोडपत्र
  137. pdfjs-thumbs-button =
  138. .title = थंबनेल्स् दाखवा
  139. pdfjs-thumbs-button-label = थंबनेल्स्
  140. pdfjs-findbar-button =
  141. .title = दस्तऐवजात शोधा
  142. pdfjs-findbar-button-label = शोधा
  143. ## Thumbnails panel item (tooltip and alt text for images)
  144. # Variables:
  145. # $page (Number) - the page number
  146. pdfjs-thumb-page-title =
  147. .title = पृष्ठ { $page }
  148. # Variables:
  149. # $page (Number) - the page number
  150. pdfjs-thumb-page-canvas =
  151. .aria-label = पृष्ठाचे थंबनेल { $page }
  152. ## Find panel button title and messages
  153. pdfjs-find-input =
  154. .title = शोधा
  155. .placeholder = दस्तऐवजात शोधा…
  156. pdfjs-find-previous-button =
  157. .title = वाकप्रयोगची मागील घटना शोधा
  158. pdfjs-find-previous-button-label = मागील
  159. pdfjs-find-next-button =
  160. .title = वाकप्रयोगची पुढील घटना शोधा
  161. pdfjs-find-next-button-label = पुढील
  162. pdfjs-find-highlight-checkbox = सर्व ठळक करा
  163. pdfjs-find-match-case-checkbox-label = आकार जुळवा
  164. pdfjs-find-entire-word-checkbox-label = संपूर्ण शब्द
  165. pdfjs-find-reached-top = दस्तऐवजाच्या शीर्षकास पोहचले, तळपासून पुढे
  166. pdfjs-find-reached-bottom = दस्तऐवजाच्या तळाला पोहचले, शीर्षकापासून पुढे
  167. pdfjs-find-not-found = वाकप्रयोग आढळले नाही
  168. ## Predefined zoom values
  169. pdfjs-page-scale-width = पृष्ठाची रूंदी
  170. pdfjs-page-scale-fit = पृष्ठ बसवा
  171. pdfjs-page-scale-auto = स्वयं लाहन किंवा मोठे करणे
  172. pdfjs-page-scale-actual = प्रत्यक्ष आकार
  173. # Variables:
  174. # $scale (Number) - percent value for page scale
  175. pdfjs-page-scale-percent = { $scale }%
  176. ## PDF page
  177. ## Loading indicator messages
  178. pdfjs-loading-error = PDF लोड करतेवेळी त्रुटी आढळली.
  179. pdfjs-invalid-file-error = अवैध किंवा दोषीत PDF फाइल.
  180. pdfjs-missing-file-error = न आढळणारी PDF फाइल.
  181. pdfjs-unexpected-response-error = अनपेक्षित सर्व्हर प्रतिसाद.
  182. pdfjs-rendering-error = पृष्ठ दाखवतेवेळी त्रुटी आढळली.
  183. ## Annotations
  184. # Variables:
  185. # $date (Date) - the modification date of the annotation
  186. # $time (Time) - the modification time of the annotation
  187. pdfjs-annotation-date-string = { $date }, { $time }
  188. # .alt: This is used as a tooltip.
  189. # Variables:
  190. # $type (String) - an annotation type from a list defined in the PDF spec
  191. # (32000-1:2008 Table 169 – Annotation types).
  192. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  193. pdfjs-text-annotation-type =
  194. .alt = [{ $type } टिपण्णी]
  195. ## Password
  196. pdfjs-password-label = ही PDF फाइल उघडण्याकरिता पासवर्ड द्या.
  197. pdfjs-password-invalid = अवैध पासवर्ड. कृपया पुन्हा प्रयत्न करा.
  198. pdfjs-password-ok-button = ठीक आहे
  199. pdfjs-password-cancel-button = रद्द करा
  200. pdfjs-web-fonts-disabled = वेब टंक असमर्थीत आहेत: एम्बेडेड PDF टंक वापर अशक्य.
  201. ## Editing
  202. ## Alt-text dialog
  203. ## Editor resizers
  204. ## This is used in an aria label to help to understand the role of the resizer.