viewer.ftl
259 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 | របៀបបទបង្ហាញ |
| 36 | pdfjs-presentation-mode-button-label = របៀបបទបង្ហាញ |
| 37 | pdfjs-open-file-button = |
| 38 | .title = បើកឯកសារ |
| 39 | pdfjs-open-file-button-label = បើក |
| 40 | pdfjs-print-button = |
| 41 | .title = បោះពុម្ព |
| 42 | pdfjs-print-button-label = បោះពុម្ព |
| 43 | |
| 44 | ## Secondary toolbar and context menu |
| 45 | |
| 46 | pdfjs-tools-button = |
| 47 | .title = ឧបករណ៍ |
| 48 | pdfjs-tools-button-label = ឧបករណ៍ |
| 49 | pdfjs-first-page-button = |
| 50 | .title = ទ� |
| 51 | កាន់ទំព័រដំបូង |
| 52 | pdfjs-first-page-button-label = ទ� |
| 53 | កាន់ទំព័រដំបូង |
| 54 | pdfjs-last-page-button = |
| 55 | .title = ទ� |
| 56 | កាន់ទំព័រ� |
| 57 | ុងក្រោយ |
| 58 | pdfjs-last-page-button-label = ទ� |
| 59 | កាន់ទំព័រ� |
| 60 | ុងក្រោយ |
| 61 | pdfjs-page-rotate-cw-button = |
| 62 | .title = បង្វិលស្របទ្រនិ� |
| 63 | នាឡិកា |
| 64 | pdfjs-page-rotate-cw-button-label = បង្វិលស្របទ្រនិ� |
| 65 | នាឡិកា |
| 66 | pdfjs-page-rotate-ccw-button = |
| 67 | .title = បង្វិល� |
| 68 | ្រាសទ្រនិ� |
| 69 | នាឡិកា |
| 70 | pdfjs-page-rotate-ccw-button-label = បង្វិល� |
| 71 | ្រាសទ្រនិ� |
| 72 | នាឡិកា |
| 73 | pdfjs-cursor-text-select-tool-button = |
| 74 | .title = បើកឧបករណ៍ជ្រើសអត្ថបទ |
| 75 | pdfjs-cursor-text-select-tool-button-label = ឧបករណ៍ជ្រើសអត្ថបទ |
| 76 | pdfjs-cursor-hand-tool-button = |
| 77 | .title = បើកឧបករណ៍ដៃ |
| 78 | pdfjs-cursor-hand-tool-button-label = ឧបករណ៍ដៃ |
| 79 | |
| 80 | ## Document properties dialog |
| 81 | |
| 82 | pdfjs-document-properties-button = |
| 83 | .title = លក្ខណសម្បត្តិឯកសារ… |
| 84 | pdfjs-document-properties-button-label = លក្ខណសម្បត្តិឯកសារ… |
| 85 | pdfjs-document-properties-file-name = ឈ្មោះឯកសារ៖ |
| 86 | pdfjs-document-properties-file-size = ទំហំឯកសារ៖ |
| 87 | # Variables: |
| 88 | # $size_kb (Number) - the PDF file size in kilobytes |
| 89 | # $size_b (Number) - the PDF file size in bytes |
| 90 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } បៃ) |
| 91 | # Variables: |
| 92 | # $size_mb (Number) - the PDF file size in megabytes |
| 93 | # $size_b (Number) - the PDF file size in bytes |
| 94 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } បៃ) |
| 95 | pdfjs-document-properties-title = � |
| 96 | ំណងជើង៖ |
| 97 | pdfjs-document-properties-author = អ្នកនិពន្ធ៖ |
| 98 | pdfjs-document-properties-subject = ប្រធានបទ៖ |
| 99 | pdfjs-document-properties-keywords = ពាក្យគន្លឹះ៖ |
| 100 | pdfjs-document-properties-creation-date = កាលបរិ� |
| 101 | ្ឆេទបង្កើត៖ |
| 102 | pdfjs-document-properties-modification-date = កាលបរិ� |
| 103 | ្ឆេទកែប្រែ៖ |
| 104 | # Variables: |
| 105 | # $date (Date) - the creation/modification date of the PDF file |
| 106 | # $time (Time) - the creation/modification time of the PDF file |
| 107 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 108 | pdfjs-document-properties-creator = អ្នកបង្កើត៖ |
| 109 | pdfjs-document-properties-producer = កម្មវិធីបង្កើត PDF ៖ |
| 110 | pdfjs-document-properties-version = កំណែ PDF ៖ |
| 111 | pdfjs-document-properties-page-count = � |
| 112 | ំនួនទំព័រ៖ |
| 113 | pdfjs-document-properties-page-size-unit-inches = អ៊ីញ |
| 114 | pdfjs-document-properties-page-size-unit-millimeters = មម |
| 115 | pdfjs-document-properties-page-size-orientation-portrait = បញ្ឈរ |
| 116 | pdfjs-document-properties-page-size-orientation-landscape = ផ្តេក |
| 117 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 118 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 119 | pdfjs-document-properties-page-size-name-letter = សំបុត្រ |
| 120 | |
| 121 | ## Variables: |
| 122 | ## $width (Number) - the width of the (current) page |
| 123 | ## $height (Number) - the height of the (current) page |
| 124 | ## $unit (String) - the unit of measurement of the (current) page |
| 125 | ## $name (String) - the name of the (current) page |
| 126 | ## $orientation (String) - the orientation of the (current) page |
| 127 | |
| 128 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 129 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 130 | |
| 131 | ## |
| 132 | |
| 133 | pdfjs-document-properties-linearized-yes = បាទ/� |
| 134 | ាស |
| 135 | pdfjs-document-properties-linearized-no = ទេ |
| 136 | pdfjs-document-properties-close-button = បិទ |
| 137 | |
| 138 | |
| 139 | |
| 140 | pdfjs-print-progress-message = កំពុងរៀប� |
| 141 | ំឯកសារសម្រាប់បោះពុម្ព… |
| 142 | # Variables: |
| 143 | # $progress (Number) - percent value |
| 144 | pdfjs-print-progress-percent = { $progress }% |
| 145 | pdfjs-print-progress-close-button = បោះបង់ |
| 146 | pdfjs-printing-not-supported = ការព្រមាន ៖ ការបោះពុម្ពមិនត្រូវបានគាំទ្រពេញលេញដោយកម្មវិធីរុករកនេះទេ ។ |
| 147 | pdfjs-printing-not-ready = ព្រមាន៖ PDF មិនត្រូវបានផ្ទុកទាំងស្រុងដើម្បីបោះពុម្ពទេ។ |
| 148 | |
| 149 | ## Tooltips and alt text for side panel toolbar buttons |
| 150 | |
| 151 | pdfjs-toggle-sidebar-button = |
| 152 | .title = បិទ/បើកគ្រាប់រំកិល |
| 153 | pdfjs-toggle-sidebar-button-label = បិទ/បើកគ្រាប់រំកិល |
| 154 | pdfjs-document-outline-button = |
| 155 | .title = បង្ហាញគ្រោងឯកសារ (� |
| 156 | ុ� |
| 157 | ទ្វេដងដើម្បីពង្រីក/បង្រួមធាតុទាំងអស់) |
| 158 | pdfjs-document-outline-button-label = គ្រោងឯកសារ |
| 159 | pdfjs-attachments-button = |
| 160 | .title = បង្ហាញឯកសារភ្ជាប់ |
| 161 | pdfjs-attachments-button-label = ឯកសារភ្ជាប់ |
| 162 | pdfjs-thumbs-button = |
| 163 | .title = បង្ហាញរូបភាពតូ� |
| 164 | ៗ |
| 165 | pdfjs-thumbs-button-label = រួបភាពតូ� |
| 166 | ៗ |
| 167 | pdfjs-findbar-button = |
| 168 | .title = រកន� |
| 169 | ក្នុងឯកសារ |
| 170 | pdfjs-findbar-button-label = រក |
| 171 | |
| 172 | ## Thumbnails panel item (tooltip and alt text for images) |
| 173 | |
| 174 | # Variables: |
| 175 | # $page (Number) - the page number |
| 176 | pdfjs-thumb-page-title = |
| 177 | .title = ទំព័រ { $page } |
| 178 | # Variables: |
| 179 | # $page (Number) - the page number |
| 180 | pdfjs-thumb-page-canvas = |
| 181 | .aria-label = រូបភាពតូ� |
| 182 | របស់ទំព័រ { $page } |
| 183 | |
| 184 | ## Find panel button title and messages |
| 185 | |
| 186 | pdfjs-find-input = |
| 187 | .title = រក |
| 188 | .placeholder = រកន� |
| 189 | ក្នុងឯកសារ... |
| 190 | pdfjs-find-previous-button = |
| 191 | .title = រកពាក្យ ឬឃ្លាដែលបានជួបមុន |
| 192 | pdfjs-find-previous-button-label = មុន |
| 193 | pdfjs-find-next-button = |
| 194 | .title = រកពាក្យ ឬឃ្លាដែលបានជួបបន្ទាប់ |
| 195 | pdfjs-find-next-button-label = បន្ទាប់ |
| 196 | pdfjs-find-highlight-checkbox = បន្លិ� |
| 197 | ទាំងអស់ |
| 198 | pdfjs-find-match-case-checkbox-label = ករណីដំណូ� |
| 199 | |
| 200 | pdfjs-find-reached-top = បានបន្តពីខាងក្រោម ទ� |
| 201 | ដល់ខាងលើនៃឯកសារ |
| 202 | pdfjs-find-reached-bottom = បានបន្តពីខាងលើ ទ� |
| 203 | ដល់� |
| 204 | ុងនៃឯកសារ |
| 205 | pdfjs-find-not-found = រកមិនឃើញពាក្យ ឬឃ្លា |
| 206 | |
| 207 | ## Predefined zoom values |
| 208 | |
| 209 | pdfjs-page-scale-width = ទទឹងទំព័រ |
| 210 | pdfjs-page-scale-fit = សមទំព័រ |
| 211 | pdfjs-page-scale-auto = ពង្រីកស្វ័យប្រវត្តិ |
| 212 | pdfjs-page-scale-actual = ទំហំជាក់ស្ដែង |
| 213 | # Variables: |
| 214 | # $scale (Number) - percent value for page scale |
| 215 | pdfjs-page-scale-percent = { $scale }% |
| 216 | |
| 217 | ## PDF page |
| 218 | |
| 219 | |
| 220 | ## Loading indicator messages |
| 221 | |
| 222 | pdfjs-loading-error = មានកំហុសបានកើតឡើងពេលកំពុងផ្ទុក PDF ។ |
| 223 | pdfjs-invalid-file-error = ឯកសារ PDF ខូ� |
| 224 | ឬមិនត្រឹមត្រូវ ។ |
| 225 | pdfjs-missing-file-error = បាត់ឯកសារ PDF |
| 226 | pdfjs-unexpected-response-error = ការឆ្លើយតមម៉ាស៊ីនមេដែលមិនបានរំពឹង។ |
| 227 | pdfjs-rendering-error = មានកំហុសបានកើតឡើងពេលបង្ហាញទំព័រ ។ |
| 228 | |
| 229 | ## Annotations |
| 230 | |
| 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 | |
| 240 | ## Password |
| 241 | |
| 242 | pdfjs-password-label = បញ្� |
| 243 | ូលពាក្យសម្ងាត់ដើម្បីបើកឯកសារ PDF នេះ។ |
| 244 | pdfjs-password-invalid = ពាក្យសម្ងាត់មិនត្រឹមត្រូវ។ សូមព្យាយាមម្ដងទៀត។ |
| 245 | pdfjs-password-ok-button = យល់ព្រម |
| 246 | pdfjs-password-cancel-button = បោះបង់ |
| 247 | pdfjs-web-fonts-disabled = បានបិទពុម្ពអក្សរបណ្ដាញ ៖ មិនអា� |
| 248 | ប្រើពុម្ពអក្សរ PDF ដែលបានបង្កប់បានទេ ។ |
| 249 | |
| 250 | ## Editing |
| 251 | |
| 252 | |
| 253 | ## Alt-text dialog |
| 254 | |
| 255 | |
| 256 | ## Editor resizers |
| 257 | ## This is used in an aria label to help to understand the role of the resizer. |
| 258 | |
| 259 |