diff options
author | spag <spag@golwen.net> | 2013-01-28 09:26:47 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-28 09:26:47 +0100 |
commit | 29ac1a26b5d78c3d8570928df73610de0a361297 (patch) | |
tree | 3ec56353f7a9ec3c8a7275708e9ce0c088411cf7 /config/locales | |
parent | e500814c387818938bfe76299a25a04de7e1cbfb (diff) |
render route endpoint
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/views/call_routes/de.yml | 6 | ||||
-rw-r--r-- | config/locales/views/call_routes/en.yml | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/config/locales/views/call_routes/de.yml b/config/locales/views/call_routes/de.yml index 260b869..a8d6f4b 100644 --- a/config/locales/views/call_routes/de.yml +++ b/config/locales/views/call_routes/de.yml @@ -9,8 +9,7 @@ de: page_title: 'Liste aller Call Routen' routing_table: 'Routing Table' name: 'Name' - endpoint_type: 'Endpoint type' - endpoint_id: 'Endpoint' + endpoint: 'Endpoint' position: 'Position' actions: confirm_destroy: 'Sind Sie sicher, dass Sie folgendes löschen möchten: Call Route' @@ -23,8 +22,7 @@ de: page_title: 'Call Route bearbeiten' routing_table: 'Routing Table' name: 'Name' - endpoint_type: 'Endpoint type' - endpoint_id: 'Endpoint' + endpoint: 'Endpoint' position: 'Position' actions: confirm_destroy: 'Sind Sie sicher, dass die dieses Element löschen möchten?' diff --git a/config/locales/views/call_routes/en.yml b/config/locales/views/call_routes/en.yml index 25e4c51..8596474 100644 --- a/config/locales/views/call_routes/en.yml +++ b/config/locales/views/call_routes/en.yml @@ -9,8 +9,7 @@ en: page_title: 'Listing Call route' table: 'Table' name: 'Name' - endpoint_type: 'Endpoint type' - endpoint_id: 'Endpoint' + endpoint: 'Endpoint' position: 'Position' actions: confirm_destroy: 'Are you sure you want to delete this Call route?' @@ -23,8 +22,7 @@ en: page_title: 'Show Call route' table: 'Table' name: 'Name' - endpoint_type: 'Endpoint type' - endpoint_id: 'Endpoint' + endpoint: 'Endpoint' position: 'Position' actions: confirm_destroy: 'Are you sure you want to delete this element?' |