diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-28 20:27:04 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-28 20:27:04 +0100 |
commit | f3c3e77eaa2b82567f02601b6f66177208674181 (patch) | |
tree | 1946390f7f697e80fcdab4164ad620d507b6a1fe /config/locales/views/call_histories | |
parent | 3e76142566ad8f55a64a88fe5c19e7d0ec7c11c0 (diff) | |
parent | 8d20201910b1915cffa495e6474d50f9c8e8331d (diff) |
Merge branch 'develop'5.0.1
Diffstat (limited to 'config/locales/views/call_histories')
-rw-r--r-- | config/locales/views/call_histories/de.yml | 1 | ||||
-rw-r--r-- | config/locales/views/call_histories/en.yml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config/locales/views/call_histories/de.yml b/config/locales/views/call_histories/de.yml index 3f0459d..6c99aee 100644 --- a/config/locales/views/call_histories/de.yml +++ b/config/locales/views/call_histories/de.yml @@ -64,3 +64,4 @@ de: NO_USER_RESPONSE: 'Keine Antwort' NOANSWER: 'Keine Antwort' USER_NOT_REGISTERED: 'Offline' + USER_BUSY: 'Besetzt' diff --git a/config/locales/views/call_histories/en.yml b/config/locales/views/call_histories/en.yml index 5adf453..839c912 100644 --- a/config/locales/views/call_histories/en.yml +++ b/config/locales/views/call_histories/en.yml @@ -64,4 +64,4 @@ en: NO_USER_RESPONSE: 'No user response' NOANSWER: 'No answer' USER_NOT_REGISTERED: 'Offline' -
\ No newline at end of file + USER_BUSY: 'Busy' |