viewer.ftl
268 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 | गला पृष्ठ |
| 14 | pdfjs-next-button-label = आगे |
| 15 | # .title: Tooltip for the pageNumber input. |
| 16 | pdfjs-page-input = |
| 17 | .title = पृष्ठ: |
| 18 | # Variables: |
| 19 | # $pagesCount (Number) - the total number of pages in the document |
| 20 | # This string follows an input field with the number of the page currently displayed. |
| 21 | pdfjs-of-pages = { $pagesCount } का |
| 22 | # Variables: |
| 23 | # $pageNumber (Number) - the currently visible page |
| 24 | # $pagesCount (Number) - the total number of pages in the document |
| 25 | pdfjs-page-of-pages = ({ $pageNumber } of { $pagesCount }) |
| 26 | pdfjs-zoom-out-button = |
| 27 | .title = छोटा करें |
| 28 | pdfjs-zoom-out-button-label = छोटा करें |
| 29 | pdfjs-zoom-in-button = |
| 30 | .title = बड़ा करें |
| 31 | pdfjs-zoom-in-button-label = बड़ा करें |
| 32 | pdfjs-zoom-select = |
| 33 | .title = बड़ा-छोटा करें |
| 34 | pdfjs-presentation-mode-button = |
| 35 | .title = प्रस्तुति � |
| 36 | वस्था में जाएँ |
| 37 | pdfjs-presentation-mode-button-label = प्रस्तुति � |
| 38 | वस्था |
| 39 | pdfjs-open-file-button = |
| 40 | .title = फ़ाइल खोलें |
| 41 | pdfjs-open-file-button-label = खोलें |
| 42 | pdfjs-print-button = |
| 43 | .title = छापें |
| 44 | pdfjs-print-button-label = छापें |
| 45 | # Used in Firefox for Android. |
| 46 | pdfjs-open-in-app-button = |
| 47 | .title = ऐप में खोलें |
| 48 | # Used in Firefox for Android. |
| 49 | # Length of the translation matters since we are in a mobile context, with limited screen estate. |
| 50 | pdfjs-open-in-app-button-label = ऐप में खोलें |
| 51 | |
| 52 | ## Secondary toolbar and context menu |
| 53 | |
| 54 | pdfjs-tools-button = |
| 55 | .title = औज़ार |
| 56 | pdfjs-tools-button-label = औज़ार |
| 57 | pdfjs-first-page-button = |
| 58 | .title = प्रथम पृष्ठ पर जाएँ |
| 59 | pdfjs-first-page-button-label = प्रथम पृष्ठ पर जाएँ |
| 60 | pdfjs-last-page-button = |
| 61 | .title = � |
| 62 | ंतिम पृष्ठ पर जाएँ |
| 63 | pdfjs-last-page-button-label = � |
| 64 | ंतिम पृष्ठ पर जाएँ |
| 65 | pdfjs-page-rotate-cw-button = |
| 66 | .title = घड़ी की दिशा में घुमाएँ |
| 67 | pdfjs-page-rotate-cw-button-label = घड़ी की दिशा में घुमाएँ |
| 68 | pdfjs-page-rotate-ccw-button = |
| 69 | .title = घड़ी की दिशा से उल्टा घुमाएँ |
| 70 | pdfjs-page-rotate-ccw-button-label = घड़ी की दिशा से उल्टा घुमाएँ |
| 71 | pdfjs-cursor-text-select-tool-button = |
| 72 | .title = पाठ चयन उपकरण सक्षम करें |
| 73 | pdfjs-cursor-text-select-tool-button-label = पाठ चयन उपकरण |
| 74 | pdfjs-cursor-hand-tool-button = |
| 75 | .title = हस्त उपकरण सक्षम करें |
| 76 | pdfjs-cursor-hand-tool-button-label = हस्त उपकरण |
| 77 | pdfjs-scroll-vertical-button = |
| 78 | .title = लंबवत स्क्रॉलिंग का उपयोग करें |
| 79 | pdfjs-scroll-vertical-button-label = लंबवत स्क्रॉलिंग |
| 80 | pdfjs-scroll-horizontal-button = |
| 81 | .title = क्षितिजिय स्क्रॉलिंग का उपयोग करें |
| 82 | pdfjs-scroll-horizontal-button-label = क्षितिजिय स्क्रॉलिंग |
| 83 | pdfjs-scroll-wrapped-button = |
| 84 | .title = व्राप्पेड स्क्रॉलिंग का उपयोग करें |
| 85 | pdfjs-spread-none-button-label = कोई स्प्रेड उपलब्ध नहीं |
| 86 | pdfjs-spread-odd-button = |
| 87 | .title = विषम-क्रमांकित पृष्ठों से प्रारंभ होने वाले पृष्ठ स्प्रेड में शामिल हों |
| 88 | pdfjs-spread-odd-button-label = विषम फैलाव |
| 89 | |
| 90 | ## Document properties dialog |
| 91 | |
| 92 | pdfjs-document-properties-button = |
| 93 | .title = दस्तावेज़ विशेषता... |
| 94 | pdfjs-document-properties-button-label = दस्तावेज़ विशेषता... |
| 95 | pdfjs-document-properties-file-name = फ़ाइल नाम: |
| 96 | pdfjs-document-properties-file-size = फाइल आकारः |
| 97 | # Variables: |
| 98 | # $size_kb (Number) - the PDF file size in kilobytes |
| 99 | # $size_b (Number) - the PDF file size in bytes |
| 100 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes) |
| 101 | # Variables: |
| 102 | # $size_mb (Number) - the PDF file size in megabytes |
| 103 | # $size_b (Number) - the PDF file size in bytes |
| 104 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes) |
| 105 | pdfjs-document-properties-title = शीर्षक: |
| 106 | pdfjs-document-properties-author = लेखकः |
| 107 | pdfjs-document-properties-subject = विषय: |
| 108 | pdfjs-document-properties-keywords = कुंजी-शब्द: |
| 109 | pdfjs-document-properties-creation-date = निर्माण दिनांक: |
| 110 | pdfjs-document-properties-modification-date = संशोधन दिनांक: |
| 111 | # Variables: |
| 112 | # $date (Date) - the creation/modification date of the PDF file |
| 113 | # $time (Time) - the creation/modification time of the PDF file |
| 114 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 115 | pdfjs-document-properties-creator = निर्माता: |
| 116 | pdfjs-document-properties-producer = PDF उत्पादक: |
| 117 | pdfjs-document-properties-version = PDF संस्करण: |
| 118 | pdfjs-document-properties-page-count = पृष्ठ गिनती: |
| 119 | pdfjs-document-properties-page-size = पृष्ठ आकार: |
| 120 | pdfjs-document-properties-page-size-unit-inches = इंच |
| 121 | pdfjs-document-properties-page-size-unit-millimeters = मिमी |
| 122 | pdfjs-document-properties-page-size-orientation-portrait = पोर्ट्रेट |
| 123 | pdfjs-document-properties-page-size-orientation-landscape = लैंडस्केप |
| 124 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 125 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 126 | pdfjs-document-properties-page-size-name-letter = पत्र |
| 127 | pdfjs-document-properties-page-size-name-legal = क़ानूनी |
| 128 | |
| 129 | ## Variables: |
| 130 | ## $width (Number) - the width of the (current) page |
| 131 | ## $height (Number) - the height of the (current) page |
| 132 | ## $unit (String) - the unit of measurement of the (current) page |
| 133 | ## $name (String) - the name of the (current) page |
| 134 | ## $orientation (String) - the orientation of the (current) page |
| 135 | |
| 136 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 137 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 138 | |
| 139 | ## |
| 140 | |
| 141 | # The linearization status of the document; usually called "Fast Web View" in |
| 142 | # English locales of Adobe software. |
| 143 | pdfjs-document-properties-linearized = तीव्र वेब व्यू: |
| 144 | pdfjs-document-properties-linearized-yes = हाँ |
| 145 | pdfjs-document-properties-linearized-no = नहीं |
| 146 | pdfjs-document-properties-close-button = बंद करें |
| 147 | |
| 148 | |
| 149 | |
| 150 | pdfjs-print-progress-message = छपाई के लिए दस्तावेज़ को तैयार किया जा रहा है... |
| 151 | # Variables: |
| 152 | # $progress (Number) - percent value |
| 153 | pdfjs-print-progress-percent = { $progress }% |
| 154 | pdfjs-print-progress-close-button = रद्द करें |
| 155 | pdfjs-printing-not-supported = चेतावनी: इस ब्राउज़र पर छपाई पूरी तरह से समर्थित नहीं है. |
| 156 | pdfjs-printing-not-ready = चेतावनी: PDF छपाई के लिए पूरी तरह से लोड नहीं है. |
| 157 | |
| 158 | ## Tooltips and alt text for side panel toolbar buttons |
| 159 | |
| 160 | pdfjs-toggle-sidebar-button = |
| 161 | .title = स्लाइडर टॉगल करें |
| 162 | pdfjs-toggle-sidebar-button-label = स्लाइडर टॉगल करें |
| 163 | pdfjs-document-outline-button = |
| 164 | .title = दस्तावेज़ की रूपरेखा दिखाइए (सारी वस्तुओं को फलने � |
| 165 | थवा समेटने के लिए दो बार क्लिक करें) |
| 166 | pdfjs-document-outline-button-label = दस्तावेज़ आउटलाइन |
| 167 | pdfjs-attachments-button = |
| 168 | .title = संलग्नक दिखायें |
| 169 | pdfjs-attachments-button-label = संलग्नक |
| 170 | pdfjs-thumbs-button = |
| 171 | .title = लघुछवियाँ दिखाएँ |
| 172 | pdfjs-thumbs-button-label = लघु छवि |
| 173 | pdfjs-findbar-button = |
| 174 | .title = दस्तावेज़ में ढूँढ़ें |
| 175 | pdfjs-findbar-button-label = ढूँढें |
| 176 | |
| 177 | ## Thumbnails panel item (tooltip and alt text for images) |
| 178 | |
| 179 | # Variables: |
| 180 | # $page (Number) - the page number |
| 181 | pdfjs-thumb-page-title = |
| 182 | .title = पृष्ठ { $page } |
| 183 | # Variables: |
| 184 | # $page (Number) - the page number |
| 185 | pdfjs-thumb-page-canvas = |
| 186 | .aria-label = पृष्ठ { $page } की लघु-छवि |
| 187 | |
| 188 | ## Find panel button title and messages |
| 189 | |
| 190 | pdfjs-find-input = |
| 191 | .title = ढूँढें |
| 192 | .placeholder = दस्तावेज़ में खोजें... |
| 193 | pdfjs-find-previous-button = |
| 194 | .title = वाक्यांश की पिछली उपस्थिति ढूँढ़ें |
| 195 | pdfjs-find-previous-button-label = पिछला |
| 196 | pdfjs-find-next-button = |
| 197 | .title = वाक्यांश की � |
| 198 | गली उपस्थिति ढूँढ़ें |
| 199 | pdfjs-find-next-button-label = � |
| 200 | गला |
| 201 | pdfjs-find-highlight-checkbox = सभी आलोकित करें |
| 202 | pdfjs-find-match-case-checkbox-label = मिलान स्थिति |
| 203 | pdfjs-find-entire-word-checkbox-label = संपूर्ण शब्द |
| 204 | pdfjs-find-reached-top = पृष्ठ के ऊपर पहुंच गया, नीचे से जारी रखें |
| 205 | pdfjs-find-reached-bottom = पृष्ठ के नीचे में जा पहुँचा, ऊपर से जारी |
| 206 | pdfjs-find-not-found = वाक्यांश नहीं मिला |
| 207 | |
| 208 | ## Predefined zoom values |
| 209 | |
| 210 | pdfjs-page-scale-width = पृष्ठ चौड़ाई |
| 211 | pdfjs-page-scale-fit = पृष्ठ फिट |
| 212 | pdfjs-page-scale-auto = स्वचालित जूम |
| 213 | pdfjs-page-scale-actual = वास्तविक आकार |
| 214 | # Variables: |
| 215 | # $scale (Number) - percent value for page scale |
| 216 | pdfjs-page-scale-percent = { $scale }% |
| 217 | |
| 218 | ## PDF page |
| 219 | |
| 220 | |
| 221 | ## Loading indicator messages |
| 222 | |
| 223 | pdfjs-loading-error = PDF लोड करते समय एक त्रुटि हुई. |
| 224 | pdfjs-invalid-file-error = � |
| 225 | मान्य या भ्रष्ट PDF फ़ाइल. |
| 226 | pdfjs-missing-file-error = � |
| 227 | नुपस्थित PDF फ़ाइल. |
| 228 | pdfjs-unexpected-response-error = � |
| 229 | प्रत्याशित सर्वर प्रतिक्रिया. |
| 230 | pdfjs-rendering-error = पृष्ठ रेंडरिंग के दौरान त्रुटि आई. |
| 231 | |
| 232 | ## Annotations |
| 233 | |
| 234 | # Variables: |
| 235 | # $date (Date) - the modification date of the annotation |
| 236 | # $time (Time) - the modification time of the annotation |
| 237 | pdfjs-annotation-date-string = { $date }, { $time } |
| 238 | # .alt: This is used as a tooltip. |
| 239 | # Variables: |
| 240 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 241 | # (32000-1:2008 Table 169 – Annotation types). |
| 242 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 243 | pdfjs-text-annotation-type = |
| 244 | .alt = [{ $type } Annotation] |
| 245 | |
| 246 | ## Password |
| 247 | |
| 248 | pdfjs-password-label = इस PDF फ़ाइल को खोलने के लिए कृपया कूटशब्द भरें. |
| 249 | pdfjs-password-invalid = � |
| 250 | वैध कूटशब्द, कृपया फिर कोशिश करें. |
| 251 | pdfjs-password-ok-button = OK |
| 252 | pdfjs-password-cancel-button = रद्द करें |
| 253 | pdfjs-web-fonts-disabled = वेब फॉन्ट्स निष्क्रिय हैं: � |
| 254 | ंतःस्थापित PDF फॉन्टस के उपयोग में � |
| 255 | समर्थ. |
| 256 | |
| 257 | ## Editing |
| 258 | |
| 259 | # Editor Parameters |
| 260 | pdfjs-editor-free-text-color-input = रंग |
| 261 | |
| 262 | ## Alt-text dialog |
| 263 | |
| 264 | |
| 265 | ## Editor resizers |
| 266 | ## This is used in an aria label to help to understand the role of the resizer. |
| 267 | |
| 268 |