summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-01-10 18:16:15 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2013-01-10 18:16:15 +0100
commit5fe3c5ccaea86818533e6dcc656dcc73607db9b6 (patch)
tree2ff127e11335b54001dab580e63f51572150e07c
parent2ad5f087fb977bef3cc4bfbb28a189b5c0f9a02a (diff)
parentad2704a338755a9fa439bde1007f7ef36fbdcaba (diff)
downloadsymfony-security-5fe3c5ccaea86818533e6dcc656dcc73607db9b6.zip
symfony-security-5fe3c5ccaea86818533e6dcc656dcc73607db9b6.tar.gz
symfony-security-5fe3c5ccaea86818533e6dcc656dcc73607db9b6.tar.bz2
merged branch mweimerskirch/patch-9 (PR #6682)
This PR was merged into the master branch. Commits ------- b92973c Fixed German translations for security component Discussion ---------- Fixed German translations for security component authentication != authorisation plus a few other minor things
-rw-r--r--Resources/translations/security.de.xlf12
1 files changed, 6 insertions, 6 deletions
diff --git a/Resources/translations/security.de.xlf b/Resources/translations/security.de.xlf
index 3142ffb..e5946ed 100644
--- a/Resources/translations/security.de.xlf
+++ b/Resources/translations/security.de.xlf
@@ -4,7 +4,7 @@
<body>
<trans-unit id="1">
<source>An authentication exception occurred.</source>
- <target>Es ist ein Fehler bei der Authorisierung aufgetreten.</target>
+ <target>Es ist ein Fehler bei der Authentifikation aufgetreten.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
@@ -12,7 +12,7 @@
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
- <target>Die Authorisierung konnte wegen eines Systemproblems nicht bearbeitet werden.</target>
+ <target>Die Authentifikation konnte wegen eines Systemproblems nicht bearbeitet werden.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
@@ -20,15 +20,15 @@
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
- <target>Cookie wurde bereits von jemand Anderem verwendet.</target>
+ <target>Cookie wurde bereits von jemand anderem verwendet.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
- <target>Keine Rechte, um die Resource anzufragen.</target>
+ <target>Keine Rechte, um die Ressource anzufragen.</target>
</trans-unit>
<trans-unit id="7">
<source>Invalid CSRF token.</source>
- <target>Ungültiges CSRF Token.</target>
+ <target>Ungültiges CSRF-Token.</target>
</trans-unit>
<trans-unit id="8">
<source>Digest nonce has expired.</source>
@@ -48,7 +48,7 @@
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
- <target>Der Username wurde nicht gefunden.</target>
+ <target>Der Benutzername wurde nicht gefunden.</target>
</trans-unit>
<trans-unit id="13">
<source>Account has expired.</source>