Skip to content

Commit

Permalink
Merge pull request #322 from massimeddu/laravel5
Browse files Browse the repository at this point in the history
Laravel5 Sardinian fixs
  • Loading branch information
caouecs committed Jan 13, 2015
2 parents a9447b5 + 2671ff1 commit a87bbfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sc/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

"sent" => "Regordu de sa password imbiadu!",

"reset" => "Password has been reset!",
"reset" => "Sa password est istada torrada a impostare!",

];
4 changes: 2 additions & 2 deletions sc/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"array" => ":attribute depet tènnere a su mancu :min elementos."
],
"not_in" => "Su balore seberadu pro :attribute no est bàlidu.",
"numeric" => ":attribute depetèssere unu nùmeru.",
"numeric" => ":attribute depet èssere unu nùmeru.",
"regex" => "Su formadu de su campu :attribute no est bàlidu.",
"required" => ":attribute est pedidu.",
"required_if" => "Su campu :attribute est pedidu cando :other est :value.",
Expand All @@ -69,7 +69,7 @@
"string" => ":attribute depet cuntènnere :size caràteres.",
"array" => ":attribute depet cuntènnere :size elementos."
],
"timezone" => "The :attribute must be a valid zone.",
"timezone" => ":attribute depet èssere una zona bàlida.",
"unique" => ":attribute est istadu giai impreadu.",
"url" => ":attribute depet èssere un'URL.",

Expand Down

0 comments on commit a87bbfa

Please sign in to comment.