diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/setup_preference.xml | 9 | ||||
-rw-r--r-- | res/values/strings.xml | 4 |
2 files changed, 12 insertions, 1 deletions
diff --git a/res/layout/setup_preference.xml b/res/layout/setup_preference.xml index 384ee86..4c206dd 100644 --- a/res/layout/setup_preference.xml +++ b/res/layout/setup_preference.xml @@ -74,6 +74,15 @@ android:background="@android:color/transparent" android:orientation="vertical" > + <TextView + android:id="@+id/wifi_required_info" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginBottom="6dip" + android:textAppearance="?android:attr/textAppearanceMedium" + android:text="@string/wifi_required_info_text" + android:visibility="gone" /> + <ListView android:id="@android:id/list" android:layout_width="match_parent" diff --git a/res/values/strings.xml b/res/values/strings.xml index 2a60dd1..b39e8b5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -32,7 +32,7 @@ <string name="show_dev_on">You are now a developer!</string> <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on --> <string name="show_dev_already">No need, you are already a developer.</string> - + <!-- Category headings in left-pane header menu --> <skip /> <!-- Settings main menu category heading. Wireless and networks (Wi-Fi, Bluetooth, data usage...). [CHAR LIMIT=40] --> <string name="header_category_wireless_networks">WIRELESS & NETWORKS</string> @@ -1319,6 +1319,8 @@ <string name="wifi_more">More</string> <!-- Wi-Fi settings. wps menu title [CHAR LIMIT=25]--> <string name="wifi_setup_wps">Automatic setup (WPS)</string> + <!-- Message informing that wifi is required during setup [CHAR LIMIT=NONE] --> + <string name="wifi_required_info_text">To complete setup, your tablet needs access to Wi-Fi. After setup, you can switch between mobile data and Wi-Fi.</string> <!-- Dialog for Access Points --> <skip /> <!-- Label to show/hide advanced options --> |