strings.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="app_name">HosTaGe</string>
  4. <string name="action_settings">Settings</string>
  5. <string name="action_about">About</string>
  6. <string name="capital_on">OFF</string>
  7. <string name="capital_off">ON</string>
  8. <string name="title_connection_info">Connection Info</string>
  9. <string name="status">Status</string>
  10. <string name="paranoid">Paranoid Mode</string>
  11. <string name="details">Connection info</string>
  12. <string name="not_connected">Not connected</string>
  13. <string name="attack">&#160;attack</string>
  14. <string name="attacks">&#160;attacks</string>
  15. <string name="secure">Secure</string>
  16. <string name="insecure">Insecure</string>
  17. <string name="logged">&#160;logged</string>
  18. <string name="recorded">&#160;recorded</string>
  19. <string name="zero_attacks">0 attacks recorded</string>
  20. <string name="information">Information</string>
  21. <string name="wifi_not_connected_msg">You are not connected to a WiFi network. \n\nPlease connect to one, before trying to activate HosTaGe.</string>
  22. <string name="network_not_connected_msg">You are not connected to any network. \n\nPlease connect to one, before trying to activate HosTaGe.</string>
  23. <string name="no_network_connection_threatmap_msg">Currently you are not connected to the Internet.\n\nPlease establish a connection to use the Threatmap.</string>
  24. <string name="profile_no_services_msg">The current active profile does not seem to monitor any services.\n\nPlease activate some services to monitor in the profile.</string>
  25. <string name="no_portbinder_msg">Your device does not have \'Portbinder\' installed. Due to the limitations of Android OS, you could only use services that are utilizing ports > 1024.\n\nTo enable full functionality of HosTaGe, please make sure your device is rooted and \'Portbinder\' is installed.</string>
  26. <string name="help">How?</string>
  27. <string name="portbinder">Portbinder</string>
  28. <string name="portbinder_tutorial">Video Tutorial</string>
  29. <string name="portbinder_website">Visit Official Website</string>
  30. <string name="helpPortbinder">You can compile the \'Portbinder\' yourself from source, i.e., located in the folder \'native\', or download some precompiled binaries (with your own risk) based on the architecture of your device, e.g., ARM, from our website. \n\nPlease also check the video tutorial on how to install \'Portbinder\' in your device.</string>
  31. <string name="profile_needs_name">An profile needs a name. Please type in a name and press save again.</string>
  32. <string name="monitor_current_connection">Monitor current connection</string>
  33. <string name="active_profile">Active profile: </string>
  34. <string name="ssid">SSID:</string>
  35. <string name="bssid">BSSID:</string>
  36. <string name="protocol">Protocol:</string>
  37. <string name="timestamp">Timestamp:</string>
  38. <string name="location">Location:</string>
  39. <string name="internal_ip">Internal IP:</string>
  40. <string name="external_ip">External IP:</string>
  41. <string name="remote_ip">Remote IP:</string>
  42. <string name="packet_type">Packet type:</string>
  43. <string name="packet_content">Packet content:</string>
  44. <string name="services">Services</string>
  45. <string name="connections">Recorded connections:</string>
  46. <string name="statistics">Statistics</string>
  47. <string name="database">Database</string>
  48. <string name="log_actions">Actions</string>
  49. <string name="firstAttack">First Attack:</string>
  50. <string name="lastAttack">Last Attack:</string>
  51. <string name="clear">Clear</string>
  52. <string name="delete">Delete</string>
  53. <string name="cancel">Cancel</string>
  54. <string name="close">Close</string>
  55. <string name="show_records">Show records</string>
  56. <string name="dialog_clear_database">Clear all data?</string>
  57. <string name="export_dialog_title">Choose Export Format</string>
  58. <string name="delete_dialog_title">Delete data sets by:</string>
  59. <string name="dialog_clear_database_date">Delete all data before:</string>
  60. <string name="threatmap_show_records"><u>Show records</u></string>
  61. <string name="RecordBSSID">BSSID</string>
  62. <string name="RecordSSID">SSID</string>
  63. <string name="RecordTimestamp">timestamp</string>
  64. <string name="RecordProtocol">protocol</string>
  65. <string name="drawer_open">Open navigation drawer</string>
  66. <string name="drawer_close">Close navigation drawer</string>
  67. <string name="drawer_overview">Overview</string>
  68. <string name="drawer_threat_map">Threat Map</string>
  69. <string name="drawer_records">Records</string>
  70. <string name="drawer_services">Services</string>
  71. <string name="drawer_settings">Settings</string>
  72. <string name="drawer_profile_manager">Profiles</string>
  73. <string name="drawer_app_info">Application info</string>
  74. <string name="drawer_statistics">Statistics</string>
  75. <string name="drawer_help">Help videos</string>
  76. <string name="button_title_apply">Apply</string>
  77. <string name="button_title_cancel">Cancel</string>
  78. <string name="shared_preference_path">de.tudarmstadt.informatik.hostage.preferences</string>
  79. <string name="UUID">9fc4f490-659e-11e3-949a-0800200c9a66</string>
  80. <string name="recorded_attacks">recorded attacks: </string>
  81. <string name="current_connection">Current connection</string>
  82. <string name="monitor_services">Monitor services</string>
  83. <string name="device_rooted">Device rooted</string>
  84. <string name="porthack_installed">Porthack installed</string>
  85. <string name="yes">Yes</string>
  86. <string name="no">No</string>
  87. <string name="no_data_notification">No Attacks are recorded. Please check your filter option.</string>
  88. <string name="no_data_notification_no_filter">No Attacks are recorded.</string>
  89. <string name="TODAY">Today</string>
  90. <string name="YESTERDAY">Yesterday</string>
  91. <string name="hostage_with_url"><a href="http://www.tk.informatik.tu-darmstadt.de/de/research/secure-smart-infrastructures/hostage">HosTaGe</a></string>
  92. <string name="ui_dev_by">UI developed by</string>
  93. <string name="core_dev_by">Core developed by</string>
  94. <string name="advanced_settings">Advanced Settings</string>
  95. <string name="change_name_of_profile">Change the name of this profile</string>
  96. <string name="change_desc_of_profile">Change the description of this profile here</string>
  97. <string name="change_icon_of_profile">Choose an icon for this profile</string>
  98. <string name="general">General</string>
  99. <string name="profile_description">Description</string>
  100. <string name="select_icon">Select Icon</string>
  101. <string name="delete_profile">Delete profile</string>
  102. <string name="discard">Discard</string>
  103. <string name="save">Save</string>
  104. <string name="really_want_delete_profiel">Do you really want to delete this profile?</string>
  105. <string name="rec_protocol">Protocol</string>
  106. <string name="date">Date</string>
  107. <string name="ESSID">ESSID</string>
  108. <string name="BSSID">BSSID</string>
  109. <string name="rec_sortby">Sort by</string>
  110. <string name="rec_latest">Latest</string>
  111. <string name="rec_earliest">Earliest</string>
  112. <string name="rec_reset_filter">Reset Filter</string>
  113. <string name="rec_group_by">Group by</string>
  114. <string name="rec_filter_by">Filter by</string>
  115. <string name="rec_time">Time</string>
  116. <string name="rec_set_date">Set Date</string>
  117. <string name="rec_set">Set</string>
  118. <string name="rec_cancel">Cancel</string>
  119. <string name="stats_protocols">Protocols</string>
  120. <string name="stats_networks">Networks</string>
  121. <string name="stats_attacks">Attacks</string>
  122. <string name="stats_visualize">Visualize</string>
  123. <string name="stats_bar_plot">Bar Plot</string>
  124. <string name="stats_pie_plot">Pie Plot</string>
  125. <string name="stats_line_plot">Line Plot</string>
  126. <string name="stats_other">Other</string>
  127. <string name="stats_attacks_count">Attack count</string>
  128. <string name="stats_select_protocol">Select Protocol</string>
  129. <string name="stats_attacks_essid">Attacks per ESSID</string>
  130. <string name="stats_attacks_bssid">Attacks per BSSID</string>
  131. <string name="stats_attacks_time">Attacks over time (24h)</string>
  132. <string name="stats_attacks_date">Attacks over date</string>
  133. <string name="stats_uses_protocol">Uses per protocol</string>
  134. <string name="stats_attacks_protocol">Attacks per protocol</string>
  135. <string name="stats_select_attack_data">Select attack data to compare</string>
  136. <string name="stats_select_network_data">Select network data to compare</string>
  137. <string name="stats_select_protocol_data">Select protocol data to compare</string>
  138. <string name="stats_per_cent_all">% of all</string>
  139. <string name="pie_all">All</string>
  140. <string name="record_details_received">RECEIVED</string>
  141. <string name="record_details_sent">SENT</string>
  142. <string name="record_details_info" formatted="false">from %s to %s\n%s at %s</string>
  143. <string name="record_details_dateformat" formatted="false">MMMM d, yyyy \'at\' H:m:s a</string>
  144. <string name="record_details_nocontent">No content</string>
  145. <string name="record_details_remote_ip">REMOTE IP</string>
  146. <string name="record_details_conversation">Conversation</string>
  147. <string name="record_details_confirm_delete">Do you really want to delete this record?</string>
  148. <string name="profile_vista_desc">This profile will imitate a Windows Vista machine</string>
  149. <string name="profile_seven_desc">This profile will imitate a Windows 7 machine</string>
  150. <string name="profile_xp_desc">This profile will activate Windows XP typical services</string>
  151. <string name="profile_webserv_http_desc">This profile will imitate a simple webserver, which just supports the HTTP protocol</string>
  152. <string name="profile_webserv_apache_desc">This profile will imitate an apache web server</string>
  153. <string name="profile_webserv_iis_desc">This profile will imitate an IIS web server</string>
  154. <string name="profile_webserv_desc">This profile will imitate a simple webserver, which supports both the HTTP and HTTPS protocol</string>
  155. <string name="profile_unix_desc">This profile monitors unix typical services</string>
  156. <string name="profile_linux_desc">This profile will imitate a linux machine by monitoring linux typical services</string>
  157. <string name="profile_linux_hard_desc">This profile will imitate a linux machine which has just SSH activated</string>
  158. <string name="profile_voip_desc">This profile imitates a VOIP Server by monitoring the SIP service</string>
  159. <string name="profile_random_desc">This profile monitors services randomly</string>
  160. <string name="profile_paranoid_desc">This profile monitors all available services</string>
  161. <string name="profile_help_swipe">Swipe from the left or right on an item to expose all available actions for an item</string>
  162. <string name="profile_monitor_ghost">Monitor GHOST</string>
  163. <string name="profile_activate_ghost">Activate GHOST monitoring</string>
  164. <string name="profile_activate_ghost_summary">This protocol mirrors an incoming connection back to the attacker on the same port, that it is running on</string>
  165. <string name="profile_mirror_ghost">Mirror GHOST ports</string>
  166. <string name="profile_mirror_ghost_summary">Mirrors the traffic on the given ports. Separate them by \',\'</string>
  167. <string name="profile_monitor_protocols">Monitor protocols</string>
  168. <string name="profile_activate_protocols_summary">Activate the protocols that should be monitored by HosTaGe</string>
  169. <string name="profile_warning">Please note, that this profile can\'t be edited. If you make any changes to this profile, a new profile will be created.</string>
  170. <string name="rec_choose_export_format">Choose export format</string>
  171. <string name="rec_sync_rec">Synchronize records</string>
  172. <string name="rec_via_bt">Via Bluetooth</string>
  173. <string name="rec_via_nfc">Via NFC</string>
  174. <string name="rec_via_online">Via Online Database</string>
  175. </resources>