Roundcube Community Forum

 

addressbook in compose window

Started by corbosman, October 28, 2009, 03:42:19 PM

Previous topic - Next topic

corbosman

#45
There is a new version 1.3.1.

This is a minor update, only includes a new french translation thanks to bagu. I also got one emailed from Adrien, but they were sufficiently similar.

Get it here:  Roundcube Plugins | Underwater World

z3ntinela

Here is my Spanish translation :)


$labels = array();
$labels['compose_addressbook_buttontitle'] = 'Mostrar Contactos';
$labels['compose_addressbook_title'] = 'Contactos';
$labels['compose_addressbook_close'] = 'Cerrar';
$labels['compose_addressbook_noselect'] = 'No ha seleccionado ningún contacto';
$labels['compose_addressbook_added'] = 'Dirección añadida';

?>

corbosman

Thanks. If anyone has any more translations, please post them as well. It's easier to add multiple languages in 1 go. It's very easy to create a translation. Just go to the link below and select the language you'd like to translate from the dropdown box. It takes 1 minute for someone thats fluent in a specific language.

RoundCube Translator

bagu

If you add more plugin, i can translate them into french.
This way is easier for me than post in many subjet in the forum.

Thank for this tool

corbosman

All my plugins can be translated the same way. See this page: Roundcube Plugins | Underwater World

bagu

Yes, but what i mean is if there is other plugin than yours (f.e. : myroundcube plugins) i would appreciate...But i don't know if it's possible.

corbosman

It's upto the authors of those plugins to handle translations. Maybe if the final plugin repository is launched, there will be some way to handle translations.

bagu


rosali

Cor,

Could you please send me a zip of your online translator scripts. I know, there are on the Roundcube package anywhere. It would help me to save time just to adjust your scripts for MyRoundcube plugins.

myroundcube at mail4us dot net
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

corbosman

Sure, I'll send them your way. I got them from Phil Weir anyways, although I had to modify it a bit to make it work.

Im thinking of setting up an SVN repo for translations, so every plugin author could use my repo for translations and automatically have a modified version of this script be able to provide this translation service.

corbosman

I released version 1.3.2, this includes a spanish and polish translation, and a typo fix for the english translation

Roundcube Plugins | Underwater World

lacri

thanks corbosman,

with the current RC svn drag and drop of compose addressbook dont work.

compose addressbook need jquery 1.3 with jquery 1.4 dont work.

a quick and dirty fix is search in program/include/rcube_template.php

$this->include_script('jquery-1.4.min.js');

and replace with

if($_GET['_action'] == 'compose')
            
$this->include_script('jquery-1.3.min.js');
        else
            
$this->include_script('jquery-1.4.min.js');


you need jquery-1.3.min.js in /program/js/ folder

I dont know how to solve it with the plugin api

its related to the jquery calender plugin.

bagu

Quote from: corbosman;25253Thanks. If anyone has any more translations, please post them as well. It's easier to add multiple languages in 1 go. It's very easy to create a translation. Just go to the link below and select the language you'd like to translate from the dropdown box. It takes 1 minute for someone thats fluent in a specific language.

RoundCube Translator

when i submit new translation, it don't save the change.
i submit many time translation for listcommand, and nothing was saved.

rosali

#58
You have to save the translation file locally and to mail it to the plugin author.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

bagu

oh, so it's not so usefull then...

I believe it was saved automatically...