From 785b1f3e05c026fb2dc474142385b40d1b333f53 Mon Sep 17 00:00:00 2001 From: ivo Date: Tue, 5 Feb 2013 12:00:45 +0100 Subject: [PATCH] german translation added --- Resources/translations/messages.de.yml | 6 ++++++ Resources/translations/validators.de.yml | 13 +++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 Resources/translations/messages.de.yml create mode 100644 Resources/translations/validators.de.yml diff --git a/Resources/translations/messages.de.yml b/Resources/translations/messages.de.yml new file mode 100644 index 0000000..543ea7a --- /dev/null +++ b/Resources/translations/messages.de.yml @@ -0,0 +1,6 @@ +Senderemail: Ihre E-Mail Adresse +Sendername: Ihr Name +Subject: Betreff +Message: Nachricht +Submit contact form: Absenden +Message sent: Nachricht versendet \ No newline at end of file diff --git a/Resources/translations/validators.de.yml b/Resources/translations/validators.de.yml new file mode 100644 index 0000000..d790cb3 --- /dev/null +++ b/Resources/translations/validators.de.yml @@ -0,0 +1,13 @@ +Please add an email address: Bitte geben Sie eine E-Mail Adresse an +The email is too short: Diese E-Mail Adresse ist zu kurz +The email is too long: Diese E-Mail Adresse ist zu lang +Please add a valid email address: Bitte eine E-Mail Adresse angeben +Please add your name: Bitte geben Sie einen Namen an +The username is too short: Dieser Name ist zu kurz +The username is too long: Dieser Name ist zu lang +Please add a subject for your message: Bitte geben Sie einen Betreff an +The subject is too short: Dieser Betreff ist zu kurz +The subject is too long: Dieser Betreff ist zu lang +Please add a message: Bitte geben Sie eine Nachricht ein +The message is too short: Diese Nachricht ist zu kurz +The message is too long: Diese Nachricht ist zu lang \ No newline at end of file