diff options
| author | Kir | 2011-10-31 21:43:34 +0400 | 
|---|---|---|
| committer | Kir | 2011-10-31 21:43:34 +0400 | 
| commit | 48c144ed34e2d5977bb8e5af8a9c7e8dfc253361 (patch) | |
| tree | a672937fb96b955f3c2d4364195926b3b14d01cb /config | |
| parent | 3ddd221f5f235e34afb9d4bbc7a4fc05228f73a4 (diff) | |
| download | inboxes-48c144ed34e2d5977bb8e5af8a9c7e8dfc253361.tar.bz2 | |
Small changed
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/en.yml | 7 | ||||
| -rw-r--r-- | config/locales/ru.yml | 7 | 
2 files changed, 14 insertions, 0 deletions
| diff --git a/config/locales/en.yml b/config/locales/en.yml new file mode 100644 index 0000000..fa7803a --- /dev/null +++ b/config/locales/en.yml @@ -0,0 +1,7 @@ +en: +  views: +    discussions: +      started: "Discussion started" +      leaved: "You leaved 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 diff --git a/config/locales/ru.yml b/config/locales/ru.yml new file mode 100644 index 0000000..06d3534 --- /dev/null +++ b/config/locales/ru.yml @@ -0,0 +1,7 @@ +ru: +  views: +    discussions: +      started: "Чат начат" +      leaved: "Вы покинули дискуссию" +      exists: "Дискуссия между вами и %{user} уже существует" +      can_not_participate: "Вы не состоите в этой дискуссии"
\ No newline at end of file | 
