viewer.properties 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. # Copyright 2012 Mozilla Foundation
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. # Main toolbar buttons (tooltips and alt text for images)
  15. previous.title=मागील पृष्ठ
  16. previous_label=मागील
  17. next.title=पुढील पृष्ठ
  18. next_label=पुढील
  19. # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
  20. page.title=पृष्ठ
  21. # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
  22. # representing the total number of pages in the document.
  23. of_pages={{pagesCount}}पैकी
  24. # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
  25. # will be replaced by a number representing the currently visible page,
  26. # respectively a number representing the total number of pages in the document.
  27. page_of_pages=({{pagesCount}} पैकी {{pageNumber}})
  28. zoom_out.title=छोटे करा
  29. zoom_out_label=छोटे करा
  30. zoom_in.title=मोठे करा
  31. zoom_in_label=मोठे करा
  32. zoom.title=लहान किंवा मोठे करा
  33. presentation_mode.title=प्रस्तुतिकरण मोडचा वापर करा
  34. presentation_mode_label=प्रस्तुतिकरण मोड
  35. open_file.title=फाइल उघडा
  36. open_file_label=उघडा
  37. print.title=छपाई करा
  38. print_label=छपाई करा
  39. download.title=डाउनलोड करा
  40. download_label=डाउनलोड करा
  41. bookmark.title=सध्याचे अवलोकन (नवीन पटलात प्रत बनवा किंवा उघडा)
  42. bookmark_label=सध्याचे अवलोकन
  43. # Secondary toolbar and context menu
  44. tools.title=साधने
  45. tools_label=साधने
  46. first_page.title=पहिल्या पृष्ठावर जा
  47. first_page.label=पहिल्या पृष्ठावर जा
  48. first_page_label=पहिल्या पृष्ठावर जा
  49. last_page.title=शेवटच्या पृष्ठावर जा
  50. last_page.label=शेवटच्या पृष्ठावर जा
  51. last_page_label=शेवटच्या पृष्ठावर जा
  52. page_rotate_cw.title=घड्याळाच्या काट्याच्या दिशेने फिरवा
  53. page_rotate_cw.label=घड्याळाच्या काट्याच्या दिशेने फिरवा
  54. page_rotate_cw_label=घड्याळाच्या काट्याच्या दिशेने फिरवा
  55. page_rotate_ccw.title=घड्याळाच्या काट्याच्या उलट दिशेने फिरवा
  56. page_rotate_ccw.label=घड्याळाच्या काट्याच्या उलट दिशेने फिरवा
  57. page_rotate_ccw_label=घड्याळाच्या काट्याच्या उलट दिशेने फिरवा
  58. cursor_text_select_tool.title=मजकूर निवड साधन कार्यान्वयीत करा
  59. cursor_text_select_tool_label=मजकूर निवड साधन
  60. cursor_hand_tool.title=हात साधन कार्यान्वित करा
  61. cursor_hand_tool_label=हस्त साधन
  62. scroll_vertical.title=अनुलंब स्क्रोलिंग वापरा
  63. scroll_vertical_label=अनुलंब स्क्रोलिंग
  64. scroll_horizontal.title=क्षैतिज स्क्रोलिंग वापरा
  65. scroll_horizontal_label=क्षैतिज स्क्रोलिंग
  66. # Document properties dialog box
  67. document_properties.title=दस्तऐवज गुणधर्म…
  68. document_properties_label=दस्तऐवज गुणधर्म…
  69. document_properties_file_name=फाइलचे नाव:
  70. document_properties_file_size=फाइल आकार:
  71. # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
  72. # will be replaced by the PDF file size in kilobytes, respectively in bytes.
  73. document_properties_kb={{size_kb}} KB ({{size_b}} बाइट्स)
  74. # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
  75. # will be replaced by the PDF file size in megabytes, respectively in bytes.
  76. document_properties_mb={{size_mb}} MB ({{size_b}} बाइट्स)
  77. document_properties_title=शिर्षक:
  78. document_properties_author=लेखक:
  79. document_properties_subject=विषय:
  80. document_properties_keywords=मुख्यशब्द:
  81. document_properties_creation_date=निर्माण दिनांक:
  82. document_properties_modification_date=दुरूस्ती दिनांक:
  83. # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
  84. # will be replaced by the creation/modification date, and time, of the PDF file.
  85. document_properties_date_string={{date}}, {{time}}
  86. document_properties_creator=निर्माता:
  87. document_properties_producer=PDF निर्माता:
  88. document_properties_version=PDF आवृत्ती:
  89. document_properties_page_count=पृष्ठ संख्या:
  90. document_properties_page_size=पृष्ठ आकार:
  91. document_properties_page_size_unit_inches=इंच
  92. document_properties_page_size_unit_millimeters=मीमी
  93. document_properties_page_size_orientation_portrait=उभी मांडणी
  94. document_properties_page_size_orientation_landscape=आडवे
  95. document_properties_page_size_name_a3=A3
  96. document_properties_page_size_name_a4=A4
  97. document_properties_page_size_name_letter=Letter
  98. document_properties_page_size_name_legal=Legal
  99. # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
  100. # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
  101. # the size, respectively their unit of measurement and orientation, of the (current) page.
  102. document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
  103. # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
  104. # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
  105. # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
  106. document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
  107. # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
  108. # the document; usually called "Fast Web View" in English locales of Adobe software.
  109. document_properties_linearized=जलद वेब दृष्य:
  110. document_properties_linearized_yes=हो
  111. document_properties_linearized_no=नाही
  112. document_properties_close=बंद करा
  113. print_progress_message=छपाई करीता पृष्ठ तयार करीत आहे…
  114. # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
  115. # a numerical per cent value.
  116. print_progress_percent={{progress}}%
  117. print_progress_close=रद्द करा
  118. # Tooltips and alt text for side panel toolbar buttons
  119. # (the _label strings are alt text for the buttons, the .title strings are
  120. # tooltips)
  121. toggle_sidebar.title=बाजूचीपट्टी टॉगल करा
  122. toggle_sidebar_notification.title=बाजूची पट्टी टॉगल करा (दस्तऐवजामध्ये रुपरेषा/जोडण्या आहेत)
  123. toggle_sidebar_label=बाजूचीपट्टी टॉगल करा
  124. document_outline.title=दस्तऐवज बाह्यरेखा दर्शवा (विस्तृत करण्यासाठी दोनवेळा क्लिक करा /सर्व घटक दाखवा)
  125. document_outline_label=दस्तऐवज रूपरेषा
  126. attachments.title=जोडपत्र दाखवा
  127. attachments_label=जोडपत्र
  128. thumbs.title=थंबनेल्स् दाखवा
  129. thumbs_label=थंबनेल्स्
  130. findbar.title=दस्तऐवजात शोधा
  131. findbar_label=शोधा
  132. # Thumbnails panel item (tooltip and alt text for images)
  133. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  134. # number.
  135. thumb_page_title=पृष्ठ {{page}}
  136. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  137. # number.
  138. thumb_page_canvas=पृष्ठाचे थंबनेल {{page}}
  139. # Find panel button title and messages
  140. find_input.title=शोधा
  141. find_input.placeholder=दस्तऐवजात शोधा…
  142. find_previous.title=वाकप्रयोगची मागील घटना शोधा
  143. find_previous_label=मागील
  144. find_next.title=वाकप्रयोगची पुढील घटना शोधा
  145. find_next_label=पुढील
  146. find_highlight=सर्व ठळक करा
  147. find_match_case_label=आकार जुळवा
  148. find_entire_word_label=संपूर्ण शब्द
  149. find_reached_top=दस्तऐवजाच्या शीर्षकास पोहचले, तळपासून पुढे
  150. find_reached_bottom=दस्तऐवजाच्या तळाला पोहचले, शीर्षकापासून पुढे
  151. # LOCALIZATION NOTE (find_match_count): The supported plural forms are
  152. # [one|two|few|many|other], with [other] as the default value.
  153. # "{{current}}" and "{{total}}" will be replaced by a number representing the
  154. # index of the currently active find result, respectively a number representing
  155. # the total number of matches in the document.
  156. find_match_count={[ plural(total) ]}
  157. # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
  158. # [zero|one|two|few|many|other], with [other] as the default value.
  159. # "{{limit}}" will be replaced by a numerical value.
  160. find_match_count_limit[zero]={{limit}} पेक्षा अधिक जुळण्या
  161. find_match_count_limit[two]={{limit}} पेक्षा अधिक जुळण्या
  162. find_match_count_limit[few]={{limit}} पेक्षा अधिक जुळण्या
  163. find_match_count_limit[many]={{limit}} पेक्षा अधिक जुळण्या
  164. find_match_count_limit[other]={{limit}} पेक्षा अधिक जुळण्या
  165. find_not_found=वाकप्रयोग आढळले नाही
  166. # Error panel labels
  167. error_more_info=आणखी माहिती
  168. error_less_info=कमी माहिती
  169. error_close=बंद करा
  170. # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
  171. # replaced by the PDF.JS version and build ID.
  172. error_version_info=PDF.js v{{version}} (build: {{build}})
  173. # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
  174. # english string describing the error.
  175. error_message=संदेश: {{message}}
  176. # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
  177. # trace.
  178. error_stack=स्टॅक: {{stack}}
  179. # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
  180. error_file=फाइल: {{file}}
  181. # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
  182. error_line=रेष: {{line}}
  183. rendering_error=पृष्ठ दाखवतेवेळी त्रुटी आढळली.
  184. # Predefined zoom values
  185. page_scale_width=पृष्ठाची रूंदी
  186. page_scale_fit=पृष्ठ बसवा
  187. page_scale_auto=स्वयं लाहन किंवा मोठे करणे
  188. page_scale_actual=प्रत्यक्ष आकार
  189. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  190. # numerical scale value.
  191. page_scale_percent={{scale}}%
  192. # Loading indicator messages
  193. loading_error_indicator=त्रुटी
  194. loading_error=PDF लोड करतेवेळी त्रुटी आढळली.
  195. invalid_file_error=अवैध किंवा दोषीत PDF फाइल.
  196. missing_file_error=न आढळणारी PDF फाइल.
  197. unexpected_response_error=अनपेक्षित सर्व्हर प्रतिसाद.
  198. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  199. # "{{type}}" will be replaced with an annotation type from a list defined in
  200. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  201. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  202. text_annotation_type.alt=[{{type}} टिपण्णी]
  203. password_label=ही PDF फाइल उघडण्याकरिता पासवर्ड द्या.
  204. password_invalid=अवैध पासवर्ड. कृपया पुन्हा प्रयत्न करा.
  205. password_ok=ठीक आहे
  206. password_cancel=रद्द करा
  207. printing_not_supported=सावधानता: या ब्राउझरतर्फे छपाइ पूर्णपणे समर्थीत नाही.
  208. printing_not_ready=सावधानता: छपाईकरिता PDF पूर्णतया लोड झाले नाही.
  209. web_fonts_disabled=वेब टंक असमर्थीत आहेत: एम्बेडेड PDF टंक वापर अशक्य.
  210. document_colors_not_allowed=PDF दस्तऐवजांना त्यांचे रंग वापरण्यास अनुमती नाही: ब्राउझरमध्ये ' पृष्ठांना त्यांचे रंग निवडण्यास अनुमती द्या' बंद केले आहे.