Hello,
Please find attached the latest translation for French (fr_FR) with
everything translated in both files and some old items also fixed.
Regards,
Joel
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/aA/r8xMhGPW/labels.inchttp://detached.gigo.com/rc/aA/r8xMhGPW/messages.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
Updates to get the files back to 100%
--
Dafydd Tomos
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ns/dcnsGbu5/cy_GB.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
I would like to write a plugin that enables the user to specify an external
SMTP server for every identity. But there are some questions I got.
I startet and used the identity_form hook to inject the additional form
elements, but how am I supposed to get the values that were entered by the
user? identity_update and identity_create do not provide the additional
data to my plugin. And of course the data is not saved automatically.
Second question: When I get the data, how is a plugin supposed to save
data? Do I save the data with:
rcmail::get_instance()->user->save_prefs(array('key' => $value));
or is there a way to save the data right where the identity is saved?
I hope you can help me developing this plugin.
Old thread: http://lists.roundcube.net/mail-archive/dev/2008-02/0000032.html
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
I updated and completed with love the french translation of labels.inc.
Thanks for your work falks, its just great!
Baptiste Darthenay
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/v9/qyrmCHOc/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'm implementing _reminders_ into my calendar plugin.
I'd like to ask if someone could please help to convert
to following MySQL-Script for Postgres and/or SQLite.
Thanks in advance!
Regards,
R.
_________________________________________________________
CREATE TABLE `reminders` (
`reminder_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`events` int(10) unsigned NOT NULL,
`cache` int(10) unsigned NOT NULL,
`caldav` int(10) unsigned NOT NULL,
`type` text,
`props` text,
`runtime` int(11) NOT NULL,
PRIMARY KEY (`reminder_id`),
CONSTRAINT `reminders_ibfk_1` FOREIGN KEY (`user_id`)
REFERENCES `users` (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB CHARACTER SET utf8 COLLATE utf8_general_ci;
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
I was just updating the localisation files for en_GB, I was using a diff
tool to make sure I got text changes as well as new text. The spacing in the
en_US files is not the same as that in other files (generated by the
translator). Having diff ignore whitespace is easy but extra blank lines and
lines with comments in the en_US files cause a lot of noise. I have made the
format of the en_US files match those created by the translator and attached
them as well as the updated en_GB.
Phil
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/yn/y3rJNpcf/en_US.ziphttp://detached.gigo.com/rc/yn/y3rJNpcf/en_GB.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!
This is the latvian (lv_LV) translation update to 100% for labels,
messages and also for managesieve and message_highlight plugins.
Greetings,
--
KASPARS TENTERS
Vidzemes University of Applied Sciences
http://www.va.lv
Vidzemes Augstskola, Cesu - 4, Valmiera, LV - 4201
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Fk/fErZZEYp/roundcube.tar.gz
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