diff --git a/src/messages/messages_or.properties b/src/messages/messages_or.properties index efc40de85..4b532d761 100644 --- a/src/messages/messages_or.properties +++ b/src/messages/messages_or.properties @@ -1,5 +1,90 @@ +loginAccountTitle=Sign in to your account +usernameOrEmail=Username or email +password=Password +doForgotPassword=Forgot Password? +doLogIn=Sign In +noAccount=New user? doRegister=Create an Open Food Facts account -name=Name +invalidUserMessage=Invalid username or password. +loginTimeout=Your login attempt timed out. Login will start from the beginning. + +registerTitle=Register +backToLogin=« Back to Login +requiredFields=Required fields +username=Username username-before=Your username will appear on all contributions you make and cannot be changed username-after=Usernames must be between 2 and 20 characters and can only contain numbers and letters +passwordConfirm=Confirm password +email=Email +name=Name +country=Country +missingUsernameMessage=Please specify username. +missingPasswordMessage=Please specify password. +missingEmailMessage=Please specify email. +error-invalid-value=Invalid value. +error-pattern-no-match=Invalid value. +invalidPasswordMinLengthMessage=Invalid password\: minimum length {0}. +invalidPasswordConfirmMessage=Password confirmation doesn't match. +usernameExistsMessage=Username already exists. +emailExistsMessage=Email already exists. +invalidEmailMessage=Invalid email address. + +doSignOut=Sign out +signOut=Sign out + +personalInfo=Personal info +personalSubMessage=Manage your basic information. +selectALocale=Select a locale +doSave=Save +save=Save +doCancel=Cancel +cancel=Cancel +deleteAccount=Delete account +deleteAccountWarning=This is irreversible. All your data will be permanently destroyed, and irretrievable. +delete=Delete +accountUpdatedMessage=Your account has been updated. + +accountSecurity=Account security +signingIn=Signing in +signingInDescription=Configure ways to sign in. +basic-authentication=Basic authentication +password-help-text=Sign in by entering your password. +credentialCreatedAt=<0>Created {{date}}. +update=Update +two-factor=Two-factor authentication +otp-display-name=Authenticator application +otp-help-text=Enter a verification code from authenticator application. +setUpNew=Set up {{name}} +notSetUp={{name}} is not set up. + +deviceActivity=Device activity +signedInDevicesExplanation=Sign out of any unfamiliar devices. +signedInDevices=Signed in devices +refreshPage=Refresh the page +currentSession=Current session +ipAddress=IP address +lastAccessedOn=Last accessed +clients=Clients +started=Started +expires=Expires + +applications=Applications +applicationsIntroMessage=View applications your account has access to +applicationName=Name +applicationType=Application type +status=Status +internalApp=Internal +notInUse=Not in use +client=Client +description=Description +inUse=In use +client_account-console=Account Console + +reauthenticate=Please re-authenticate to continue +updatePasswordTitle=Update password +logoutOtherSessions=Sign out from other devices +passwordNew=New Password +doSubmit=Submit +notMatchPasswordMessage=Passwords don't match. +invalidPasswordHistoryMessage=Invalid password\: must not be equal to any of last {0} passwords.