viewer.ftl
207 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 = Moo bisante |
| 10 | pdfjs-previous-button-label = Bisante |
| 11 | pdfjs-next-button = |
| 12 | .title = Jinehere moo |
| 13 | pdfjs-next-button-label = Jine |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Moo |
| 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 } ra |
| 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 } ka hun { $pagesCount }) ra |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Nakasandi |
| 27 | pdfjs-zoom-out-button-label = Nakasandi |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Bebbeerandi |
| 30 | pdfjs-zoom-in-button-label = Bebbeerandi |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Bebbeerandi |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Bere cebeyan alhaali |
| 35 | pdfjs-presentation-mode-button-label = Cebeyan alhaali |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Tuku feeri |
| 38 | pdfjs-open-file-button-label = Feeri |
| 39 | pdfjs-print-button = |
| 40 | .title = Kar |
| 41 | pdfjs-print-button-label = Kar |
| 42 | |
| 43 | ## Secondary toolbar and context menu |
| 44 | |
| 45 | pdfjs-tools-button = |
| 46 | .title = Goyjinawey |
| 47 | pdfjs-tools-button-label = Goyjinawey |
| 48 | pdfjs-first-page-button = |
| 49 | .title = Koy moo jinaa ga |
| 50 | pdfjs-first-page-button-label = Koy moo jinaa ga |
| 51 | pdfjs-last-page-button = |
| 52 | .title = Koy moo koraa ga |
| 53 | pdfjs-last-page-button-label = Koy moo koraa ga |
| 54 | pdfjs-page-rotate-cw-button = |
| 55 | .title = Kuubi kanbe guma here |
| 56 | pdfjs-page-rotate-cw-button-label = Kuubi kanbe guma here |
| 57 | pdfjs-page-rotate-ccw-button = |
| 58 | .title = Kuubi kanbe wowa here |
| 59 | pdfjs-page-rotate-ccw-button-label = Kuubi kanbe wowa here |
| 60 | |
| 61 | ## Document properties dialog |
| 62 | |
| 63 | pdfjs-document-properties-button = |
| 64 | .title = Takadda mayrawey… |
| 65 | pdfjs-document-properties-button-label = Takadda mayrawey… |
| 66 | pdfjs-document-properties-file-name = Tuku maa: |
| 67 | pdfjs-document-properties-file-size = Tuku adadu: |
| 68 | # Variables: |
| 69 | # $size_kb (Number) - the PDF file size in kilobytes |
| 70 | # $size_b (Number) - the PDF file size in bytes |
| 71 | pdfjs-document-properties-kb = KB { $size_kb } (cebsu-ize { $size_b }) |
| 72 | # Variables: |
| 73 | # $size_mb (Number) - the PDF file size in megabytes |
| 74 | # $size_b (Number) - the PDF file size in bytes |
| 75 | pdfjs-document-properties-mb = MB { $size_mb } (cebsu-ize { $size_b }) |
| 76 | pdfjs-document-properties-title = Tiiramaa: |
| 77 | pdfjs-document-properties-author = Hantumkaw: |
| 78 | pdfjs-document-properties-subject = Dalil: |
| 79 | pdfjs-document-properties-keywords = Kufalkalimawey: |
| 80 | pdfjs-document-properties-creation-date = Teeyan han: |
| 81 | pdfjs-document-properties-modification-date = Barmayan han: |
| 82 | # Variables: |
| 83 | # $date (Date) - the creation/modification date of the PDF file |
| 84 | # $time (Time) - the creation/modification time of the PDF file |
| 85 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 86 | pdfjs-document-properties-creator = Teekaw: |
| 87 | pdfjs-document-properties-producer = PDF berandikaw: |
| 88 | pdfjs-document-properties-version = PDF dumi: |
| 89 | pdfjs-document-properties-page-count = Moo hinna: |
| 90 | |
| 91 | ## Variables: |
| 92 | ## $width (Number) - the width of the (current) page |
| 93 | ## $height (Number) - the height of the (current) page |
| 94 | ## $unit (String) - the unit of measurement of the (current) page |
| 95 | ## $name (String) - the name of the (current) page |
| 96 | ## $orientation (String) - the orientation of the (current) page |
| 97 | |
| 98 | |
| 99 | ## |
| 100 | |
| 101 | pdfjs-document-properties-close-button = Daabu |
| 102 | |
| 103 | |
| 104 | |
| 105 | pdfjs-print-progress-message = Goo ma takaddaa soolu k'a kar se… |
| 106 | # Variables: |
| 107 | # $progress (Number) - percent value |
| 108 | pdfjs-print-progress-percent = { $progress }% |
| 109 | pdfjs-print-progress-close-button = Naŋ |
| 110 | pdfjs-printing-not-supported = Yaamar: Karyan ši tee ka timme nda ceecikaa woo. |
| 111 | pdfjs-printing-not-ready = Yaamar: PDF ši zunbu ka timme karyan še. |
| 112 | |
| 113 | ## Tooltips and alt text for side panel toolbar buttons |
| 114 | |
| 115 | pdfjs-toggle-sidebar-button = |
| 116 | .title = Kanjari ceraw zuu |
| 117 | pdfjs-toggle-sidebar-button-label = Kanjari ceraw zuu |
| 118 | pdfjs-document-outline-button = |
| 119 | .title = Takaddaa korfur alhaaloo cebe (naagu cee hinka ka haya-izey kul hayandi/kankamandi) |
| 120 | pdfjs-document-outline-button-label = Takadda filla-boŋ |
| 121 | pdfjs-attachments-button = |
| 122 | .title = Hangarey cebe |
| 123 | pdfjs-attachments-button-label = Hangarey |
| 124 | pdfjs-thumbs-button = |
| 125 | .title = Kabeboy biyey cebe |
| 126 | pdfjs-thumbs-button-label = Kabeboy biyey |
| 127 | pdfjs-findbar-button = |
| 128 | .title = Ceeci takaddaa ra |
| 129 | pdfjs-findbar-button-label = Ceeci |
| 130 | |
| 131 | ## Thumbnails panel item (tooltip and alt text for images) |
| 132 | |
| 133 | # Variables: |
| 134 | # $page (Number) - the page number |
| 135 | pdfjs-thumb-page-title = |
| 136 | .title = { $page } moo |
| 137 | # Variables: |
| 138 | # $page (Number) - the page number |
| 139 | pdfjs-thumb-page-canvas = |
| 140 | .aria-label = Kabeboy bii { $page } moo še |
| 141 | |
| 142 | ## Find panel button title and messages |
| 143 | |
| 144 | pdfjs-find-input = |
| 145 | .title = Ceeci |
| 146 | .placeholder = Ceeci takaddaa ra… |
| 147 | pdfjs-find-previous-button = |
| 148 | .title = Kalimaɲaŋoo bangayri bisantaa ceeci |
| 149 | pdfjs-find-previous-button-label = Bisante |
| 150 | pdfjs-find-next-button = |
| 151 | .title = Kalimaɲaŋoo hiino bangayroo ceeci |
| 152 | pdfjs-find-next-button-label = Jine |
| 153 | pdfjs-find-highlight-checkbox = Ikul šilbay |
| 154 | pdfjs-find-match-case-checkbox-label = Harfu-beeriyan hawgay |
| 155 | pdfjs-find-reached-top = A too moŋoo boŋoo, koy jine ka šinitin nda cewoo |
| 156 | pdfjs-find-reached-bottom = A too moɲoo cewoo, koy jine šintioo ga |
| 157 | pdfjs-find-not-found = Kalimaɲaa mana duwandi |
| 158 | |
| 159 | ## Predefined zoom values |
| 160 | |
| 161 | pdfjs-page-scale-width = Mooo hayyan |
| 162 | pdfjs-page-scale-fit = Moo sawayan |
| 163 | pdfjs-page-scale-auto = Boŋše azzaati barmayyan |
| 164 | pdfjs-page-scale-actual = Adadu cimi |
| 165 | # Variables: |
| 166 | # $scale (Number) - percent value for page scale |
| 167 | pdfjs-page-scale-percent = { $scale }% |
| 168 | |
| 169 | ## PDF page |
| 170 | |
| 171 | |
| 172 | ## Loading indicator messages |
| 173 | |
| 174 | pdfjs-loading-error = Firka bangay kaŋ PDF goo ma zumandi. |
| 175 | pdfjs-invalid-file-error = PDF tuku laala wala laybante. |
| 176 | pdfjs-missing-file-error = PDF tuku kumante. |
| 177 | pdfjs-unexpected-response-error = Manti feršikaw tuuruyan maatante. |
| 178 | pdfjs-rendering-error = Firka bangay kaŋ moɲoo goo ma willandi. |
| 179 | |
| 180 | ## Annotations |
| 181 | |
| 182 | # .alt: This is used as a tooltip. |
| 183 | # Variables: |
| 184 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 185 | # (32000-1:2008 Table 169 – Annotation types). |
| 186 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 187 | pdfjs-text-annotation-type = |
| 188 | .alt = { $type } maasa-caw] |
| 189 | |
| 190 | ## Password |
| 191 | |
| 192 | pdfjs-password-label = Šennikufal dam ka PDF tukoo woo feeri. |
| 193 | pdfjs-password-invalid = Šennikufal laalo. Ceeci koyne taare. |
| 194 | pdfjs-password-ok-button = Ayyo |
| 195 | pdfjs-password-cancel-button = Naŋ |
| 196 | pdfjs-web-fonts-disabled = Interneti šigirawey kay: ši hin ka goy nda PDF šigira hurantey. |
| 197 | |
| 198 | ## Editing |
| 199 | |
| 200 | |
| 201 | ## Alt-text dialog |
| 202 | |
| 203 | |
| 204 | ## Editor resizers |
| 205 | ## This is used in an aria label to help to understand the role of the resizer. |
| 206 | |
| 207 |