summaryrefslogtreecommitdiff
path: root/config/locales/views/acd_callers
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-17 12:01:45 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-17 12:01:45 +0100
commitb80bd744ad873f6fc43018bc4bfb90677de167bd (patch)
tree072c4b0e33d442528555b82c415f5e7a1712b2b0 /config/locales/views/acd_callers
parent3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff)
Start of GS5.
Diffstat (limited to 'config/locales/views/acd_callers')
-rw-r--r--config/locales/views/acd_callers/de.yml70
-rw-r--r--config/locales/views/acd_callers/en.yml70
2 files changed, 140 insertions, 0 deletions
diff --git a/config/locales/views/acd_callers/de.yml b/config/locales/views/acd_callers/de.yml
new file mode 100644
index 0000000..5195217
--- /dev/null
+++ b/config/locales/views/acd_callers/de.yml
@@ -0,0 +1,70 @@
+de:
+ acd_callers:
+ name: 'Vermittelte Anrufer'
+ controller:
+ successfuly_created: 'Ein neuer vermittelter Anrufer wurde angelegt.'
+ successfuly_updated: 'Der vermittelte Anrufer wurde aktualisiert.'
+ successfuly_destroyed: 'Der vermittelte Anrufer wurde gelöscht.'
+ index:
+ page_title: 'Vermittelte Anrufer auflisten'
+ channel_uuid: 'Kanal UUID'
+ automatic_call_distributor_id: 'Warteschleife'
+ status: 'Status'
+ enter_time: 'Eintrittszeit'
+ agent_answer_time: 'Antwortzeit Agent'
+ callback_number: 'Vermittelte Durchwahl'
+ callback_attempts: 'Vermittlungsversuche'
+ actions:
+ confirm: 'Sind Sie sicher, dass Sie diesen vermittelten Anrufer löschen möchten?'
+ destroy: 'Löschen'
+ edit: 'Bearbeiten'
+ show: 'Anzeigen'
+ create: 'Neu anlegen'
+ create_for: 'Neuen vermittelten Anrufer für %{resource} anlegen'
+ show:
+ page_title: 'Vermittelte Anrufer anzeigen'
+ channel_uuid: 'Kanal UUID'
+ automatic_call_distributor_id: 'Warteschleife'
+ status: 'Status'
+ enter_time: 'Eintrittszeit'
+ agent_answer_time: 'Antwortzeit Agent'
+ callback_number: 'Vermittelte Durchwahl'
+ callback_attempts: 'Vermittlungsversuche'
+ actions:
+ confirm: 'Sind Sie sicher, dass Sie diesen vermittelten Anrufer löschen möchten?'
+ destroy: 'Löschen'
+ edit: 'Bearbeiten'
+ view_all: 'Alle anzeigen'
+ new:
+ page_title: 'Neuer vermittelter Anrufer'
+ actions:
+ back_to_list: 'Zurück zur Übersicht'
+ edit:
+ page_title: 'Vermittelten Anrufer bearbeiten'
+ actions:
+ back_to_list: 'Zurück zur Übersicht'
+ edit: 'Bearbeiten'
+ view_all: 'Alle anzeigen'
+ form:
+ channel_uuid:
+ label: 'Kanal UUID'
+ hint: ''
+ automatic_call_distributor_id:
+ label: 'Warteschleife'
+ hint: ''
+ status:
+ label: 'Status'
+ hint: ''
+ enter_time:
+ label: 'Eintrittszeit'
+ hint: ''
+ agent_answer_time:
+ label: 'Antwortzeit Agent'
+ hint: ''
+ callback_number:
+ label: 'Vermittelte Durchwahl'
+ hint: ''
+ callback_attempts:
+ label: 'Vermittllungsversuche'
+ hint: ''
+ button: 'Absenden' \ No newline at end of file
diff --git a/config/locales/views/acd_callers/en.yml b/config/locales/views/acd_callers/en.yml
new file mode 100644
index 0000000..c435f3f
--- /dev/null
+++ b/config/locales/views/acd_callers/en.yml
@@ -0,0 +1,70 @@
+en:
+ acd_callers:
+ name: 'Negotiated callers'
+ controller:
+ successfuly_created: 'Successfully created negotiated caller.'
+ successfuly_updated: 'Successfully updated negotiated caller.'
+ successfuly_destroyed: 'Successfully destroyed negotiated caller.'
+ index:
+ page_title: 'Listing negotiated callers'
+ channel_uuid: 'Channel UUID'
+ automatic_call_distributor_id: 'Automatic call distributor'
+ status: 'Status'
+ enter_time: 'Enter time'
+ agent_answer_time: 'Agent answer time'
+ callback_number: 'Callback number'
+ callback_attempts: 'Callback attempts'
+ actions:
+ confirm: 'Are you sure you want to delete this negotiated caller?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New'
+ create_for: 'New negotiated callers for %{resource}'
+ show:
+ page_title: 'Show negotiated callers'
+ channel_uuid: 'Channel UUID'
+ automatic_call_distributor_id: 'Automatic call distributor'
+ status: 'Status'
+ enter_time: 'Enter time'
+ agent_answer_time: 'Agent answer time'
+ callback_number: 'Callback number'
+ callback_attempts: 'Callback attempts'
+ actions:
+ confirm: 'Are you sure you want to delete this negotiated caller?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ view_all: 'View All'
+ new:
+ page_title: 'New negotiated caller'
+ actions:
+ back_to_list: 'Back to Index'
+ edit:
+ page_title: 'Editing negotiated callers'
+ actions:
+ back_to_list: 'Back to Index'
+ edit: 'Edit'
+ view_all: 'View All'
+ form:
+ channel_uuid:
+ label: 'Channel UUID'
+ hint: ''
+ automatic_call_distributor_id:
+ label: 'Automatic call distributor'
+ hint: ''
+ status:
+ label: 'Status'
+ hint: ''
+ enter_time:
+ label: 'Enter time'
+ hint: ''
+ agent_answer_time:
+ label: 'Agent answer time'
+ hint: ''
+ callback_number:
+ label: 'Callback number'
+ hint: ''
+ callback_attempts:
+ label: 'Callback attempts'
+ hint: ''
+ button: 'Submit' \ No newline at end of file