viewer.ftl 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  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 = ({ $pageNumber } کا { $pagesCount })
  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. pdfjs-spread-none-button =
  68. .title = صفحہ پھیلانے میں شامل نہ ہوں
  69. pdfjs-spread-none-button-label = کوئی پھیلاؤ نہیں
  70. pdfjs-spread-odd-button-label = تاک پھیلاؤ
  71. pdfjs-spread-even-button-label = جفت پھیلاؤ
  72. ## Document properties dialog
  73. pdfjs-document-properties-button =
  74. .title = دستاویز خواص…
  75. pdfjs-document-properties-button-label = دستاویز خواص…
  76. pdfjs-document-properties-file-name = نام مسل:
  77. pdfjs-document-properties-file-size = مسل سائز:
  78. # Variables:
  79. # $size_kb (Number) - the PDF file size in kilobytes
  80. # $size_b (Number) - the PDF file size in bytes
  81. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
  82. # Variables:
  83. # $size_mb (Number) - the PDF file size in megabytes
  84. # $size_b (Number) - the PDF file size in bytes
  85. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  86. pdfjs-document-properties-title = عنوان:
  87. pdfjs-document-properties-author = تخلیق کار:
  88. pdfjs-document-properties-subject = موضوع:
  89. pdfjs-document-properties-keywords = کلیدی الفاظ:
  90. pdfjs-document-properties-creation-date = تخلیق کی تاریخ:
  91. pdfjs-document-properties-modification-date = ترمیم کی تاریخ:
  92. # Variables:
  93. # $date (Date) - the creation/modification date of the PDF file
  94. # $time (Time) - the creation/modification time of the PDF file
  95. pdfjs-document-properties-date-string = { $date }، { $time }
  96. pdfjs-document-properties-creator = تخلیق کار:
  97. pdfjs-document-properties-producer = PDF پیدا کار:
  98. pdfjs-document-properties-version = PDF ورژن:
  99. pdfjs-document-properties-page-count = صفحہ شمار:
  100. pdfjs-document-properties-page-size = صفہ کی لمبائ:
  101. pdfjs-document-properties-page-size-unit-inches = میں
  102. pdfjs-document-properties-page-size-unit-millimeters = mm
  103. pdfjs-document-properties-page-size-orientation-portrait = عمودی انداز
  104. pdfjs-document-properties-page-size-orientation-landscape = افقى انداز
  105. pdfjs-document-properties-page-size-name-a-three = A3
  106. pdfjs-document-properties-page-size-name-a-four = A4
  107. pdfjs-document-properties-page-size-name-letter = خط
  108. pdfjs-document-properties-page-size-name-legal = قانونی
  109. ## Variables:
  110. ## $width (Number) - the width of the (current) page
  111. ## $height (Number) - the height of the (current) page
  112. ## $unit (String) - the unit of measurement of the (current) page
  113. ## $name (String) - the name of the (current) page
  114. ## $orientation (String) - the orientation of the (current) page
  115. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  116. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } { $name } { $orientation }
  117. ##
  118. # The linearization status of the document; usually called "Fast Web View" in
  119. # English locales of Adobe software.
  120. pdfjs-document-properties-linearized = تیز ویب دیکھیں:
  121. pdfjs-document-properties-linearized-yes = ہاں
  122. pdfjs-document-properties-linearized-no = نہیں
  123. pdfjs-document-properties-close-button = بند کریں
  124. ## Print
  125. pdfjs-print-progress-message = چھاپنے کرنے کے لیے دستاویز تیار کیے جا رھے ھیں
  126. # Variables:
  127. # $progress (Number) - percent value
  128. pdfjs-print-progress-percent = *{ $progress }%*
  129. pdfjs-print-progress-close-button = منسوخ کریں
  130. pdfjs-printing-not-supported = تنبیہ:چھاپنا اس براؤزر پر پوری طرح معاونت شدہ نہیں ہے۔
  131. pdfjs-printing-not-ready = تنبیہ: PDF چھپائی کے لیے پوری طرح لوڈ نہیں ہوئی۔
  132. ## Tooltips and alt text for side panel toolbar buttons
  133. pdfjs-toggle-sidebar-button =
  134. .title = سلائیڈ ٹوگل کریں
  135. pdfjs-toggle-sidebar-button-label = سلائیڈ ٹوگل کریں
  136. pdfjs-document-outline-button =
  137. .title = دستاویز کی سرخیاں دکھایں (تمام اشیاء وسیع / غائب کرنے کے لیے ڈبل کلک کریں)
  138. pdfjs-document-outline-button-label = دستاویز آؤٹ لائن
  139. pdfjs-attachments-button =
  140. .title = منسلکات دکھائیں
  141. pdfjs-attachments-button-label = منسلکات
  142. pdfjs-thumbs-button =
  143. .title = تھمبنیل دکھائیں
  144. pdfjs-thumbs-button-label = مجمل
  145. pdfjs-findbar-button =
  146. .title = دستاویز میں ڈھونڈیں
  147. pdfjs-findbar-button-label = ڈھونڈیں
  148. ## Thumbnails panel item (tooltip and alt text for images)
  149. # Variables:
  150. # $page (Number) - the page number
  151. pdfjs-thumb-page-title =
  152. .title = صفحہ { $page }
  153. # Variables:
  154. # $page (Number) - the page number
  155. pdfjs-thumb-page-canvas =
  156. .aria-label = صفحے کا مجمل { $page }
  157. ## Find panel button title and messages
  158. pdfjs-find-input =
  159. .title = ڈھونڈیں
  160. .placeholder = دستاویز… میں ڈھونڈیں
  161. pdfjs-find-previous-button =
  162. .title = فقرے کا پچھلا وقوع ڈھونڈیں
  163. pdfjs-find-previous-button-label = پچھلا
  164. pdfjs-find-next-button =
  165. .title = فقرے کا اگلہ وقوع ڈھونڈیں
  166. pdfjs-find-next-button-label = آگے
  167. pdfjs-find-highlight-checkbox = تمام نمایاں کریں
  168. pdfjs-find-match-case-checkbox-label = حروف مشابہ کریں
  169. pdfjs-find-entire-word-checkbox-label = تمام الفاظ
  170. pdfjs-find-reached-top = صفحہ کے شروع پر پہنچ گیا، نیچے سے جاری کیا
  171. pdfjs-find-reached-bottom = صفحہ کے اختتام پر پہنچ گیا، اوپر سے جاری کیا
  172. pdfjs-find-not-found = فقرا نہیں ملا
  173. ## Predefined zoom values
  174. pdfjs-page-scale-width = صفحہ چوڑائی
  175. pdfjs-page-scale-fit = صفحہ فٹنگ
  176. pdfjs-page-scale-auto = خودکار زوم
  177. pdfjs-page-scale-actual = اصل سائز
  178. # Variables:
  179. # $scale (Number) - percent value for page scale
  180. pdfjs-page-scale-percent = { $scale }%
  181. ## PDF page
  182. # Variables:
  183. # $page (Number) - the page number
  184. pdfjs-page-landmark =
  185. .aria-label = صفحہ { $page }
  186. ## Loading indicator messages
  187. pdfjs-loading-error = PDF لوڈ کرتے وقت نقص آ گیا۔
  188. pdfjs-invalid-file-error = ناجائز یا خراب PDF مسل
  189. pdfjs-missing-file-error = PDF مسل غائب ہے۔
  190. pdfjs-unexpected-response-error = غیرمتوقع پیش کار جواب
  191. pdfjs-rendering-error = صفحہ بناتے ہوئے نقص آ گیا۔
  192. ## Annotations
  193. # Variables:
  194. # $date (Date) - the modification date of the annotation
  195. # $time (Time) - the modification time of the annotation
  196. pdfjs-annotation-date-string = { $date }.{ $time }
  197. # .alt: This is used as a tooltip.
  198. # Variables:
  199. # $type (String) - an annotation type from a list defined in the PDF spec
  200. # (32000-1:2008 Table 169 – Annotation types).
  201. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  202. pdfjs-text-annotation-type =
  203. .alt = [{ $type } نوٹ]
  204. ## Password
  205. pdfjs-password-label = PDF مسل کھولنے کے لیے پاس ورڈ داخل کریں.
  206. pdfjs-password-invalid = ناجائز پاس ورڈ. براےؑ کرم دوبارہ کوشش کریں.
  207. pdfjs-password-ok-button = ٹھیک ہے
  208. pdfjs-password-cancel-button = منسوخ کریں
  209. pdfjs-web-fonts-disabled = ویب فانٹ نا اہل ہیں: شامل PDF فانٹ استعمال کرنے میں ناکام۔
  210. ## Editing
  211. ## Alt-text dialog
  212. ## Editor resizers
  213. ## This is used in an aria label to help to understand the role of the resizer.