Add title attributes to settings menu

This commit is contained in:
Aleksander Machniak 2014-06-16 11:22:20 +02:00
parent 26a2dd01c4
commit 1eacbc2e34
4 changed files with 4 additions and 0 deletions

View file

@ -71,6 +71,7 @@ class kolab_activesync extends rcube_plugin
'class' => 'activesync', 'class' => 'activesync',
'label' => 'tabtitle', 'label' => 'tabtitle',
'domain' => 'kolab_activesync', 'domain' => 'kolab_activesync',
'title' => 'activesynctitle',
); );
return $args; return $args;

View file

@ -1,6 +1,7 @@
<?php <?php
$labels['tabtitle'] = 'Activesync'; $labels['tabtitle'] = 'Activesync';
$labels['activesynctitle'] = 'Manage Activesync devices';
$labels['devices'] = 'Devices'; $labels['devices'] = 'Devices';
$labels['devicealias'] = 'Device name'; $labels['devicealias'] = 'Device name';
$labels['synchronize'] = 'Synchronize'; $labels['synchronize'] = 'Synchronize';

View file

@ -94,6 +94,7 @@ class kolab_delegation extends rcube_plugin
'class' => 'delegation', 'class' => 'delegation',
'label' => 'tabtitle', 'label' => 'tabtitle',
'domain' => 'kolab_delegation', 'domain' => 'kolab_delegation',
'title' => 'delegationtitle',
); );
return $args; return $args;

View file

@ -3,6 +3,7 @@
$labels = array(); $labels = array();
$labels['tabtitle'] = 'Delegation'; $labels['tabtitle'] = 'Delegation';
$labels['delegationtitle'] = 'Manage delegates';
$labels['delegates'] = 'Delegates'; $labels['delegates'] = 'Delegates';
$labels['delegate'] = 'Delegate'; $labels['delegate'] = 'Delegate';
$labels['mail'] = 'Email'; $labels['mail'] = 'Email';