Browse Source

Update strings.xml

Cleaned up the wording in the Backup and Restore section to make it clearer and more grammatically correct.

The only issue is I wonder what will happen because I extended the length of string by 2 characters for the password check mark option on line 16. Will it wrap or make the dialog bigger?
renovate/org.robolectric-robolectric-4.x
Landry Racoon 4 years ago
committed by GitHub
parent
commit
cfa97fed4b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      app/src/main/res/values/strings.xml

10
app/src/main/res/values/strings.xml

@ -12,8 +12,8 @@
<string name="clipboard_error">Error copying text</string> <string name="clipboard_error">Error copying text</string>
<string name="clipboard_copied">Copied to clipboard!</string> <string name="clipboard_copied">Copied to clipboard!</string>
<string name="report">Report</string> <string name="report">Report</string>
<string name="password">Password (Max 32 chars)</string>
<string name="set_password">Set a password (max 32 chars)</string>
<string name="password">Password (max 32 chars)</string>
<string name="set_password">Password protect (max 32 chars)</string>
<string name="password_no_max">Password</string> <string name="password_no_max">Password</string>
<string name="ok">OK</string> <string name="ok">OK</string>
<string name="yes">Yes</string> <string name="yes">Yes</string>
@ -319,9 +319,9 @@
<string name="locations">Locations</string> <string name="locations">Locations</string>
<string name="unknown">Unknown</string> <string name="unknown">Unknown</string>
<string name="removed_from_favs">Removed from Favourites</string> <string name="removed_from_favs">Removed from Favourites</string>
<string name="backup_and_restore">Backup &amp; Restore User Settings</string>
<string name="backup_summary">Back up app settings, account login information, and/or favorites data to a plain text or encrypted backup file for later restoration.</string>
<string name="backup_warning">If you\'re backing up login info, treat the file as confidential: Keep them somewhere safe!</string>
<string name="backup_and_restore">Backup &amp; Restore</string>
<string name="backup_summary">Backup Barinsta app settings, account login data, and/or favorites to a plain text or encrypted backup file for later restoration.</string>
<string name="backup_warning">If you\'re backing up account login data without password protection, treat the file as confidential and keep it somewhere safe!</string>
<string name="create_backup">Create new backup file</string> <string name="create_backup">Create new backup file</string>
<string name="restore_backup">Restore from existing backup file</string> <string name="restore_backup">Restore from existing backup file</string>
<string name="file_chosen_label">File:</string> <string name="file_chosen_label">File:</string>

Loading…
Cancel
Save