diff options
Diffstat (limited to 'config/locales/views/switchboards')
-rw-r--r-- | config/locales/views/switchboards/de.yml | 20 | ||||
-rw-r--r-- | config/locales/views/switchboards/en.yml | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/config/locales/views/switchboards/de.yml b/config/locales/views/switchboards/de.yml index 97a47b8..1f66b9f 100644 --- a/config/locales/views/switchboards/de.yml +++ b/config/locales/views/switchboards/de.yml @@ -9,6 +9,10 @@ de: page_title: 'Switchboards' name: 'Name' user_id: 'User' + reload_interval:: 'Reload Interval' + show_avatars: 'Show avatars' + entry_width: 'Entry width' + amount_of_displayed_phone_numbers: 'Anzahl der angezeigten Telefonnummern' actions: confirm_destroy: 'Sind Sie sicher, dass Sie folgendes löschen möchten: Switchboard' destroy: 'Löschen' @@ -20,6 +24,10 @@ de: page_title: 'Switchboard bearbeiten' name: 'Name' user_id: 'User' + reload_interval:: 'Reload Interval' + show_avatars: 'Show avatars' + entry_width: 'Entry width' + amount_of_displayed_phone_numbers: 'Anzahl der angezeigten Telefonnummern' actions: confirm_destroy: 'Sind Sie sicher, dass die dieses Element löschen möchten?' destroy: 'Löschen' @@ -42,4 +50,16 @@ de: user_id: label: 'User' hint: '' + reload_interval: + label: 'Reload Interval' + hint: 'Millisekunden. nil = kein reload' + show_avatars: + label: 'Avatare anzeigen' + hint: '' + entry_width: + label: 'Weite eines Eintrages' + hint: '1 - 4' + amount_of_displayed_phone_numbers: + label: 'Anzahl Telefonnummern' + hint: 'Wie viel Telefonnummern werden in einem Eintrag angezeigt.' submit: 'Absenden'
\ No newline at end of file diff --git a/config/locales/views/switchboards/en.yml b/config/locales/views/switchboards/en.yml index a860763..fd160b5 100644 --- a/config/locales/views/switchboards/en.yml +++ b/config/locales/views/switchboards/en.yml @@ -9,6 +9,10 @@ en: page_title: 'Switchboards' name: 'Name' user_id: 'User' + reload_interval:: 'Reload Interval' + show_avatars: 'Show avatars' + entry_width: 'Entry width' + amount_of_displayed_phone_numbers: 'Amount of displayed phone numbers' actions: confirm_destroy: 'Are you sure you want to delete this Switchboard?' destroy: 'Delete' @@ -20,6 +24,10 @@ en: page_title: 'Show Switchboard' name: 'Name' user_id: 'User' + reload_interval:: 'Reload Interval' + show_avatars: 'Show avatars' + entry_width: 'Entry width' + amount_of_displayed_phone_numbers: 'Amount of displayed phone numbers' actions: confirm_destroy: 'Are you sure you want to delete this element?' destroy: 'Delete' @@ -42,4 +50,16 @@ en: user_id: label: 'User' hint: '' + reload_interval: + label: 'Reload Interval' + hint: 'Milliseconds. nil = no reload' + show_avatars: + label: 'Show avatars' + hint: '' + entry_width: + label: 'Entry width' + hint: '' + amount_of_displayed_phone_numbers: + label: 'Amount of phone numbers' + hint: 'How many phone numbers should be displayed for a single entry.' submit: 'Submit'
\ No newline at end of file |