Skip to content

Commit

Permalink
minor #54493 [Security] Fix Danish translations (Kasper Hansen)
Browse files Browse the repository at this point in the history
This PR was submitted for the 7.1 branch but it was squashed and merged into the 5.4 branch instead.

Discussion
----------

[Security] Fix Danish translations

| Q             | A
| ------------- | ---
| Branch?       | 7.1
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        | Fix #...
| License       | MIT

Fixed grammar, spelling, and corrected articles.

Commits
-------

e8b3160 [Security] Fix Danish translations
  • Loading branch information
nicolas-grekas committed Apr 5, 2024
2 parents cfb999e + e8b3160 commit e88d61e
Showing 1 changed file with 10 additions and 10 deletions.
Expand Up @@ -8,19 +8,19 @@
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>Loginoplysninger kan ikke findes.</target>
<target>Loginoplysninger kunne ikke findes.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>Godkendelsesanmodning kan ikke behandles på grund af et systemfejl.</target>
<target>Godkendelsesanmodningen kunne ikke behandles på grund af en systemfejl.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>Ugyldige loginoplysninger.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>Cookie er allerede brugt af en anden.</target>
<target>Cookie er allerede blevet brugt af en anden.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
Expand All @@ -32,19 +32,19 @@
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>Ingen godkendelsesudbyder er fundet til understøttelsen af godkendelsestoken.</target>
<target>Ingen godkendelsesudbyder blev fundet til at understøtte godkendelsestoken.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>Ingen session tilgængelig, sessionen er enten udløbet eller cookies er ikke aktiveret.</target>
<target>Ingen session er tilgængelig. Den er enten udløbet eller cookies er ikke aktiveret.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>Ingen token kan findes.</target>
<target>Ingen token kunne findes.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
<target>Brugernavn kan ikke findes.</target>
<target>Brugernavn kunne ikke findes.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>
Expand All @@ -64,15 +64,15 @@
</trans-unit>
<trans-unit id="17">
<source>Too many failed login attempts, please try again later.</source>
<target>For mange fejlede login forsøg, prøv venligst senere.</target>
<target>For mange mislykkede loginforsøg. Prøv venligst igen senere.</target>
</trans-unit>
<trans-unit id="18">
<source>Invalid or expired login link.</source>
<target>Ugyldigt eller udløbet login link.</target>
<target>Ugyldigt eller udløbet login-link.</target>
</trans-unit>
<trans-unit id="19">
<source>Too many failed login attempts, please try again in %minutes% minute.</source>
<target>For mange fejlede login forsøg, prøv igen om %minutes% minut.</target>
<target>For mange mislykkede loginforsøg. Prøv venligst igen om %minutes% minut.</target>
</trans-unit>
</body>
</file>
Expand Down

0 comments on commit e88d61e

Please sign in to comment.