## `msgid`s in this file come from POT (.pot) files. ## ## Do not add, change, or remove `msgid`s manually here as ## they're tied to the ones in the corresponding POT file ## (with the same domain). ## ## Use `mix gettext.extract --merge` or `mix gettext.merge` ## to merge POT files into PO files. msgid "" msgstr "" "Language: da\n" # # From Ecto.Changeset.cast/4 msgid "can't be blank" msgstr "skal udfyldes" # # From Ecto.Changeset.unique_constraint/3 msgid "has already been taken" msgstr "er allerede taget" # # From Ecto.Changeset.put_change/3 msgid "is invalid" msgstr "er ugyldigt" # # From Ecto.Changeset.validate_acceptance/3 msgid "must be accepted" msgstr "skal accepteres" # # From Ecto.Changeset.validate_format/3 msgid "has invalid format" msgstr "har ugyldigt format" # # From Ecto.Changeset.validate_subset/3 msgid "has an invalid entry" msgstr "har en ugyldig indtastning" # # From Ecto.Changeset.validate_exclusion/3 msgid "is reserved" msgstr "er reserveret" # # From Ecto.Changeset.validate_confirmation/3 msgid "does not match confirmation" msgstr "matcher ikke bekræftelsen" # # From Ecto.Changeset.no_assoc_constraint/3 msgid "is still associated with this entry" msgstr "er stadig associeret med denne indtastning" msgid "are still associated with this entry" msgstr "er stadig associerede med denne indtastning" # # From Ecto.Changeset.validate_length/3 msgid "should be %{count} character(s)" msgid_plural "should be %{count} character(s)" msgstr[0] "skal være %{count} karakter" msgstr[1] "skal være %{count} karakterer" msgid "should have %{count} item(s)" msgid_plural "should have %{count} item(s)" msgstr[0] "skal have %{count} element" msgstr[1] "skal have %{count} elementer" msgid "should be at least %{count} character(s)" msgid_plural "should be at least %{count} character(s)" msgstr[0] "skal være mindst %{count} karakter" msgstr[1] "skal være mindst %{count} karakterer" msgid "should have at least %{count} item(s)" msgid_plural "should have at least %{count} item(s)" msgstr[0] "skal have mindst %{count} element" msgstr[1] "skal have mindst %{count} elementer" msgid "should be at most %{count} character(s)" msgid_plural "should be at most %{count} character(s)" msgstr[0] "må højst være %{count} karakter" msgstr[1] "må højst være %{count} karakterer" msgid "should have at most %{count} item(s)" msgid_plural "should have at most %{count} item(s)" msgstr[0] "må højst have %{count} element" msgstr[1] "må højst have %{count} elementer" # # From Ecto.Changeset.validate_number/3 msgid "must be less than %{number}" msgstr "skal være mindre end %{number}" msgid "must be greater than %{number}" msgstr "skal være større end %{number}" msgid "must be less than or equal to %{number}" msgstr "skal være mindre end eller lig med %{number}" msgid "must be greater than or equal to %{number}" msgstr "skal være større end eller lig med %{number}" msgid "must be equal to %{number}" msgstr "skal være lig med %{number}"