forked from cSploit/android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
508 lines (494 loc) · 34.4 KB
/
Copy pathstrings.xml
File metadata and controls
508 lines (494 loc) · 34.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
<resources>
<string name="menu_settings">Nastavení</string>
<string name="title_activity_main">cSploit</string>
<string name="crash_toast_text">Ooooops! Něco je špatně, ale zpráva bude odeslána mému vývojáři pro opravu chyby:)
</string>
<string name="toggle_button">Přepínač</string>
<string name="enter_redirection_details">Vyplňte přesměrovací údaje:</string>
<string name="address">Adresa</string>
<string name="port">Port</string>
<string name="ports">Porty</string>
<string name="target">Cíl</string>
<string name="unknown">neznámé</string>
<string name="services">Služby</string>
<string name="os">OS</string>
<string name="device_type">Typ zařízení</string>
<string name="start_hijack">Dotykem startujete hijacking, dlouhým dotykem uložíte do souboru.
</string>
<string name="sort">Sort:</string>
<string name="select_module">Vyberte modul</string>
<string name="choose">Výběr</string>
<string name="response">Odezva</string>
<string name="request">Výzva</string>
<string name="wait_for_response">Počkejte na odezvu</string>
<string name="protocol">Protokol</string>
<string name="csploit_catchphrase">cSploit - An Android network penetration suite.</string>
<string name="csploit_copyleft">Copyleft of Simone Margaritelli aka evilsocket.</string>
<string name="disclaimer">Záruka</string>
<string name="csploit_disclaimer">
<![CDATA[Tato aplikace byla vytvořena pouze za účelem demonstrace jejích funkcí a může být použita pouze na sítích do kterých máte právo zasahovat. Za jiné použití vývojář nezodpovídá. Jinými slovy, nebuďte hloupí a neštvěte zlé lidi proti mě.]]></string>
<string name="license">License</string>
<string name="gpl_license">Tento program je svobodný software: můžete ho distribuovat a/nebo upravovat
pod podmínkami GNU General Public License vydanými Free Software Foundation,
buď pod licencí verze 3, nebo (podle vaší volby) některou z pozdějších verzí.
Tento program je šířen v naději, že bude užitečný. Ale je BEZ JAKÉKOLIV ZÁRUKY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Pro více informací se podívejte na GNU General Public License.
Měli byste obdržet kopii GNU General Public License spolu s tímto programem.
Pokud ne, najdete ji na: http://www.gnu.org/licenses/.
</string>
<string name="service">Služba</string>
<string name="stopped">Zastaveno…</string>
<string name="start">Spustit</string>
<string name="stop">Stop</string>
<string name="stopped_dots">Zastaveno …</string>
<string name="starting_dots">Spouštím …</string>
<string name="max_length">Max. délka</string>
<string name="min_length">Min. délka</string>
<string name="username">Uživatelské jméno</string>
<string name="Charset">Znaky</string>
<string name="filter_desc">Enter a custom replace filter, including simple string replacement or
regular expressions.
</string>
<string name="from">Z</string>
<string name="to">Do</string>
<string name="wake_on_lan">Wake On Lan</string>
<string name="send">Odeslat</string>
<string name="update_available">Nová aktualizace</string>
<string name="new_update_desc">Nová aktualizace verze</string>
<string name="new_update_desc2">je venku chcete stáhnout?</string>
<string name="checking">Kontroluji…</string>
<string name="no_updates_available">Nic.</string>
<string name="new_msf_update_desc">Aktualizace pro MetasploitFramework</string>
<string name="new_version">Nová verze</string>
<string name="new_version2">venku!</string>
<string name="downloading_update">Stahuji aktualizaci…</string>
<string name="connecting">Připojuji…</string>
<string name="cancel">Zrušit</string>
<string name="error">Error</string>
<string name="error_occured">Chyba při stahování aktializace</string>
<string name="invalid_target">Neplatný cíl.</string>
<string name="add_custom_target">Přidat vlastní cíl</string>
<string name="enter_url">Vložte URL, IP adresu nebo jméno hosta:</string>
<string name="net_discovery_stopped">Průzkum sítě ukončen.</string>
<string name="net_discovery_started">Průzkum sítě aktivován</string>
<string name="start_monitor">Spustit průzkum sítě</string>
<string name="stop_monitor">Ukončit průzkum sítě</string>
<string name="start_msfrpcd">Spustit Metasploit RPCD</string>
<string name="stop_msfrpcd">Ukončit Metasploit RPCD</string>
<string name="exit">Exit</string>
<string name="close_confirm">Opravdu zavřít?
</string>
<string name="press_back">Pro ukončení aplikace stiskněte znovu ZPĚT</string>
<string name="selected_">Vybráno:  </string>
<string name="no_session_found">Na SD kartě nebyl nalezen žádný spoubor ze sezení</string>
<string name="select_session_file">Vyberte soubor ze sezení na SD kartě :</string>
<string name="select_session">Vyberte sezení</string>
<string name="invalid_session">Neplatné jméno sezení</string>
<string name="session_saved_to">Sezení uloženo do  </string>
<string name="save_session">Uložit sezení</string>
<string name="enter_session_name">Napište jméno souboru se sezením:</string>
<string name="new_session_started">Nové sezení začalo</string>
<string name="warning">Varování</string>
<string name="warning_new_session">Zahájení nového sezení smaže aktuální, pokračovat?
</string>
<string name="fatal_error_html">
<![CDATA[<p>Vypadá to že Vaše ROM má <b>LD_LIBRARY_PATH bug</b>, omlouvám se ale není kompatibilní s cSploit.</p>]]></string>
<string name="fatal_error_html2">
<![CDATA[<p>Pro více informací <a href=\"http://csploit.net/#faq\">FAQ</a>.</p>]]></string>
<string name="install_error">Chyba při instalaci spuborů</string>
<string name="arm_error">
<![CDATA[<p>Vypadá to ze Váš Procesor není ARM a nelze použít s cSploit.</p>]]></string>
<string name="arm_error2">
<![CDATA[<p>Pro více informací <a href=\"http://csploit.net/#requirements\">requirements</a> section.</p>]]></string>
<string name="busybox_required">Je nutná plná BusyBox instalace, killall binary nenalezeno
(že by stará verze BusyBoxu?).
</string>
<string name="only_4_root">Jen pro rootlá zařízení</string>
<string name="initializing">Připravuji…</string>
<string name="initialization_error">Chyba při přípravě</string>
<string name="target_alias">Alias cíle</string>
<string name="set_alias">Nastavte Alias pro tento cíl:</string>
<string name="no_connectivity">Bez připojení.</string>
<string name="wifi_key_copied">WiFi klíč uložen v mezipaměti.</string>
<string name="connected_to"><![CDATA[Připojeno k <b>]]></string>
<string name="connected_to2"><![CDATA[</b> S klíčen <b><font color=\"green\">]]></string>
<string name="connected_to3"><![CDATA[</font></b>!]]></string>
<string name="connection_to"><![CDATA[Připojeno k <b>]]></string>
<string name="connection_to2">
<![CDATA[</b> <b><font color=\"red\">SELHÁNÍ</font></b>.]]></string>
<string name="enter_key_or_crack">Vložte WiFi klíč nebo zkuste cracking</string>
<string name="enter_wifi_key">Vložte WiFi klíč:</string>
<string name="scanning">Skenování…</string>
<string name="invalid_filename">Neplatný název souboru.</string>
<string name="something_went_wrong">Něco bylo špatně, prosím zvolte znovu validní cíl.
</string>
<string name="selected">Vybráno </string>
<string name="nothing_found"><![CDATA[<small><i>Nic nenalezeno</i></small>]]></string>
<string name="no_open_ports">Na aktuálním cíly nebyly nalezeny žádné otevřené porty, zkuste spustit znovu Inspektor Služeb</string>
<string name="no_exploits_found">Nebyly nalezeny žádné exploity.</string>
<string name="no_open_ports_focused_scan">Jsou potřeba otevřené porty, nejdříve spusťte Hledač Portů před podrobným skenem</string>
<string name="no_open_ports_exploitfinder">Žádné otevřené porty nenalezeny, nejdříve spusťe Inspektor Služeb</string>
<string name="no_exploit_started">Žádný exploit nebyl spuštěn.</string>
<string name="no_vulnerabilities_found">Žádné slabiny nebyly na cíly nalezeny, Spusťte nejdříve Hledač Slabin</string>
<string name="no_infos_on_target">Žádné specifické informaca o službách běžících na tomto cíly,
nejdříve spusťte inspektor služeb.
</string>
<string name="custom_charset">Vlastní znaky</string>
<string name="enter_chars_wanted">Vložte vlastní znaky které chcete pužít:
</string>
<string name="invalid_port">Neplatný port.</string>
<string name="request_empty">Výzva nemůže být prázdná</string>
<string name="request_sent">Výzva odeslána.</string>
<string name="customize_wol_port">Upravte WOL port a stiskněte Odeslat.</string>
<string name="couldnt_send_wol_packet">Nelze odeslat WOL packet bez známé MAC adresy.
</string>
<string name="no_activities_for_url">Žádné aktivity pro tento typ URL.</string>
<string name="select_ports">Vyberte porty</string>
<string name="enter_ports_list">Vložte čísla portů oddělených čárkou:</string>
<string name="invalid_port_">Neplatný port \'</string>
<string name="port_must_be_greater">Port musí být větší než 0 a menší než 65535.</string>
<string name="invalid_ports">Použili jste neplatné porty.</string>
<string name="empty_port_list">Prázdný list portů.</string>
<string name="about_csploit_v_">O cSploitu v</string>
<string name="select_target">Vyberte cíl, podržením k němu přiřaďte Alias nebo spusťe kombinovaný útok.
</string>
<string name="generating_keys">Generuji klíče…</string>
<string name="no_wifi_available">Bez Wifi připojení, aplikace jen zkontroluje aktualizace. #STATUS#
</string>
<string name="missing_core_update">Jádro není nainstalováno, aplikace jen zkontroluje aktualizace. #STATUS#
</string>
<string name="heart_attack_update">Nastala chyba typu Heart attack, aplikace jen zkontroluje aktualizace. #STATUS#
</string>
<string name="loading_changelog">Načítám změny…</string>
<string name="something_went_wrong_changelog">
<![CDATA[<html><body><p><b>Něco se stalo při získavání seznamu změn:</b></p><p><pre>{DESCRIPTION}</pre></p></body></html>]]></string>
<string name="cancel_dialog">Zrušit</string>
<string name="yes">Ano</string>
<string name="no">Ne</string>
<string name="connect">Připojit</string>
<string name="crack">Cracknout</string>
<string name="could_not_read_folder">Složka nelze číst</string>
<string name="choose_dir">Vybrat </string>
<string name="vulnerability_finder">Hledač Slabin</string>
<string name="vulnerability_finder_desc">Najít známé slabiny cíle přes National Vulnerability Database.
</string>
<string name="inspector">Inspektor Služeb</string>
<string name="inspector_desc">Spustit podrobnějšís detekci OS a služeb cíle
(pomalejší než Hledač Portů ale více účinné).
</string>
<string name="login_cracker">Cracker Přihlášení</string>
<string name="login_cracker_desc">Velmi rychlý síťový cracker přihlášení podporující mnoho služeb.
</string>
<string name="packet_forger">Padělatel Paketů</string>
<string name="packet_forger_desc">Vytvořit a poslat TCP nebo UDP paket cíli
</string>
<string name="port_scanner">Hledač Portů</string>
<string name="port_scanner_desc">Vyhledat SYN porty cíle.</string>
<string name="router_pwn">Router PWN</string>
<string name="router_pwn_desc">Jděte na http://routerpwn.com/ pro PWNuti Vašeho routeru.
</string>
<string name="trace">Trace</string>
<string name="trace_desc">Použít traceroute na cíl</string>
<string name="mitm">MITM</string>
<string name="mitm_desc">Použít různé man-in-the-middle útoky, jako síťové šmírování,
manipulace s daty, atd…
</string>
<string name="network_subnet_mask">Toto je Vaše síťová subnet maska</string>
<string name="gateway_router">(Vaše síťová gateway / router)</string>
<string name="this_device"> (Toto zařízení)</string>
<string name="wifi_went_down">Bylo vypnuto WiFi připojení</string>
<string name="hijack_session">Hijacknout sezení</string>
<string name="start_hijacking">Přestat šmírovat a začit hijackovat sezení?</string>
<string name="start_hijacking2">Začít relaci hijackingu?</string>
<string name="set_session_filename">Nastavte název souboru se sezením:</string>
<string name="session_sniffer">Šmírování Sezení</string>
<string name="untraced_hops">untraced hops</string>
<string name="add_username">Přidat uživatelské jméno</string>
<string name="enter_username">Vložte uživatelské jméno které chcete používat:</string>
<string name="select_wordlist">Vybrat slovník</string>
<string name="error_filepath">Zkuste jiný správce souborů.</string>
<string name="trying">Zkouším</string>
<string name="left">zbývá</string>
<string name="error_filepath2">Soubor nelze najít</string>
<string name="tap_again">Dotkněte se znovu pro ukončení</string>
<string name="unexpected_file_error">Nečekaná chyba při čtení souboru: </string>
<string name="the_port">Port</string>
<string name="error_proxy_port"> který je třeba pro transparentní proxy je používán jiným procesem, otevřít nastavení?</string>
<string name="error_mitm_port"> který ke třeba pro MITM je využíván jiným procesem, otevřít nastavení?</string>
<string name="error_https_port"> který ke potřebný pro MITM přesměrování je používán jiným procesem, otevřít nastavení?</string>
<string name="error_mitm_ports">Pro MITM moduly jsou nutné všechny porty dostupné</string>
<!-- rpc něco -->
<string name="error_rpc">Chyba RPC</string>
<string name="error_rpcd_inval">špatné nastavení</string>
<string name="error_rpcd_shell">nemohu spustit shell</string>
<string name="rpcd_starting">Spouštím Metasploit RPCD…</string>
<string name="rpcd_started">Metasploit RPCD spuštěn</string>
<string name="rpcd_stopped">Metasploit RPCD vypnut</string>
<string name="rpcd_running">Metasploit RPCD již běží</string>
<string name="rpcd_timedout">Metasploit RPCD neodpovídá</string>
<string name="error_rcpd_fatal">fatální chyba, hledám chybu pro poslání logu vývojářovi
pokud se nevypnu, vypněte mě z Nastavení->Aplikace,
a DEJTE VĚDĚT MÉMU VÝVOJÁŘI.
</string>
<!-- mitm moduly -->
<string name="mitm_simple_sniff">Jednoduché šmírování</string>
<string name="mitm_simple_sniff_desc">Přesměruje provoz z cíle do tohoto zařízení a ukáže některé informace při zpracovávání a uloží do souboru pcap.</string>
<string name="mitm_password_sniff">Šmírování Hesel</string>
<string name="mitm_password_sniff_desc">Šmírování hesel protokolů jako http, ftp, imap, imaps, irc, msn, atd. cíle.</string>
<string name="mitm_session_hijack">Hijacker Sezení</string>
<string name="mitm_session_hijack_desc">Naslouchá pro cookie na síti and hijacklých sezeních.</string>
<string name="mitm_connection_kill">Zabiják připojení</string>
<string name="mitm_connection_kill_desc">Zabít připojení pro předcházení načtení stránky nebo serveru cílem.</string>
<string name="mitm_connection_kill_error">Zabiják připojení lze použít jen na jeden cíl</string>
<string name="mitm_redirect">Přesměrování</string>
<string name="mitm_redirect_desc">Přesměruje všechen http provoz na jinou adresu</string>
<string name="mitm_redirection">Přesměrování</string>
<string name="error_port_outofrange">Port je příliš velký/malý</string>
<string name="error_invalid_address_or_port">Neplatná adresa a/nebo špatný port</string>
<string name="mitm_image_replace">Nahradit obrázky</string>
<string name="mitm_image_replace_desc">Nahradit obrázky na stránkách vlastním</string>
<string name="choose_source">Vyberte zdroj:</string>
<string name="local_images">Místní obrázky</string>
<string name="error_image_intent">To je divné, nemáte žádnou aplikaci pro výběr obrázků</string>
<string name="image">Obrázek</string>
<string name="enter_image_url">Vložte URL obrázku :</string>
<string name="error_image_url">Neplatné URL obrázku.</string>
<string name="mitm_video_replace">Nahradit videa</string>
<string name="mitm_video_replace_desc">Nahradit všechna YouTube videa na stránkách zvoleným.</string>
<string name="video">Video</string>
<string name="enter_video_url">Vložte URL videa :</string>
<string name="error_video_url">Neplatné YouTube video.</string>
<string name="mitm_script_injection">Injekce Skriptu</string>
<string name="mitm_script_injection_desc">Vložit javascript na všech navštívených stránkách.</string>
<string name="choose_method">Vybrat metodu:</string>
<string name="choose_branch">Vybrat větev:</string>
<string name="local_files">Místní soubory</string>
<string name="custom_code">Vlastní kód</string>
<string name="error_file_intent">Nejspíše nemáte kompatibilní prohlížeč souborů.</string>
<string name="enter_js_code">Vložte js kód pro vložení:</string>
<string name="error_js_code"><![CDATA[Neplatný javascriptový kód, nezapomeňte použít <script></script> ohraničující znaky.]]></string>
<string name="mitm_custom">Vlastní Filter</string>
<string name="mitm_custom_desc">Nahradit text na stránkách vlastním textem</string>
<string name="custom_filter">Vlastní Filter</string>
<string name="error_filter">Neplatná exprese</string>
<string name="file_output">Výstupní soubor</string>
<string name="question_save_to_pcap">Chcete uložit odšmírovaný provoz do pcap souboru?</string>
<string name="dumping_traffic_to">Ukládám provoz do </string>
<string name="error_mitm_proxy">Nelze vytvořit proxy, prosím zkontrolujte připojení a dostupnost portů.</string>
<string name="error_mitm_https_redirector">Nelze vytvořit HTTPS přesměrovač, prosím zkontrolujte připojení a dostupnost portů.</string>
<string name="error_mitm_resource_server">Nelze vytvořit zdrojový server, prosím zkontrolujte připojení a dostupnost portů.</string>
<string name="hijacker_load_from_file">Načíst ze souboru</string>
<string name="login_user_wordlist">Použít slovník</string>
<string name="login_pass_wordlist">Slovník hesel</string>
<string name="menu_new_session">Nové sezení</string>
<string name="menu_save_session">Uložit sezení</string>
<string name="menu_restore_session">Obnovit sezení</string>
<string name="menu_stop_monitor">Ukončit sledování sítě</string>
<string name="menu_submit_issue">Odeslat zprávu o chybě</string>
<string name="menu_about">O aplikaci</string>
<string name="iface_dialog_title">Vyberte síťové rozhraní</string>
<string name="iface_error_no_available">Nejsou dostupná žádná síťová rozhraní</string>
<string name="scanner_select_ports">Vyberte vlastní porty</string>
<string name="wifi_initializing">Připravuji …</string>
<string name="wifi_activating_iface">Aktivuji WiFi rozhraní …</string>
<string name="wifi_activated">WiFi aktiviváno.</string>
<string name="wifi_scanning">Hledání …</string>
<string name="wifi_attempting_to">Zkouším se připojit k</string>
<string name="wifi_with_key">s klíčem</string>
<string name="wifi_connecting_to">Připojuji k</string>
<string name="wifi_error_keys">Nelze vygenerovat klíče</string>
<string name="wifi_scan_finished">Konec hledání.</string>
<!-- nastaveni -->
<string name="pref_general">Hlavní</string>
<string name="pref_modules">Moduly</string>
<string name="pref_msf">MetasploitFramework</string>
<string name="pref_performance">Výkon</string>
<string name="pref_check_updates">Zkontrolovat aktualizace</string>
<string name="pref_wake_lock">Zabránit uspání</string>
<string name="pref_save_path">Místo ukládání</string>
<string name="pref_debug_error_logging">Ladící chyba záznamu</string>
<string name="pref_enable_profiler">Kódový Profil</string>
<string name="pref_sniffer_sample_time">Vzorkovací čas šmírování</string>
<string name="pref_http_proxy_port">HTTP Proxy Port</string>
<string name="pref_http_server_port">HTTP Server Port</string>
<string name="pref_https_redirect">SSL Stripping</string>
<string name="pref_https_redirector_port">HTTPS Redirector Port</string>
<string name="pref_http_max_buffer_size">HTTP Max Buffer Size</string>
<string name="pref_password_filename">Password Sniffer File</string>
<string name="pref_check_updates_desc">Kontrolovat aktualiuace při startu</string>
<string name="pref_wake_lock_desc">Zařízení nejde do režimu spánku při používání aplikace</string>
<string name="pref_save_path_desc">Globalní umístění pro každý zaznamenaný log</string>
<string name="pref_debug_error_logging_desc">Zapnout/vypnout logování do ladícího souboru.</string>
<string name="pref_enable_profiler_desc">Zapnout/vypnout záznam síťového kódu profilu do ladícího souboru</string>
<string name="pref_sniffer_sample_time_desc">Vzorkovací čas šmírování v sekundách</string>
<string name="pref_http_proxy_port_desc">MITM port pro naslouchání, změnit při problémech se zahajováním proxy.</string>
<string name="pref_http_server_port_desc">MITM http server port pro naslouchání, změnit při problémech se zahajováním serveru.</string>
<string name="pref_https_redirect_desc">Přesměrovat provoz z HTTPS do HTTP.</string>
<string name="pref_https_redirector_port_desc">MITM https přesměrovací server port pro naslouchání.</string>
<string name="pref_http_max_buffer_size_desc">Max buffer size of HTTP requests handled by the transparent proxy.</string>
<string name="pref_password_filename_desc">Jméno souboru pro záznam hesel a cookies.</string>
<string name="pref_msf_check_updates">Aktualizovat MSF</string>
<string name="pref_msf_check_updates_desc">Zkontrolovat dostupnost aktualizací pro MSF při každém spuštění aplikace</string>
<string name="pref_rpc_user">RPC uživatelské jméno</string>
<string name="pref_rpc_user_desc">Uživatelské jméno pro připojení k Metasploit RPCD.</string>
<string name="pref_rpc_pswd">RPC heslo</string>
<string name="pref_rpc_pswd_desc">Heslo pro připojení k Metasploit RPCD.</string>
<string name="pref_rpc_host">RPC hostitel</string>
<string name="pref_rpc_host_desc">hostitel, na kterém běží Metasploit RPC server</string>
<string name="pref_rpc_port">RPC port</string>
<string name="pref_rpc_port_desc">Port pro připojení k Metasploit RPCD.</string>
<string name="pref_rpc_ssl">RPC používá SSL</string>
<string name="pref_rpc_ssl_desc">Určit, zda bude Metasploit RPC používat SSL</string>
<string name="pref_msfdir">Složka s MSF</string>
<string name="pref_msfdir_desc">Adresář s uloženým Metasploit Framework.</string>
<string name="pref_rubydir">Složka s Ruby</string>
<string name="pref_rubydir_desc">Adresář s uloženým Ruby interpreter.</string>
<string name="pref_msf_branch_desc">Používané odvětví Metasploit Framework</string>
<string name="pref_msf_branch_title">MSF větev</string>
<string name="pref_performance_vuln_title">Preference vyhledávání</string>
<string name="pref_performance_vuln_desc">Hledání využití zranitelnosti</string>
<string-array name="pref_performance_vuln" >
<item>OSVDB</item>
<item>CVE</item>
<item>oboje - CVE i OSVDB</item>
</string-array>
<string name="pref_performance_exploit_desc">Hledání exploitů</string>
<string-array name="pref_performance_exploit" >
<item>MSF jenom kompatibilní </item>
<item>jen na exploitdb </item>
<item>z obou exploitdb i MSF</item>
</string-array>
<string name="pref_performance_widescan">široký sken hostitelů</string>
<string name="pref_performance_widescan_desc">hledovat hostitele i mimo zvolenou síťovou masku</string>
<string name="pref_advanced">Advanced</string>
<string name="pref_folder">Složka</string>
<string name="pref_msf_enable">Povolit MSF</string>
<string name="pref_msf_enable_desc">Povolit the Metasploit Framework</string>
<string name="pref_msf_notifications">Upozornění o stavu MSF</string>
<string name="pref_msf_notifications_desc">Zobrazit stav připojení MSF RPC</string>
<string name="pref_msf_delete">Odtranit MSF</string>
<string name="pref_msf_delete_desc">Odstranit Metasploit Framework z vašeho zařízení</string>
<string name="pref_msfwipe_message">Přejete si skutečně odstranit Metasploit Framework?</string>
<string name="pref_msfwipe_size">Bude uvolněno asi %d MB.</string>
<string name="pref_err_exists">neexistuje.</string>
<string name="pref_err_writable">nelze zapisovat</string>
<string name="pref_err_executable">neumožňuje vytvoření spustitelných souborů.</string>
<string name="pref_err_sample_time">Vzorkovací čas musí být mezi 0.4 a 1.0.</string>
<string name="pref_err_invalid_number">Neplatné číslo.</string>
<string name="pref_err_port_range">Port musí být mezi 1024 a 65535.</string>
<string name="pref_err_busy_port">Jiný proces naslouchá na tomto portu, prosím zvolte jiný.</string>
<string name="pref_err_buffer_size">Velikost Bufferu musí být mezi 1024 a 104857600.</string>
<string name="pref_persistent_network_monitor">stálé sledování sítě</string>
<string name="pref_persistent_network_monitor_desc">nechat monitor sítě sledovat síť</string>
<string name="pref_auto_portscan">Automatický sken portů</string>
<string name="pref_auto_portscan_desc">Vždy provést SYN sken k nalezení otevřených portů, když je objeven nový hostitel</string>
<string name="exploit_finder">Hledač Exploitů</string>
<string name="exploit_finder_desc">Hledat chyby které souhlasí se slabinami</string>
<string name="exploit_launch_all">Spustit vše</string>
<string name="sessions">Sezení</string>
<string name="sessions_desc">Sezení na PWNutém cíly.</string>
<string name="exploit_launch">Spustit</string>
<string name="exploit_edit_options">Upravit možnosti</string>
<string name="payload_edit_settings">Upravit možnosti paylodu</string>
<string name="exploit_choose_payload">Zvolit payload</string>
<string name="exploit_choose_target">Zvolit cíl</string>
<string name="open_url">Otevřít URL</string>
<string name="show_full_description">Zobrazit celý popis</string>
<string name="choose_an_option">Zvolte možnost</string>
<string name="required">Požadované</string>
<string name="menu_add">Přidat</string>
<string name="menu_scan">Skenovat</string>
<string name="menu_wifi_scan">WiFi sken</string>
<string name="menu_stop_msfrpcd">Ukončit msfrpcd</string>
<string name="pref_theme">Tmavé téma</string>
<string name="pref_choose_theme">Tmavé téma je lepší pro tmavé prostředí</string>
<string name="please_restart">Bude aplikováno po restartu</string>
<string name="evasion">Evasion</string>
<string name="search_exact_version">Přesná shoda verzí</string>
<string name="sessions_title">Otevřete shell kliknutím na sezení, nebo podržte pro zobrazení více možností.</string>
<string name="open_shell">Otevřít shell</string>
<string name="clear_event_log">Vyčistit log událostí</string>
<string name="run">Spustit</string>
<string name="command">Příkaz</string>
<string name="clear">Vyčisti</string>
<string name="msfrpc_disconnected">MSF RPC odpojen</string>
<string name="no_opened_sessions">není otevřeno žádné spojení pro zvolený cíl</string>
<string name="delete">Odstranit</string>
<string name="checksum_failed">Soubor je poškozen</string>
<string name="extraction_failed">Extrahování selhalo</string>
<string name="extracting">Extrahuji…</string>
<string name="click_here_to_upgrade">Klikněte sem pro upgrade</string>
<string name="bad_permissions">Místní soubor, který jsi uložil do úložiště má špatně nastavená oprávnění, nemohu ho číst ani upravovat!</string>
<string name="restore_default_path">obnovit defaultní cestu</string>
<string name="choose_a_custom_path">zvolit vlastní cestu</string>
<string name="error_symlink">koncové zařízení nepodporuje symlinky, prosím, vyberte vhodný systém souborů.</string>
<string name="target_selected">cíl byl zvolen</string>
<string name="targets_selected">cíle byly vybrány</string>
<string name="multiple_attack">kombinovaný útok</string>
<string name="connect_msf">připojit k Metasploitu</string>
<string name="disconnect_msf">odpojit se od Metasploitu</string>
<string name="connected_msf">připojeno Metasploitu</string>
<string name="connection_failed">připojení SELHALO!</string>
<string name="new_ruby_update_desc">Je dostupná aktualizace pro Ruby</string>
<string name="delete_previous_location">Vyčistit minulou polohu?</string>
<string name="setting_file_modes">nastavuji oprávnění souborů…</string>
<string name="updating_rubygem">aktualizuji RubyGems</string>
<string name="installing_gems">instaluji gems…</string>
<string name="patching_shebang">patchování shebang</string>
<string name="installing_msf_gems">instaluji gems for MSF</string>
<string name="installing_bundle">instaluji bundle</string>
<string name="new_gems_update_desc">Je dostupná aktualizace pro ruby gems</string>
<string name="heart_attack">heart attack</string>
<string name="cannot_download_core">Nemohu stáhnout jádro cSploitu pro vaše zařízení</string>
<string name="unable_to_start_updateservice">nemohu spustit aktualizační službu</string>
<string name="no_core_no_connectivity">jádro není nainstalováno, je potřeba funkční datové připojení pro první spuštění</string>
<string name="no_core_found">nemohu nalézt jádro pro vaše zařízení</string>
<string name="mandatory_update">tato aktualizace je potřebná</string>
<string name="new_core_found">Je k dispozici jádro cSploitu verze %s, přejete si aktualizovat?</string>
<string name="pref_updates">Aktualizace</string>
<string name="pref_updates_app">Aplikace</string>
<string name="pref_updates_app_desc">zkontrolovat aktualizace aplikace</string>
<string name="pref_updates_core">Jádro</string>
<string name="pref_updates_core_desc">zkontrolovat aktualizace jádra</string>
<string name="pref_updates_ruby">Ruby</string>
<string name="pref_updates_ruby_desc">zkontrolovat aktualizace Ruby</string>
<string name="pref_updates_msf">MSF</string>
<string name="pref_updates_msf_desc">zkontrolovat aktualizace MSF</string>
<string name="pref_updates_gems">RubyGems</string>
<string name="pref_updates_gems_desc">zkontrolovat aktualizace RubyGems</string>
<string name="pref_msf_manifest">Vlastní manifest</string>
<string name="pref_msf_manifest_desc">vlastní URL manifestu pro MSF</string>
<string name="buildinfo">Informace o sestavení</string>
<string name="menu_multiaction">Multi Akce</string>
<string name="menu_focusedscan">zaměřený sken</string>
<string name="crash_dialog_title">cSploit spadl</string>
<string name="crash_dialog_text">Nastala neočekávaná chyba, nucející aplikaci nebo její část se okamžitě ukončit. Prosím, pomoz se nám to opravit zasláním dat o chybách, vše co musíš udělat je stisknout \'OK\'.</string>
<string name="crash_dialog_comment">Teoreticky bys mohl přidat komentář k tvému problému do prostoru níže.</string>
<string name="JNI_crash_detected">Knihovna JNI spadla již minule, doufám, že jsi nám již podal hlášení.</string>
<string name="update_cancelled">Aktualizace byla zastavena</string>
<string name="child_not_started">Nemohu spustit proces</string>
<string name="msfrpcd_killed">MSF RPC Daemon byl terminován</string>
<string name="msfrcd_start_failed">Nepodařilo se spustit MSF RPC Daemon</string>
<string name="msf_connection_failed">Připojení k MSF RPC Daemon SELHALO!</string>
<string name="net_discovery_start_failed">Průzkum sítě SELHAL!</string>
<string name="new_apk_found">Je k dispozici verze aplikace %s , přejete si aktualizovat?</string>
<string name="new_ruby_found">Je k dispozici nová verze Ruby, přejete si aktualizovat?</string>
<string name="new_msf_found">Je k dispozici nová verze MSF, přejete si aktualizovat?</string>
<string name="msf_status">Metasploit Status</string>
<string name="msf_exploit_ranking">Hodnocení: %s</string>
<string name="msf_rank_manual">Ruční</string>
<string name="msf_rank_low">Nízký</string>
<string name="msf_rank_average">Průměrný</string>
<string name="msf_rank_normal">Normalní</string>
<string name="msf_rank_good">Dobrý</string>
<string name="msf_rank_great">Skvělý</string>
<string name="msf_rank_excellent">Excellentní</string>
<string name="mitm_ss_select_target_title">Zvolte cíl</string>
<string name="mitm_ss_select_target_prompt">Zvolit %s ?</string>
<string name="issue_message"><![CDATA[<p>Před nahlášením nového problému se, prosím, podívejte na již sepsané <a href="%1$s">otevřené problémy</a>, pravděpodobně byl již někým nahlášen. Pokud ještě nhlášen nebyl, budeme potřebovat co nejvíce informací, které můžete sehnat, takže si, prosím, přečtěte <a href="%2$s">tuto příručku</a>, kde se dozvíte, jak správně ohlásit Váš problém.</p>]]></string>
<string name="connection_lost">připojení ztraceno</string>
<string name="connection_lost_prompt">smazat aktuální sezení a začít nové?</string>
<string name="any_interface">jakékoliv rozhraní</string>
<string name="error_initializing_interface">Chyba při načítání %s</string>
</resources>