As im workin on a new skin i need some more textlabels in the labels.inc files in order to create nice css Textbuttons.
I added the following labels to the English (GB) labels.inc.
$labels['newmessage'] = 'Compose';
$labels['reply'] = 'Reply';
$labels['forward'] = 'Forward';
$labels['marks'] = 'Marks';
$labels['options'] = 'Options';
$labels['refresh'] = 'Refresh';
All other buttons could be set up with existing labels.
Would it be possible to add official button labels to the language files. Theme designers could choose whether they want a text label or just an icon (or even both) as button.
cheers
bosse
You'll need to submit this to the bug tracker as a feature request
Its already been requested http://trac.roundcube.net/ticket/1485419
hmm,
thats 2 years ago....
The ticket is still open, but has milestone 'later'. Bump it up by adding a comment.
You might consider that it is very easy to add extra labels by a plugin.
I will do that.
Well, i need the labels for a skin. I don't know how to code plugins.