viewer.properties 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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=({{pageNumber}} کا {{pagesCount}})
  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. # Document properties dialog box
  59. document_properties.title=دستاویز خواص…
  60. document_properties_label=دستاویز خواص…\u0020
  61. document_properties_file_name=نام مسل:
  62. document_properties_file_size=مسل سائز:
  63. # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
  64. # will be replaced by the PDF file size in kilobytes, respectively in bytes.
  65. document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
  66. # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
  67. # will be replaced by the PDF file size in megabytes, respectively in bytes.
  68. document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
  69. document_properties_title=عنوان:
  70. document_properties_author=تخلیق کار:
  71. document_properties_subject=موضوع:
  72. document_properties_keywords=کلیدی الفاظ:
  73. document_properties_creation_date=تخلیق کی تاریخ:
  74. document_properties_modification_date=ترمیم کی تاریخ:
  75. # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
  76. # will be replaced by the creation/modification date, and time, of the PDF file.
  77. document_properties_date_string={{date}}، {{time}}
  78. document_properties_creator=تخلیق کار:
  79. document_properties_producer=PDF پیدا کار:
  80. document_properties_version=PDF ورژن:
  81. document_properties_page_count=صفحہ شمار:
  82. document_properties_page_size=صفہ کی لمبائ:
  83. document_properties_page_size_unit_inches=میں
  84. document_properties_page_size_unit_millimeters=mm
  85. document_properties_page_size_orientation_portrait=عمودی انداز
  86. document_properties_page_size_name_a3=A3
  87. document_properties_page_size_name_a4=A4
  88. document_properties_page_size_name_letter=خط
  89. document_properties_page_size_name_legal=قانونی
  90. # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
  91. # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
  92. # the size, respectively their unit of measurement and orientation, of the (current) page.
  93. document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
  94. # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
  95. # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
  96. # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
  97. # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
  98. # the document; usually called "Fast Web View" in English locales of Adobe software.
  99. document_properties_linearized_yes=ہاں
  100. document_properties_linearized_no=نہیں
  101. document_properties_close=بند کریں
  102. print_progress_message=چھاپنے کرنے کے لیے دستاویز تیار کیے جا رھے ھیں
  103. # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
  104. # a numerical per cent value.
  105. print_progress_percent=*{{progress}}%*
  106. print_progress_close=منسوخ کریں
  107. # Tooltips and alt text for side panel toolbar buttons
  108. # (the _label strings are alt text for the buttons, the .title strings are
  109. # tooltips)
  110. toggle_sidebar.title=سلائیڈ ٹوگل کریں
  111. toggle_sidebar_label=سلائیڈ ٹوگل کریں
  112. document_outline.title=دستاویز کی سرخیاں دکھایں (تمام اشیاء وسیع / غائب کرنے کے لیے ڈبل کلک کریں)
  113. document_outline_label=دستاویز آؤٹ لائن
  114. attachments.title=منسلکات دکھائیں
  115. attachments_label=منسلکات
  116. thumbs.title=تھمبنیل دکھائیں
  117. thumbs_label=مجمل
  118. findbar.title=دستاویز میں ڈھونڈیں
  119. findbar_label=ڈھونڈیں
  120. # Thumbnails panel item (tooltip and alt text for images)
  121. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  122. # number.
  123. thumb_page_title=صفحہ {{page}}
  124. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  125. # number.
  126. thumb_page_canvas=صفحے کا مجمل {{page}}
  127. # Find panel button title and messages
  128. find_input.title=ڈھونڈیں
  129. find_input.placeholder=دستاویز… میں ڈھونڈیں
  130. find_previous.title=فقرے کا پچھلا وقوع ڈھونڈیں
  131. find_previous_label=پچھلا
  132. find_next.title=فقرے کا اگلہ وقوع ڈھونڈیں
  133. find_next_label=آگے
  134. find_highlight=تمام نمایاں کریں
  135. find_match_case_label=حروف مشابہ کریں
  136. find_reached_top=صفحہ کے شروع پر پہنچ گیا، نیچے سے جاری کیا
  137. find_reached_bottom=صفحہ کے اختتام پر پہنچ گیا، اوپر سے جاری کیا
  138. # LOCALIZATION NOTE (find_match_count): The supported plural forms are
  139. # [one|two|few|many|other], with [other] as the default value.
  140. # "{{current}}" and "{{total}}" will be replaced by a number representing the
  141. # index of the currently active find result, respectively a number representing
  142. # the total number of matches in the document.
  143. # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
  144. # [zero|one|two|few|many|other], with [other] as the default value.
  145. # "{{limit}}" will be replaced by a numerical value.
  146. find_not_found=فقرا نہیں ملا
  147. # Error panel labels
  148. error_more_info=مزید معلومات
  149. error_less_info=کم معلومات
  150. error_close=بند کریں
  151. # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
  152. # replaced by the PDF.JS version and build ID.
  153. error_version_info=PDF.js v{{version}} (build: {{build}})
  154. # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
  155. # english string describing the error.
  156. error_message=پیغام: {{message}}
  157. # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
  158. # trace.
  159. error_stack=سٹیک: {{stack}}
  160. # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
  161. error_file=مسل: {{file}}
  162. # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
  163. error_line=لائن: {{line}}
  164. rendering_error=صفحہ بناتے ہوئے نقص آ گیا۔
  165. # Predefined zoom values
  166. page_scale_width=صفحہ چوڑائی
  167. page_scale_fit=صفحہ فٹنگ
  168. page_scale_auto=خودکار زوم
  169. page_scale_actual=اصل سائز
  170. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  171. # numerical scale value.
  172. page_scale_percent={{scale}}%
  173. # Loading indicator messages
  174. loading_error_indicator=نقص
  175. loading_error=PDF لوڈ کرتے وقت نقص آ گیا۔
  176. invalid_file_error=ناجائز یا خراب PDF مسل
  177. missing_file_error=PDF مسل غائب ہے۔
  178. unexpected_response_error=غیرمتوقع پیش کار جواب
  179. # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
  180. # replaced by the modification date, and time, of the annotation.
  181. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  182. # "{{type}}" will be replaced with an annotation type from a list defined in
  183. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  184. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  185. text_annotation_type.alt=[{{type}} نوٹ]
  186. password_label=PDF مسل کھولنے کے لیے پاس ورڈ داخل کریں.
  187. password_invalid=ناجائز پاس ورڈ. براےؑ کرم دوبارہ کوشش کریں.
  188. password_ok=سہی
  189. password_cancel=منسوخ کریں
  190. printing_not_supported=تنبیہ:چھاپنا اس براؤزر پر پوری طرح معاونت شدہ نہیں ہے۔
  191. printing_not_ready=تنبیہ: PDF چھپائی کے لیے پوری طرح لوڈ نہیں ہوئی۔
  192. web_fonts_disabled=ویب فانٹ نا اہل ہیں: شامل PDF فانٹ استعمال کرنے میں ناکام۔
  193. document_colors_not_allowed=PDF دستاویزات کو اپنے رنگ استعمال کرنے کی اجازت نہیں: 'صفحات کو اپنے رنگ چنیں' کی اِجازت براؤزر میں بے عمل ہے۔