Updated Turkish translation is attached as a patch file.
This patch is against svn Trunk
--
Gokdeniz Karadag
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Em/kDtESn5y/turkish_update.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
we are looking to use Roundcube mail with a new mail system that we are developing for a client. Being able to extend Roundcube
with some additional options and functionality will be important to us.
We are willing to use some of our development time to help implement the Plugin API in Roundcube. Doing this will help us reach
our goals and also help the Roundcube project. Doing this work with the Roundcube team and hopfully feeding into the Roundcube
tree will also allow us to use a relatively pure Roundcube distribution with our extensions, future-proofing our work.
Having checked-out the latest SVN Trunk and also looking at the development timeline and roadmap, it seems that the plugin API
is next up for implementation. We have also checked-out the branches/devel-api. SNV says this has not been touched for 4 months,
is this the latest work and the best starting place for further development?
If we wish to work on this, how and where can we best start?
What work has the development team done in this area? (devel-api branch / other)?
Is there any design and/or documentation existing for the API?
Regards
Chris Moules
Global Media Systems
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Attachment is updated localization file, please help to update it.
Thanks very much. :)
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/wm/BWzL4OiO/labels.inc.bz2
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Please refer to the attached image, it seems the 'Move to' drop-down
menu is not displayed correctly when i view mail content in firefox-3.0.4.
Tested in both roundcube-0.1.1 and svn version (r2142).
Thanks very much.
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/vi/smN4E6u5/rcm_css_issue.png
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi.
I updated Azerbaijani.
Best regards,
Orkhan.
Forex-AZ forex ticarəti.Vaxt və məkan anlayışı olmadan dünya birjalarında ticarət imkanı.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/XM/TraeR87e/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/
Here is the updated french translation (fr_FR).
Joel
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/SS/GxKG11yq/labels.inc.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/
In my opinion having those many options is a little redundant. I think
we can replace all db_table_* options with one db_table_prefix and the
same with db_sequence_*. Then in future all operations on DB like
auto-update, new tables creation or sth will be simpler and will not
generate more options. I really like KIS rule. What do you think?
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
I've sent message with the same subject to users list. The languages
list containing percentage values of translated items was generated with
shell script:
#!/bin/bash
ENCOUNT=`grep -e '^\\$' en_US/* | wc -l`
for x in `ls -1 | grep -e '^[a-zA-Z_]*$'`
do
COUNT=`grep -e '^\\$' ${x}/* | wc -l`
DIFF=$((ENCOUNT-COUNT))
PERCENT=`echo "scale=2; $COUNT * 100 / $ENCOUNT" | bc`
echo "$x: $PERCENT% ($DIFF)"
done
It would be nice to have something like that somewhere on roundcube webpage.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/