diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c311114..947be3a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1251,13 +1251,13 @@ <!-- Message in WPS dialog for PBC after start up [CHAR LIMIT=150] --> <string name="wifi_wps_onstart_pbc">Press the Wi-Fi Protected Setup button on your router. It may be called \"WPS\" or contain this symbol:</string> <!-- Message in WPS dialog for PIN after start up [CHAR LIMIT=150] --> - <string name="wifi_wps_onstart_pin">Enter pin <xliff:g id="number">%1$s</xliff:g> on your Wi-Fi router. The setup can take upto two minutes to complete.</string> + <string name="wifi_wps_onstart_pin">Enter pin <xliff:g id="number">%1$s</xliff:g> on your Wi-Fi router. The setup can take up to two minutes to complete.</string> <!-- Text displayed when WPS succeeds [CHAR LIMIT=150] --> <string name="wifi_wps_complete">WPS succeeded. Connecting to the network\u2026</string> <!-- Text displayed when Wi-Fi is connected through WPS [CHAR LIMIT=150] --> <string name="wifi_wps_connected">Connected to Wi-Fi network <xliff:g id="network_name">%s</xliff:g></string> <!-- Text displayed when WPS setup is in progress [CHAR LIMIT=150] --> - <string name="wifi_wps_in_progress">WPS is already in progress and can take upto two minutes to complete</string> + <string name="wifi_wps_in_progress">WPS is already in progress and can take up to two minutes to complete</string> <!-- Text displayed when WPS fails to start [CHAR LIMIT=150] --> <string name="wifi_wps_failed_generic">WPS failed. Please try again in a few minutes.</string> <!-- Text displayed when WPS fails due to WEP [CHAR LIMIT=150] --> @@ -4100,6 +4100,11 @@ <!-- Help URL, Tethering [DO NOT TRANSLATE] --> <string name="help_url_tether" translatable="false"></string> + <!-- User account title [CHAR LIMIT=30] --> + <string name="user_account_title">Account for content</string> + <!-- User picture title [CHAR LIMIT=30] --> + <string name="user_picture_title">Photo ID</string> + <!-- Cell Broadcast settings title [CHAR LIMIT=50] --> <string name="cell_broadcast_settings">Cell broadcasts</string> <!-- Cell Broadcast settings description [CHAR LIMIT=100] --> |