Refinements

This commit is contained in:
Mygod
2018-01-21 13:33:10 -08:00
parent de7c6c5d8c
commit 1e97032630
7 changed files with 42 additions and 25 deletions

View File

@@ -83,7 +83,7 @@
android:layout_height="wrap_content"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:text="@string/repeater_connected_devices"
android:text="@string/connected_devices"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"/>
<View

View File

@@ -24,6 +24,6 @@
android:layout_weight="1"
android:layout_gravity="center_vertical"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:text="Manage..."/>
android:text="@string/tethering_manage"/>
</LinearLayout>

View File

@@ -7,7 +7,7 @@
<string name="repeater_ssid">中继名称</string>
<string name="repeater_password">中继密码</string>
<string name="repeater_connected_devices">已连接设备</string>
<string name="connected_devices">已连接设备</string>
<string name="repeater_wps_dialog_title">输入 PIN</string>
<string name="repeater_wps_dialog_pbc">一键加密</string>
<string name="repeater_wps_success_pbc">请在 2 分钟内在需要连接的设备上使用一键加密以连接到此中继。</string>

View File

@@ -7,7 +7,6 @@
<string name="repeater_ssid">Network name</string>
<string name="repeater_password">Password</string>
<string name="repeater_connected_devices">Connected devices</string>
<string name="repeater_wps">WPS</string>
<string name="repeater_wps_dialog_title">Enter PIN</string>
<string name="repeater_wps_dialog_pbc">Push Button</string>
@@ -23,7 +22,6 @@
<string name="repeater_reset_credentials_failure">Failed to reset credentials (reason: %s)</string>
<string name="repeater_inactive">Service inactive</string>
<string name="repeater_connecting">Connecting…</string>
<string name="repeater_vpn_unavailable">VPN unavailable, please enable any VPN</string>
<string name="repeater_root_unavailable">Root unavailable</string>
<string name="repeater_p2p_unavailable">Wi-Fi direct unavailable</string>
@@ -37,6 +35,14 @@
<string name="repeater_failure_reason_no_service_requests">no service requests added</string>
<string name="repeater_failure_reason_unknown">unknown #%d</string>
<string name="tethering_manage">Manage…</string>
<string name="connected_devices">Connected devices</string>
<string name="connected_state_incomplete">Connecting to %s</string>
<string name="connected_state_valid">Connected to %s</string>
<string name="connected_state_valid_delay">Connected to %s (losing)</string>
<string name="connected_state_failed">Failed to connect to %s</string>
<string name="settings_service">Service</string>
<string name="settings_service_dns">Downstream DNS server:port</string>
<string name="settings_service_clean">Clean/reapply routing rules</string>