PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents / trunk
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents vtrunk
4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 2.0.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.2 2.3.3 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.7.0 3.7.1 3.7.2 3.7.3 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.9.0 3.9.1 3.9.10 3.9.11 3.9.12 3.9.13 3.9.14 3.9.15 3.9.16 3.9.17 3.9.2 3.9.3 3.9.4 3.9.5 3.9.6 3.9.7 3.9.8 3.9.9 4.0.0 4.0.1 4.0.10 4.0.11 4.0.12 4.0.13 4.0.14 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.10 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 4.4.0 4.4.1 4.4.10 4.4.11 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5.0 4.5.1
embedpress / assets / pdf / web / locale / sco / viewer.ftl
embedpress / assets / pdf / web / locale / sco Last commit date
viewer.ftl 2 years ago
viewer.ftl
265 lines
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5
6 ## Main toolbar buttons (tooltips and alt text for images)
7
8 pdfjs-previous-button =
9 .title = Page Afore
10 pdfjs-previous-button-label = Previous
11 pdfjs-next-button =
12 .title = Page Efter
13 pdfjs-next-button-label = Neist
14 # .title: Tooltip for the pageNumber input.
15 pdfjs-page-input =
16 .title = Page
17 # Variables:
18 # $pagesCount (Number) - the total number of pages in the document
19 # This string follows an input field with the number of the page currently displayed.
20 pdfjs-of-pages = o { $pagesCount }
21 # Variables:
22 # $pageNumber (Number) - the currently visible page
23 # $pagesCount (Number) - the total number of pages in the document
24 pdfjs-page-of-pages = ({ $pageNumber } o { $pagesCount })
25 pdfjs-zoom-out-button =
26 .title = Zoom Oot
27 pdfjs-zoom-out-button-label = Zoom Oot
28 pdfjs-zoom-in-button =
29 .title = Zoom In
30 pdfjs-zoom-in-button-label = Zoom In
31 pdfjs-zoom-select =
32 .title = Zoom
33 pdfjs-presentation-mode-button =
34 .title = Flit tae Presentation Mode
35 pdfjs-presentation-mode-button-label = Presentation Mode
36 pdfjs-open-file-button =
37 .title = Open File
38 pdfjs-open-file-button-label = Open
39 pdfjs-print-button =
40 .title = Prent
41 pdfjs-print-button-label = Prent
42
43 ## Secondary toolbar and context menu
44
45 pdfjs-tools-button =
46 .title = Tools
47 pdfjs-tools-button-label = Tools
48 pdfjs-first-page-button =
49 .title = Gang tae First Page
50 pdfjs-first-page-button-label = Gang tae First Page
51 pdfjs-last-page-button =
52 .title = Gang tae Lest Page
53 pdfjs-last-page-button-label = Gang tae Lest Page
54 pdfjs-page-rotate-cw-button =
55 .title = Rotate Clockwise
56 pdfjs-page-rotate-cw-button-label = Rotate Clockwise
57 pdfjs-page-rotate-ccw-button =
58 .title = Rotate Coonterclockwise
59 pdfjs-page-rotate-ccw-button-label = Rotate Coonterclockwise
60 pdfjs-cursor-text-select-tool-button =
61 .title = Enable Text Walin Tool
62 pdfjs-cursor-text-select-tool-button-label = Text Walin Tool
63 pdfjs-cursor-hand-tool-button =
64 .title = Enable Haun Tool
65 pdfjs-cursor-hand-tool-button-label = Haun Tool
66 pdfjs-scroll-vertical-button =
67 .title = Yaise Vertical Scrollin
68 pdfjs-scroll-vertical-button-label = Vertical Scrollin
69 pdfjs-scroll-horizontal-button =
70 .title = Yaise Horizontal Scrollin
71 pdfjs-scroll-horizontal-button-label = Horizontal Scrollin
72 pdfjs-scroll-wrapped-button =
73 .title = Yaise Wrapped Scrollin
74 pdfjs-scroll-wrapped-button-label = Wrapped Scrollin
75 pdfjs-spread-none-button =
76 .title = Dinnae jyn page spreids
77 pdfjs-spread-none-button-label = Nae Spreids
78 pdfjs-spread-odd-button =
79 .title = Jyn page spreids stertin wi odd-numbered pages
80 pdfjs-spread-odd-button-label = Odd Spreids
81 pdfjs-spread-even-button =
82 .title = Jyn page spreids stertin wi even-numbered pages
83 pdfjs-spread-even-button-label = Even Spreids
84
85 ## Document properties dialog
86
87 pdfjs-document-properties-button =
88 .title = Document Properties…
89 pdfjs-document-properties-button-label = Document Properties…
90 pdfjs-document-properties-file-name = File nemme:
91 pdfjs-document-properties-file-size = File size:
92 # Variables:
93 # $size_kb (Number) - the PDF file size in kilobytes
94 # $size_b (Number) - the PDF file size in bytes
95 pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
96 # Variables:
97 # $size_mb (Number) - the PDF file size in megabytes
98 # $size_b (Number) - the PDF file size in bytes
99 pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
100 pdfjs-document-properties-title = Title:
101 pdfjs-document-properties-author = Author:
102 pdfjs-document-properties-subject = Subjeck:
103 pdfjs-document-properties-keywords = Keywirds:
104 pdfjs-document-properties-creation-date = Date o Makkin:
105 pdfjs-document-properties-modification-date = Date o Chynges:
106 # Variables:
107 # $date (Date) - the creation/modification date of the PDF file
108 # $time (Time) - the creation/modification time of the PDF file
109 pdfjs-document-properties-date-string = { $date }, { $time }
110 pdfjs-document-properties-creator = Makker:
111 pdfjs-document-properties-producer = PDF Producer:
112 pdfjs-document-properties-version = PDF Version:
113 pdfjs-document-properties-page-count = Page Coont:
114 pdfjs-document-properties-page-size = Page Size:
115 pdfjs-document-properties-page-size-unit-inches = in
116 pdfjs-document-properties-page-size-unit-millimeters = mm
117 pdfjs-document-properties-page-size-orientation-portrait = portrait
118 pdfjs-document-properties-page-size-orientation-landscape = landscape
119 pdfjs-document-properties-page-size-name-a-three = A3
120 pdfjs-document-properties-page-size-name-a-four = A4
121 pdfjs-document-properties-page-size-name-letter = Letter
122 pdfjs-document-properties-page-size-name-legal = Legal
123
124 ## Variables:
125 ## $width (Number) - the width of the (current) page
126 ## $height (Number) - the height of the (current) page
127 ## $unit (String) - the unit of measurement of the (current) page
128 ## $name (String) - the name of the (current) page
129 ## $orientation (String) - the orientation of the (current) page
130
131 pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
132 pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
133
134 ##
135
136 # The linearization status of the document; usually called "Fast Web View" in
137 # English locales of Adobe software.
138 pdfjs-document-properties-linearized = Fast Wab View:
139 pdfjs-document-properties-linearized-yes = Aye
140 pdfjs-document-properties-linearized-no = Naw
141 pdfjs-document-properties-close-button = Sneck
142
143 ## Print
144
145 pdfjs-print-progress-message = Reddin document fur prentin…
146 # Variables:
147 # $progress (Number) - percent value
148 pdfjs-print-progress-percent = { $progress }%
149 pdfjs-print-progress-close-button = Stap
150 pdfjs-printing-not-supported = Tak tent: Prentin isnae richt supportit by this stravaiger.
151 pdfjs-printing-not-ready = Tak tent: The PDF isnae richt loadit fur prentin.
152
153 ## Tooltips and alt text for side panel toolbar buttons
154
155 pdfjs-toggle-sidebar-button =
156 .title = Toggle Sidebaur
157 pdfjs-toggle-sidebar-notification-button =
158 .title = Toggle Sidebaur (document conteens ootline/attachments/layers)
159 pdfjs-toggle-sidebar-button-label = Toggle Sidebaur
160 pdfjs-document-outline-button =
161 .title = Kythe Document Ootline (double-click fur tae oot-fauld/in-fauld aw items)
162 pdfjs-document-outline-button-label = Document Ootline
163 pdfjs-attachments-button =
164 .title = Kythe Attachments
165 pdfjs-attachments-button-label = Attachments
166 pdfjs-layers-button =
167 .title = Kythe Layers (double-click fur tae reset aw layers tae the staunart state)
168 pdfjs-layers-button-label = Layers
169 pdfjs-thumbs-button =
170 .title = Kythe Thumbnails
171 pdfjs-thumbs-button-label = Thumbnails
172 pdfjs-current-outline-item-button =
173 .title = Find Current Ootline Item
174 pdfjs-current-outline-item-button-label = Current Ootline Item
175 pdfjs-findbar-button =
176 .title = Find in Document
177 pdfjs-findbar-button-label = Find
178 pdfjs-additional-layers = Mair Layers
179
180 ## Thumbnails panel item (tooltip and alt text for images)
181
182 # Variables:
183 # $page (Number) - the page number
184 pdfjs-thumb-page-title =
185 .title = Page { $page }
186 # Variables:
187 # $page (Number) - the page number
188 pdfjs-thumb-page-canvas =
189 .aria-label = Thumbnail o Page { $page }
190
191 ## Find panel button title and messages
192
193 pdfjs-find-input =
194 .title = Find
195 .placeholder = Find in document…
196 pdfjs-find-previous-button =
197 .title = Airt oot the last time this phrase occurred
198 pdfjs-find-previous-button-label = Previous
199 pdfjs-find-next-button =
200 .title = Airt oot the neist time this phrase occurs
201 pdfjs-find-next-button-label = Neist
202 pdfjs-find-highlight-checkbox = Highlicht aw
203 pdfjs-find-match-case-checkbox-label = Match case
204 pdfjs-find-entire-word-checkbox-label = Hale Wirds
205 pdfjs-find-reached-top = Raxed tap o document, went on fae the dowp end
206 pdfjs-find-reached-bottom = Raxed end o document, went on fae the tap
207 pdfjs-find-not-found = Phrase no fund
208
209 ## Predefined zoom values
210
211 pdfjs-page-scale-width = Page Width
212 pdfjs-page-scale-fit = Page Fit
213 pdfjs-page-scale-auto = Automatic Zoom
214 pdfjs-page-scale-actual = Actual Size
215 # Variables:
216 # $scale (Number) - percent value for page scale
217 pdfjs-page-scale-percent = { $scale }%
218
219 ## PDF page
220
221 # Variables:
222 # $page (Number) - the page number
223 pdfjs-page-landmark =
224 .aria-label = Page { $page }
225
226 ## Loading indicator messages
227
228 pdfjs-loading-error = An mishanter tuik place while loadin the PDF.
229 pdfjs-invalid-file-error = No suithfest or camshauchlet PDF file.
230 pdfjs-missing-file-error = PDF file tint.
231 pdfjs-unexpected-response-error = Unexpectit server repone.
232 pdfjs-rendering-error = A mishanter tuik place while renderin the page.
233
234 ## Annotations
235
236 # Variables:
237 # $date (Date) - the modification date of the annotation
238 # $time (Time) - the modification time of the annotation
239 pdfjs-annotation-date-string = { $date }, { $time }
240 # .alt: This is used as a tooltip.
241 # Variables:
242 # $type (String) - an annotation type from a list defined in the PDF spec
243 # (32000-1:2008 Table 169 – Annotation types).
244 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
245 pdfjs-text-annotation-type =
246 .alt = [{ $type } Annotation]
247
248 ## Password
249
250 pdfjs-password-label = Inpit the passwird fur tae open this PDF file.
251 pdfjs-password-invalid = Passwird no suithfest. Gonnae gie it anither shot.
252 pdfjs-password-ok-button = OK
253 pdfjs-password-cancel-button = Stap
254 pdfjs-web-fonts-disabled = Wab fonts are disabled: cannae yaise embeddit PDF fonts.
255
256 ## Editing
257
258
259 ## Alt-text dialog
260
261
262 ## Editor resizers
263 ## This is used in an aria label to help to understand the role of the resizer.
264
265