Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
gwang74 committed Dec 10, 2018
1 parent 5b26a16 commit cfe1aaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
<string name="titleBar_service_terms">Terms &#038; Privacy</string>
<string name="titleBar_import_wallet">Import Wallet</string>
<string name="titleBar_manage_wallet">Manage Wallet</string>
<string name="dialog_content_no_old_password">Enter the old password</string>
<string name="dialog_content_no_old_password">Enter the original password</string>
<string name="dialog_content_no_new_password">Enter the new password</string>
<string name="dialog_content_no_verify_new_password">Enter the verify new password</string>
<string name="dialog_new_passwords_unmatch">The new passwords unmatch, please re-enter.</string>
<string name="dialog_content_old_new_same">The old and new passwords cannot be the same, please re-enter.</string>
<string name="dialog_content_old_password_incorrect">The old password is incorrect, please re-enter.</string>
<string name="dialog_content_old_new_same">The original and new passwords cannot be the same, please re-enter.</string>
<string name="dialog_content_old_password_incorrect">The original password is incorrect, please re-enter.</string>
<string name="toast_password_changed">The password is changed</string>
<string name="titleBar_change_pwd">Change Password</string>
<string name="titleBar_completed">Done</string>
Expand Down Expand Up @@ -138,8 +138,8 @@
<string name="str_service_privacy_policy">\ the Terms and Privacy Policy.</string>
<string name="btn_mnemonic">Mnemonic</string>
<string name="btn_private_key">Private Key</string>
<string name="enter_title_old_password">Old</string>
<string name="enter_hint_old_password">Enter Old Password</string>
<string name="enter_title_old_password">Original</string>
<string name="enter_hint_old_password">Enter Original Password</string>
<string name="enter_title_new_password">New</string>
<string name="enter_hint_new_password">Enter New Password</string>
<string name="enter_title_verify_new_password">Verify</string>
Expand Down

0 comments on commit cfe1aaa

Please sign in to comment.