am 772cf206: Merge "Minor string fixes for translation" into lmp-dev

* commit '772cf2061685e5c7df4b1ebedd1249243cde6f74':
  Minor string fixes for translation
This commit is contained in:
PauloftheWest
2014-07-18 18:12:45 +00:00
committed by Android Git Automerger

View File

@@ -652,7 +652,7 @@
<string name="calls_title">Calls</string> <string name="calls_title">Calls</string>
<!-- check box SMS Messges title [CHAR LIMIT=30] --> <!-- check box SMS Messges title [CHAR LIMIT=30] -->
<string name="sms_messages_title">SMS Messages</string> <string name="sms_messages_title">SMS Messages</string>
<!-- check box cellular data summary [CHAR LIMIT=40] --> <!-- check box cellular data summary [CHAR LIMIT=41] -->
<string name="cellular_data_summary">Allow data usage over cellular network</string> <string name="cellular_data_summary">Allow data usage over cellular network</string>
<!-- check box to allow data usage when roaming [CHAR LIMIT=30] --> <!-- check box to allow data usage when roaming [CHAR LIMIT=30] -->
<string name="allow_data_usage_title">Allow data usage when roaming</string> <string name="allow_data_usage_title">Allow data usage when roaming</string>
@@ -4824,16 +4824,16 @@
<string name="data_usage_tab_wifi">Wi\u2011Fi</string> <string name="data_usage_tab_wifi">Wi\u2011Fi</string>
<!-- Tab title for showing Ethernet data usage. [CHAR LIMIT=10] --> <!-- Tab title for showing Ethernet data usage. [CHAR LIMIT=10] -->
<string name="data_usage_tab_ethernet">Ethernet</string> <string name="data_usage_tab_ethernet">Ethernet</string>
<!-- Tab title for showing combined mobile data usage. [CHAR LIMIT=10] --> <!-- Tab title for showing combined mobile data usage. [CHAR LIMIT=20] -->
<string name="data_usage_tab_mobile">Cellular</string> <string name="data_usage_tab_mobile">Cellular</string>
<!-- Tab title for showing 4G data usage. [CHAR LIMIT=10] --> <!-- Tab title for showing 4G data usage. [CHAR LIMIT=10] -->
<string name="data_usage_tab_4g">4G</string> <string name="data_usage_tab_4g">4G</string>
<!-- Tab title for showing 2G and 3G data usage. [CHAR LIMIT=10] --> <!-- Tab title for showing 2G and 3G data usage. [CHAR LIMIT=10] -->
<string name="data_usage_tab_3g">2G-3G</string> <string name="data_usage_tab_3g">2G-3G</string>
<!-- Title shown when current operation applies to mobile networks. [CHAR LIMIT=10] --> <!-- Title shown when current operation applies to mobile networks. [CHAR LIMIT=20] -->
<string name="data_usage_list_mobile">Cellular</string> <string name="data_usage_list_mobile">Cellular</string>
<!-- Title shown when current operation applies to no networks. [CHAR LIMIT=10] --> <!-- Title shown when current operation applies to no networks. [CHAR LIMIT=20] -->
<string name="data_usage_list_none">None</string> <string name="data_usage_list_none">None</string>
<!-- Toggle switch title for enabling all mobile data network connections. [CHAR LIMIT=32] --> <!-- Toggle switch title for enabling all mobile data network connections. [CHAR LIMIT=32] -->
@@ -4849,11 +4849,11 @@
<string name="data_usage_background_label">Background:</string> <string name="data_usage_background_label">Background:</string>
<!-- Button title for launching application-specific data usage settings. [CHAR LIMIT=32] --> <!-- Button title for launching application-specific data usage settings. [CHAR LIMIT=32] -->
<string name="data_usage_app_settings">View app settings</string> <string name="data_usage_app_settings">View app settings</string>
<!-- Checkbox label that restricts background data usage of a specific application. [CHAR LIMIT=32] --> <!-- Checkbox label that restricts background data usage of a specific application. [CHAR LIMIT=40] -->
<string name="data_usage_app_restrict_background">Restrict app background data</string> <string name="data_usage_app_restrict_background">Restrict app background data</string>
<!-- Summary message for checkbox that restricts background data usage of a specific application. [CHAR LIMIT=64] --> <!-- Summary message for checkbox that restricts background data usage of a specific application. [CHAR LIMIT=64] -->
<string name="data_usage_app_restrict_background_summary">Disable background data on cellular networks.</string> <string name="data_usage_app_restrict_background_summary">Disable background data on cellular networks.</string>
<!-- Summary message for checkbox that restricts background data usage of a specific application when no networks have been limited. [CHAR LIMIT=64] --> <!-- Summary message for checkbox that restricts background data usage of a specific application when no networks have been limited. [CHAR LIMIT=84] -->
<string name="data_usage_app_restrict_background_summary_disabled">To restrict background data for this app, first set a cellular data limit.</string> <string name="data_usage_app_restrict_background_summary_disabled">To restrict background data for this app, first set a cellular data limit.</string>
<!-- Title of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=48] --> <!-- Title of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=48] -->
<string name="data_usage_app_restrict_dialog_title">Restrict background data?</string> <string name="data_usage_app_restrict_dialog_title">Restrict background data?</string>