summaryrefslogtreecommitdiff
path: root/config/locales/views/sip_domains/de.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/views/sip_domains/de.yml')
-rw-r--r--config/locales/views/sip_domains/de.yml38
1 files changed, 38 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