Roundcube Community Forum

SVN Releases => Requests => Topic started by: bosse on February 09, 2011, 09:37:06 AM

Title: Text for the buttons
Post by: bosse on February 09, 2011, 09:37:06 AM
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.

Code: [Select]
$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
Title: Text for the buttons
Post by: dshepherd on February 09, 2011, 10:33:38 AM
You'll need to submit this to the bug tracker as a feature request
Title: Text for the buttons
Post by: SKaero on February 09, 2011, 11:58:41 AM
Its already been requested http://trac.roundcube.net/ticket/1485419
Title: Text for the buttons
Post by: bosse on February 10, 2011, 07:14:14 AM
hmm,
thats 2 years ago....
Title: Text for the buttons
Post by: rosali on February 10, 2011, 01:59:02 PM
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.
Title: Text for the buttons
Post by: bosse on February 11, 2011, 04:22:14 AM
I will do that.

Well, i need the labels for a skin. I don't know how to code plugins.