Is the documentation for skins available anywhere?
Thanks.
// Andrés
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Peter,
I'm forwarding this email to our dev@ mailing list where this should
have went. Also, if it's not too much to ask, please supply a patch
next time. :-)
Till
---------- Forwarded message ----------
From: Péter Varga <info(a)vargapeter.com>
Date: 2009/10/5
Subject: rc userinfo plugin hu_HU
To: hello(a)roundcube.net
Hy!
For the next release I translated the plugins localization:
$labels['userinfo'] = 'Felhasználó';
$labels['created'] = 'Létrehozva';
$labels['lastlogin'] = 'Utolsó bejelentkezés';
$labels['defaultidentity'] = 'Alapértelmezett profil';
And a little "bug":
On the top "Infos for xxx(a)domain.xxx" wasn't translated. (attached screenshot).
In hunagrian (hu_HU) means: "Információk a felhasználóról:"
Best regards,
Peter
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I checked my error logs with roundcube and found several repeated issues
with conversion to UTF-8.
[06-Oct-2009 09:01:09 +0200]: PHP Error: Could not convert string from
ISO-1040 to UTF-8. Make sure iconv/mbstring is installed or lib/utf8.class
is available. in /home/roundcubemail/program/include/main.inc on line 279
(GET /?_task=mail)
[06-Oct-2009 09:02:54 +0200]: PHP Error: Could not convert string from
ISO-1040 to UTF-8. Make sure iconv/mbstring is installed or lib/utf8.class
is available. in /home/roundcubemail/program/include/main.inc on line 279
(GET /?_task=mail&_mbox=INBOX&_page=1)
[06-Oct-2009 09:43:22 +0200]: PHP Error: Could not convert string from
ISO-88659-1 to UTF-8. Make sure iconv/mbstring is installed or
lib/utf8.class is available. in
/home/roundcubemail/program/include/main.inc on line 279 (GET /?_task=mail)
most of them are related to ISO-1040 and ISO-88659-1 conversion.
Are these equivalent to some other charset and can be added to aliases?
or do we need to include a new mapping file to encodings directory?
Thanks.
Mirko
_______________________________________________
List info: http://lists.roundcube.net/dev/
Heya all,
I am trying to develop a plugin that would change the default_host
config variable. The issue is quite similar to following thread:
http://lists.roundcube.net/mail-archive/dev/2009-09/0000049.html
If I set up the authenticate plugin hook, the return host value, should
also be listed in config.inc.php (reference: program/include/rcmail.php
line 439), so that means that if I have multiple IMAP backends, all of
them must be listed in config.inc.php default_host variable.
Meanwhile, that means that on login page drop down box appears
(loginform object in rcube_template.php).
So, is there a way to skip server drop down box on login page and
properly use authenticate hook to set up the host parameter.
If this is not possible, I would omit host parameter in authenticate
hook, since it cannot be altered.
Pedro R. Benito da Rocha made a good suggestion that 'skip dialog'
config option could be present and used in rcube_template.php to skip
server box display. IMHO that is the way to deal with it...
regards, Jernej
_______________________________________________
List info: http://lists.roundcube.net/dev/
Thomas Bruederli wrote:
>> - if (empty($o_part->charset))
>> + if (empty($o_part->charset) || strtolower($o_part->charset) == 'us-ascii')
>> $o_part->charset = $this->default_charset;
>>
>
> Hi Alec
>
> Hmm, I have some concerns that this change might break the display of
> messages that really are encoded with US-ASCII. How is such an e-mail
> displayed if the default charset is some chinese character set?
I think most of encodings contains ASCII subset, so there should be no
significant problem with this. We need to test this more.
--
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/
Hello,
here is new translation update for czech language.
Changes:
uploading - translated
notuploadedwarning - translated
Aleš Pospíchal
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/4q/cURATWBE/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/
Hello,
here is new czech translation update with label uploading file translated.
Ales Pospichal
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/t4/Wf5DMuvX/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/
Georgian ka_GE
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/tf/uYWpKVKS/ka_GE.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, here is the Asturian translation updated to the current version.
Thanks.
Mikel González
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Fs/mxLsmskm/ast_0.3.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/
Hi!
I'm a newbie in this list.
I have a little problem so I need to change a little part of roundcube
mail compose interface: often I attach file having long file name and I
see only the begin of these.
I would add a title to show full filename but I'm interesting in merge
my changes in source project. Is it possible? What's the procedure?
Thanks in advance,
Fabio
_______________________________________________
List info: http://lists.roundcube.net/dev/