summaryrefslogtreecommitdiff
path: root/protected/messages/de/astaf.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/messages/de/astaf.php')
-rw-r--r--protected/messages/de/astaf.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/protected/messages/de/astaf.php b/protected/messages/de/astaf.php
new file mode 100644
index 0000000..ac851a0
--- /dev/null
+++ b/protected/messages/de/astaf.php
@@ -0,0 +1,6 @@
+<?php
+return array(
+ 'The value of {attribute} ({value}) is not {operator} {compareAttribute} ({compareValue}).' => 'Der Wert von \'{attribute}\' ({value}) muss \'{operator}\' als der Wert von \'{compareAttribute}\' ({compareValue}) sein.',
+ 'The value of {attribute} ({value}) is not between {minDate} and {maxDate}.' => 'Der Wert von \'{attribute}\' ({value}) muss zwischen \'{minDate}\' und \'{maxDate}\' liegen.',
+);
+?> \ No newline at end of file