<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="currentPassword">Current password</string>
    <string name="password">Password</string>
    <string name="passwordLastChanged">Last password change</string>
    <string name="confirmPassword">Confirm password</string>
    <string name="updatePassword">Update password</string>
    <string name="emptyCurrentPassword">You must enter your current password in order to change it</string>
    <string name="emptyNewPassword">You must enter new password in order to change it</string>
    <string name="diffGivenPassword">Passwords do not match</string>
    <string name="wrongCurrentPassword">The current password you entered is incorrect</string>
    <string name="oldEqualsNew">New password and current password must be different</string>
    <string name="passwordChanged">Your password has been changed</string>
    <string name="notSamePassword">Current and new password must be different</string>
</resources>