Created
January 3, 2011 08:58
-
-
Save bonkowski/763275 to your computer and use it in GitHub Desktop.
Norwegian Bokmål
This file contains hidden or 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
nb: | |
errors: | |
messages: | |
not_found: "ikke funnet" | |
already_confirmed: "er allerede bekreftet" | |
not_locked: "var ikke låst" | |
devise: | |
failure: | |
unauthenticated: 'Du må logge inn for å kunne fortsette' | |
unconfirmed: 'Du må bekrefte din konto for å kunne fortsette.' | |
locked: 'Din konto er låst.' | |
invalid: 'Email eller passord er ikke gyldig.' | |
invalid_token: 'Ugyldig token for autorisering.' | |
timeout: 'Din session er utløpt. Logg inn igjen for å kunne fortsette.' | |
inactive: 'Din konto er ikke bekreftet.' | |
sessions: | |
signed_in: 'Du er nå innlogget.' | |
signed_out: 'Du er nå logget ut.' | |
passwords: | |
send_instructions: 'Du vil snart motta en email vedrørende nullstilling av passordet ditt.' | |
updated: 'Ditt passord er endret og du er nå innlogget.' | |
confirmations: | |
send_instructions: 'Du vil snart motta en email med instruktioner om aktivering av din konto.' | |
confirmed: 'Din konto er aktiveret og du er nå innlogget.' | |
registrations: | |
signed_up: 'Din registrering er godkjent.' | |
updated: 'Din profil er oppdatert' | |
destroyed: 'Farvel. Din konto er nå avsluttet.' | |
unlocks: | |
send_instructions: 'Du vil snart motta en email med instruktioner om gjenåpning av din konto.' | |
unlocked: 'Din konto er gjenåpnet og du er nå innlogget.' | |
mailer: | |
confirmation_instructions: | |
subject: 'Bekreftelsesinstruktioner' | |
reset_password_instructions: | |
subject: 'Nullstilling av passord' | |
unlock_instructions: | |
subject: 'Gjenåpning av konto' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment