summaryrefslogtreecommitdiff
path: root/config/locales/views/softkeys
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/softkeys
parent3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff)
Start of GS5.
Diffstat (limited to 'config/locales/views/softkeys')
-rw-r--r--config/locales/views/softkeys/de.yml68
-rw-r--r--config/locales/views/softkeys/en.yml64
2 files changed, 132 insertions, 0 deletions
diff --git a/config/locales/views/softkeys/de.yml b/config/locales/views/softkeys/de.yml
new file mode 100644
index 0000000..f5f8f26
--- /dev/null
+++ b/config/locales/views/softkeys/de.yml
@@ -0,0 +1,68 @@
+de:
+ softkeys:
+ functions:
+ speed_dial: 'Kurzwahl'
+ blf: 'Besetzt-Lampe'
+ dtmf: 'DTMF'
+ log_in: 'Anmelden'
+ log_out: 'Abmelden'
+ conference: 'Konferenz'
+ call_forwarding: 'Rufumleitung ein/aus'
+ hold: 'Halten'
+ hunt_group_membership: 'Rufgruppen-Mitgliedschaft'
+ deactivated: 'Deaktiviert'
+ acd_membership: 'Warteschleife'
+ name: 'Softkey'
+ controller:
+ successfuly_created: 'Ein neuer Softkey wurde erstellt.'
+ successfuly_updated: 'Der Softkey wurde aktualisiert.'
+ successfuly_destroyed: 'Der Softkey wurde gelöscht.'
+ index:
+ page_title: 'Tastenbelegungen'
+ phone_id: 'Telefon'
+ function: 'Funktion'
+ number: 'Nummer'
+ label: 'Beschriftung'
+ position: 'Position'
+ actions:
+ confirm: 'Sind Sie sicher, dass Sie diesen Softkey löschen möchten?'
+ destroy: 'Löschen'
+ edit: 'Bearbeiten'
+ show: 'Anzeigen'
+ create: 'Neuer Softkey'
+ create_for: 'Neuer Softkey für %{resource}'
+ show:
+ page_title: 'Softkey anzeigen'
+ phone_id: 'Telefon'
+ function: 'Funktion'
+ number: 'Nummer'
+ label: 'Beschriftung'
+ position: 'Position'
+ call_forward: 'Rufumleitung'
+ actions:
+ confirm: 'Sind Sie sicher, dass Sie diesen Softkey löschen möchten?'
+ destroy: 'Löschen'
+ edit: 'Bearbeiten'
+ view_all: 'Alle anzeigen'
+ new:
+ page_title: 'Neuer Softkey'
+ actions:
+ edit:
+ page_title: 'Softkey bearbeiten'
+ actions:
+ edit: 'Bearbeiten'
+ view_all: 'Alle anzeigen'
+ form:
+ function:
+ label: 'Funktion'
+ hint: ''
+ call_forward:
+ label: 'Rufumleitung'
+ hint: ''
+ number:
+ label: 'Nummer'
+ hint: ''
+ label:
+ label: 'Beschriftung'
+ hint: 'Je nach Telefonmodell gibt es die Möglichkeit eine Beschriftung bzw. eine Beschreibung auf dem Telefon anzuzeigen.'
+ button: 'Absenden' \ No newline at end of file
diff --git a/config/locales/views/softkeys/en.yml b/config/locales/views/softkeys/en.yml
new file mode 100644
index 0000000..e29e4c6
--- /dev/null
+++ b/config/locales/views/softkeys/en.yml
@@ -0,0 +1,64 @@
+en:
+ softkeys:
+ functions:
+ speed_dial: 'Speed Dial'
+ blf: 'BLF'
+ dtmf: 'DTMF'
+ log_in: 'Log in'
+ log_out: 'Log out'
+ conference: 'Conference'
+ call_forwarding: 'Toggle Call Forwarding'
+ hold: 'Hold'
+ hunt_group_membership: 'Hunt Group'
+ deactivated: 'Deactivated'
+ acd_membership: 'ACD'
+ name: 'Softkey'
+ controller:
+ successfuly_created: 'Successfully created softkeys.'
+ successfuly_updated: 'Successfully updated softkeys.'
+ successfuly_destroyed: 'Successfully destroyed softkeys.'
+ index:
+ page_title: 'Softkeys'
+ phone_id: 'Phone'
+ function: 'Function'
+ number: 'Number'
+ label: 'Label'
+ position: 'Position'
+ actions:
+ confirm: 'Are you sure you want to delete this softkey?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New softkey'
+ create_for: 'New softkey for %{resource}'
+ show:
+ page_title: 'Show softkey'
+ phone_id: 'Phone'
+ function: 'Function'
+ number: 'Number'
+ label: 'Label'
+ position: 'Position'
+ call_forward: 'Call forward'
+ actions:
+ confirm: 'Are you sure you want to delete this softkey?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ view_all: 'View All'
+ new:
+ page_title: 'New softkey'
+ edit:
+ page_title: 'Editing softkey'
+ form:
+ function:
+ label: 'Function'
+ hint: ''
+ call_forward:
+ label: 'Call forward'
+ hint: ''
+ number:
+ label: 'Number'
+ hint: ''
+ label:
+ label: 'Label'
+ hint: ''
+ button: 'Submit' \ No newline at end of file