aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKir2011-11-11 18:51:52 +0400
committerKir2011-11-11 18:51:52 +0400
commit61bd4dd67fdaee93af6994d539b86d46cd1c45f1 (patch)
tree6e8a9d85aa372a98f32083a3968a9f9aefe2b3a3 /config
parenta9c97ba576f190c18544919af477753c419036cf (diff)
downloadinboxes-61bd4dd67fdaee93af6994d539b86d46cd1c45f1.tar.bz2
Model updated, readme fixes
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml3
-rw-r--r--config/locales/ru.yml1
2 files changed, 3 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index e7013f5..3bcda3c 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -11,4 +11,5 @@ en:
started: "Discussion started"
leaved: "You leaved the discussion"
exists: "Discussion between you and %{user} already exists"
- can_not_participate: "You are not listed in this discussion" \ No newline at end of file
+ can_not_participate: "You are not listed in this discussion"
+ choose_at_least_one_recipient: "You should choose at least one recipient of discussion" \ No newline at end of file
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index f0e4f04..7bcbbef 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -11,6 +11,7 @@ ru:
leaved: "Вы покинули дискуссию"
exists: "Дискуссия между вами и %{user} уже существует"
can_not_participate: "Вы не состоите в этой дискуссии"
+ choose_at_least_one_recipient: "Укажите хотя бы одного получателя"
speakers:
added: "Участник дискуссии добавлен"
removed: "Участник дискуссии удален" \ No newline at end of file