viewer.ftl 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  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. pdfjs-save-button =
  40. .title = Պահպանել
  41. pdfjs-save-button-label = Պահպանել
  42. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  43. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  44. pdfjs-download-button-label = Ներբեռնել
  45. pdfjs-bookmark-button-label = Ընթացիկ էջ
  46. ## Secondary toolbar and context menu
  47. pdfjs-tools-button =
  48. .title = Գործիքներ
  49. pdfjs-tools-button-label = Գործիքներ
  50. pdfjs-first-page-button =
  51. .title = Անցնել առաջին էջին
  52. pdfjs-first-page-button-label = Անցնել առաջին էջին
  53. pdfjs-last-page-button =
  54. .title = Անցնել վերջին էջին
  55. pdfjs-last-page-button-label = Անցնել վերջին էջին
  56. pdfjs-page-rotate-cw-button =
  57. .title = Պտտել ըստ ժամացույցի սլաքի
  58. pdfjs-page-rotate-cw-button-label = Պտտել ըստ ժամացույցի սլաքի
  59. pdfjs-page-rotate-ccw-button =
  60. .title = Պտտել հակառակ ժամացույցի սլաքի
  61. pdfjs-page-rotate-ccw-button-label = Պտտել հակառակ ժամացույցի սլաքի
  62. pdfjs-cursor-text-select-tool-button =
  63. .title = Միացնել գրույթ ընտրելու գործիքը
  64. pdfjs-cursor-text-select-tool-button-label = Գրույթը ընտրելու գործիք
  65. pdfjs-cursor-hand-tool-button =
  66. .title = Միացնել Ձեռքի գործիքը
  67. pdfjs-cursor-hand-tool-button-label = Ձեռքի գործիք
  68. pdfjs-scroll-vertical-button =
  69. .title = Օգտագործել ուղղահայաց ոլորում
  70. pdfjs-scroll-vertical-button-label = Ուղղահայաց ոլորում
  71. pdfjs-scroll-horizontal-button =
  72. .title = Օգտագործել հորիզոնական ոլորում
  73. pdfjs-scroll-horizontal-button-label = Հորիզոնական ոլորում
  74. pdfjs-scroll-wrapped-button =
  75. .title = Օգտագործել փաթաթված ոլորում
  76. pdfjs-scroll-wrapped-button-label = Փաթաթված ոլորում
  77. pdfjs-spread-none-button =
  78. .title = Մի միացեք էջի վերածածկերին
  79. pdfjs-spread-none-button-label = Չկա վերածածկեր
  80. pdfjs-spread-odd-button =
  81. .title = Միացեք էջի վերածածկերին սկսելով՝ կենտ համարակալված էջերով
  82. pdfjs-spread-odd-button-label = Կենտ վերածածկեր
  83. pdfjs-spread-even-button =
  84. .title = Միացեք էջի վերածածկերին սկսելով՝ զույգ համարակալված էջերով
  85. pdfjs-spread-even-button-label = Զույգ վերածածկեր
  86. ## Document properties dialog
  87. pdfjs-document-properties-button =
  88. .title = Փաստաթղթի հատկությունները…
  89. pdfjs-document-properties-button-label = Փաստաթղթի հատկությունները…
  90. pdfjs-document-properties-file-name = Նիշքի անունը.
  91. pdfjs-document-properties-file-size = Նիշք չափը.
  92. # Variables:
  93. # $size_kb (Number) - the PDF file size in kilobytes
  94. # $size_b (Number) - the PDF file size in bytes
  95. pdfjs-document-properties-kb = { $size_kb } ԿԲ ({ $size_b } բայթ)
  96. # Variables:
  97. # $size_mb (Number) - the PDF file size in megabytes
  98. # $size_b (Number) - the PDF file size in bytes
  99. pdfjs-document-properties-mb = { $size_mb } ՄԲ ({ $size_b } բայթ)
  100. pdfjs-document-properties-title = Վերնագիր.
  101. pdfjs-document-properties-author = Հեղինակ․
  102. pdfjs-document-properties-subject = Վերնագիր.
  103. pdfjs-document-properties-keywords = Հիմնաբառ.
  104. pdfjs-document-properties-creation-date = Ստեղծելու ամսաթիվը.
  105. pdfjs-document-properties-modification-date = Փոփոխելու ամսաթիվը.
  106. # Variables:
  107. # $date (Date) - the creation/modification date of the PDF file
  108. # $time (Time) - the creation/modification time of the PDF file
  109. pdfjs-document-properties-date-string = { $date }, { $time }
  110. pdfjs-document-properties-creator = Ստեղծող.
  111. pdfjs-document-properties-producer = PDF-ի հեղինակը.
  112. pdfjs-document-properties-version = PDF-ի տարբերակը.
  113. pdfjs-document-properties-page-count = Էջերի քանակը.
  114. pdfjs-document-properties-page-size = Էջի չափը.
  115. pdfjs-document-properties-page-size-unit-inches = ում
  116. pdfjs-document-properties-page-size-unit-millimeters = մմ
  117. pdfjs-document-properties-page-size-orientation-portrait = ուղղաձիգ
  118. pdfjs-document-properties-page-size-orientation-landscape = հորիզոնական
  119. pdfjs-document-properties-page-size-name-a-three = A3
  120. pdfjs-document-properties-page-size-name-a-four = A4
  121. pdfjs-document-properties-page-size-name-letter = Նամակ
  122. pdfjs-document-properties-page-size-name-legal = Օրինական
  123. ## Variables:
  124. ## $width (Number) - the width of the (current) page
  125. ## $height (Number) - the height of the (current) page
  126. ## $unit (String) - the unit of measurement of the (current) page
  127. ## $name (String) - the name of the (current) page
  128. ## $orientation (String) - the orientation of the (current) page
  129. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  130. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  131. ##
  132. # The linearization status of the document; usually called "Fast Web View" in
  133. # English locales of Adobe software.
  134. pdfjs-document-properties-linearized = Արագ վեբ դիտում․
  135. pdfjs-document-properties-linearized-yes = Այո
  136. pdfjs-document-properties-linearized-no = Ոչ
  137. pdfjs-document-properties-close-button = Փակել
  138. ## Print
  139. pdfjs-print-progress-message = Նախապատրաստում է փաստաթուղթը տպելուն...
  140. # Variables:
  141. # $progress (Number) - percent value
  142. pdfjs-print-progress-percent = { $progress }%
  143. pdfjs-print-progress-close-button = Չեղարկել
  144. pdfjs-printing-not-supported = Զգուշացում. Տպելը ամբողջությամբ չի աջակցվում դիտարկիչի կողմից։
  145. pdfjs-printing-not-ready = Զգուշացում. PDF-ը ամբողջությամբ չի բեռնավորվել տպելու համար:
  146. ## Tooltips and alt text for side panel toolbar buttons
  147. pdfjs-toggle-sidebar-button =
  148. .title = Բացել/Փակել Կողային վահանակը
  149. pdfjs-toggle-sidebar-button-label = Բացել/Փակել Կողային վահանակը
  150. pdfjs-document-outline-button =
  151. .title = Ցուցադրել փաստաթղթի ուրվագիծը (կրկնակի սեղմեք՝ միավորները ընդարձակելու/կոծկելու համար)
  152. pdfjs-document-outline-button-label = Փաստաթղթի բովանդակությունը
  153. pdfjs-attachments-button =
  154. .title = Ցուցադրել կցորդները
  155. pdfjs-attachments-button-label = Կցորդներ
  156. pdfjs-thumbs-button =
  157. .title = Ցուցադրել Մանրապատկերը
  158. pdfjs-thumbs-button-label = Մանրապատկերը
  159. pdfjs-findbar-button =
  160. .title = Գտնել փաստաթղթում
  161. pdfjs-findbar-button-label = Որոնում
  162. ## Thumbnails panel item (tooltip and alt text for images)
  163. # Variables:
  164. # $page (Number) - the page number
  165. pdfjs-thumb-page-title =
  166. .title = Էջը { $page }
  167. # Variables:
  168. # $page (Number) - the page number
  169. pdfjs-thumb-page-canvas =
  170. .aria-label = Էջի մանրապատկերը { $page }
  171. ## Find panel button title and messages
  172. pdfjs-find-input =
  173. .title = Որոնում
  174. .placeholder = Գտնել փաստաթղթում...
  175. pdfjs-find-previous-button =
  176. .title = Գտնել անրահայտության նախորդ հանդիպումը
  177. pdfjs-find-previous-button-label = Նախորդը
  178. pdfjs-find-next-button =
  179. .title = Գտիր արտահայտության հաջորդ հանդիպումը
  180. pdfjs-find-next-button-label = Հաջորդը
  181. pdfjs-find-highlight-checkbox = Գունանշել բոլորը
  182. pdfjs-find-match-case-checkbox-label = Մեծ(փոքր)ատառ հաշվի առնել
  183. pdfjs-find-entire-word-checkbox-label = Ամբողջ բառերը
  184. pdfjs-find-reached-top = Հասել եք փաստաթղթի վերևին, կշարունակվի ներքևից
  185. pdfjs-find-reached-bottom = Հասել եք փաստաթղթի վերջին, կշարունակվի վերևից
  186. pdfjs-find-not-found = Արտահայտությունը չգտնվեց
  187. ## Predefined zoom values
  188. pdfjs-page-scale-width = Էջի լայնքը
  189. pdfjs-page-scale-fit = Ձգել էջը
  190. pdfjs-page-scale-auto = Ինքնաշխատ
  191. pdfjs-page-scale-actual = Իրական չափը
  192. # Variables:
  193. # $scale (Number) - percent value for page scale
  194. pdfjs-page-scale-percent = { $scale }%
  195. ## PDF page
  196. ## Loading indicator messages
  197. pdfjs-loading-error = Սխալ՝ PDF ֆայլը բացելիս։
  198. pdfjs-invalid-file-error = Սխալ կամ վնասված PDF ֆայլ:
  199. pdfjs-missing-file-error = PDF ֆայլը բացակայում է:
  200. pdfjs-unexpected-response-error = Սպասարկիչի անսպասելի պատասխան:
  201. pdfjs-rendering-error = Սխալ՝ էջը ստեղծելիս:
  202. ## Annotations
  203. # Variables:
  204. # $date (Date) - the modification date of the annotation
  205. # $time (Time) - the modification time of the annotation
  206. pdfjs-annotation-date-string = { $date }, { $time }
  207. # .alt: This is used as a tooltip.
  208. # Variables:
  209. # $type (String) - an annotation type from a list defined in the PDF spec
  210. # (32000-1:2008 Table 169 – Annotation types).
  211. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  212. pdfjs-text-annotation-type =
  213. .alt = [{ $type } Ծանոթություն]
  214. ## Password
  215. pdfjs-password-label = Մուտքագրեք PDF-ի գաղտնաբառը:
  216. pdfjs-password-invalid = Գաղտնաբառը սխալ է: Կրկին փորձեք:
  217. pdfjs-password-ok-button = Լավ
  218. pdfjs-password-cancel-button = Չեղարկել
  219. pdfjs-web-fonts-disabled = Վեբ-տառատեսակները անջատված են. հնարավոր չէ օգտագործել ներկառուցված PDF տառատեսակները:
  220. ## Editing
  221. ## Default editor aria labels
  222. ## Remove button for the various kind of editor.
  223. ##
  224. pdfjs-free-text-default-content = Սկսել մուտքագրումը…
  225. ## Alt-text dialog
  226. pdfjs-editor-alt-text-save-button = Պահպանել
  227. ## Editor resizers
  228. ## This is used in an aria label to help to understand the role of the resizer.
  229. ## Color picker
  230. ## Show all highlights
  231. ## This is a toggle button to show/hide all the highlights.
  232. pdfjs-editor-highlight-show-all-button-label = Ցուցադրել բոլորը
  233. pdfjs-editor-highlight-show-all-button =
  234. .title = Ցուցադրել բոլորը
  235. ## New alt-text dialog
  236. ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
  237. pdfjs-editor-new-alt-text-not-now-button = Ոչ հիմա
  238. ## Image alt-text settings
  239. ## "Annotations removed" bar
  240. ## Add a signature dialog
  241. ## Tab names
  242. ## Tab panels
  243. ## Controls
  244. ## Dialog buttons
  245. ## Main menu for adding/removing signatures
  246. ## Editor toolbar
  247. ## Edit signature description dialog