Hello!
Sending an updated slovene translation.
Cheers,
Barbara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/R4/6eDpsRMd/sl_SI.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
Changes to the set_row_attribs function for tables in r4853 mean that the
add_row function always has to be called first if you want to set attributes
on the first row of a table. Setting attributes on subsequent rows is
unchanged. For example, before r4853:
$table = new html_table(array('cols' => 1));
$table->set_row_attribs(array('id' => 'rcmrow1'));
$table->add(null, 'first row');
Would have given the first row an id of rcmrow1. But now you have to do:
$table = new html_table(array('cols' => 1));
$table->add_row();
$table->set_row_attribs(array('id' => 'rcmrow1'));
$table->add(null, 'first row');
I am not sure if this is an intended change or a bug. Does anyone know?
Phil
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Aj/CwmppUrn/labels.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
I've update the Simplified Chinese localization program/localization/zh_CN
the former $labels['fromknownsenders'] has false translation to 'from unknown senders' back in english.
see attach.
Best regards,
waiting@CCF
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/GR/ZwVwK0uc/zh_CN.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Attached
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ua/93Nxsj9C/roundcube-ar.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
$rcmail_config['referer_check'] = true;
makes address book fails, still happy with the update, keep the good
work
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello.
I've finished the localization of Spanish (Spain) files. The are in
the attachment.
Goodbye.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/q5/e6RkeVVu/es_ES.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello everybody,
I'm Vincent BOURDEIX, and I'm a member of the OBM project core-team.
Since we started a few weeks ago using roundcube as a webmail, we're
going to do some contributions in the near future to match our
customer's needs. I'm currently working on the ticket
http://trac.roundcube.net/ticket/1486782 which is about displaying the
priority info in the list of messages. I didn't quite finished to write
the patch, that's why I didn't join it to the Trac ticket yet.
I've already added the priority column on my local installation which
retrieves the information correctly (from the headers) but now I'm
facing a little problem : I would like to be able to sort my messages on
the priority column, but IMAP doesn't seem to be able to do that since I
get this error message : "SORT: Invalid Sort criterion priority". Now
what I think you can help me with is, what is the best way to "manually"
sort the messages list, given the way roundcube is organized ?
Thanks in advance,
Vincent BOURDEIX
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80