aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/values/strings.xml
blob: 10736978404339a5317c5b8cac2ea9a2b2744175 (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<!--
//
// Copyright 2017, 2018 Filippo "Fil" Bergamo <fil.bergamo@riseup.net>
// 
// This file is part of RepWifiApp.
//
// RepWifiApp is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// 
// RepWifiApp is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
// 
// You should have received a copy of the GNU General Public License
// along with RepWifiApp.  If not, see <http://www.gnu.org/licenses/>.
// 
// ********************************************************************
-->
<resources>

    <string name="app_name">RepWifi</string>
    <string name="menu_credits">Info and Credits</string>
    <string name="menu_closeapp">Kill RepWifi</string>
    <string name="scan_networks">Scan for Networks</string>
    <string name="title_activity_select_network">Select Network</string>
    <string name="rescan">Repeat Scan</string>
    <string name="button_text_next">Next &gt;</string>
    <string name="insert_nets_password">Insert a Password to connect to:</string>
    <string name="show_password">Show password</string>
    <string name="title_activity_connect">ConnectActivity</string>
    <string name="title_activity_show_status">Connection status</string>
    <string name="back_main">Back to main</string>
    <string name="disconnect">Disconnect</string>
    <string name="force_disconnect">Force Disconnection</string>
    <string name="title_activity_long_task">LongTaskActivity</string>
    <string name="title_activity_manage_networks">ManageNetworksActivity</string>
    <string name="delete">Delete network info</string>
    <string name="manage_networks">Manage Networks</string>
    <string name="title_activity_credits">Credits</string>
    <string name="credit_text">Copyright 2017, 2018 Filippo \&quot;Fil\&quot; Bergamo&lt;br/&gt;&lt;br/&gt;This app is Free Software.&lt;br/&gt;It\'s licensed under the terms of &lt;a href=&quot;https://www.gnu.org/licenses/gpl.txt&quot;&gt;GPL v3&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;This app is developed as a contribution to &lt;br/&gt;&lt;a href=&quot;http://www.replicant.us&quot;&gt;The Replicant Project&lt;/a&gt;&lt;br/&gt;To report on bugs, request features, or any help request, please refer to:&lt;br/&gt;&lt;a href=&quot;http://redmine.replicant.us/projects/replicant/boards&quot;&gt;Replicant\'s Forum&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Source code is hosted at: &lt;br/&gt;&lt;a href=&quot;https://git.replicant.us/contrib/Fil/RepWifiApp/&quot;&gt;https://git.replicant.us/contrib/Fil/RepWifiApp/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;b&gt;&lt;u&gt;&lt;big&gt;Thank GNUs:&lt;/big&gt;&lt;/u&gt;&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Tiberiu - Technoethical&lt;/b&gt;&lt;br/&gt;for having done the initial job of porting libre WiFi to Replicant 4.2.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Wolfgang Wiedmeyer&lt;/b&gt;&lt;br/&gt;for porting libre WiFi to Replicant 6.0 and for helping with the scripts.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Nicola Spanti&lt;/b&gt;&lt;br/&gt;for the French translation.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Nichlas Severinsen&lt;/b&gt;&lt;br/&gt;for publishing this app on F-Droid.&lt;br/&gt;&lt;br/&gt;</string>
    <string name="menu_config">Settings</string>
    <string name="msg_interface_not_found">WiFi adapter not found!\nPlease plug in a supported WiFi adapter and retry.</string>
    <string name="msg_confirm_delete_network">Are you sure you want to delete this network?</string>
    <string name="yes">Yes</string>
    <string name="no">No</string>
    <string name="retry">Retry</string>
    <string name="msg_root_disabled">Root access is disabled.\n\nSeems like root access is disabled on this device.\nRepWifi needs root access in order to work.\nPlease, enable root access for applications in:\nSettings > Developer options > Root access > "Apps only"\nWhen done so, restart RepWifi and grant the permission to use root, if asked.</string>
    <string name="msg_root_denied">Root access denied.\nSeems like you denied root access to RepWifi.\nRepWifi needs root access in order to work.\nPlease, restart the application, and grant RepWifi the permission to use root, when asked.</string>
    <string name="connect_hidden">Connect to Hidden Network</string>
    <string name="input_ssid">Or.. Insert Network\'s name (SSID)</string>
    <string name="title_activity_input_ssid">Insert Network\'s Name</string>
    <string name="menu_settings">Settings</string>
    <string name="select_saved_net">Use Saved Network</string>
    <string name="receiver_description">RepWifi\'s listener for startup event. Provides auto-start and notification features to RepWifi.</string>
    <string name="confirm_reset_settings">Are you sure you want to reset all settings to default?</string>
    <string name="confirm_exit_app">Are you sure you want to kill RepWifi? This will disconnect you from WiFi.</string>
    <string name="confirm_kill_backend">Are you sure you want to kill the back-end processes?</string>
    <string name="summary_kill_backend">Sometimes back-end programs get stuck in inconsistent states.\nClicking this button restores normal behaviour by killing running instances of wpa_supplicant and dhcpcd.</string>
    <string name="text_presented_by">Brought to you by:</string>
    <string name="title_input_password">Input Password</string>
    <string name="msg_password_empty">Password can\'t be empty!</string>
    <string name="title_input_ssid">Insert Network\'s parameters</string>
    <string name="msg_network_name_empty">Network name can\'t be empty!</string>
    <string name="msg_connecting_to">Connecting to </string>
    <string name="title_scanning">Scanning...</string>
    <string name="msg_scanning_for_nets">Scanning for Networks...</string>
    <string name="msg_checking_status">Checking status...</string>
    <string name="msg_please_wait">Please wait...</string>
    <string name="msg_network_saved">Network saved!</string>
    <string name="msg_network_save_fail">FAILED to save network!</string>
    <string name="msg_connect_fail">FAILED to connect!</string>
    <string name="msg_netinfo_deleted">Network Info deleted!</string>
    <string name="msg_netinfo_delete_fail">FAILED to delete Network Info!</string>
    <string name="msg_autoconnect_error">An error occurred while trying to auto-connect</string>
    <string name="text_netinfo_last_used">Last Used</string>
    <string name="text_password">Password</string>
    <string name="msg_network_list_fail">Unable to retrieve network list!</string>
    <string name="msg_no_network">No network found.</string>
    <string name="msg_select_network_connect">Select the network you want to connect to:</string>
    <string name="msg_select_network_manage">Select network info to manage:</string>
    <string name="msg_log_saved">Logs saved to file</string>
    <string name="msg_log_save_fail">Failed to dump logs!</string>
    <string name="msg_error_ip_format">ERROR:\nWrong IP format!</string>
    <string name="msg_connected_to">Connected to</string>
    <string name="text_ip_address">IP Address</string>
    <string name="msg_disconnected">Disconnected.</string>
    <string name="msg_disconnect_fail">FAILED to disconnect!</string>
    <string name="text_status">Status</string>
    <string name="msg_no_saved_network">No saved network</string>
    <string name="msg_touch_open">Touch to open.</string>
    <string name="msg_os_unsupported">UNSUPPORTED OS VERSION\nThe current version of Replicant is not supported by RepWifi.\nPlease upgrade to the latest version as soon as possible!</string>
    <string name="title_log_prio">Log priority</string>
    <string name="title_dump_logs">Dump logs to file</string>
    <string name="title_reset_backend">Reset back-end engine</string>
    <string name="title_dns_1">DNS server #1</string>
    <string name="title_dns_2">DNS server #2</string>
    <string name="summary_dns1">Set the IPv4 address of the primary DNS server.\nIf left blank, RepWifi will try to use the default gateway as a DNS resolver.</string>
    <string name="summary_dns2">Set the IPv4 address of the secondary DNS server.\nIf the primary address is blank, this will be ignored.</string>
    <string name="title_autoconnect">Enable Autoconnect</string>
    <string name="summary_autoconnect">When the WiFi dongle is attached, RepWifi connects automatically to reachable known networks.\n(Experimental Feature)</string>
    <string name="title_progbar">Animated progress bar</string>
    <string name="summary_progbar">Show an animated progress bar while doing long background tasks.\nKeep it disabled to (hopefully) save some extra power for the WiFi dongle.</string>
    <string name="title_start_at_boot">Enable Start at Boot</string>
    <string name="summary_start_at_boot">If checked, RepWifi is started automatically on system\'s startup.</string>
    <string name="title_restore_default">Restore Defaults</string>
    <string name="summary_restore_default">click to restore default settings\n(then return to main screen to apply the reset)</string>
    <string name="title_advanced_settings">Advanced &amp; Debug</string>
    <string name="title_general_settings">Options</string>
    <string name="summary_advanced_settings">set advanced options and debug variables</string>
    <string name="summary_general_settings">set general options</string>
    <string name="text_use_dhcp">Use DHCP</string>
    <string name="text_ipv4_settings">IPv4 settings</string>
    <string name="text_static_ip">Static IP</string>
    <string name="text_subnet_mask">Subnet Mask</string>
    <string name="text_gateway">Gateway</string>
    <string name="title_activity_ipv4_settings">Ipv4SettingsActivity</string>
    <string name="txt_save_ip_settings">Save IP settings</string>
    <string name="txt_back">Back</string>
    <string name="msg_invalid_ip">Invalid IP address!</string>
    <string name="msg_invalid_netmask">Invalid Subnet Mask!</string>
    <string name="msg_invalid_gateway">Invalid Gateway!</string>
    <string name="msg_vpn_disconnect_error">ERROR while disconnecting from VPN!</string>
    <string name="msg_vpn_disconnect">Disconnected from VPN</string>
    <string name="msg_vpn_launched">Launched VPN connection</string>
    <string name="msg_vpn_wrong_profile">Invalid profile name!</string>
    <string name="title_vpn_settings">VPN settings</string>
    <string name="text_vpn_package_missing">Seems like the required VPN app is not installed.\nRepWifi needs &quot;[VPN_EXT_APP]&quot; to be installed, in order to provide VPN features.\nPlease install &quot;[VPN_EXT_APP]&quot; and retry.</string>
    <string name="msg_vpn_no_permission">VPN permission denied.\nYou need to grant RepWifi permission to use &quot;[VPN_EXT_APP]&quot; when you are prompted for it.\nRepWifi won\'t be able to start VPN until you do so.</string>
    <string name="msg_vpn_connect_error">** ERROR while connecting to VPN **</string>
    <string name="title_activity_vpn_settings">VPN Settings</string>
    <string name="hello_world">Hello world!</string>
    <string name="txt_save">Save</string>
    <string name="summary_vpn_settings">Select the name of a VPN profile that you want to be launched automatically when you connect to this network.\nLeave blank to disable automatic VPN connection.\nTo use VPN capability, &quot;[VPN_EXT_APP]&quot; must be installed in the system.</string>
    <string name="msg_vpn_no_profile">No profile found.\nPlease add a VPN profile inside [VPN_EXT_APP] before using this feature.</string>
    <string name="msg_dns_fail">FAILED setting DNS!</string>
    <string name="msg_gw_failed">FAILED to get gateway!</string>
    <string name="msg_connection_timeout">Timeout exceeded while trying to connect.\nThis could be due to a wrong password.\nPlease re-enter the correct password and retry.</string>
    <string name="msg_confirm_stop_job">Do you really want to stop current activity?</string>
    <string name="msg_vpn_service_error">ERROR while binding to VPN service!</string>
    <string name="msg_vpn_error_manual_open">ERROR while binding to VPN service.\nYou need to manually launch &quot;[VPN_EXT_APP]&quot; the first time, before using it with RepWifi.\nPlease launch the vpn app, then retry, and allow RepWifi permission to use the vpn app, when asked.</string>
    <string name="text_broadcast_address">Broadcast address</string>
    <string name="text_hardware_address">Hardware address</string>
    <string name="text_connection_info">Connection Info</string>
    <string name="msg_connection_timeout_nopass">Timeout exceeded while trying to connect.\n</string>
    <string name="msg_make_system_app">RepWifi is installed as a regular app.\nRepWifi needs to be a \"System app\" to work properly.\nTo make repwifi a system app just confirm this dialog.\n\n*** The device will be rebooted ***\nPlease save any opened job before proceeding.\n\nDo you want to proceed making RepWifi a system app?</string>
    <string name="msg_confirm_make_system_app">Are you sure you want to proceed?\nThe device will reboot!</string>
    <string name="msg_chose_no_system_app">You chose not to make RepWifi a system app, so RepWifi won\'t work properly.\nTo make RepWifi a system app, close and re-open it, then just confirm when asked about making it a system app.</string>
    <string name="msg_error_generic">ERROR!</string>
    <string name="msg_fail_connservice">FATAL ERROR! Failed to bind to inner connection service. Try restarting the application.</string>
    <string name="summary_monitor_connection_state">If checked, the background service keeps on monitoring the state of the connection, once every [CHK_STS_INTERVAL] seconds, reporting any state change in the status bar notification.(Experimental feature)</string>
    <string name="title_monitor_connection_state">Monitor connection state</string>

</resources>