Skip to content

Commit cd8cb8c

Browse files
committed
Fix capitalization for strings.xml per Google style guidelines
See here: https://www.google.com/design/spec/style/writing.html#writing-tone
1 parent 17caa2d commit cd8cb8c

File tree

1 file changed

+62
-62
lines changed

1 file changed

+62
-62
lines changed

cSploit/res/values/strings.xml

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
<string name="enter_url">Enter an URL, host name or IP address below:</string>
7777
<string name="net_discovery_stopped">Network discovery stopped.</string>
7878
<string name="net_discovery_started">Network discovery started.</string>
79-
<string name="start_monitor">Start Network Monitor</string>
80-
<string name="stop_monitor">Stop Network Monitor</string>
79+
<string name="start_monitor">Start network monitor</string>
80+
<string name="stop_monitor">Stop network monitor</string>
8181
<string name="start_msfrpcd">Start Metasploit RPCD</string>
8282
<string name="stop_msfrpcd">Stop Metasploit RPCD</string>
8383
<string name="exit">Exit</string>
@@ -88,10 +88,10 @@
8888
<string name="github_new_issue_url" translatable="false">https://github.com/cSploit/android/issues/new</string>
8989
<string name="no_session_found">No session file found on sd card.</string>
9090
<string name="select_session_file">Select a session file from the sd card :</string>
91-
<string name="select_session">Select Session</string>
91+
<string name="select_session">Select session</string>
9292
<string name="invalid_session">Invalid session name.</string>
9393
<string name="session_saved_to">Session saved to &#160;</string>
94-
<string name="save_session">Save Session</string>
94+
<string name="save_session">Save session</string>
9595
<string name="enter_session_name">Enter the name of the session file :</string>
9696
<string name="new_session_started">New session started</string>
9797
<string name="warning">Warning</string>
@@ -185,18 +185,18 @@
185185
<string name="vulnerability_finder_desc">Search for known vulnerabilities for target running
186186
services upon National Vulnerability Database.
187187
</string>
188-
<string name="inspector">Service Inspector</string>
188+
<string name="inspector">Service inspector</string>
189189
<string name="inspector_desc">Perform target operating system and services deep detection
190190
(slower than port scanner, but more accurate).
191191
</string>
192-
<string name="login_cracker">Login Cracker</string>
192+
<string name="login_cracker">Login cracker</string>
193193
<string name="login_cracker_desc">A very fast network logon cracker which support many different
194194
services.
195195
</string>
196-
<string name="packet_forger">Packet Forger</string>
196+
<string name="packet_forger">Packet forger</string>
197197
<string name="packet_forger_desc">Craft and send a custom TCP or UDP packet to the target.
198198
</string>
199-
<string name="port_scanner">Port Scanner</string>
199+
<string name="port_scanner">Port scanner</string>
200200
<string name="port_scanner_desc">Perform a SYN port scanning on target.</string>
201201
<string name="router_pwn">Router PWN</string>
202202
<string name="router_pwn_desc">Launch the http://routerpwn.com/ service to pwn your router.
@@ -246,65 +246,65 @@
246246
<string name="rpcd_timedout">Metasploit RPCD does not respond</string>
247247

248248
<!-- mitm modules -->
249-
<string name="mitm_simple_sniff">Simple Sniff</string>
249+
<string name="mitm_simple_sniff">Simple sniff</string>
250250
<string name="mitm_simple_sniff_desc">Redirect target\'s traffic through this device and show some stats while dumping it to a pcap file.</string>
251-
<string name="mitm_password_sniff">Password Sniffer</string>
251+
<string name="mitm_password_sniff">Password sniffer</string>
252252
<string name="mitm_password_sniff_desc">Sniff passwords of many protocols such as http, ftp, imap, imaps, irc, msn, etc from the target.</string>
253253
<string name="mitm_password_sniff_menu_fields">Users/pass fields</string>
254-
<string name="mitm_session_hijack">Session Hijacker</string>
254+
<string name="mitm_session_hijack">Session hijacker</string>
255255
<string name="mitm_session_hijack_desc">Listen for cookies on the network and hijack sessions.</string>
256-
<string name="mitm_connection_kill">Kill Connections</string>
256+
<string name="mitm_connection_kill">Kill connections</string>
257257
<string name="mitm_connection_kill_desc">Kill connections preventing the target to reach any website or server.</string>
258258
<string name="mitm_connection_kill_error">Connection killer can be used only against single endpoints.</string>
259259
<string name="mitm_redirect">Redirect</string>
260260
<string name="mitm_redirect_desc">Redirect all the http traffic to another address.</string>
261261
<string name="mitm_redirection">Redirection</string>
262262
<string name="error_port_outofrange">Port out of range.</string>
263263
<string name="error_invalid_address_or_port">Invalid address and/or port specified.</string>
264-
<string name="mitm_image_replace">Replace Images</string>
264+
<string name="mitm_image_replace">Replace images</string>
265265
<string name="mitm_image_replace_desc">Replace all images on webpages with the specified one.</string>
266266
<string name="choose_source">Choose a source:</string>
267267
<string name="local_images">Local Images</string>
268268
<string name="error_image_intent">This is weird, seems like you have no application to handle image browsing.</string>
269269
<string name="image">Image</string>
270270
<string name="enter_image_url">Enter the url of the image :</string>
271271
<string name="error_image_url">Invalid image url.</string>
272-
<string name="mitm_video_replace">Replace Videos</string>
272+
<string name="mitm_video_replace">Replace videos</string>
273273
<string name="mitm_video_replace_desc">Replace all youtube videos on webpages with the specified one.</string>
274274
<string name="video">Video</string>
275275
<string name="enter_video_url">Enter the url of the video :</string>
276276
<string name="error_video_url">Invalid youtube video.</string>
277-
<string name="mitm_script_injection">Script Injection</string>
278-
<string name="mitm_script_injection_desc">Inject a javascript in every visited webpage.</string>
277+
<string name="mitm_script_injection">Script injection</string>
278+
<string name="mitm_script_injection_desc">Inject a Javascript in every visited web page.</string>
279279
<string name="choose_method">Choose a method:</string>
280280
<string name="choose_branch">Choose a branch:</string>
281281
<string name="local_files">Local files</string>
282-
<string name="custom_code">Custom Code</string>
283-
<string name="error_file_intent">Seems like you have no file manager capable of browsing files, please install one.</string>
284-
<string name="enter_js_code">Enter the js code to inject :</string>
282+
<string name="custom_code">Custom code</string>
283+
<string name="error_file_intent">Seems like you have no file manager capable of browsing files. Please install one.</string>
284+
<string name="enter_js_code">Enter the Javascript code to inject :</string>
285285
<string name="error_js_code"><![CDATA[Invalid javascript code, remember to use <script></script> enclosing tags.]]></string>
286-
<string name="mitm_custom">Custom Filter</string>
286+
<string name="mitm_custom">Custom filter</string>
287287
<string name="mitm_custom_desc">Replace custom text on webpages with the specified one.</string>
288-
<string name="custom_filter">Custom Filter</string>
288+
<string name="custom_filter">Custom filter</string>
289289
<string name="error_filter">Invalid regular expression</string>
290-
<string name="file_output">File Output</string>
291-
<string name="question_save_to_pcap">Do you want to save sniffed traffic to a pcap file?</string>
290+
<string name="file_output">File output</string>
291+
<string name="question_save_to_pcap">Do you want to save sniffed traffic to a PCAP file?</string>
292292
<string name="dumping_traffic_to">Dumping traffic to </string>
293293

294294
<string name="error_mitm_proxy">Unable to create the proxy, please check your connection and port availability.</string>
295295
<string name="error_mitm_https_redirector">Unable to create the HTTPS redirector, please check your connection and port availability.</string>
296296
<string name="error_mitm_resource_server">Unable to create the resource server, please check your connection and port availability.</string>
297297

298-
<string name="hijacker_load_from_file">Load From File</string>
299-
<string name="login_user_wordlist">User Wordlist</string>
300-
<string name="login_pass_wordlist">Password Wordlist</string>
298+
<string name="hijacker_load_from_file">Load from file</string>
299+
<string name="login_user_wordlist">User word list</string>
300+
<string name="login_pass_wordlist">Password word list</string>
301301

302-
<string name="menu_new_session">New Session</string>
303-
<string name="menu_save_session">Save Session</string>
304-
<string name="menu_restore_session">Restore Session</string>
305-
<string name="menu_stop_monitor">Stop Network Monitor</string>
306-
<string name="menu_submit_issue">Submit Issue</string>
307-
<string name="menu_about">About</string>
302+
<string name="menu_new_session">New session</string>
303+
<string name="menu_save_session">Save session</string>
304+
<string name="menu_restore_session">Restore session</string>
305+
<string name="menu_stop_monitor">Stop network monitor</string>
306+
<string name="menu_submit_issue">Submit issue</string>
307+
<string name="menu_about">About cSploit</string>
308308

309309
<string name="scanner_select_ports">Select Custom Ports</string>
310310
<string name="scanner_custom_parameters">Custom parameters</string>
@@ -319,27 +319,27 @@
319319
<string name="wifi_error_keys">Could not generate keys.</string>
320320
<string name="wifi_scan_finished">Scanning finished.</string>
321321

322-
<string name="mitm_dns_spoofing">DNS Spoofing</string>
322+
<string name="mitm_dns_spoofing">DNS spoofing</string>
323323
<string name="mitm_dns_spoofing_desc">Redirect domains to a different web/IP</string>
324324
<string name="mitm_dns_spoofing_list_saved">Saved</string>
325325

326326
<!-- preferences -->
327327
<string name="pref_general">General</string>
328328
<string name="pref_modules">Modules</string>
329-
<string name="pref_msf">Metasploit Framework</string>
329+
<string name="pref_msf">Metasploit framework</string>
330330
<string name="pref_performance">Performance</string>
331-
<string name="pref_check_updates">Check for Updates</string>
332-
<string name="pref_wake_lock">Wake Lock</string>
333-
<string name="pref_save_path">Save Path</string>
334-
<string name="pref_debug_error_logging">Debug Error Logging</string>
335-
<string name="pref_enable_profiler">Code Profiler</string>
336-
<string name="pref_sniffer_sample_time">Sniffer Sample Time</string>
337-
<string name="pref_http_proxy_port">HTTP Proxy Port</string>
338-
<string name="pref_http_server_port">HTTP Server Port</string>
339-
<string name="pref_https_redirect">SSL Stripping</string>
340-
<string name="pref_https_redirector_port">HTTPS Redirector Port</string>
341-
<string name="pref_http_max_buffer_size">HTTP Max Buffer Size</string>
342-
<string name="pref_password_filename">Password Sniffer File</string>
331+
<string name="pref_check_updates">Check for updates</string>
332+
<string name="pref_wake_lock">Wake lock</string>
333+
<string name="pref_save_path">Save path</string>
334+
<string name="pref_debug_error_logging">Debug error logging</string>
335+
<string name="pref_enable_profiler">Code profiler</string>
336+
<string name="pref_sniffer_sample_time">Sniffer sample time</string>
337+
<string name="pref_http_proxy_port">HTTP proxy port</string>
338+
<string name="pref_http_server_port">HTTP server port</string>
339+
<string name="pref_https_redirect">SSL stripping</string>
340+
<string name="pref_https_redirector_port">HTTPS redirector port</string>
341+
<string name="pref_http_max_buffer_size">HTTP max buffer size</string>
342+
<string name="pref_password_filename">Password sniffer file</string>
343343
<string name="pref_check_updates_desc">Check for updates every time the application is started.</string>
344344
<string name="pref_wake_lock_desc">Prevents the device going in sleep mode while the application is running.</string>
345345
<string name="pref_save_path_desc">Global save path to put every log file.</string>
@@ -418,7 +418,7 @@
418418
<string name="pref_auto_portscan">Auto port-scan</string>
419419
<string name="pref_auto_portscan_desc">Always SYN scan for open ports when new host is discovered</string>
420420

421-
<string name="exploit_finder">Exploit Finder</string>
421+
<string name="exploit_finder">Exploit finder</string>
422422
<string name="exploit_finder_desc">Search for exploit that matches found vulnerabilities.</string>
423423
<string name="exploit_launch_all">Launch all</string>
424424
<string name="sessions">Sessions</string>
@@ -435,10 +435,10 @@
435435

436436
<string name="menu_add">Add</string>
437437
<string name="menu_scan">Scan</string>
438-
<string name="menu_wifi_scan">WiFi Scan</string>
438+
<string name="menu_wifi_scan">WiFi scan</string>
439439
<string name="menu_stop_msfrpcd">Stop MSFRPCD</string>
440440

441-
<string name="pref_theme">Dark Theme</string>
441+
<string name="pref_theme">Dark theme</string>
442442
<string name="pref_choose_theme">Enable the dark theme, which is easier on the eyes</string>
443443
<string name="please_restart">The new theme will not be applied until you restart the app</string>
444444
<string name="evasion">Evasion</string>
@@ -487,19 +487,19 @@
487487
<string name="new_core_found">Core version %s is available, do you want to upgrade ?</string>
488488
<string name="pref_updates">Updates</string>
489489
<string name="pref_updates_app">App</string>
490-
<string name="pref_updates_app_desc">check for App updates</string>
490+
<string name="pref_updates_app_desc">Check for app updates</string>
491491
<string name="pref_updates_core">Core</string>
492-
<string name="pref_updates_core_desc">check for Core updates</string>
492+
<string name="pref_updates_core_desc">Check for core updates</string>
493493
<string name="pref_updates_ruby">Ruby</string>
494-
<string name="pref_updates_ruby_desc">check for Ruby updates</string>
494+
<string name="pref_updates_ruby_desc">Check for Ruby updates</string>
495495
<string name="pref_updates_msf">MSF</string>
496-
<string name="pref_updates_msf_desc">check for MSF updates</string>
496+
<string name="pref_updates_msf_desc">Check for MSF updates</string>
497497
<string name="pref_updates_gems">RubyGems</string>
498-
<string name="pref_updates_gems_desc">check for RubyGems updates</string>
498+
<string name="pref_updates_gems_desc">Check for RubyGems updates</string>
499499
<string name="pref_msf_manifest">Custom manifest</string>
500-
<string name="pref_msf_manifest_desc">custom MSF manifest URL</string>
501-
<string name="buildinfo">Build Info</string>
502-
<string name="menu_multiaction">Multi Action</string>
500+
<string name="pref_msf_manifest_desc">Custom MSF manifest URL</string>
501+
<string name="buildinfo">Build info</string>
502+
<string name="menu_multiaction">Multi action</string>
503503
<string name="menu_focusedscan">focused scan</string>
504504
<string name="menu_resolve_names">resolve hostnames</string>
505505

@@ -509,13 +509,13 @@
509509
<string name="JNI_crash_detected">The JNI library has crashed previously. Reporting the circumstances leading to the crash would be appreciated.</string>
510510
<string name="update_cancelled">Update cancelled</string>
511511
<string name="child_not_started">Cannot start process</string>
512-
<string name="msfrpcd_killed">MSF RPC Daemon killed</string>
513-
<string name="msfrcd_start_failed">MSF RPC Daemon failed to start</string>
514-
<string name="msf_connection_failed">Connection to the MSF RPC Daemon FAILED!</string>
512+
<string name="msfrpcd_killed">MSF RPC daemon killed</string>
513+
<string name="msfrcd_start_failed">MSF RPC daemon failed to start</string>
514+
<string name="msf_connection_failed">Connection to the MSF RPC daemon FAILED!</string>
515515
<string name="net_discovery_start_failed">Network discovery FAILED to start!</string>
516516
<string name="new_apk_found">App version %s is available, do you want to upgrade ?</string>
517-
<string name="new_ruby_found">A new version for ruby is available, do you want to upgrade ?</string>
518-
<string name="new_msf_found">A new msf version is available, do you want to upgrade ?</string>
517+
<string name="new_ruby_found">A new version of Ruby is available, do you want to upgrade ?</string>
518+
<string name="new_msf_found">A new MSF version is available, do you want to upgrade ?</string>
519519
<string name="msf_status">Metasploit Status</string>
520520
<string name="msf_exploit_ranking">Ranking: %s</string>
521521
<string name="msf_rank_manual">Manual</string>

0 commit comments

Comments
 (0)