diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2016-02-23 17:17:05 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2016-02-23 17:17:05 +0100 |
commit | cb04466e11f94c0c2211f0a6071fe8dcbc0da71d (patch) | |
tree | 6fa7809b42a425df049474e52865a767ebe55431 /Core | |
parent | a07df7b1ba2f304191e4b2232072f34475bd5bcc (diff) | |
parent | 521dcda8d6dfcf98fe3634febfac34913c1e1d33 (diff) | |
download | symfony-security-cb04466e11f94c0c2211f0a6071fe8dcbc0da71d.zip symfony-security-cb04466e11f94c0c2211f0a6071fe8dcbc0da71d.tar.gz symfony-security-cb04466e11f94c0c2211f0a6071fe8dcbc0da71d.tar.bz2 |
Merge branch '3.0'
* 3.0: (21 commits)
fixed typo
fixed typo
Fixed a minor XML issue in a translation file
Fix merge
Fix merge
Fix merge
Fix merge
Update twig.html.twig
PhpUnitNoDedicateAssertFixer results
disable the assets helper when assets are disabled
Improve Norwegian translations
[2.7] [FrameworkBundle] minor fix tests added by #17569
Fixed the antialiasing of the toolbar text
Simplify markdown for PR template
fixed CS
fixed CS
documented the $url parameter better
[Form] add test for ArrayChoiceList handling null
[Form] fix edge cases with choice placeholder
register commands from kernel when accessing list
...
Diffstat (limited to 'Core')
-rw-r--r-- | Core/Resources/translations/security.no.xlf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Core/Resources/translations/security.no.xlf b/Core/Resources/translations/security.no.xlf index 3369d43..3635916 100644 --- a/Core/Resources/translations/security.no.xlf +++ b/Core/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> |