summaryrefslogtreecommitdiff
path: root/config/locales/views/acd_agents
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_agents
parent3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff)
Start of GS5.
Diffstat (limited to 'config/locales/views/acd_agents')
-rw-r--r--config/locales/views/acd_agents/de.yml76
-rw-r--r--config/locales/views/acd_agents/en.yml76
2 files changed, 152 insertions, 0 deletions
diff --git a/config/locales/views/acd_agents/de.yml b/config/locales/views/acd_agents/de.yml
new file mode 100644
index 0000000..8613313
--- /dev/null
+++ b/config/locales/views/acd_agents/de.yml
@@ -0,0 +1,76 @@
+de:
+ acd_agents:
+ name: 'Agent'
+ controller:
+ successfuly_created: 'Ein neuer Agent wurde angelegt.'
+ successfuly_updated: 'Der Agent wurde aktualisiert.'
+ successfuly_destroyed: 'Der Agent wurde gelöscht.'
+ index:
+ page_title: 'Agenten'
+ uuid: 'UUID'
+ name: 'Name'
+ status: 'Status'
+ automatic_call_distributor_id: 'Warteschleifen ID'
+ last_call: 'Letzter Anruf'
+ calls_answered: 'Anrufe'
+ destination_type: 'Zieltyp'
+ destination_id: 'Ziel ID'
+ destination: 'Ziel'
+ actions:
+ confirm: 'Sind Sie sicher, dass Sie diesen Agenten löschen möchten?'
+ destroy: 'Löschen'
+ edit: 'Bearbeiten'
+ show: 'Anzeigen'
+ create: 'Neu anlegen'
+ create_for: 'Neuen Agenten für %{resource} anlegen'
+ show:
+ page_title: 'Agent'
+ uuid: 'UUID'
+ name: 'Name'
+ status: 'Status'
+ automatic_call_distributor_id: 'Warteschleifen ID'
+ last_call: 'Letzter Anruf'
+ calls_answered: 'Anrufe'
+ destination_type: 'Zieltyp'
+ destination_id: 'Ziel ID'
+ actions:
+ confirm: 'Sind Sie sicher, dass Sie diesen Agenten löschen möchten?'
+ destroy: 'Löschen'
+ edit: 'Bearbeiten'
+ view_all: 'Alle anzeigen'
+ new:
+ page_title: 'Neuer Agent'
+ actions:
+ back_to_list: 'Zurück zur Übersicht'
+ edit:
+ page_title: 'Agent bearbeiten'
+ actions:
+ back_to_list: 'Zurück zur Übersicht'
+ edit: 'Bearbeiten'
+ view_all: 'Alle anzeigen'
+ form:
+ uuid:
+ label: 'UUID'
+ hint: ''
+ name:
+ label: 'Name'
+ hint: ''
+ status:
+ label: 'Status'
+ hint: ''
+ automatic_call_distributor_id:
+ label: 'Warteschleifen ID'
+ hint: ''
+ last_call:
+ label: 'Letzter Anruf'
+ hint: ''
+ calls_answered:
+ label: 'Anrufe'
+ hint: ''
+ destination_type:
+ label: 'Zieltyp'
+ hint: ''
+ destination_id:
+ label: 'Ziel ID'
+ hint: ''
+ button: 'Absenden' \ No newline at end of file
diff --git a/config/locales/views/acd_agents/en.yml b/config/locales/views/acd_agents/en.yml
new file mode 100644
index 0000000..8287dd7
--- /dev/null
+++ b/config/locales/views/acd_agents/en.yml
@@ -0,0 +1,76 @@
+en:
+ acd_agents:
+ name: 'ACD Agent'
+ controller:
+ successfuly_created: 'Successfully created Agent.'
+ successfuly_updated: 'Successfully updated Agent.'
+ successfuly_destroyed: 'Successfully destroyed Agent.'
+ index:
+ page_title: 'Agents'
+ uuid: 'UUID'
+ name: 'Name'
+ status: 'Status'
+ automatic_call_distributor_id: 'ACD ID'
+ last_call: 'Last call'
+ calls_answered: 'Calls answered'
+ destination_type: 'Destination type'
+ destination_id: 'Destination ID'
+ destination: 'Destination'
+ actions:
+ confirm: 'Are you sure you want to delete this Agent?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New'
+ create_for: 'New Agent for %{resource}'
+ show:
+ page_title: 'Show Agent'
+ uuid: 'UUID'
+ name: 'Name'
+ status: 'Status'
+ automatic_call_distributor_id: 'ACD ID'
+ last_call: 'Last call'
+ calls_answered: 'Calls answered'
+ destination_type: 'Destination type'
+ destination_id: 'Destination'
+ actions:
+ confirm: 'Are you sure you want to delete this element?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ view_all: 'View All'
+ new:
+ page_title: 'New Agent'
+ actions:
+ back_to_list: 'Back to Index'
+ edit:
+ page_title: 'Editing Agent'
+ actions:
+ back_to_list: 'Back to Index'
+ edit: 'Edit'
+ view_all: 'View All'
+ form:
+ uuid:
+ label: 'UUID'
+ hint: 'Universally unique identifier'
+ name:
+ label: 'Name'
+ hint: 'Entry name'
+ status:
+ label: 'Status'
+ hint: 'Entry status'
+ automatic_call_distributor_id:
+ label: 'ACD ID'
+ hint: 'ID of parent ACD'
+ last_call:
+ label: 'Last call'
+ hint: 'Last answered call'
+ calls_answered:
+ label: 'Calls answered'
+ hint: 'Number of calls'
+ destination_type:
+ label: 'Destination type'
+ hint: ''
+ destination_id:
+ label: 'Destination'
+ hint: ''
+ button: 'Submit' \ No newline at end of file