From ed0117210837dd1d0d2dbf403799b70225caf0cd Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Wed, 27 Feb 2013 06:04:50 -0500 Subject: calls views added --- config/locales/views/calls/de.yml | 37 +++++++++++++++++++++++++++++++++++++ config/locales/views/calls/en.yml | 37 +++++++++++++++++++++++++++++++++++++ config/routes.rb | 1 + 3 files changed, 75 insertions(+) create mode 100644 config/locales/views/calls/de.yml create mode 100644 config/locales/views/calls/en.yml (limited to 'config') diff --git a/config/locales/views/calls/de.yml b/config/locales/views/calls/de.yml new file mode 100644 index 0000000..1410e34 --- /dev/null +++ b/config/locales/views/calls/de.yml @@ -0,0 +1,37 @@ +de: + calls: + name: 'Anruf' + controller: + successfuly_created: 'Einen neue Anruf wurde erstellt.' + successfuly_updated: 'Der Anruf wurde aktualisiert.' + successfuly_destroyed: 'Der Anruf wurde aufgelegt.' + index: + page_title: 'Anrufe' + uuid: 'UUID' + actions: + confirm_destroy: 'Sind Sie sicher, dass Sie diese Anruf auflegen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + show: 'Anzeigen' + create: 'Neuer Anruf' + create_for: 'Neuer Anruf für %{resource}' + show: + page_title: 'Anruf' + uuid: 'UUID' + actions: + confirm_destroy: 'Sind Sie sicher, dass Sie diese Anruf auflegen möchten?' + destroy: 'Auflegen' + edit: 'Bearbeiten' + view_all: 'Alle Anrufe anzeigen' + new: + page_title: 'Neuer Anruf' + edit: + page_title: 'Anruf bearbeiten' + form: + uuid: + label: 'UUID' + hint: '' + destination: + label: 'Ziel' + hint: '' + submit: 'Absenden' diff --git a/config/locales/views/calls/en.yml b/config/locales/views/calls/en.yml new file mode 100644 index 0000000..9161d03 --- /dev/null +++ b/config/locales/views/calls/en.yml @@ -0,0 +1,37 @@ +en: + calls: + name: 'Call' + controller: + successfuly_created: 'Successfully created call.' + successfuly_updated: 'Successfully updated call.' + successfuly_destroyed: 'Successfully hung up call.' + index: + page_title: 'Calls' + uuid: 'UUID' + actions: + confirm_destroy: 'Are you sure you want to drop this call?' + destroy: 'Hang up' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New call for sip account %{resource}' + show: + page_title: 'Call' + uuid: 'UUID' + actions: + confirm_destroy: 'Are you sure you want to drop this call?' + destroy: 'Delete' + edit: 'Edit' + view_all: 'View all calls' + new: + page_title: 'New call' + edit: + page_title: 'Editing call' + form: + uuid: + label: 'UUID' + hint: '' + destination: + label: 'Destination' + hint: '' + submit: 'Submit' diff --git a/config/routes.rb b/config/routes.rb index adff556..2fe1682 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -257,6 +257,7 @@ Gemeinschaft42c::Application.routes.draw do resources :softkeys resources :call_forwards resources :ringtones + resources :calls resources :call_histories do collection do delete 'destroy_multiple' -- cgit v1.2.3