viewer.properties 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. # Copyright 2012 Mozilla Foundation
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. # Main toolbar buttons (tooltips and alt text for images)
  15. previous.title=మునుపటి పేజీ
  16. previous_label=క్రితం
  17. next.title=తరువాత పేజీ
  18. next_label=తరువాత
  19. # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
  20. page.title=పేజీ
  21. # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
  22. # representing the total number of pages in the document.
  23. of_pages=మొత్తం {{pagesCount}} లో
  24. # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
  25. # will be replaced by a number representing the currently visible page,
  26. # respectively a number representing the total number of pages in the document.
  27. page_of_pages=(మొత్తం {{pagesCount}} లో {{pageNumber}}వది)
  28. zoom_out.title=జూమ్ తగ్గించు
  29. zoom_out_label=జూమ్ తగ్గించు
  30. zoom_in.title=జూమ్ చేయి
  31. zoom_in_label=జూమ్ చేయి
  32. zoom.title=జూమ్
  33. presentation_mode.title=ప్రదర్శనా రీతికి మారు
  34. presentation_mode_label=ప్రదర్శనా రీతి
  35. open_file.title=ఫైల్ తెరువు
  36. open_file_label=తెరువు
  37. print.title=ముద్రించు
  38. print_label=ముద్రించు
  39. # Secondary toolbar and context menu
  40. tools.title=పనిముట్లు
  41. tools_label=పనిముట్లు
  42. first_page.title=మొదటి పేజీకి వెళ్ళు
  43. first_page_label=మొదటి పేజీకి వెళ్ళు
  44. last_page.title=చివరి పేజీకి వెళ్ళు
  45. last_page_label=చివరి పేజీకి వెళ్ళు
  46. page_rotate_cw.title=సవ్యదిశలో తిప్పు
  47. page_rotate_cw_label=సవ్యదిశలో తిప్పు
  48. page_rotate_ccw.title=అపసవ్యదిశలో తిప్పు
  49. page_rotate_ccw_label=అపసవ్యదిశలో తిప్పు
  50. cursor_text_select_tool.title=టెక్స్ట్ ఎంపిక సాధనాన్ని ప్రారంభించండి
  51. cursor_text_select_tool_label=టెక్స్ట్ ఎంపిక సాధనం
  52. cursor_hand_tool.title=చేతి సాధనం చేతనించు
  53. cursor_hand_tool_label=చేతి సాధనం
  54. scroll_vertical_label=నిలువు స్క్రోలింగు
  55. # Document properties dialog box
  56. document_properties.title=పత్రము లక్షణాలు...
  57. document_properties_label=పత్రము లక్షణాలు...
  58. document_properties_file_name=దస్త్రం పేరు:
  59. document_properties_file_size=దస్త్రం పరిమాణం:
  60. # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
  61. # will be replaced by the PDF file size in kilobytes, respectively in bytes.
  62. document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
  63. # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
  64. # will be replaced by the PDF file size in megabytes, respectively in bytes.
  65. document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
  66. document_properties_title=శీర్షిక:
  67. document_properties_author=మూలకర్త:
  68. document_properties_subject=విషయం:
  69. document_properties_keywords=కీ పదాలు:
  70. document_properties_creation_date=సృష్టించిన తేదీ:
  71. document_properties_modification_date=సవరించిన తేదీ:
  72. # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
  73. # will be replaced by the creation/modification date, and time, of the PDF file.
  74. document_properties_date_string={{date}}, {{time}}
  75. document_properties_creator=సృష్టికర్త:
  76. document_properties_producer=PDF ఉత్పాదకి:
  77. document_properties_version=PDF వర్షన్:
  78. document_properties_page_count=పేజీల సంఖ్య:
  79. document_properties_page_size=కాగితం పరిమాణం:
  80. document_properties_page_size_unit_inches=లో
  81. document_properties_page_size_unit_millimeters=mm
  82. document_properties_page_size_orientation_portrait=నిలువుచిత్రం
  83. document_properties_page_size_orientation_landscape=అడ్డచిత్రం
  84. document_properties_page_size_name_a3=A3
  85. document_properties_page_size_name_a4=A4
  86. document_properties_page_size_name_letter=లేఖ
  87. document_properties_page_size_name_legal=చట్టపరమైన
  88. # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
  89. # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
  90. # the size, respectively their unit of measurement and orientation, of the (current) page.
  91. document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
  92. # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
  93. # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
  94. # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
  95. document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
  96. # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
  97. # the document; usually called "Fast Web View" in English locales of Adobe software.
  98. document_properties_linearized_yes=అవును
  99. document_properties_linearized_no=కాదు
  100. document_properties_close=మూసివేయి
  101. print_progress_message=ముద్రించడానికి పత్రము సిద్ధమవుతున్నది…
  102. # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
  103. # a numerical per cent value.
  104. print_progress_percent={{progress}}%
  105. print_progress_close=రద్దుచేయి
  106. # Tooltips and alt text for side panel toolbar buttons
  107. # (the _label strings are alt text for the buttons, the .title strings are
  108. # tooltips)
  109. toggle_sidebar.title=పక్కపట్టీ మార్చు
  110. toggle_sidebar_label=పక్కపట్టీ మార్చు
  111. document_outline.title=పత్రము రూపము చూపించు (డబుల్ క్లిక్ చేసి అన్ని అంశాలను విస్తరించు/కూల్చు)
  112. document_outline_label=పత్రము అవుట్‌లైన్
  113. attachments.title=అనుబంధాలు చూపు
  114. attachments_label=అనుబంధాలు
  115. layers_label=పొరలు
  116. thumbs.title=థంబ్‌నైల్స్ చూపు
  117. thumbs_label=థంబ్‌నైల్స్
  118. findbar.title=పత్రములో కనుగొనుము
  119. findbar_label=కనుగొను
  120. additional_layers=అదనపు పొరలు
  121. # LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
  122. # Thumbnails panel item (tooltip and alt text for images)
  123. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  124. # number.
  125. thumb_page_title=పేజీ {{page}}
  126. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  127. # number.
  128. thumb_page_canvas={{page}} పేజీ నఖచిత్రం
  129. # Find panel button title and messages
  130. find_input.title=కనుగొను
  131. find_input.placeholder=పత్రములో కనుగొను…
  132. find_previous.title=పదం యొక్క ముందు సంభవాన్ని కనుగొను
  133. find_previous_label=మునుపటి
  134. find_next.title=పదం యొక్క తర్వాతి సంభవాన్ని కనుగొను
  135. find_next_label=తరువాత
  136. find_highlight=అన్నిటిని ఉద్దీపనం చేయుము
  137. find_match_case_label=అక్షరముల తేడాతో పోల్చు
  138. find_entire_word_label=పూర్తి పదాలు
  139. find_reached_top=పేజీ పైకి చేరుకున్నది, క్రింది నుండి కొనసాగించండి
  140. find_reached_bottom=పేజీ చివరకు చేరుకున్నది, పైనుండి కొనసాగించండి
  141. # LOCALIZATION NOTE (find_match_count): The supported plural forms are
  142. # [one|two|few|many|other], with [other] as the default value.
  143. # "{{current}}" and "{{total}}" will be replaced by a number representing the
  144. # index of the currently active find result, respectively a number representing
  145. # the total number of matches in the document.
  146. find_match_count={[ plural(total) ]}
  147. # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
  148. # [zero|one|two|few|many|other], with [other] as the default value.
  149. # "{{limit}}" will be replaced by a numerical value.
  150. find_match_count_limit={[ plural(limit) ]}
  151. find_not_found=పదబంధం కనబడలేదు
  152. # Predefined zoom values
  153. page_scale_width=పేజీ వెడల్పు
  154. page_scale_fit=పేజీ అమర్పు
  155. page_scale_auto=స్వయంచాలక జూమ్
  156. page_scale_actual=యథార్ధ పరిమాణం
  157. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  158. # numerical scale value.
  159. page_scale_percent={{scale}}%
  160. # Loading indicator messages
  161. loading_error=PDF లోడవుచున్నప్పుడు ఒక దోషం ఎదురైంది.
  162. invalid_file_error=చెల్లని లేదా పాడైన PDF ఫైలు.
  163. missing_file_error=దొరకని PDF ఫైలు.
  164. unexpected_response_error=అనుకోని సర్వర్ స్పందన.
  165. rendering_error=పేజీను రెండర్ చేయుటలో ఒక దోషం ఎదురైంది.
  166. # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
  167. # replaced by the modification date, and time, of the annotation.
  168. annotation_date_string={{date}}, {{time}}
  169. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  170. # "{{type}}" will be replaced with an annotation type from a list defined in
  171. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  172. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  173. text_annotation_type.alt=[{{type}} టీకా]
  174. password_label=ఈ PDF ఫైల్ తెరుచుటకు సంకేతపదం ప్రవేశపెట్టుము.
  175. password_invalid=సంకేతపదం చెల్లదు. దయచేసి మళ్ళీ ప్రయత్నించండి.
  176. password_ok=సరే
  177. password_cancel=రద్దుచేయి
  178. printing_not_supported=హెచ్చరిక: ఈ విహారిణి చేత ముద్రణ పూర్తిగా తోడ్పాటు లేదు.
  179. printing_not_ready=హెచ్చరిక: ముద్రణ కొరకు ఈ PDF పూర్తిగా లోడవలేదు.
  180. web_fonts_disabled=వెబ్ ఫాంట్లు అచేతనించబడెను: ఎంబెడెడ్ PDF ఫాంట్లు ఉపయోగించలేక పోయింది.
  181. # Editor
  182. # Editor
  183. # Editor Parameters
  184. editor_free_text_color=రంగు
  185. editor_free_text_size=పరిమాణం
  186. editor_ink_color=రంగు
  187. editor_ink_thickness=మందం
  188. editor_ink_opacity=అకిరణ్యత
  189. # Editor aria
  190. # Editor aria