Skip to content

Commit

Permalink
Merge pull request #286 from RoumenDamianoff/master
Browse files Browse the repository at this point in the history
Updated bg translation (issue #258)
  • Loading branch information
caouecs committed Sep 22, 2014
2 parents 81a5a2e + d2a0037 commit 4258914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bg/reminders.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

"sent" => "Изпратено е напомняне за вашата парола!",

"reset" => "Password has been reset!",
"reset" => "Паролата е ресетната!",

);
2 changes: 1 addition & 1 deletion bg/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"required_if" => "Полето :attribute се изисква, когато :other е :value.",
"required_with" => "Полето :attribute се изисква, когато :values има стойност.",
"required_with_all" => "Полето :attribute е задължително, когато :values имат стойност.",
"required_without" => "Полето :attribute се изисква, когато :values няма стойност.",
"required_without" => "Полето :attribute се изисква, когато :values няма стойност.",
"required_without_all" => "Полето :attribute се изисква, когато никое от полетата :values няма стойност.",
"same" => "Полетата :attribute и :other трябва да съвпадат.",
"size" => array(
Expand Down

0 comments on commit 4258914

Please sign in to comment.