diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-04-04 12:04:34 +0200 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-04-04 12:04:34 +0200 |
commit | d6a733440eee34dab3daf25089d40aed91018a49 (patch) | |
tree | 632e46e34a4338a6e3b4f7cb2c29c123f50a4ea9 /config/locales/views/switchboards/de.yml | |
parent | cea2cc3c1cc1e48fc4600c698d52dfda2bde4505 (diff) |
Limit the amount of displayed phone_numbers in a switchboard_entry
Diffstat (limited to 'config/locales/views/switchboards/de.yml')
-rw-r--r-- | config/locales/views/switchboards/de.yml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/config/locales/views/switchboards/de.yml b/config/locales/views/switchboards/de.yml index e73b100..1f66b9f 100644 --- a/config/locales/views/switchboards/de.yml +++ b/config/locales/views/switchboards/de.yml @@ -12,6 +12,7 @@ de: 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' @@ -26,6 +27,7 @@ de: 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' @@ -50,11 +52,14 @@ de: hint: '' reload_interval: label: 'Reload Interval' - hint: 'Milliseconds. nil = no reload' + hint: 'Millisekunden. nil = kein reload' show_avatars: - label: 'Show avatars' + label: 'Avatare anzeigen' hint: '' entry_width: - label: 'Entry width' - hint: '' + 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 |