diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5df08d7..36046c4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2906,6 +2906,10 @@ found in the list of installed applications.</string> <string name="backup_data_title">Back up my data</string> <!-- Summary text of the "back up data" setting --> <string name="backup_data_summary">Back up application data, Wi-Fi passwords, and other settings to Google servers</string> + <!-- Configure backup options menu title [CHAR LIMIT=25]--> + <string name="backup_configure_transport_title">Configure backup</string> + <!-- Default summary text of the "Configure backup" setting [CHAR LIMIT=80]--> + <string name="backup_configure_transport_default_summary">No backup destination is available.</string> <!-- Auto-restore menu title --> <string name="auto_restore_title">Automatic restore</string> <!-- Summary text of the "automatic restore" setting --> |