]> git.gir.st - VimFx.git/blob - extension/locale/hu/vimfx.properties
Merge branch 'prefs' into develop
[VimFx.git] / extension / locale / hu / vimfx.properties
1 button_tooltip_enabled=VimFx aktív. Kattints az inaktiváláshoz.
2 button_tooltip_disabled=VimFx inaktív. Kattints az aktiváláshoz.
3 button_tooltip_blacklisted=Az oldal feketelistázva a VimFX-ben.
4 button_tooltip_insertMode=VimFx is in insert mode on this Page: All commands are ignored. Click to exit (%S)
5 item_preferences=Beállítások
6 item_blacklist_button_tooltip=Feketelista
7 item_blacklist_button_inverse_tooltip=Remove this rule
8
9 help_section_urls=URL műveletek
10 help_command_focus=Fókusz a címsorra
11 help_command_focus_search=Focus the Search Bar
12 help_command_paste=A vágólapon található link megnyitása
13 help_command_paste_tab=A vágólapon található link megnyitása új tabban
14 help_command_marker_yank=Copy link url or text input value to the clipboard
15 help_command_marker_focus=Focus/select element
16 help_command_yank=Aktuális oldal címének másolása vágólapra
17 help_command_reload=Oldal újratöltése
18 help_command_reload_force=Oldal újratöltése minden elemmel együtt (js, css, img)
19 help_command_reload_all=Összes oldal újratöltése
20 help_command_reload_all_force=Összes oldal újratöltése minden elemmel együtt (js, css, img)
21 help_command_stop=Stop loading current page
22 help_command_stop_all=Stop loading pages in all tabs
23
24 help_section_nav=Navigálás az oldalon
25 help_command_scroll_to_top=Ugrás az oldal tetejére
26 help_command_scroll_to_bottom=Ugrás az oldal aljára
27 help_command_scroll_to_left=Scroll to the far left
28 help_command_scroll_to_right=Scroll to the far right
29 help_command_scroll_down=Görgetés le
30 help_command_scroll_up=Görgetés fel
31 help_command_scroll_left=Görgetés balra
32 help_command_scroll_right=Görgetés jobbra
33 help_command_scroll_half_page_down=Fél oldalnyi görgetés lefelé
34 help_command_scroll_half_page_up=Fél oldalnyi görgetés felfelé
35 help_command_scroll_page_down=Oldalnyi görgetés lefelé
36 help_command_scroll_page_up=Oldalnyi görgetés felfelé
37
38 help_section_tabs=Tab műveletek
39 help_command_open_tab=Új tab nyitása
40 help_command_tab_prev=Ugrás az előző tabra
41 help_command_tab_next=Ugrás a következő tabra
42 help_command_tab_move_left=Aktuális tab mozgatása balra
43 help_command_tab_move_right=Aktuális tab mozgatása jobbra
44 help_command_home=Kezdőlap megnyitása
45 help_command_tab_first=Ugrás az első tabra
46 help_command_tab_first_non_pinned=Go to the First non-pinned tab
47 help_command_tab_last=Ugrás az utolsó tabra
48 help_command_toggle_pin_tab=Pin/Unpin current tab
49 help_command_duplicate_tab=Duplicate current tab
50 help_command_close_tabs_to_end=Close tabs to the right
51 help_command_close_other_tabs=Close other tabs except the current tab
52 help_command_close_tab=Aktuális tab bezárása
53 help_command_restore_tab=Utoljára bezárt tab visszatöltése
54
55 help_section_browse=Böngészés
56 help_command_follow=Link követése
57 help_command_follow_in_tab=Follow link in a new background tab
58 help_command_follow_in_focused_tab=Follow link in a new foreground tab
59 help_command_follow_multiple=Follow multiple links in new background tabs, focus text input or click multiple buttons
60 help_command_follow_previous=Go to previous page
61 help_command_follow_next=Go to next page
62 help_command_text_input=Focus last focused or first text input
63 help_command_go_up_path=Go up one level in the URL hierarchy
64 help_command_go_to_root=Go up to root of the URL hierarchy
65 help_command_back=Vissza az előzményekben
66 help_command_forward=Előre az előzményekben
67
68 help_section_misc=Általános
69 help_command_find=Keresési módba lépés
70 help_command_find_hl=Enter Find mode highlighting all matches
71 help_command_find_next=Következő találatra ugrás
72 help_command_find_prev=Előző találatra ugrás
73 help_command_insert_mode=Enter insert mode: Ignore all commands
74 help_command_quote=Pass next keypress through to the page
75 help_command_help=Show this dialog
76 help_command_dev=Open Developer Toolbar
77 help_command_Esc=Blur/close active element
78
79 help_section_mode_hints=Hints Mode
80 help_command_mode_hints_exit=Return to normal mode
81 help_command_mode_hints_rotate_markers_forward=Rotate overlapping markers forward
82 help_command_mode_hints_rotate_markers_backward=Rotate overlapping markers backward
83 help_command_mode_hints_delete_hint_char=Delete last typed hint character
84
85 help_section_mode_insert=Insert Mode
86 help_command_mode_insert_exit=Return to normal mode
87
88 help_section_mode_find=Find Mode
89 help_command_mode_find_exit=Close find bar
90
91 help_title=Keyboard Shortcuts
92 help_version=Verzió
93
94 help_feedback=Hagyj visszajelzést!
95 help_enjoying=Kedveled a VimFX-et?
96 help_found_bug=Találtál egy bugot?
97 help_report_bug=Jelentsd itt!
98
99 help_remove_shortcut=Remove this Shortcut
100 help_remove_shortcut_title=Shortcut removal confirmation
101 help_remove_shortcut_text=Please confirm that you want to remove this shortcut
102 help_add_shortcut=Click to add new shortcut for this command
103 help_add_shortcut_title=Enter new Shortcut
104 help_add_shortcut_text=Please enter new shortcut for this command. For example, <c-a>b<Enter> means control+a followed by b followed by Enter.
105 help_add_shortcut_text_overwrite=This shortcut '%S' conflicts with the following commands. Do you want to overwrite them?
106
107 error_invalid_key=%S: Invalid key.
108 error_invalid_whitespace=Shortcuts may not contain spaces. Use <space> instead.
109 error_unknown_modifier=%S: Unknown modifier: %S. Use only a, c, m and s.
110 error_duplicate_modifier=%S: Duplicate modifier: %S.
111 error_disallowed_modifier=%S: You cannot specifiy the Shift modifier for this key. For example, write <c-A> instead of <c-s-a>.
112 error_single_keystrokes_only=In this mode shortcuts may only be one keystroke long.
113
114 pref_hint_chars_title=Segéd karakterek
115 pref_hint_chars_desc=
116
117 pref_black_list_title=Fekete lista
118 pref_black_list_desc=Vesszővel elválasztott URL-ek, ahol a VimFX inaktív legyen. Helyettesítő karakterek is használhatók: *, !. Example: *example.com*,*foobar.org*
119
120 pref_prev_patterns_title=Previous Page Patterns
121 pref_prev_patterns_desc=Comma separated list of patterns that match links to previous page
122
123 pref_next_patterns_title=Next Page Patterns
124 pref_next_patterns_desc=Comma separated list of patterns that match links to next page
125
126 pref_prevent_autofocus_title=Prevent autofocus of text inputs
127 pref_prevent_autofocus_desc=
128
129 pref_ignore_keyboard_layout_title=Ignore keyboard layout
130 pref_ignore_keyboard_layout_desc=Pretend that the en-US QWERTY layout is always used
131
132 prefs_customize_shortcuts_title=Keyboard Shortcuts
133 prefs_customize_shortcuts_label=Customize
134 prefs_default=Alapértelmezett: %S
Imprint / Impressum