diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-02-22 17:12:45 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-02-22 17:12:45 +0100 |
commit | 8eb036311a76e19d379accf4e13883061b1fea46 (patch) | |
tree | 79ad0e069e95aca7d19ceedfbd819c5c56fab892 | |
parent | 91000c56750620d8bdb614057d8a17707854c8c3 (diff) | |
parent | fc9162da12f3c7b79bec4925787fafa660ba13f2 (diff) | |
download | symfony-security-8eb036311a76e19d379accf4e13883061b1fea46.zip symfony-security-8eb036311a76e19d379accf4e13883061b1fea46.tar.gz symfony-security-8eb036311a76e19d379accf4e13883061b1fea46.tar.bz2 |
Merge branch '2.7' into 2.8
* 2.7:
PhpUnitNoDedicateAssertFixer results
Improve Norwegian translations
Simplify markdown for PR template
-rw-r--r-- | Resources/translations/security.no.xlf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Resources/translations/security.no.xlf b/Resources/translations/security.no.xlf index 3369d43..3635916 100644 --- a/Resources/translations/security.no.xlf +++ b/Resources/translations/security.no.xlf @@ -4,7 +4,7 @@ <body> <trans-unit id="1"> <source>An authentication exception occurred.</source> - <target>En autentiserings feil har skjedd.</target> + <target>En autentiseringsfeil har skjedd.</target> </trans-unit> <trans-unit id="2"> <source>Authentication credentials could not be found.</source> @@ -24,7 +24,7 @@ </trans-unit> <trans-unit id="6"> <source>Not privileged to request the resource.</source> - <target>Ingen tilgang til å be om gitt kilde.</target> + <target>Ingen tilgang til å be om gitt ressurs.</target> </trans-unit> <trans-unit id="7"> <source>Invalid CSRF token.</source> |