-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations messages_en.properties (Norwegian Bokmal)
- Loading branch information
1 parent
c92d2dc
commit a58f4f1
Showing
1 changed file
with
86 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,90 @@ | ||
loginAccountTitle=Sign in to your account | ||
usernameOrEmail=Username or email | ||
password=Passord | ||
doForgotPassword=Forgot Password? | ||
doLogIn=Sign In | ||
noAccount=New user? | ||
doRegister=Registrer deg | ||
name=Navn | ||
invalidUserMessage=Invalid username or password. | ||
loginTimeout=Your login attempt timed out. Login will start from the beginning. | ||
|
||
registerTitle=Registrer bruker | ||
backToLogin=« Back to Login | ||
requiredFields=Påkrevde felt | ||
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=Bekreft passordet | ||
email=Email | ||
name=Navn | ||
country=Land | ||
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=Logg ut | ||
signOut=Logg ut | ||
personalInfo=Personal info | ||
personalSubMessage=Manage your basic information. | ||
selectALocale=Select a locale | ||
doSave=Lagre | ||
save=Lagre | ||
doCancel=Avbryt | ||
cancel=Avbryt | ||
deleteAccount=Slett konto | ||
deleteAccountWarning=This is irreversible. All your data will be permanently destroyed, and irretrievable. | ||
delete=Slett | ||
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</0> {{date}}. | ||
update=Oppdater | ||
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=Navn | ||
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=Send inn | ||
notMatchPasswordMessage=Passwords don't match. | ||
invalidPasswordHistoryMessage=Invalid password\: must not be equal to any of last {0} passwords. | ||
|