viewer.properties 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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. # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
  24. # will be replaced by a number representing the currently visible page,
  25. # respectively a number representing the total number of pages in the document.
  26. page_of_pages=({{pageNumber}} / {{pagesCount}})
  27. zoom_out.title=කුඩාලනය
  28. zoom_out_label=කුඩාලනය
  29. zoom_in.title=විශාලනය
  30. zoom_in_label=විශාලනය
  31. zoom.title=විශාල කරන්න
  32. presentation_mode.title=සමර්පණ ප්‍රකාරය වෙත මාරුවන්න
  33. presentation_mode_label=සමර්පණ ප්‍රකාරය
  34. open_file.title=ගොනුව අරින්න
  35. open_file_label=අරින්න
  36. print.title=මුද්‍රණය
  37. print_label=මුද්‍රණය
  38. save.title=සුරකින්න
  39. save_label=සුරකින්න
  40. # LOCALIZATION NOTE (download_button.title): used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  41. download_button.title=බාගන්න
  42. # LOCALIZATION NOTE (download_button_label): used in Firefox for Android as a label for the download button (“download” is a verb).
  43. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  44. download_button_label=බාගන්න
  45. bookmark1_label=පවතින පිටුව
  46. # LOCALIZATION NOTE (open_in_app.title): This string is used in Firefox for Android.
  47. open_in_app.title=යෙදුමෙහි අරින්න
  48. # LOCALIZATION NOTE (open_in_app_label): This string is used in Firefox for Android. Length of the translation matters since we are in a mobile context, with limited screen estate.
  49. open_in_app_label=යෙදුමෙහි අරින්න
  50. # Secondary toolbar and context menu
  51. tools.title=මෙවලම්
  52. tools_label=මෙවලම්
  53. first_page.title=මුල් පිටුවට යන්න
  54. first_page_label=මුල් පිටුවට යන්න
  55. last_page.title=අවසන් පිටුවට යන්න
  56. last_page_label=අවසන් පිටුවට යන්න
  57. cursor_text_select_tool.title=පෙළ තේරීමේ මෙවලම සබල කරන්න
  58. cursor_text_select_tool_label=පෙළ තේරීමේ මෙවලම
  59. cursor_hand_tool.title=අත් මෙවලම සබල කරන්න
  60. cursor_hand_tool_label=අත් මෙවලම
  61. scroll_page.title=පිටුව අනුචලනය භාවිතය
  62. scroll_page_label=පිටුව අනුචලනය
  63. scroll_vertical.title=සිරස් අනුචලනය භාවිතය
  64. scroll_vertical_label=සිරස් අනුචලනය
  65. scroll_horizontal.title=තිරස් අනුචලනය භාවිතය
  66. scroll_horizontal_label=තිරස් අනුචලනය
  67. # Document properties dialog box
  68. document_properties.title=ලේඛනයේ ගුණාංග…
  69. document_properties_label=ලේඛනයේ ගුණාංග…
  70. document_properties_file_name=ගොනුවේ නම:
  71. document_properties_file_size=ගොනුවේ ප්‍රමාණය:
  72. # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
  73. # will be replaced by the PDF file size in kilobytes, respectively in bytes.
  74. document_properties_kb=කි.බ. {{size_kb}} (බයිට {{size_b}})
  75. # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
  76. # will be replaced by the PDF file size in megabytes, respectively in bytes.
  77. document_properties_mb=මෙ.බ. {{size_mb}} (බයිට {{size_b}})
  78. document_properties_title=සිරැසිය:
  79. document_properties_author=කතෘ:
  80. document_properties_subject=මාතෘකාව:
  81. document_properties_keywords=මූල පද:
  82. document_properties_creation_date=සෑදූ දිනය:
  83. document_properties_modification_date=සංශෝධිත දිනය:
  84. # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
  85. # will be replaced by the creation/modification date, and time, of the PDF file.
  86. document_properties_date_string={{date}}, {{time}}
  87. document_properties_creator=නිර්මාතෘ:
  88. document_properties_producer=පීඩීඑෆ් සම්පාදක:
  89. document_properties_version=පීඩීඑෆ් අනුවාදය:
  90. document_properties_page_count=පිටු ගණන:
  91. document_properties_page_size=පිටුවේ තරම:
  92. document_properties_page_size_unit_inches=අඟල්
  93. document_properties_page_size_unit_millimeters=මි.මී.
  94. document_properties_page_size_orientation_portrait=සිරස්
  95. document_properties_page_size_orientation_landscape=තිරස්
  96. document_properties_page_size_name_a3=A3
  97. document_properties_page_size_name_a4=A4
  98. # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
  99. # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
  100. # the size, respectively their unit of measurement and orientation, of the (current) page.
  101. document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
  102. # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
  103. # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
  104. # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
  105. document_properties_page_size_dimension_name_string={{width}}×{{height}}{{unit}}{{name}}{{orientation}}
  106. # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
  107. # the document; usually called "Fast Web View" in English locales of Adobe software.
  108. document_properties_linearized=වේගවත් වියමන දැක්ම:
  109. document_properties_linearized_yes=ඔව්
  110. document_properties_linearized_no=නැහැ
  111. document_properties_close=වසන්න
  112. print_progress_message=මුද්‍රණය සඳහා ලේඛනය සූදානම් වෙමින්…
  113. # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
  114. # a numerical per cent value.
  115. print_progress_percent={{progress}}%
  116. print_progress_close=අවලංගු කරන්න
  117. # Tooltips and alt text for side panel toolbar buttons
  118. # (the _label strings are alt text for the buttons, the .title strings are
  119. # tooltips)
  120. document_outline_label=ලේඛනයේ වටසන
  121. attachments.title=ඇමුණුම් පෙන්වන්න
  122. attachments_label=ඇමුණුම්
  123. layers.title=ස්තර පෙන්වන්න (සියළු ස්තර පෙරනිමි තත්‍වයට යළි සැකසීමට දෙවරක් ඔබන්න)
  124. layers_label=ස්තර
  125. thumbs.title=සිඟිති රූ පෙන්වන්න
  126. thumbs_label=සිඟිති රූ
  127. findbar.title=ලේඛනයෙහි සොයන්න
  128. findbar_label=සොයන්න
  129. additional_layers=අතිරේක ස්තර
  130. # LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
  131. page_landmark=පිටුව {{page}}
  132. # Thumbnails panel item (tooltip and alt text for images)
  133. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  134. # number.
  135. thumb_page_title=පිටුව {{page}}
  136. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  137. # number.
  138. thumb_page_canvas=පිටුවේ සිඟිත රූව {{page}}
  139. # Find panel button title and messages
  140. find_input.title=සොයන්න
  141. find_input.placeholder=ලේඛනයේ සොයන්න…
  142. find_previous.title=මෙම වැකිකඩ කලින් යෙදුණු ස්ථානය සොයන්න
  143. find_previous_label=කලින්
  144. find_next.title=මෙම වැකිකඩ ඊළඟට යෙදෙන ස්ථානය සොයන්න
  145. find_next_label=ඊළඟ
  146. find_highlight=සියල්ල උද්දීපනය
  147. find_entire_word_label=සමස්ත වචන
  148. find_reached_top=ලේඛනයේ මුදුනට ළඟා විය, පහළ සිට ඉහළට
  149. find_reached_bottom=ලේඛනයේ අවසානයට ළඟා විය, ඉහළ සිට පහළට
  150. # LOCALIZATION NOTE (find_match_count): The supported plural forms are
  151. # [one|two|few|many|other], with [other] as the default value.
  152. # "{{current}}" and "{{total}}" will be replaced by a number representing the
  153. # index of the currently active find result, respectively a number representing
  154. # the total number of matches in the document.
  155. find_match_count={[ plural(total) ]}
  156. # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
  157. # [zero|one|two|few|many|other], with [other] as the default value.
  158. # "{{limit}}" will be replaced by a numerical value.
  159. find_match_count_limit={[ plural(limit) ]}
  160. find_match_count_limit[zero]=ගැළපීම් {{limit}} කට වඩා
  161. find_match_count_limit[two]=ගැළපුම් {{limit}} කට වඩා
  162. find_match_count_limit[few]=ගැළපුම් {{limit}} කට වඩා
  163. find_match_count_limit[many]=ගැළපුම් {{limit}} කට වඩා
  164. find_match_count_limit[other]=ගැළපුම් {{limit}} කට වඩා
  165. find_not_found=වැකිකඩ හමු නොවිණි
  166. # Predefined zoom values
  167. page_scale_width=පිටුවේ පළල
  168. page_scale_auto=ස්වයංක්‍රීය විශාලනය
  169. page_scale_actual=සැබෑ ප්‍රමාණය
  170. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  171. # numerical scale value.
  172. page_scale_percent={{scale}}%
  173. # Loading indicator messages
  174. loading_error=පීඩීඑෆ් පූරණය කිරීමේදී දෝෂයක් සිදු විය.
  175. invalid_file_error=වලංගු නොවන හෝ හානිවූ පීඩීඑෆ් ගොනුවකි.
  176. missing_file_error=මඟහැරුණු පීඩීඑෆ් ගොනුවකි.
  177. unexpected_response_error=අනපේක්‍ෂිත සේවාදායක ප්‍රතිචාරයකි.
  178. # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
  179. # replaced by the modification date, and time, of the annotation.
  180. annotation_date_string={{date}}, {{time}}
  181. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  182. # "{{type}}" will be replaced with an annotation type from a list defined in
  183. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  184. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  185. password_label=මෙම පීඩීඑෆ් ගොනුව විවෘත කිරීමට මුරපදය යොදන්න.
  186. password_invalid=වැරදි මුරපදයකි. නැවත උත්සාහ කරන්න.
  187. password_ok=හරි
  188. password_cancel=අවලංගු
  189. printing_not_supported=අවවාදයයි: මෙම අතිරික්සුව මුද්‍රණය සඳහා හොඳින් සහාය නොදක්වයි.
  190. printing_not_ready=අවවාදයයි: මුද්‍රණයට පීඩීඑෆ් ගොනුව සම්පූර්ණයෙන් පූරණය වී නැත.
  191. web_fonts_disabled=වියමන අකුරු අබලයි: පීඩීඑෆ් වෙත කාවැද්දූ රුවකුරු භාවිතා කළ නොහැකිය.
  192. # Editor
  193. editor_free_text2.title=පෙළ
  194. editor_free_text2_label=පෙළ
  195. editor_ink2.title=අඳින්න
  196. editor_ink2_label=අඳින්න
  197. editor_stamp.title=රූපයක් එක් කරන්න
  198. editor_stamp_label=රූපයක් එක් කරන්න
  199. free_text2_default_content=ලිවීීම අරඹන්න…
  200. # Editor Parameters
  201. editor_free_text_color=වර්ණය
  202. editor_free_text_size=තරම
  203. editor_ink_color=වර්ණය
  204. editor_ink_thickness=ඝණකම
  205. # Editor aria
  206. editor_free_text2_aria_label=වදන් සකසනය