viewer.ftl
274 lines
| 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 | |
| 5 | |
| 6 | ## Main toolbar buttons (tooltips and alt text for images) |
| 7 | |
| 8 | pdfjs-previous-button = |
| 9 | .title = Նախորդ էջը |
| 10 | pdfjs-previous-button-label = Նախորդը |
| 11 | pdfjs-next-button = |
| 12 | .title = Հաջորդ էջը |
| 13 | pdfjs-next-button-label = Հաջորդը |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Էջ. |
| 17 | # Variables: |
| 18 | # $pagesCount (Number) - the total number of pages in the document |
| 19 | # This string follows an input field with the number of the page currently displayed. |
| 20 | pdfjs-of-pages = -ը՝ { $pagesCount }-ից |
| 21 | # Variables: |
| 22 | # $pageNumber (Number) - the currently visible page |
| 23 | # $pagesCount (Number) - the total number of pages in the document |
| 24 | pdfjs-page-of-pages = ({ $pageNumber }-ը { $pagesCount })-ից |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Փոքրացնել |
| 27 | pdfjs-zoom-out-button-label = Փոքրացնել |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Խոշորացնել |
| 30 | pdfjs-zoom-in-button-label = Խոշորացնել |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Դիտափոխում |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Անցնել Ներկայացման եղանակին |
| 35 | pdfjs-presentation-mode-button-label = Ներկայացման եղանակ |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Բացել նիշք |
| 38 | pdfjs-open-file-button-label = Բացել |
| 39 | pdfjs-print-button = |
| 40 | .title = Տպել |
| 41 | pdfjs-print-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 | |
| 47 | ## Secondary toolbar and context menu |
| 48 | |
| 49 | pdfjs-tools-button = |
| 50 | .title = Գործիքներ |
| 51 | pdfjs-tools-button-label = Գործիքներ |
| 52 | pdfjs-first-page-button = |
| 53 | .title = Անցնել առաջին էջին |
| 54 | pdfjs-first-page-button-label = Անցնել առաջին էջին |
| 55 | pdfjs-last-page-button = |
| 56 | .title = Անցնել վերջին էջին |
| 57 | pdfjs-last-page-button-label = Անցնել վերջին էջին |
| 58 | pdfjs-page-rotate-cw-button = |
| 59 | .title = Պտտել ըստ ժամացույցի սլաքի |
| 60 | pdfjs-page-rotate-cw-button-label = Պտտել ըստ ժամացույցի սլաքի |
| 61 | pdfjs-page-rotate-ccw-button = |
| 62 | .title = Պտտել հակառակ ժամացույցի սլաքի |
| 63 | pdfjs-page-rotate-ccw-button-label = Պտտել հակառակ ժամացույցի սլաքի |
| 64 | pdfjs-cursor-text-select-tool-button = |
| 65 | .title = Միացնել գրույթ ընտրելու գործիքը |
| 66 | pdfjs-cursor-text-select-tool-button-label = Գրույթը ընտրելու գործիք |
| 67 | pdfjs-cursor-hand-tool-button = |
| 68 | .title = Միացնել Ձեռքի գործիքը |
| 69 | pdfjs-cursor-hand-tool-button-label = Ձեռքի գործիք |
| 70 | pdfjs-scroll-vertical-button = |
| 71 | .title = Օգտագործել ուղղահայաց ոլորում |
| 72 | pdfjs-scroll-vertical-button-label = Ուղղահայաց ոլորում |
| 73 | pdfjs-scroll-horizontal-button = |
| 74 | .title = Օգտագործել հորիզոնական ոլորում |
| 75 | pdfjs-scroll-horizontal-button-label = Հորիզոնական ոլորում |
| 76 | pdfjs-scroll-wrapped-button = |
| 77 | .title = Օգտագործել փաթաթված ոլորում |
| 78 | pdfjs-scroll-wrapped-button-label = Փաթաթված ոլորում |
| 79 | pdfjs-spread-none-button = |
| 80 | .title = Մի միացեք էջի վերածածկերին |
| 81 | pdfjs-spread-none-button-label = Չկա վերածածկեր |
| 82 | pdfjs-spread-odd-button = |
| 83 | .title = Միացեք էջի վերածածկերին սկսելով՝ կենտ համարակալված էջերով |
| 84 | pdfjs-spread-odd-button-label = Կենտ վերածածկեր |
| 85 | pdfjs-spread-even-button = |
| 86 | .title = Միացեք էջի վերածածկերին սկսելով՝ զույգ համարակալված էջերով |
| 87 | pdfjs-spread-even-button-label = Զույգ վերածածկեր |
| 88 | |
| 89 | ## Document properties dialog |
| 90 | |
| 91 | pdfjs-document-properties-button = |
| 92 | .title = Փաստաթղթի հատկությունները… |
| 93 | pdfjs-document-properties-button-label = Փաստաթղթի հատկությունները… |
| 94 | pdfjs-document-properties-file-name = Նիշքի անունը. |
| 95 | pdfjs-document-properties-file-size = Նիշք չափը. |
| 96 | # Variables: |
| 97 | # $size_kb (Number) - the PDF file size in kilobytes |
| 98 | # $size_b (Number) - the PDF file size in bytes |
| 99 | pdfjs-document-properties-kb = { $size_kb } ԿԲ ({ $size_b } բայթ) |
| 100 | # Variables: |
| 101 | # $size_mb (Number) - the PDF file size in megabytes |
| 102 | # $size_b (Number) - the PDF file size in bytes |
| 103 | pdfjs-document-properties-mb = { $size_mb } ՄԲ ({ $size_b } բայթ) |
| 104 | pdfjs-document-properties-title = Վերնագիր. |
| 105 | pdfjs-document-properties-author = Հեղինակ․ |
| 106 | pdfjs-document-properties-subject = Վերնագիր. |
| 107 | pdfjs-document-properties-keywords = Հիմնաբառ. |
| 108 | pdfjs-document-properties-creation-date = Ստեղծելու ամսաթիվը. |
| 109 | pdfjs-document-properties-modification-date = Փոփոխելու ամսաթիվը. |
| 110 | # Variables: |
| 111 | # $date (Date) - the creation/modification date of the PDF file |
| 112 | # $time (Time) - the creation/modification time of the PDF file |
| 113 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 114 | pdfjs-document-properties-creator = Ստեղծող. |
| 115 | pdfjs-document-properties-producer = PDF-ի հեղինակը. |
| 116 | pdfjs-document-properties-version = PDF-ի տարբերակը. |
| 117 | pdfjs-document-properties-page-count = Էջերի քանակը. |
| 118 | pdfjs-document-properties-page-size = Էջի չափը. |
| 119 | pdfjs-document-properties-page-size-unit-inches = ում |
| 120 | pdfjs-document-properties-page-size-unit-millimeters = մմ |
| 121 | pdfjs-document-properties-page-size-orientation-portrait = ուղղաձիգ |
| 122 | pdfjs-document-properties-page-size-orientation-landscape = հորիզոնական |
| 123 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 124 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 125 | pdfjs-document-properties-page-size-name-letter = Նամակ |
| 126 | pdfjs-document-properties-page-size-name-legal = Օրինական |
| 127 | |
| 128 | ## Variables: |
| 129 | ## $width (Number) - the width of the (current) page |
| 130 | ## $height (Number) - the height of the (current) page |
| 131 | ## $unit (String) - the unit of measurement of the (current) page |
| 132 | ## $name (String) - the name of the (current) page |
| 133 | ## $orientation (String) - the orientation of the (current) page |
| 134 | |
| 135 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 136 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 137 | |
| 138 | ## |
| 139 | |
| 140 | # The linearization status of the document; usually called "Fast Web View" in |
| 141 | # English locales of Adobe software. |
| 142 | pdfjs-document-properties-linearized = Արագ վեբ դիտում․ |
| 143 | pdfjs-document-properties-linearized-yes = Այո |
| 144 | pdfjs-document-properties-linearized-no = Ոչ |
| 145 | pdfjs-document-properties-close-button = Փակել |
| 146 | |
| 147 | |
| 148 | |
| 149 | pdfjs-print-progress-message = Նախապատրաստում է փաստաթուղթը տպելուն... |
| 150 | # Variables: |
| 151 | # $progress (Number) - percent value |
| 152 | pdfjs-print-progress-percent = { $progress }% |
| 153 | pdfjs-print-progress-close-button = Չեղարկել |
| 154 | pdfjs-printing-not-supported = Զգուշացում. Տպելը ամբողջությամբ չի աջակցվում դիտարկիչի կողմից։ |
| 155 | pdfjs-printing-not-ready = Զգուշացում. PDF-ը ամբողջությամբ չի բեռնավորվել տպելու համար: |
| 156 | |
| 157 | ## Tooltips and alt text for side panel toolbar buttons |
| 158 | |
| 159 | pdfjs-toggle-sidebar-button = |
| 160 | .title = Բացել/Փակել Կողային վահանակը |
| 161 | pdfjs-toggle-sidebar-button-label = Բացել/Փակել Կողային վահանակը |
| 162 | pdfjs-document-outline-button = |
| 163 | .title = Ցուցադրել փաստաթղթի ուրվագիծը (կրկնակի սեղմեք՝ միավորները ընդարձակելու/կոծկելու համար) |
| 164 | pdfjs-document-outline-button-label = Փաստաթղթի բովանդակությունը |
| 165 | pdfjs-attachments-button = |
| 166 | .title = Ցուցադրել կցորդները |
| 167 | pdfjs-attachments-button-label = Կցորդներ |
| 168 | pdfjs-thumbs-button = |
| 169 | .title = Ցուցադրել Մանրապատկերը |
| 170 | pdfjs-thumbs-button-label = Մանրապատկերը |
| 171 | pdfjs-findbar-button = |
| 172 | .title = Գտնել փաստաթղթում |
| 173 | pdfjs-findbar-button-label = Որոնում |
| 174 | |
| 175 | ## Thumbnails panel item (tooltip and alt text for images) |
| 176 | |
| 177 | # Variables: |
| 178 | # $page (Number) - the page number |
| 179 | pdfjs-thumb-page-title = |
| 180 | .title = Էջը { $page } |
| 181 | # Variables: |
| 182 | # $page (Number) - the page number |
| 183 | pdfjs-thumb-page-canvas = |
| 184 | .aria-label = Էջի մանրապատկերը { $page } |
| 185 | |
| 186 | ## Find panel button title and messages |
| 187 | |
| 188 | pdfjs-find-input = |
| 189 | .title = Որոնում |
| 190 | .placeholder = Գտնել փաստաթղթում... |
| 191 | pdfjs-find-previous-button = |
| 192 | .title = Գտնել անրահայտության նախորդ հանդիպումը |
| 193 | pdfjs-find-previous-button-label = Նախորդը |
| 194 | pdfjs-find-next-button = |
| 195 | .title = Գտիր արտահայտության հաջորդ հանդիպումը |
| 196 | pdfjs-find-next-button-label = Հաջորդը |
| 197 | pdfjs-find-highlight-checkbox = Գունանշել բոլորը |
| 198 | pdfjs-find-match-case-checkbox-label = Մեծ(փոքր)ատառ հաշվի առնել |
| 199 | pdfjs-find-entire-word-checkbox-label = Ամբողջ բառերը |
| 200 | pdfjs-find-reached-top = Հասել եք փաստաթղթի վերևին, կշարունակվի ներքևից |
| 201 | pdfjs-find-reached-bottom = Հասել եք փաստաթղթի վերջին, կշարունակվի վերևից |
| 202 | pdfjs-find-not-found = Արտահայտությունը չգտնվեց |
| 203 | |
| 204 | ## Predefined zoom values |
| 205 | |
| 206 | pdfjs-page-scale-width = Էջի լայնքը |
| 207 | pdfjs-page-scale-fit = Ձգել էջը |
| 208 | pdfjs-page-scale-auto = Ինքնաշխատ |
| 209 | pdfjs-page-scale-actual = Իրական չափը |
| 210 | # Variables: |
| 211 | # $scale (Number) - percent value for page scale |
| 212 | pdfjs-page-scale-percent = { $scale }% |
| 213 | |
| 214 | ## PDF page |
| 215 | |
| 216 | |
| 217 | ## Loading indicator messages |
| 218 | |
| 219 | pdfjs-loading-error = Սխալ՝ PDF ֆայլը բացելիս։ |
| 220 | pdfjs-invalid-file-error = Սխալ կամ վնասված PDF ֆայլ: |
| 221 | pdfjs-missing-file-error = PDF ֆայլը բացակայում է: |
| 222 | pdfjs-unexpected-response-error = Սպասարկիչի անսպասելի պատասխան: |
| 223 | pdfjs-rendering-error = Սխալ՝ էջը ստեղծելիս: |
| 224 | |
| 225 | ## Annotations |
| 226 | |
| 227 | # Variables: |
| 228 | # $date (Date) - the modification date of the annotation |
| 229 | # $time (Time) - the modification time of the annotation |
| 230 | pdfjs-annotation-date-string = { $date }, { $time } |
| 231 | # .alt: This is used as a tooltip. |
| 232 | # Variables: |
| 233 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 234 | # (32000-1:2008 Table 169 – Annotation types). |
| 235 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 236 | pdfjs-text-annotation-type = |
| 237 | .alt = [{ $type } Ծանոթություն] |
| 238 | |
| 239 | ## Password |
| 240 | |
| 241 | pdfjs-password-label = Մուտքագրեք PDF-ի գաղտնաբառը: |
| 242 | pdfjs-password-invalid = Գաղտնաբառը սխալ է: Կրկին փորձեք: |
| 243 | pdfjs-password-ok-button = Լավ |
| 244 | pdfjs-password-cancel-button = Չեղարկել |
| 245 | pdfjs-web-fonts-disabled = Վեբ-տառատեսակները անջատված են. հնարավոր չէ � |
| 246 | գտագործել ներկառուցված PDF տառատեսակները: |
| 247 | |
| 248 | ## Editing |
| 249 | |
| 250 | |
| 251 | ## Remove button for the various kind of editor. |
| 252 | |
| 253 | |
| 254 | ## |
| 255 | |
| 256 | pdfjs-free-text-default-content = Սկսել մուտքագրումը… |
| 257 | |
| 258 | ## Alt-text dialog |
| 259 | |
| 260 | |
| 261 | ## Editor resizers |
| 262 | ## This is used in an aria label to help to understand the role of the resizer. |
| 263 | |
| 264 | |
| 265 | ## Color picker |
| 266 | |
| 267 | |
| 268 | ## Show all highlights |
| 269 | ## This is a toggle button to show/hide all the highlights. |
| 270 | |
| 271 | pdfjs-editor-highlight-show-all-button-label = Ցուցադրել բոլորը |
| 272 | pdfjs-editor-highlight-show-all-button = |
| 273 | .title = Ցուցադրել բոլորը |
| 274 |