The zh-TW translation of Roundcube has been updated and completed.
Files attached.
Cheers,
kourge
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/MU/rgG6TxVP/rc_zh_tw.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/
1. Please find the labels.inc and messages.inc files attached in he.zip
Put under program/localization/he
2. In readme_moish you'll find some crude instructions for adding
directionality support to tinymce and also first steps
converting the css files to support directionality too. ( VERY raw )
Thank you,
P.S. There is a problem in displaying the main menu
( exit, addr book, inbox, preferences ) under firefox
with Arabic and Farsi too. ( maybe other languages too )
I'll investigate.
--
Moshe Leibovitch
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Dm/vhcHkStg/he.ziphttp://detached.gigo.com/rc/Dm/vhcHkStg/readme_moish
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
I just added a script, or well finished a great deal of what I want it
to do for 0.1-stable:
Please read my comment on the corrosponding ticket:
http://trac.roundcube.net/ticket/1483912#comment:16
And please provide feedback either on trac, or here. I know it doesn't
do a *lot*, also doesn't magically setup RoundCube, nor does it offer
a step-by-step way to set it all up. It's more to be used
troubleshooting. For example, you set it up (edited the config files,
or maybe forgot one) and then you pull up the page and keep reloading
it until it's *all* green.
Anyway - I need an IMAP check. If anyone wants to contribute that, let me know.
Cheers,
Till
P.S.
We are down to 8 tickets on the current milestone:
http://trac.roundcube.net/query?status=new&status=assigned&status=reopened&…
Rejoice!!! I see the light!
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
updated hungarian translation attached.
It would be nice if beside Label and Original there would be a sample
text (even after the Translation input box). Like for this:
labels.inc
messagecount Messages ___________ 37 Messages
This way the translator could see the context, which
is very important from the point of translation.
Yours,
Balázs
--
Horváth Balázs
fejlesztési vezető
WG Informatika Kft.
H-1123 Budapest, Alkotás utca 53. (MOM Park, "D torony" II.em)
Mobil: +36/20-971-2904
E-mail: horvath.balazs.wgi(a)gmail.com <mailto:horvath.balazs.wgi@gmail.com>
Web: http://wgi.hu <http://wgi.hu?adid=145>
WG informatika
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/x8/7j1oQFkN/signature_wgi.gifhttp://detached.gigo.com/rc/x8/7j1oQFkN/locale_hu.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/
Hi,
Please find attached the updated Arabic translation.
regards,
Ossama Khayat
----- Original Message ----
From: Thomas Bruederli <roundcube(a)gmail.com>
To: dev <dev(a)lists.roundcube.net>; announce(a)lists.roundcube.net
Sent: Wednesday, February 13, 2008 7:05:02 PM
Subject: [RCD] New texts for RoundCube 0.1-stable
Hi everybody,
The first stable release of RoundCube is coming up soon. Yeah!
After adding some new features I'd like to call all translators to
update the localization files in order to get everything ready for the
release. Please use http://translator.roundcube.net/ to find the
missing texts and then submit the updated files to the dev mailing
list.
Thanks a lot!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/JQ/HrshjwD6/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/
Hey everyone,
I had an idea for a feature that I think would be handy. Whenever you send
an email or reply to an email, have RoundCube remember the address you're
mailing and use that in addition to the address book for autocompletion
suggestions when you're typing the Recipient field.
Before I start coding this patch, my questions are:
1) Is anybody working on this feature already?
2) Would anybody else like to see this feature added?
3) What would be the best way to store the email addresses? A new MySQL
table? A flatfile? As address book records with an extra flag to prevent
them from showing in the address book view?
-Ben
_______________________________________________
List info: http://lists.roundcube.net/dev/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Tf/aG1zHKLY/pl.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/
Hello all,
I recently (actually yesterday) set up RoundCube, and I've gotta say, it
looks quite promising.
One thing I was missing though, was being able to override SMTP settings
from within Identities. This is because I use 3 different POP3/SMTP
accounts that I collect into a single IMAP account. For each of these
accounts I have to use different SMTP settings.
This is where the following patch comes in:
http://schrei00.dyndns.org/files/roundcubemail-identity-smtp.svn1039.diff
Basically it adds the smtp_ settings to the identity settings, and, and
this is the ugly part, passes the identity array all the way through, until
the SMTP connection data is being assembled. The patch doesn't take care of
non-MySQL databases. (The other DDL scripts are not being updated.)
I do understand that this patch is an ugly hack, but I wanted to get
opinions on whether this feature is actually desirable, or if I'm the only
one needing it.
Opinions/ideas/suggestions are welcome,
Hobbes
PS: Sorry if this turns out to be a double 'post', but I confirmed the list
subscription only after sending this mail the first time.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello all,
I recently (actually yesterday) set up RoundCube, and I've gotta say, it
looks quite promising.
One thing I was missing though, was being able to override SMTP settings
from within Identities. This is because I use 3 different POP3/SMTP
accounts that I collect into a single IMAP account. For each of these
accounts I have to use different SMTP settings.
This is where the following patch comes in:
http://schrei00.dyndns.org/files/roundcubemail-identity-smtp.svn1039.diff
Basically it adds the smtp_ settings to the identity settings, and, and
this is the ugly part, passes the identity array all the way through, until
the SMTP connection data is being assembled. The patch doesn't take care of
non-MySQL databases. (The other DDL scripts are not being updated.)
I do understand that this patch is an ugly hack, but I wanted to get
opinions on whether this feature is actually desirable, or if I'm the only
one needing it.
Opinions/ideas/suggestions are welcome,
Hobbes
_______________________________________________
List info: http://lists.roundcube.net/dev/