diff options
| author | Kir | 2012-01-26 19:59:41 +0200 |
|---|---|---|
| committer | Kir | 2012-01-26 20:31:35 +0200 |
| commit | e18d5bc0f4f81ea7b382c92601e141910ead646a (patch) | |
| tree | 80842ae5ff167115f6b6c9fa07218d846fd6b8d0 /config | |
| parent | 9579ae25b1934693555240d229ff01443323a075 (diff) | |
| download | inboxes-e18d5bc0f4f81ea7b382c92601e141910ead646a.tar.bz2 | |
Adding fake_app with specs
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/en.yml | 2 | ||||
| -rw-r--r-- | config/locales/ru.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 348e39b..a9a810d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -10,6 +10,6 @@ en: discussions: started: "Discussion started" leaved: "You leave the discussion" - exists: "Discussion between you and %{user} already exists" + already_exists: "Discussion between you and %{user} already exists" 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 1258f9f..1e311cd 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -9,7 +9,7 @@ ru: discussions: started: "Чат начат" leaved: "Вы покинули дискуссию" - exists: "Дискуссия между вами и %{user} уже существует" + already_exists: "Дискуссия между вами и %{user} уже существует" can_not_participate: "Вы не состоите в этой дискуссии" choose_at_least_one_recipient: "Укажите хотя бы одного получателя" speakers: |
