PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents / 4.4.7
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents v4.4.7
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 / hu / viewer.ftl
embedpress / assets / pdf / web / locale / hu Last commit date
viewer.ftl 2 years ago
viewer.ftl
397 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 = Előző oldal
10 pdfjs-previous-button-label = Előző
11 pdfjs-next-button =
12 .title = Következő oldal
13 pdfjs-next-button-label = Tovább
14 # .title: Tooltip for the pageNumber input.
15 pdfjs-page-input =
16 .title = Oldal
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 = összesen: { $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 } / { $pagesCount })
25 pdfjs-zoom-out-button =
26 .title = Kicsinyítés
27 pdfjs-zoom-out-button-label = Kicsinyítés
28 pdfjs-zoom-in-button =
29 .title = Nagyítás
30 pdfjs-zoom-in-button-label = Nagyítás
31 pdfjs-zoom-select =
32 .title = Nagyítás
33 pdfjs-presentation-mode-button =
34 .title = Váltás bemutató módba
35 pdfjs-presentation-mode-button-label = Bemutató mód
36 pdfjs-open-file-button =
37 .title = Fájl megnyitása
38 pdfjs-open-file-button-label = Megnyitás
39 pdfjs-print-button =
40 .title = Nyomtatás
41 pdfjs-print-button-label = Nyomtatás
42 pdfjs-save-button =
43 .title = Mentés
44 pdfjs-save-button-label = Mentés
45 # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
46 pdfjs-download-button =
47 .title = Letöltés
48 # Used in Firefox for Android as a label for the download button (“download” is a verb).
49 # Length of the translation matters since we are in a mobile context, with limited screen estate.
50 pdfjs-download-button-label = Letöltés
51 pdfjs-bookmark-button =
52 .title = Jelenlegi oldal (webcím megtekintése a jelenlegi oldalról)
53 pdfjs-bookmark-button-label = Jelenlegi oldal
54
55 ## Secondary toolbar and context menu
56
57 pdfjs-tools-button =
58 .title = Eszközök
59 pdfjs-tools-button-label = Eszközök
60 pdfjs-first-page-button =
61 .title = Ugrás az első oldalra
62 pdfjs-first-page-button-label = Ugrás az első oldalra
63 pdfjs-last-page-button =
64 .title = Ugrás az utolsó oldalra
65 pdfjs-last-page-button-label = Ugrás az utolsó oldalra
66 pdfjs-page-rotate-cw-button =
67 .title = Forgatás az óramutató járásával egyezően
68 pdfjs-page-rotate-cw-button-label = Forgatás az óramutató járásával egyezően
69 pdfjs-page-rotate-ccw-button =
70 .title = Forgatás az óramutató járásával ellentétesen
71 pdfjs-page-rotate-ccw-button-label = Forgatás az óramutató járásával ellentétesen
72 pdfjs-cursor-text-select-tool-button =
73 .title = Szövegkijelölő eszköz bekapcsolása
74 pdfjs-cursor-text-select-tool-button-label = Szövegkijelölő eszköz
75 pdfjs-cursor-hand-tool-button =
76 .title = Kéz eszköz bekapcsolása
77 pdfjs-cursor-hand-tool-button-label = Kéz eszköz
78 pdfjs-scroll-page-button =
79 .title = Oldalgörgetés használata
80 pdfjs-scroll-page-button-label = Oldalgörgetés
81 pdfjs-scroll-vertical-button =
82 .title = Függőleges görgetés használata
83 pdfjs-scroll-vertical-button-label = Függőleges görgetés
84 pdfjs-scroll-horizontal-button =
85 .title = Vízszintes görgetés használata
86 pdfjs-scroll-horizontal-button-label = Vízszintes görgetés
87 pdfjs-scroll-wrapped-button =
88 .title = Rácsos elrendezés használata
89 pdfjs-scroll-wrapped-button-label = Rácsos elrendezés
90 pdfjs-spread-none-button =
91 .title = Ne tapassza össze az oldalakat
92 pdfjs-spread-none-button-label = Nincs összetapasztás
93 pdfjs-spread-odd-button =
94 .title = Lapok összetapasztása, a páratlan számú oldalakkal kezdve
95 pdfjs-spread-odd-button-label = Összetapasztás: páratlan
96 pdfjs-spread-even-button =
97 .title = Lapok összetapasztása, a páros számú oldalakkal kezdve
98 pdfjs-spread-even-button-label = Összetapasztás: páros
99
100 ## Document properties dialog
101
102 pdfjs-document-properties-button =
103 .title = Dokumentum tulajdonságai…
104 pdfjs-document-properties-button-label = Dokumentum tulajdonságai…
105 pdfjs-document-properties-file-name = Fájlnév:
106 pdfjs-document-properties-file-size = Fájlméret:
107 # Variables:
108 # $size_kb (Number) - the PDF file size in kilobytes
109 # $size_b (Number) - the PDF file size in bytes
110 pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bájt)
111 # Variables:
112 # $size_mb (Number) - the PDF file size in megabytes
113 # $size_b (Number) - the PDF file size in bytes
114 pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bájt)
115 pdfjs-document-properties-title = Cím:
116 pdfjs-document-properties-author = Szerző:
117 pdfjs-document-properties-subject = Tárgy:
118 pdfjs-document-properties-keywords = Kulcsszavak:
119 pdfjs-document-properties-creation-date = Létrehozás dátuma:
120 pdfjs-document-properties-modification-date = Módosítás dátuma:
121 # Variables:
122 # $date (Date) - the creation/modification date of the PDF file
123 # $time (Time) - the creation/modification time of the PDF file
124 pdfjs-document-properties-date-string = { $date }, { $time }
125 pdfjs-document-properties-creator = Létrehozta:
126 pdfjs-document-properties-producer = PDF előállító:
127 pdfjs-document-properties-version = PDF verzió:
128 pdfjs-document-properties-page-count = Oldalszám:
129 pdfjs-document-properties-page-size = Lapméret:
130 pdfjs-document-properties-page-size-unit-inches = in
131 pdfjs-document-properties-page-size-unit-millimeters = mm
132 pdfjs-document-properties-page-size-orientation-portrait = álló
133 pdfjs-document-properties-page-size-orientation-landscape = fekvő
134 pdfjs-document-properties-page-size-name-a-three = A3
135 pdfjs-document-properties-page-size-name-a-four = A4
136 pdfjs-document-properties-page-size-name-letter = Letter
137 pdfjs-document-properties-page-size-name-legal = Jogi információk
138
139 ## Variables:
140 ## $width (Number) - the width of the (current) page
141 ## $height (Number) - the height of the (current) page
142 ## $unit (String) - the unit of measurement of the (current) page
143 ## $name (String) - the name of the (current) page
144 ## $orientation (String) - the orientation of the (current) page
145
146 pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
147 pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
148
149 ##
150
151 # The linearization status of the document; usually called "Fast Web View" in
152 # English locales of Adobe software.
153 pdfjs-document-properties-linearized = Gyors webes nézet:
154 pdfjs-document-properties-linearized-yes = Igen
155 pdfjs-document-properties-linearized-no = Nem
156 pdfjs-document-properties-close-button = Bezárás
157
158 ## Print
159
160 pdfjs-print-progress-message = Dokumentum előkészítése nyomtatáshoz…
161 # Variables:
162 # $progress (Number) - percent value
163 pdfjs-print-progress-percent = { $progress }%
164 pdfjs-print-progress-close-button = Mégse
165 pdfjs-printing-not-supported = Figyelmeztetés: Ez a böngésző nem teljesen támogatja a nyomtatást.
166 pdfjs-printing-not-ready = Figyelmeztetés: A PDF nincs teljesen betöltve a nyomtatáshoz.
167
168 ## Tooltips and alt text for side panel toolbar buttons
169
170 pdfjs-toggle-sidebar-button =
171 .title = Oldalsáv be/ki
172 pdfjs-toggle-sidebar-notification-button =
173 .title = Oldalsáv be/ki (a dokumentum vázlatot/mellékleteket/rétegeket tartalmaz)
174 pdfjs-toggle-sidebar-button-label = Oldalsáv be/ki
175 pdfjs-document-outline-button =
176 .title = Dokumentum megjelenítése online (dupla kattintás minden elem kinyitásához/összecsukásához)
177 pdfjs-document-outline-button-label = Dokumentumvázlat
178 pdfjs-attachments-button =
179 .title = Mellékletek megjelenítése
180 pdfjs-attachments-button-label = Van melléklet
181 pdfjs-layers-button =
182 .title = Rétegek megjelenítése (dupla kattintás az összes réteg alapértelmezett állapotra visszaállításához)
183 pdfjs-layers-button-label = Rétegek
184 pdfjs-thumbs-button =
185 .title = Bélyegképek megjelenítése
186 pdfjs-thumbs-button-label = Bélyegképek
187 pdfjs-current-outline-item-button =
188 .title = Jelenlegi vázlatelem megkeresése
189 pdfjs-current-outline-item-button-label = Jelenlegi vázlatelem
190 pdfjs-findbar-button =
191 .title = Keresés a dokumentumban
192 pdfjs-findbar-button-label = Keresés
193 pdfjs-additional-layers = További rétegek
194
195 ## Thumbnails panel item (tooltip and alt text for images)
196
197 # Variables:
198 # $page (Number) - the page number
199 pdfjs-thumb-page-title =
200 .title = { $page }. oldal
201 # Variables:
202 # $page (Number) - the page number
203 pdfjs-thumb-page-canvas =
204 .aria-label = { $page }. oldal bélyegképe
205
206 ## Find panel button title and messages
207
208 pdfjs-find-input =
209 .title = Keresés
210 .placeholder = Keresés a dokumentumban…
211 pdfjs-find-previous-button =
212 .title = A kifejezés előző előfordulásának keresése
213 pdfjs-find-previous-button-label = Előző
214 pdfjs-find-next-button =
215 .title = A kifejezés következő előfordulásának keresése
216 pdfjs-find-next-button-label = Tovább
217 pdfjs-find-highlight-checkbox = Összes kiemelése
218 pdfjs-find-match-case-checkbox-label = Kis- és nagybetűk megkülönböztetése
219 pdfjs-find-match-diacritics-checkbox-label = Diakritikus jelek
220 pdfjs-find-entire-word-checkbox-label = Teljes szavak
221 pdfjs-find-reached-top = A dokumentum eleje elérve, folytatás a végétől
222 pdfjs-find-reached-bottom = A dokumentum vége elérve, folytatás az elejétől
223 # Variables:
224 # $current (Number) - the index of the currently active find result
225 # $total (Number) - the total number of matches in the document
226 pdfjs-find-match-count =
227 { $total ->
228 [one] { $current } / { $total } találat
229 *[other] { $current } / { $total } találat
230 }
231 # Variables:
232 # $limit (Number) - the maximum number of matches
233 pdfjs-find-match-count-limit =
234 { $limit ->
235 [one] Több mint { $limit } találat
236 *[other] Több mint { $limit } találat
237 }
238 pdfjs-find-not-found = A kifejezés nem található
239
240 ## Predefined zoom values
241
242 pdfjs-page-scale-width = Oldalszélesség
243 pdfjs-page-scale-fit = Teljes oldal
244 pdfjs-page-scale-auto = Automatikus nagyítás
245 pdfjs-page-scale-actual = Valódi méret
246 # Variables:
247 # $scale (Number) - percent value for page scale
248 pdfjs-page-scale-percent = { $scale }%
249
250 ## PDF page
251
252 # Variables:
253 # $page (Number) - the page number
254 pdfjs-page-landmark =
255 .aria-label = { $page }. oldal
256
257 ## Loading indicator messages
258
259 pdfjs-loading-error = Hiba történt a PDF betöltésekor.
260 pdfjs-invalid-file-error = Érvénytelen vagy sérült PDF fájl.
261 pdfjs-missing-file-error = Hiányzó PDF fájl.
262 pdfjs-unexpected-response-error = Váratlan kiszolgálóválasz.
263 pdfjs-rendering-error = Hiba történt az oldal feldolgozása közben.
264
265 ## Annotations
266
267 # Variables:
268 # $date (Date) - the modification date of the annotation
269 # $time (Time) - the modification time of the annotation
270 pdfjs-annotation-date-string = { $date }, { $time }
271 # .alt: This is used as a tooltip.
272 # Variables:
273 # $type (String) - an annotation type from a list defined in the PDF spec
274 # (32000-1:2008 Table 169 – Annotation types).
275 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
276 pdfjs-text-annotation-type =
277 .alt = [{ $type } megjegyzés]
278
279 ## Password
280
281 pdfjs-password-label = Adja meg a jelszót a PDF fájl megnyitásához.
282 pdfjs-password-invalid = Helytelen jelszó. Próbálja újra.
283 pdfjs-password-ok-button = OK
284 pdfjs-password-cancel-button = Mégse
285 pdfjs-web-fonts-disabled = Webes betűkészletek letiltva: nem használhatók a beágyazott PDF betűkészletek.
286
287 ## Editing
288
289 pdfjs-editor-free-text-button =
290 .title = Szöveg
291 pdfjs-editor-free-text-button-label = Szöveg
292 pdfjs-editor-ink-button =
293 .title = Rajzolás
294 pdfjs-editor-ink-button-label = Rajzolás
295 pdfjs-editor-stamp-button =
296 .title = Képek hozzáadása vagy szerkesztése
297 pdfjs-editor-stamp-button-label = Képek hozzáadása vagy szerkesztése
298 pdfjs-editor-highlight-button =
299 .title = Kiemelés
300 pdfjs-editor-highlight-button-label = Kiemelés
301 pdfjs-highlight-floating-button =
302 .title = Kiemelés
303 pdfjs-highlight-floating-button1 =
304 .title = Kiemelés
305 .aria-label = Kiemelés
306 pdfjs-highlight-floating-button-label = Kiemelés
307
308 ## Remove button for the various kind of editor.
309
310 pdfjs-editor-remove-ink-button =
311 .title = Rajz eltávolítása
312 pdfjs-editor-remove-freetext-button =
313 .title = Szöveg eltávolítása
314 pdfjs-editor-remove-stamp-button =
315 .title = Kép eltávolítása
316 pdfjs-editor-remove-highlight-button =
317 .title = Kiemelés eltávolítása
318
319 ##
320
321 # Editor Parameters
322 pdfjs-editor-free-text-color-input = Szín
323 pdfjs-editor-free-text-size-input = Méret
324 pdfjs-editor-ink-color-input = Szín
325 pdfjs-editor-ink-thickness-input = Vastagság
326 pdfjs-editor-ink-opacity-input = Átlátszatlanság
327 pdfjs-editor-stamp-add-image-button =
328 .title = Kép hozzáadása
329 pdfjs-editor-stamp-add-image-button-label = Kép hozzáadása
330 # This refers to the thickness of the line used for free highlighting (not bound to text)
331 pdfjs-editor-free-highlight-thickness-input = Vastagság
332 pdfjs-editor-free-highlight-thickness-title =
333 .title = Vastagság módosítása, ha nem szöveges elemeket emel ki
334 pdfjs-free-text =
335 .aria-label = Szövegszerkesztő
336 pdfjs-free-text-default-content = Kezdjen el gépelni…
337 pdfjs-ink =
338 .aria-label = Rajzszerkesztő
339 pdfjs-ink-canvas =
340 .aria-label = Felhasználó által készített kép
341
342 ## Alt-text dialog
343
344 # Alternative text (alt text) helps when people can't see the image.
345 pdfjs-editor-alt-text-button-label = Alternatív szöveg
346 pdfjs-editor-alt-text-edit-button-label = Alternatív szöveg szerkesztése
347 pdfjs-editor-alt-text-dialog-label = Válasszon egy lehetőséget
348 pdfjs-editor-alt-text-dialog-description = Az alternatív szöveg segít, ha az emberek nem látják a képet, vagy ha az nem töltődik be.
349 pdfjs-editor-alt-text-add-description-label = Leírás hozzáadása
350 pdfjs-editor-alt-text-add-description-description = Törekedjen 1-2 mondatra, amely jellemzi a témát, környezetet vagy cselekvést.
351 pdfjs-editor-alt-text-mark-decorative-label = Megjelölés dekoratívként
352 pdfjs-editor-alt-text-mark-decorative-description = Ez a díszítőképeknél használatos, mint a szegélyek vagy a vízjelek.
353 pdfjs-editor-alt-text-cancel-button = Mégse
354 pdfjs-editor-alt-text-save-button = Mentés
355 pdfjs-editor-alt-text-decorative-tooltip = Megjelölve dekoratívként
356 # .placeholder: This is a placeholder for the alt text input area
357 pdfjs-editor-alt-text-textarea =
358 .placeholder = Például: „Egy fiatal férfi leül enni egy asztalhoz”
359
360 ## Editor resizers
361 ## This is used in an aria label to help to understand the role of the resizer.
362
363 pdfjs-editor-resizer-label-top-left = Bal felső sarok – átméretezés
364 pdfjs-editor-resizer-label-top-middle = Felül középen – átméretezés
365 pdfjs-editor-resizer-label-top-right = Jobb felső sarok – átméretezés
366 pdfjs-editor-resizer-label-middle-right = Jobbra középen – átméretezés
367 pdfjs-editor-resizer-label-bottom-right = Jobb alsó sarok – átméretezés
368 pdfjs-editor-resizer-label-bottom-middle = Alul középen – átméretezés
369 pdfjs-editor-resizer-label-bottom-left = Bal alsó sarok – átméretezés
370 pdfjs-editor-resizer-label-middle-left = Balra középen – átméretezés
371
372 ## Color picker
373
374 # This means "Color used to highlight text"
375 pdfjs-editor-highlight-colorpicker-label = Kiemelés színe
376 pdfjs-editor-colorpicker-button =
377 .title = Szín módosítása
378 pdfjs-editor-colorpicker-dropdown =
379 .aria-label = Színválasztások
380 pdfjs-editor-colorpicker-yellow =
381 .title = Sárga
382 pdfjs-editor-colorpicker-green =
383 .title = Zöld
384 pdfjs-editor-colorpicker-blue =
385 .title = Kék
386 pdfjs-editor-colorpicker-pink =
387 .title = Rózsaszín
388 pdfjs-editor-colorpicker-red =
389 .title = Vörös
390
391 ## Show all highlights
392 ## This is a toggle button to show/hide all the highlights.
393
394 pdfjs-editor-highlight-show-all-button-label = Összes megjelenítése
395 pdfjs-editor-highlight-show-all-button =
396 .title = Összes megjelenítése
397