viewer.ftl
256 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 = (మొత్తం { $pagesCount } లో { $pageNumber }వది) |
| 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 | |
| 43 | ## Secondary toolbar and context menu |
| 44 | |
| 45 | pdfjs-tools-button = |
| 46 | .title = పనిముట్లు |
| 47 | pdfjs-tools-button-label = పనిముట్లు |
| 48 | pdfjs-first-page-button = |
| 49 | .title = మొదటి పేజీకి వెళ్ళు |
| 50 | pdfjs-first-page-button-label = మొదటి పేజీకి వెళ్ళు |
| 51 | pdfjs-last-page-button = |
| 52 | .title = చివరి పేజీకి వెళ్ళు |
| 53 | pdfjs-last-page-button-label = చివరి పేజీకి వెళ్ళు |
| 54 | pdfjs-page-rotate-cw-button = |
| 55 | .title = సవ్యదిశలో తిప్పు |
| 56 | pdfjs-page-rotate-cw-button-label = సవ్యదిశలో తిప్పు |
| 57 | pdfjs-page-rotate-ccw-button = |
| 58 | .title = � |
| 59 | పసవ్యదిశలో తిప్పు |
| 60 | pdfjs-page-rotate-ccw-button-label = � |
| 61 | పసవ్యదిశలో తిప్పు |
| 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-label = నిలువు స్క్రోలింగు |
| 69 | |
| 70 | ## Document properties dialog |
| 71 | |
| 72 | pdfjs-document-properties-button = |
| 73 | .title = పత్రము లక్షణాలు... |
| 74 | pdfjs-document-properties-button-label = పత్రము లక్షణాలు... |
| 75 | pdfjs-document-properties-file-name = దస్త్రం పేరు: |
| 76 | pdfjs-document-properties-file-size = దస్త్రం పరిమాణం: |
| 77 | # Variables: |
| 78 | # $size_kb (Number) - the PDF file size in kilobytes |
| 79 | # $size_b (Number) - the PDF file size in bytes |
| 80 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes) |
| 81 | # Variables: |
| 82 | # $size_mb (Number) - the PDF file size in megabytes |
| 83 | # $size_b (Number) - the PDF file size in bytes |
| 84 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes) |
| 85 | pdfjs-document-properties-title = శీర్షిక: |
| 86 | pdfjs-document-properties-author = మూలకర్త: |
| 87 | pdfjs-document-properties-subject = విషయం: |
| 88 | pdfjs-document-properties-keywords = కీ పదాలు: |
| 89 | pdfjs-document-properties-creation-date = సృష్టించిన తేదీ: |
| 90 | pdfjs-document-properties-modification-date = సవరించిన తేదీ: |
| 91 | # Variables: |
| 92 | # $date (Date) - the creation/modification date of the PDF file |
| 93 | # $time (Time) - the creation/modification time of the PDF file |
| 94 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 95 | pdfjs-document-properties-creator = సృష్టికర్త: |
| 96 | pdfjs-document-properties-producer = PDF ఉత్పాదకి: |
| 97 | pdfjs-document-properties-version = PDF వర్షన్: |
| 98 | pdfjs-document-properties-page-count = పేజీల సంఖ్య: |
| 99 | pdfjs-document-properties-page-size = కాగితం పరిమాణం: |
| 100 | pdfjs-document-properties-page-size-unit-inches = లో |
| 101 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 102 | pdfjs-document-properties-page-size-orientation-portrait = నిలువుచిత్రం |
| 103 | pdfjs-document-properties-page-size-orientation-landscape = � |
| 104 | డ్డచిత్రం |
| 105 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 106 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 107 | pdfjs-document-properties-page-size-name-letter = లేఖ |
| 108 | pdfjs-document-properties-page-size-name-legal = చట్టపరమైన |
| 109 | |
| 110 | ## Variables: |
| 111 | ## $width (Number) - the width of the (current) page |
| 112 | ## $height (Number) - the height of the (current) page |
| 113 | ## $unit (String) - the unit of measurement of the (current) page |
| 114 | ## $name (String) - the name of the (current) page |
| 115 | ## $orientation (String) - the orientation of the (current) page |
| 116 | |
| 117 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 118 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 119 | |
| 120 | ## |
| 121 | |
| 122 | pdfjs-document-properties-linearized-yes = � |
| 123 | వును |
| 124 | pdfjs-document-properties-linearized-no = కాదు |
| 125 | pdfjs-document-properties-close-button = మూసివేయి |
| 126 | |
| 127 | |
| 128 | |
| 129 | pdfjs-print-progress-message = ముద్రించడానికి పత్రము సిద్ధమవుతున్నది… |
| 130 | # Variables: |
| 131 | # $progress (Number) - percent value |
| 132 | pdfjs-print-progress-percent = { $progress }% |
| 133 | pdfjs-print-progress-close-button = రద్దుచేయి |
| 134 | pdfjs-printing-not-supported = హెచ్చరిక: ఈ విహారిణి చేత ముద్రణ పూర్తిగా తోడ్పాటు లేదు. |
| 135 | pdfjs-printing-not-ready = హెచ్చరిక: ముద్రణ కొరకు ఈ PDF పూర్తిగా లోడవలేదు. |
| 136 | |
| 137 | ## Tooltips and alt text for side panel toolbar buttons |
| 138 | |
| 139 | pdfjs-toggle-sidebar-button = |
| 140 | .title = పక్కపట్టీ మార్చు |
| 141 | pdfjs-toggle-sidebar-button-label = పక్కపట్టీ మార్చు |
| 142 | pdfjs-document-outline-button = |
| 143 | .title = పత్రము రూపము చూపించు (డబుల్ క్లిక్ చేసి � |
| 144 | న్ని � |
| 145 | ంశాలను విస్తరించు/కూల్చు) |
| 146 | pdfjs-document-outline-button-label = పత్రము � |
| 147 | వుట్లైన్ |
| 148 | pdfjs-attachments-button = |
| 149 | .title = � |
| 150 | నుబంధాలు చూపు |
| 151 | pdfjs-attachments-button-label = � |
| 152 | నుబంధాలు |
| 153 | pdfjs-layers-button-label = పొరలు |
| 154 | pdfjs-thumbs-button = |
| 155 | .title = థంబ్నైల్స్ చూపు |
| 156 | pdfjs-thumbs-button-label = థంబ్నైల్స్ |
| 157 | pdfjs-findbar-button = |
| 158 | .title = పత్రములో కనుగొనుము |
| 159 | pdfjs-findbar-button-label = కనుగొను |
| 160 | pdfjs-additional-layers = � |
| 161 | దనపు పొరలు |
| 162 | |
| 163 | ## Thumbnails panel item (tooltip and alt text for images) |
| 164 | |
| 165 | # Variables: |
| 166 | # $page (Number) - the page number |
| 167 | pdfjs-thumb-page-title = |
| 168 | .title = పేజీ { $page } |
| 169 | # Variables: |
| 170 | # $page (Number) - the page number |
| 171 | pdfjs-thumb-page-canvas = |
| 172 | .aria-label = { $page } పేజీ నఖచిత్రం |
| 173 | |
| 174 | ## Find panel button title and messages |
| 175 | |
| 176 | pdfjs-find-input = |
| 177 | .title = కనుగొను |
| 178 | .placeholder = పత్రములో కనుగొను… |
| 179 | pdfjs-find-previous-button = |
| 180 | .title = పదం యొక్క ముందు సంభవాన్ని కనుగొను |
| 181 | pdfjs-find-previous-button-label = మునుపటి |
| 182 | pdfjs-find-next-button = |
| 183 | .title = పదం యొక్క తర్వాతి సంభవాన్ని కనుగొను |
| 184 | pdfjs-find-next-button-label = తరువాత |
| 185 | pdfjs-find-highlight-checkbox = � |
| 186 | న్నిటిని ఉద్దీపనం చేయుము |
| 187 | pdfjs-find-match-case-checkbox-label = � |
| 188 | క్షరముల తేడాతో పోల్చు |
| 189 | pdfjs-find-entire-word-checkbox-label = పూర్తి పదాలు |
| 190 | pdfjs-find-reached-top = పేజీ పైకి చేరుకున్నది, క్రింది నుండి కొనసాగించండి |
| 191 | pdfjs-find-reached-bottom = పేజీ చివరకు చేరుకున్నది, పైనుండి కొనసాగించండి |
| 192 | pdfjs-find-not-found = పదబంధం కనబడలేదు |
| 193 | |
| 194 | ## Predefined zoom values |
| 195 | |
| 196 | pdfjs-page-scale-width = పేజీ వెడల్పు |
| 197 | pdfjs-page-scale-fit = పేజీ � |
| 198 | మర్పు |
| 199 | pdfjs-page-scale-auto = స్వయంచాలక జూమ్ |
| 200 | pdfjs-page-scale-actual = యథార్ధ పరిమాణం |
| 201 | # Variables: |
| 202 | # $scale (Number) - percent value for page scale |
| 203 | pdfjs-page-scale-percent = { $scale }% |
| 204 | |
| 205 | ## PDF page |
| 206 | |
| 207 | |
| 208 | ## Loading indicator messages |
| 209 | |
| 210 | pdfjs-loading-error = PDF లోడవుచున్నప్పుడు ఒక దోషం ఎదురైంది. |
| 211 | pdfjs-invalid-file-error = చెల్లని లేదా పాడైన PDF ఫైలు. |
| 212 | pdfjs-missing-file-error = దొరకని PDF ఫైలు. |
| 213 | pdfjs-unexpected-response-error = � |
| 214 | నుకోని సర్వర్ స్పందన. |
| 215 | pdfjs-rendering-error = పేజీను రెండర్ చేయుటలో ఒక దోషం ఎదురైంది. |
| 216 | |
| 217 | ## Annotations |
| 218 | |
| 219 | # Variables: |
| 220 | # $date (Date) - the modification date of the annotation |
| 221 | # $time (Time) - the modification time of the annotation |
| 222 | pdfjs-annotation-date-string = { $date }, { $time } |
| 223 | # .alt: This is used as a tooltip. |
| 224 | # Variables: |
| 225 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 226 | # (32000-1:2008 Table 169 – Annotation types). |
| 227 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 228 | pdfjs-text-annotation-type = |
| 229 | .alt = [{ $type } టీకా] |
| 230 | |
| 231 | ## Password |
| 232 | |
| 233 | pdfjs-password-label = ఈ PDF ఫైల్ తెరుచుటకు సంకేతపదం ప్రవేశపెట్టుము. |
| 234 | pdfjs-password-invalid = సంకేతపదం చెల్లదు. దయచేసి మళ్ళీ ప్రయత్నించండి. |
| 235 | pdfjs-password-ok-button = సరే |
| 236 | pdfjs-password-cancel-button = రద్దుచేయి |
| 237 | pdfjs-web-fonts-disabled = వెబ్ ఫాంట్లు � |
| 238 | చేతనించబడెను: ఎంబెడెడ్ PDF ఫాంట్లు ఉపయోగించలేక పోయింది. |
| 239 | |
| 240 | ## Editing |
| 241 | |
| 242 | # Editor Parameters |
| 243 | pdfjs-editor-free-text-color-input = రంగు |
| 244 | pdfjs-editor-free-text-size-input = పరిమాణం |
| 245 | pdfjs-editor-ink-color-input = రంగు |
| 246 | pdfjs-editor-ink-thickness-input = మందం |
| 247 | pdfjs-editor-ink-opacity-input = � |
| 248 | కిరణ్యత |
| 249 | |
| 250 | ## Alt-text dialog |
| 251 | |
| 252 | |
| 253 | ## Editor resizers |
| 254 | ## This is used in an aria label to help to understand the role of the resizer. |
| 255 | |
| 256 |