Add title attributes to settings menu
This commit is contained in:
parent
26a2dd01c4
commit
1eacbc2e34
4 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,7 @@ class kolab_activesync extends rcube_plugin
|
|||
'class' => 'activesync',
|
||||
'label' => 'tabtitle',
|
||||
'domain' => 'kolab_activesync',
|
||||
'title' => 'activesynctitle',
|
||||
);
|
||||
|
||||
return $args;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
$labels['tabtitle'] = 'Activesync';
|
||||
$labels['activesynctitle'] = 'Manage Activesync devices';
|
||||
$labels['devices'] = 'Devices';
|
||||
$labels['devicealias'] = 'Device name';
|
||||
$labels['synchronize'] = 'Synchronize';
|
||||
|
|
|
@ -94,6 +94,7 @@ class kolab_delegation extends rcube_plugin
|
|||
'class' => 'delegation',
|
||||
'label' => 'tabtitle',
|
||||
'domain' => 'kolab_delegation',
|
||||
'title' => 'delegationtitle',
|
||||
);
|
||||
|
||||
return $args;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
$labels = array();
|
||||
|
||||
$labels['tabtitle'] = 'Delegation';
|
||||
$labels['delegationtitle'] = 'Manage delegates';
|
||||
$labels['delegates'] = 'Delegates';
|
||||
$labels['delegate'] = 'Delegate';
|
||||
$labels['mail'] = 'Email';
|
||||
|
|
Loading…
Add table
Reference in a new issue