Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sardinian update #321

Merged
merged 3 commits into from
Jan 13, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sc/reminders.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!",

);
6 changes: 3 additions & 3 deletions sc/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"string" => ":attribute depet èssere intre :min - :max caràteres.",
"array" => ":attribute depet èssere intre :min - :max elementos."
),
"boolean" => "The :attribute field must be true or false",
"boolean" => "Su campu :attribute depet èssere beru o farsu",
"confirmed" => "Su campu de cunfirma pro :attribute non torrat.",
"date" => ":attribute no est una data bàlida.",
"date_format" => ":attribute non torrat cun su formadu :format.",
Expand All @@ -53,7 +53,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 @@ -68,7 +68,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