Skip to content

Commit

Permalink
Merge pull request laravel#1225 from decola977/patch-2
Browse files Browse the repository at this point in the history
Update application/language/de/validation.php
  • Loading branch information
daylerees committed Sep 17, 2012
2 parents 38562d5 + 1474491 commit b30ee48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/language/de/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"active_url" => ":attribute ist keine gültige URL.",
"after" => ":attribute muss ein Datum nach dem :date sein.",
"alpha" => ":attribute darf nur Buchstaben beinhalten.",
"alpha_dash" => ":attribute sollte nur aus Buchstaben, Nummern und Bindestrichen bestehen.",
"alpha_num" => ":attribute sollte nur aus Buchstaben und Nummern bestehen.",
"alpha_dash" => ":attribute darf nur aus Buchstaben, Nummern und Bindestrichen bestehen.",
"alpha_num" => ":attribute darf nur aus Buchstaben und Nummern bestehen.",
"array" => ":attribute muss ausgewählte Elemente haben.",
"before" => ":attribute muss ein Datum vor dem :date sein.",
"between" => array(
Expand Down Expand Up @@ -57,7 +57,7 @@
),
"not_in" => "Der gewählte Wert für :attribute ist ungültig.",
"numeric" => ":attribute muss eine Zahl sein.",
"required" => ":attribute muss aufgefüllt sein.",
"required" => ":attribute muss ausgefüllt sein.",
"same" => ":attribute und :other müssen übereinstimmen.",
"size" => array(
"numeric" => ":attribute muss gleich :size sein.",
Expand Down

0 comments on commit b30ee48

Please sign in to comment.