Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/pdfjs/web/locale/sq/viewer.properties')
-rw-r--r--vendor/pdfjs/web/locale/sq/viewer.properties75
1 files changed, 65 insertions, 10 deletions
diff --git a/vendor/pdfjs/web/locale/sq/viewer.properties b/vendor/pdfjs/web/locale/sq/viewer.properties
index 8f5dcbf..f4b91d1 100644
--- a/vendor/pdfjs/web/locale/sq/viewer.properties
+++ b/vendor/pdfjs/web/locale/sq/viewer.properties
@@ -28,10 +28,10 @@ of_pages=nga {{pagesCount}} gjithsej
# respectively a number representing the total number of pages in the document.
page_of_pages=({{pageNumber}} nga {{pagesCount}})
-zoom_out.title=Zmadhim
-zoom_out_label=Zmadhoji
-zoom_in.title=Zvogëlim
-zoom_in_label=Zvogëloji
+zoom_out.title=Zvogëlim
+zoom_out_label=Zvogëlojini
+zoom_in.title=Zmadhim
+zoom_in_label=Zmadhojini
zoom.title=Zoom
presentation_mode.title=Kalo te Mënyra Paraqitje
presentation_mode_label=Mënyra Paraqitje
@@ -48,11 +48,11 @@ bookmark_label=Pamja e Tanishme
tools.title=Mjete
tools_label=Mjete
first_page.title=Kaloni te Faqja e Parë
-first_page.label=Kalo te Faqja e Parë
-first_page_label=Kalo te Faqja e Parë
+first_page.label=Kaloni te Faqja e Parë
+first_page_label=Kaloni te Faqja e Parë
last_page.title=Kaloni te Faqja e Fundit
-last_page.label=Kalo te Faqja e Fundit
-last_page_label=Kalo te Faqja e Fundit
+last_page.label=Kaloni te Faqja e Fundit
+last_page_label=Kaloni te Faqja e Fundit
page_rotate_cw.title=Rrotullojeni Në Kahun Orar
page_rotate_cw.label=Rrotulloje Në Kahun Orar
page_rotate_cw_label=Rrotulloje Në Kahun Orar
@@ -60,6 +60,18 @@ page_rotate_ccw.title=Rrotullojeni Në Kahun Kundërorar
page_rotate_ccw.label=Rrotulloje Në Kahun Kundërorar
page_rotate_ccw_label=Rrotulloje Në Kahun Kundërorar
+cursor_text_select_tool.title=Aktivizo Mjet Përzgjedhjeje Teksti
+cursor_text_select_tool_label=Mjet Përzgjedhjeje Teksti
+cursor_hand_tool.title=Aktivizo Mjetin Dorë
+cursor_hand_tool_label=Mjeti Dorë
+
+scroll_vertical.title=Përdor Rrëshqitje Vertikale
+scroll_vertical_label=Rrëshqitje Vertikale
+scroll_horizontal.title=Përdor Rrëshqitje Horizontale
+scroll_horizontal_label=Rrëshqitje Horizontale
+scroll_wrapped.title=Përdor Rrëshqitje Me Mbështjellje
+scroll_wrapped_label=Rrëshqitje Me Mbështjellje
+
# Document properties dialog box
document_properties.title=Veti Dokumenti…
@@ -85,7 +97,28 @@ document_properties_creator=Krijues:
document_properties_producer=Prodhues PDF-je:
document_properties_version=Version PDF-je:
document_properties_page_count=Numër Faqesh:
-document_properties_close=Mbylle
+document_properties_page_size=Madhësi Faqeje:
+document_properties_page_size_unit_inches=in
+document_properties_page_size_unit_millimeters=mm
+document_properties_page_size_orientation_portrait=portret
+document_properties_page_size_orientation_landscape=së gjeri
+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_yes=Po
+document_properties_linearized_no=Jo
+document_properties_close=Mbylleni
print_progress_message=Po përgatitet dokumenti për shtypje…
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
@@ -125,14 +158,36 @@ find_next.title=Gjeni hasjen pasuese të togfjalëshit
find_next_label=Pasuesja
find_highlight=Theksoji të tëra
find_match_case_label=Siç është shkruar
+find_entire_word_label=Krejt fjalët
find_reached_top=U mbërrit në krye të dokumentit, vazhduar prej fundit
find_reached_bottom=U mbërrit në fund të dokumentit, vazhduar prej kreut
+# 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}} nga {{total}} përputhje gjithsej
+find_match_count[two]={{current}} nga {{total}} përputhje gjithsej
+find_match_count[few]={{current}} nga {{total}} përputhje gjithsej
+find_match_count[many]={{current}} nga {{total}} përputhje gjithsej
+find_match_count[other]={{current}} nga {{total}} përputhje gjithsej
+# 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]=Më shumë se {{limit}} përputhje
+find_match_count_limit[one]=Më shumë se {{limit}} përputhje
+find_match_count_limit[two]=Më shumë se {{limit}} përputhje
+find_match_count_limit[few]=Më shumë se {{limit}} përputhje
+find_match_count_limit[many]=Më shumë se {{limit}} përputhje
+find_match_count_limit[other]=Më shumë se {{limit}} përputhje
find_not_found=Togfjalësh që s’gjendet
# Error panel labels
error_more_info=Më Tepër të Dhëna
error_less_info=Më Pak të Dhëna
-error_close=Mbylle
+error_close=Mbylleni
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info=PDF.js v{{version}} (build: {{build}})