Last active
May 29, 2016 13:14
-
-
Save mtrolle/cd5ef629eb0a0bea09bc1863116afd72 to your computer and use it in GitHub Desktop.
Danish translation of devise_invitable language file
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
da: | |
devise: | |
failure: | |
invited: "Du har en ventende invitation, accepter den for at færdiggøre oprettelsen af din konto." | |
invitations: | |
send_instructions: "En invitationsemail er sendt til %{email}." | |
invitation_token_invalid: "Invitations nøglen er ikke valid!" | |
updated: "Din adgangskode blev gemt. Du er nu logget ind." | |
updated_not_active: "Din adgangskode blev gemt." | |
no_invitations_remaining: "Ingen tilbageværende invitationer." | |
invitation_removed: "Din invitation blev slettet." | |
new: | |
header: "Invitér nyt medlem" | |
submit_button: "Send invitation" | |
edit: | |
header: "Sæt din adgangskode" | |
submit_button: "Gem adgangskode" | |
mailer: | |
invitation_instructions: | |
subject: "Invitation til oprettelse" | |
hello: "Hej %{email}" | |
someone_invited_you: "Du er blevet inviteret til %{url}. Du kan acceptere invitationen via nedestående link." | |
accept: "Acceptér invitation" | |
accept_until: "Invitationen udløber om %{due_date} dage." | |
ignore: "Hvis du ikke ønsker at acceptere denne invitation kan du blog se bort fra denne email.<br />\nDin konto vil ikke blive oprettet førend du besøger ovenstående link." | |
time: | |
formats: | |
devise: | |
mailer: | |
invitation_instructions: | |
accept_until_format: "%B %d, %Y %H:%M %p" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment