2014-11-23 23:56:52 +00:00
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Main toolbar buttons (tooltips and alt text for images)
previous.title = წინა გვერდი
previous_label = წინა
next.title = შემდეგი გვერდი
next_label = შემდეგი
2023-10-27 11:19:54 +00:00
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
page.title = გვერდი
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
of_pages = {{pagesCount}}-დან
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
page_of_pages = ({{pageNumber}} {{pagesCount}}-დან)
zoom_out.title = ზომის შემცირება
2016-04-04 13:49:28 +00:00
zoom_out_label = დაშორება
2023-10-27 11:19:54 +00:00
zoom_in.title = ზომის გაზრდა
zoom_in_label = მოახლოება
zoom.title = ზომა
presentation_mode.title = ჩვენების რეჟიმზე გადართვა
presentation_mode_label = ჩვენების რეჟიმი
2014-11-23 23:56:52 +00:00
open_file.title = ფაილის გახსნა
open_file_label = გახსნა
2023-10-27 11:19:54 +00:00
print.title = ამობეჭდვა
print_label = ამობეჭდვა
save.title = შენახვა
save_label = შენახვა
# LOCALIZATION NOTE (download_button.title): used in Firefox for Android as a tooltip for the download button (“download” is a verb).
download_button.title = ჩამოტვირთვა
# LOCALIZATION NOTE (download_button_label): used in Firefox for Android as a label for the download button (“download” is a verb).
# Length of the translation matters since we are in a mobile context, with limited screen estate.
download_button_label = ჩამოტვირთვა
bookmark1.title = მიმდინარე გვერდი (ბმული ამ გვერდისთვის)
bookmark1_label = მიმდინარე გვერდი
# LOCALIZATION NOTE (open_in_app.title): This string is used in Firefox for Android.
open_in_app.title = გახსნა პროგრამით
# 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.
open_in_app_label = გახსნა პროგრამით
2014-11-23 23:56:52 +00:00
2016-04-04 13:49:28 +00:00
# Secondary toolbar and context menu
tools.title = ხელსაწყოები
tools_label = ხელსაწყოები
first_page.title = პირველ გვერდზე გადასვლა
first_page_label = პირველ გვერდზე გადასვლა
last_page.title = ბოლო გვერდზე გადასვლა
last_page_label = ბოლო გვერდზე გადასვლა
2023-10-27 11:19:54 +00:00
page_rotate_cw.title = საათის ისრის მიმართულებით შებრუნება
page_rotate_cw_label = მარჯვნივ გადაბრუნება
page_rotate_ccw.title = საათის ისრის საპირისპიროდ შებრუნება
page_rotate_ccw_label = მარცხნივ გადაბრუნება
cursor_text_select_tool.title = მოსანიშნი მაჩვენებლის გამოყენება
cursor_text_select_tool_label = მოსანიშნი მაჩვენებელი
cursor_hand_tool.title = გადასაადგილებელი მაჩვენებლის გამოყენება
cursor_hand_tool_label = გადასაადგილებელი
scroll_page.title = გვერდზე გადაადგილების გამოყენება
scroll_page_label = გვერდზე გადაადგილება
scroll_vertical.title = გვერდების შვეულად ჩვენება
scroll_vertical_label = შვეული გადაადგილება
scroll_horizontal.title = გვერდების თარაზულად ჩვენება
scroll_horizontal_label = განივი გადაადგილება
scroll_wrapped.title = გვერდების ცხრილურად ჩვენება
scroll_wrapped_label = ცხრილური გადაადგილება
spread_none.title = ორ გვერდზე გაშლის გარეშე
spread_none_label = ცალგვერდიანი ჩვენება
spread_odd.title = ორ გვერდზე გაშლა, კენტი გვერდიდან დაწყებული
spread_odd_label = ორ გვერდზე კენტიდან
spread_even.title = ორ გვერდზე გაშლა, ლუწი გვერდიდან დაწყებული
spread_even_label = ორ გვერდზე ლუწიდან
2016-04-04 13:49:28 +00:00
# Document properties dialog box
2023-10-27 11:19:54 +00:00
document_properties.title = დოკუმენტის შესახებ…
document_properties_label = დოკუმენტის შესახებ…
2016-04-04 13:49:28 +00:00
document_properties_file_name = ფაილის სახელი:
2023-10-27 11:19:54 +00:00
document_properties_file_size = ფაილის მოცულობა:
2016-04-04 13:49:28 +00:00
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
2023-10-27 11:19:54 +00:00
document_properties_kb = {{size_kb}} კბ ({{size_b}} ბაიტი)
2016-04-04 13:49:28 +00:00
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
2023-10-27 11:19:54 +00:00
document_properties_mb = {{size_mb}} მბ ({{size_b}} ბაიტი)
2016-04-04 13:49:28 +00:00
document_properties_title = სათაური:
2023-10-27 11:19:54 +00:00
document_properties_author = შემქმნელი:
2016-04-04 13:49:28 +00:00
document_properties_subject = თემა:
document_properties_keywords = საკვანძო სიტყვები:
2023-10-27 11:19:54 +00:00
document_properties_creation_date = შექმნის დრო:
document_properties_modification_date = ჩასწორების დრო:
2016-04-04 13:49:28 +00:00
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_date_string = {{date}}, {{time}}
2023-10-27 11:19:54 +00:00
document_properties_creator = გამომცემი:
document_properties_producer = PDF-შემდგენელი:
document_properties_version = PDF-ვერსია:
document_properties_page_count = გვერდები:
document_properties_page_size = გვერდის ზომა:
document_properties_page_size_unit_inches = დუიმი
document_properties_page_size_unit_millimeters = მმ
document_properties_page_size_orientation_portrait = შვეულად
document_properties_page_size_orientation_landscape = თარაზულად
document_properties_page_size_name_a3 = A3
document_properties_page_size_name_a4 = A4
document_properties_page_size_name_letter = Letter
document_properties_page_size_name_legal = Legal
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement and orientation, of the (current) page.
document_properties_page_size_dimension_string = {{width}} × {{height}} {{unit}} ({{orientation}})
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
document_properties_page_size_dimension_name_string = {{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
# the document; usually called "Fast Web View" in English locales of Adobe software.
document_properties_linearized = მსუბუქი ვებჩვენება:
document_properties_linearized_yes = დიახ
document_properties_linearized_no = არა
2016-04-04 13:49:28 +00:00
document_properties_close = დახურვა
2023-10-27 11:19:54 +00:00
print_progress_message = დოკუმენტი მზადდება ამოსაბეჭდად…
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
print_progress_percent = {{progress}}%
print_progress_close = გაუქმება
2014-11-23 23:56:52 +00:00
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
2023-10-27 11:19:54 +00:00
toggle_sidebar.title = გვერდითა ზოლის გამოჩენა/დამალვა
toggle_sidebar_notification2.title = გვერდითი ზოლის გამოჩენა (შეიცავს სარჩევს/დანართს/ფენებს)
toggle_sidebar_label = გვერდითა ზოლის გამოჩენა/დამალვა
document_outline.title = დოკუმენტის სარჩევის ჩვენება (ორმაგი წკაპით თითოეულის ჩამოშლა/აკეცვა)
document_outline_label = დოკუმენტის სარჩევი
2016-04-04 13:49:28 +00:00
attachments.title = დანართების ჩვენება
attachments_label = დანართები
2023-10-27 11:19:54 +00:00
layers.title = ფენების გამოჩენა (ორმაგი წკაპით ყველა ფენის ნაგულისხმევზე დაბრუნება)
layers_label = ფენები
thumbs.title = შეთვალიერება
2016-04-04 13:49:28 +00:00
thumbs_label = ესკიზები
2023-10-27 11:19:54 +00:00
current_outline_item.title = მიმდინარე გვერდის მონახვა სარჩევში
current_outline_item_label = მიმდინარე გვერდი სარჩევში
2014-11-23 23:56:52 +00:00
findbar.title = პოვნა დოკუმენტში
2023-10-27 11:19:54 +00:00
findbar_label = ძიება
2014-11-23 23:56:52 +00:00
2023-10-27 11:19:54 +00:00
additional_layers = დამატებითი ფენები
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark = გვერდი {{page}}
2014-11-23 23:56:52 +00:00
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
thumb_page_title = გვერდი {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
2023-10-27 11:19:54 +00:00
thumb_page_canvas = გვერდის შეთვალიერება {{page}}
2014-11-23 23:56:52 +00:00
# Find panel button title and messages
2023-10-27 11:19:54 +00:00
find_input.title = ძიება
find_input.placeholder = პოვნა დოკუმენტში…
2016-04-04 13:49:28 +00:00
find_previous.title = ფრაზის წინა კონტექსტის პოვნა
2014-11-23 23:56:52 +00:00
find_previous_label = წინა
2016-04-04 13:49:28 +00:00
find_next.title = ფრაზის შემდეგი კონტექსტის პოვნა
2014-11-23 23:56:52 +00:00
find_next_label = შემდეგი
2016-04-04 13:49:28 +00:00
find_highlight = ყველას მონიშვნა
2023-10-27 11:19:54 +00:00
find_match_case_label = მთავრულით
find_match_diacritics_label = ნიშნებით
find_entire_word_label = მთლიანი სიტყვები
find_reached_top = მიღწეულია დოკუმენტის დასაწყისი, გრძელდება ბოლოდან
find_reached_bottom = მიღწეულია დოკუმენტის ბოლო, გრძელდება დასაწყისიდან
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
# [one|two|few|many|other], with [other] as the default value.
# "{{current}}" and "{{total}}" will be replaced by a number representing the
# index of the currently active find result, respectively a number representing
# the total number of matches in the document.
find_match_count = {[ plural(total) ]}
find_match_count[one] = {{current}} / {{total}} თანხვედრიდან
find_match_count[two] = {{current}} / {{total}} თანხვედრიდან
find_match_count[few] = {{current}} / {{total}} თანხვედრიდან
find_match_count[many] = {{current}} / {{total}} თანხვედრიდან
find_match_count[other] = {{current}} / {{total}} თანხვედრიდან
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
# [zero|one|two|few|many|other], with [other] as the default value.
# "{{limit}}" will be replaced by a numerical value.
find_match_count_limit = {[ plural(limit) ]}
find_match_count_limit[zero] = არანაკლებ {{limit}} თანხვედრა
find_match_count_limit[one] = არანაკლებ {{limit}} თანხვედრა
find_match_count_limit[two] = არანაკლებ {{limit}} თანხვედრა
find_match_count_limit[few] = არანაკლებ {{limit}} თანხვედრა
find_match_count_limit[many] = არანაკლებ {{limit}} თანხვედრა
find_match_count_limit[other] = არანაკლებ {{limit}} თანხვედრა
find_not_found = ფრაზა ვერ მოიძებნა
2014-11-23 23:56:52 +00:00
# Predefined zoom values
2023-10-27 11:19:54 +00:00
page_scale_width = გვერდის სიგანეზე
page_scale_fit = მთლიანი გვერდი
page_scale_auto = ავტომატური
page_scale_actual = საწყისი ზომა
2016-04-04 13:49:28 +00:00
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
page_scale_percent = {{scale}}%
2014-11-23 23:56:52 +00:00
# Loading indicator messages
2023-10-27 11:19:54 +00:00
loading_error = შეცდომა, PDF-ფაილის ჩატვირთვისას.
invalid_file_error = არამართებული ან დაზიანებული PDF-ფაილი.
missing_file_error = ნაკლული PDF-ფაილი.
2016-04-04 13:49:28 +00:00
unexpected_response_error = სერვერის მოულოდნელი პასუხი.
2023-10-27 11:19:54 +00:00
rendering_error = შეცდომა, გვერდის ჩვენებისას.
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
# replaced by the modification date, and time, of the annotation.
annotation_date_string = {{date}}, {{time}}
2014-11-23 23:56:52 +00:00
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
2023-10-27 11:19:54 +00:00
text_annotation_type.alt = [{{type}} შენიშვნა]
password_label = შეიყვანეთ პაროლი PDF-ფაილის გასახსნელად.
password_invalid = არასწორი პაროლი. გთხოვთ, სცადოთ ხელახლა.
password_ok = კარგი
2016-04-04 13:49:28 +00:00
password_cancel = გაუქმება
2014-11-23 23:56:52 +00:00
2023-10-27 11:19:54 +00:00
printing_not_supported = გაფრთხილება: ამობეჭდვა ამ ბრაუზერში არაა სრულად მხარდაჭერილი.
printing_not_ready = გაფრთხილება: PDF სრულად ჩატვირთული არაა, ამობეჭდვის დასაწყებად.
web_fonts_disabled = ვებშრიფტები გამორთულია: ჩაშენებული PDF-შრიფტების გამოყენება ვერ ხერხდება.
# Editor
editor_free_text2.title = წარწერა
editor_free_text2_label = ტექსტი
editor_ink2.title = დახატვა
editor_ink2_label = დახატვა
editor_stamp1.title = სურათების დამატება ან ჩასწორება
editor_stamp1_label = სურათების დამატება ან ჩასწორება
free_text2_default_content = აკრიფეთ…
# Editor Parameters
editor_free_text_color = ფერი
editor_free_text_size = ზომა
editor_ink_color = ფერი
editor_ink_thickness = სისქე
editor_ink_opacity = გაუმჭვირვალობა
editor_stamp_add_image_label = სურათის დამატება
editor_stamp_add_image.title = სურათის დამატება
# Editor aria
editor_free_text2_aria_label = ნაწერის ჩასწორება
editor_ink2_aria_label = ნახატის ჩასწორება
editor_ink_canvas_aria_label = მომხმარებლის შექმნილი სურათი
# Alt-text dialog
# LOCALIZATION NOTE (editor_alt_text_button_label): Alternative text (alt text) helps
# when people can't see the image.
editor_alt_text_button_label = დართული წარწერა
editor_alt_text_edit_button_label = დართული წარწერის ჩასწორება
editor_alt_text_dialog_label = არჩევა
editor_alt_text_dialog_description = დართული წარწერა (შემნაცვლებელი ტექსტი) გამოსადეგია მათთვის, ვინც ვერ ხედავს სურათებს ან როცა სურათი ვერ იტვირთება.
editor_alt_text_add_description_label = აღწერილობის დამატება
editor_alt_text_add_description_description = განკუთვნილია 1-2 წინადადებით საგნის, მახასიათებლის ან მოქმედების აღსაწერად.
editor_alt_text_mark_decorative_label = მოინიშნოს მოსართავად
editor_alt_text_mark_decorative_description = გამოიყენება შესამკობი სურათებისთვის, გარსშემოსავლები ჩარჩოებისა და ჭვირნიშნებისთვის.
editor_alt_text_cancel_button = გაუქმება
editor_alt_text_save_button = შენახვა
editor_alt_text_decorative_tooltip = მოინიშნოს მოსართავად
# This is a placeholder for the alt text input area
editor_alt_text_textarea.placeholder = მაგალითად, „ახალგაზრდა მამაკაცი მაგიდასთან ზის და სადილობს“