Skip to content

Commit

Permalink
Merge pull request #30 from konung/master
Browse files Browse the repository at this point in the history
Adding Russian localization.
  • Loading branch information
JDutil committed Jul 2, 2013
2 parents 08b3bff + 1f3043b commit 8101434
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config/locales/contact_us.ru.yml
@@ -0,0 +1,25 @@
# Sample localization file for English. Add more files in this directory for other locales.
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.

ru:
contact_us:
contact_mailer:
contact_email:
sent_by_contact_form: "Отправлено через контактную форму через %{email}"
sent_by_name: "Отправлено от %{name} через %{email}"
subject: "Контактное сообщение от %{email}"
contacts:
new: &new
contact_us: "Свяжитесь с Нами"
email: "Электронная Почта"
message: "Сообщение"
name: "Имя"
subject: "Тематика"
submit: "Отправить"
new_formtastic:
<<: *new
new_simple_form:
<<: *new
notices:
error: "Вы должны заполнить оба поля."
success: "Контактное сообщение отправлено."

0 comments on commit 8101434

Please sign in to comment.