Commit 37321136 by Tobias Orterer

fixed missed umlauts

parent 139abb2e
......@@ -46,8 +46,8 @@ return array(
),
"mimes" => ":attribute muss eine Datei sein des Formats: :values.",
"min" => array(
"numeric" => ":attribute muss größer sein als :min.",
"file" => ":attribute muss größer sein als :min Kilobytes.",
"numeric" => ":attribute muss größer sein als :min.",
"file" => ":attribute muss größer sein als :min Kilobytes.",
"string" => ":attribute muss länger sein als :min Zeichen.",
),
"not_in" => "Die selektierte :attribute ist ungültig.",
......
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