summaryrefslogtreecommitdiff
path: root/config/locales/views/sip_domains
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/sip_domains
parent3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff)
Start of GS5.
Diffstat (limited to 'config/locales/views/sip_domains')
-rw-r--r--config/locales/views/sip_domains/de.yml38
-rw-r--r--config/locales/views/sip_domains/en.yml38
2 files changed, 76 insertions, 0 deletions
diff --git a/config/locales/views/sip_domains/de.yml b/config/locales/views/sip_domains/de.yml
new file mode 100644
index 0000000..447caa9
--- /dev/null
+++ b/config/locales/views/sip_domains/de.yml
@@ -0,0 +1,38 @@
+de:
+ sip_domains:
+ name: 'SIP-Domain'
+ controller:
+ successfuly_created: 'Eine SIP-Domain wurde im System gespeichert.'
+ successfuly_updated: 'Die SIP-Domain wurde aktualisiert.'
+ successfuly_destroyed: 'Die SIP-Domain wurde gelöscht.'
+ index:
+ page_title: 'SIP-Domains'
+ host: 'Host'
+ realm: 'Realm'
+ actions:
+ confirm: 'Sind Sie sicher, dass Sie diese SIP-Domain löschen möchten?'
+ destroy: 'Löschen'
+ edit: 'Bearbeiten'
+ show: 'Anzeigen'
+ create: 'Neu anlegen'
+ show:
+ page_title: 'SIP-Domain bearbeiten'
+ host: 'Host'
+ realm: 'Realm'
+ actions:
+ confirm: 'Sind Sie sicher, dass Sie diese SIP-Domain löschen möchten?'
+ destroy: 'Löschen'
+ edit: 'Bearbeiten'
+ view_all: 'Alle SIP-Domains anzeigen'
+ new:
+ page_title: 'Neue SIP-Domain'
+ edit:
+ page_title: 'SIP-Domain von %{resource} bearbeiten'
+ form:
+ host:
+ label: 'Host'
+ hint: ''
+ realm:
+ label: 'Realm'
+ hint: ''
+ button: 'Absenden' \ No newline at end of file
diff --git a/config/locales/views/sip_domains/en.yml b/config/locales/views/sip_domains/en.yml
new file mode 100644
index 0000000..bf62a60
--- /dev/null
+++ b/config/locales/views/sip_domains/en.yml
@@ -0,0 +1,38 @@
+en:
+ sip_domains:
+ name: 'SIP domain'
+ controller:
+ successfuly_created: 'Successfully created SIP domain.'
+ successfuly_updated: 'Successfully updated SIP domain.'
+ successfuly_destroyed: 'Successfully destroyed SIP domain.'
+ index:
+ page_title: 'SIP domains'
+ host: 'Host'
+ realm: 'Realm'
+ actions:
+ confirm: 'Are you sure you want to delete this SIP domain?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New'
+ show:
+ page_title: 'Editing SIP domain'
+ host: 'Host'
+ realm: 'Realm'
+ actions:
+ confirm: 'Are you sure you want to delete this SIP domain?'
+ destroy: 'Delete SIP domain'
+ edit: 'Edit SIP domain'
+ view_all: 'View all SIP domains'
+ new:
+ page_title: 'New SIP domain'
+ edit:
+ page_title: 'Editing SIP domain %{resource}'
+ form:
+ host:
+ label: 'Host'
+ hint: ''
+ realm:
+ label: 'Realm'
+ hint: ''
+ button: 'Submit' \ No newline at end of file