Commit b30ee488 authored by Dayle Rees's avatar Dayle Rees

Merge pull request #1225 from decola977/patch-2

Update application/language/de/validation.php
parents 38562d50 1474491d
...@@ -22,8 +22,8 @@ return array( ...@@ -22,8 +22,8 @@ return array(
"active_url" => ":attribute ist keine gültige URL.", "active_url" => ":attribute ist keine gültige URL.",
"after" => ":attribute muss ein Datum nach dem :date sein.", "after" => ":attribute muss ein Datum nach dem :date sein.",
"alpha" => ":attribute darf nur Buchstaben beinhalten.", "alpha" => ":attribute darf nur Buchstaben beinhalten.",
"alpha_dash" => ":attribute sollte nur aus Buchstaben, Nummern und Bindestrichen bestehen.", "alpha_dash" => ":attribute darf nur aus Buchstaben, Nummern und Bindestrichen bestehen.",
"alpha_num" => ":attribute sollte nur aus Buchstaben und Nummern bestehen.", "alpha_num" => ":attribute darf nur aus Buchstaben und Nummern bestehen.",
"array" => ":attribute muss ausgewählte Elemente haben.", "array" => ":attribute muss ausgewählte Elemente haben.",
"before" => ":attribute muss ein Datum vor dem :date sein.", "before" => ":attribute muss ein Datum vor dem :date sein.",
"between" => array( "between" => array(
...@@ -57,7 +57,7 @@ return array( ...@@ -57,7 +57,7 @@ return array(
), ),
"not_in" => "Der gewählte Wert für :attribute ist ungültig.", "not_in" => "Der gewählte Wert für :attribute ist ungültig.",
"numeric" => ":attribute muss eine Zahl sein.", "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.", "same" => ":attribute und :other müssen übereinstimmen.",
"size" => array( "size" => array(
"numeric" => ":attribute muss gleich :size sein.", "numeric" => ":attribute muss gleich :size sein.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment