Author Topic: Text for the buttons  (Read 7460 times)

Offline bosse

  • Jr. Member
  • **
  • Posts: 23
Text for the buttons
« 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

Offline dshepherd

  • Jr. Member
  • **
  • Posts: 87
Text for the buttons
« Reply #1 on: February 09, 2011, 10:33:38 AM »
You'll need to submit this to the bug tracker as a feature request

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Text for the buttons
« Reply #2 on: February 09, 2011, 11:58:41 AM »
Its already been requested http://trac.roundcube.net/ticket/1485419

Offline bosse

  • Jr. Member
  • **
  • Posts: 23
Text for the buttons
« Reply #3 on: February 10, 2011, 07:14:14 AM »
hmm,
thats 2 years ago....

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Text for the buttons
« Reply #4 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.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline bosse

  • Jr. Member
  • **
  • Posts: 23
Text for the buttons
« Reply #5 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.