13
13
# limitations under the License.
14
14
15
15
# Main toolbar buttons (tooltips and alt text for images)
16
+ previous.title =Page Afore
17
+ next.title =Page Efter
16
18
17
19
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
18
20
page.title =Page
19
21
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
20
22
# representing the total number of pages in the document.
23
+ of_pages =o {{pagesCount}}
21
24
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
22
25
# will be replaced by a number representing the currently visible page,
23
26
# respectively a number representing the total number of pages in the document.
24
-
27
+ page_of_pages =({{pageNumber}} o {{pagesCount}})
28
+
29
+ zoom_out.title =Zoom Oot
30
+ zoom_out_label =Zoom Oot
31
+ zoom_in.title =Zoom In
32
+ zoom_in_label =Zoom In
33
+ zoom.title =Zoom
34
+ open_file.title =Open File
35
+ open_file_label =Open
25
36
print.title =Prent
26
37
print_label =Prent
38
+ download.title =Doonload
39
+ download_label =Doonload
27
40
28
41
# Secondary toolbar and context menu
42
+ tools.title =Tools
29
43
30
44
31
45
32
46
33
47
# Document properties dialog box
48
+ document_properties_file_size =File size:
34
49
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
35
50
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
36
51
document_properties_kb ={{size_kb}} KB ({{size_b}} bytes)
37
52
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
38
53
# will be replaced by the PDF file size in megabytes, respectively in bytes.
39
54
document_properties_mb ={{size_mb}} MB ({{size_b}} bytes)
55
+ document_properties_keywords =Keywirds:
40
56
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
41
57
# will be replaced by the creation/modification date, and time, of the PDF file.
42
58
document_properties_date_string ={{date}}, {{time}}
59
+ document_properties_version =PDF Version:
60
+ document_properties_page_size =Page Size:
61
+ document_properties_page_size_unit_inches =in
62
+ document_properties_page_size_unit_millimeters =mm
63
+ document_properties_page_size_orientation_portrait =portrait
64
+ document_properties_page_size_orientation_landscape =landscape
65
+ document_properties_page_size_name_a3 =A3
66
+ document_properties_page_size_name_a4 =A4
67
+ document_properties_page_size_name_letter =Letter
68
+ document_properties_page_size_name_legal =Legal
43
69
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
44
70
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
45
71
# the size, respectively their unit of measurement and orientation, of the (current) page.
@@ -50,11 +76,14 @@ document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}
50
76
document_properties_page_size_dimension_name_string ={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
51
77
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
52
78
# the document; usually called "Fast Web View" in English locales of Adobe software.
79
+ document_properties_linearized_yes =Aye
80
+ document_properties_linearized_no =Naw
53
81
document_properties_close =Sneck
54
82
55
83
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
56
84
# a numerical per cent value.
57
85
print_progress_percent ={{progress}}%
86
+ print_progress_close =Stap
58
87
59
88
# Tooltips and alt text for side panel toolbar buttons
60
89
# (the _label strings are alt text for the buttons, the .title strings are
@@ -72,20 +101,24 @@ thumb_page_title=Page {{page}}
72
101
# number.
73
102
74
103
# Find panel button title and messages
104
+ find_entire_word_label =Hale Wirds
75
105
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
76
106
# [one|two|few|many|other], with [other] as the default value.
77
107
# "{{current}}" and "{{total}}" will be replaced by a number representing the
78
108
# index of the currently active find result, respectively a number representing
79
109
# the total number of matches in the document.
110
+ find_match_count ={[ plural(total) ]}
80
111
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
81
112
# [zero|one|two|few|many|other], with [other] as the default value.
82
113
# "{{limit}}" will be replaced by a numerical value.
114
+ find_match_count_limit ={[ plural(limit) ]}
83
115
84
116
# Error panel labels
85
117
error_more_info =Mair Information
86
118
error_close =Sneck
87
119
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
88
120
# replaced by the PDF.JS version and build ID.
121
+ error_version_info =PDF.js v{{version}} (build: {{build}})
89
122
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
90
123
# english string describing the error.
91
124
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
@@ -94,11 +127,13 @@ error_close=Sneck
94
127
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
95
128
96
129
# Predefined zoom values
130
+ page_scale_actual =Actual Size
97
131
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
98
132
# numerical scale value.
99
133
page_scale_percent ={{scale}}%
100
134
101
135
# Loading indicator messages
136
+ loading_error_indicator =Mishanter
102
137
103
138
# Loading indicator messages
104
139
@@ -110,6 +145,7 @@ annotation_date_string={{date}}, {{time}}
110
145
# "{{type}}" will be replaced with an annotation type from a list defined in
111
146
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
112
147
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
148
+ password_cancel =Stap
113
149
114
150
# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
115
151
# exact string as in the `chrome.properties` file.
0 commit comments