Author Topic: addressbook in compose window  (Read 88897 times)

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
addressbook in compose window
« Reply #45 on: February 05, 2010, 10:54:43 AM »
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
« Last Edit: February 05, 2010, 10:57:11 AM by corbosman »

Offline z3ntinela

  • Newbie
  • *
  • Posts: 1
addressbook in compose window
« Reply #46 on: February 05, 2010, 01:05:21 PM »
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';

?>

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
addressbook in compose window
« Reply #47 on: February 05, 2010, 01:10:06 PM »
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

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
addressbook in compose window
« Reply #48 on: February 05, 2010, 02:54:53 PM »
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

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
addressbook in compose window
« Reply #49 on: February 05, 2010, 02:56:30 PM »
All my plugins can be translated the same way. See this page: Roundcube Plugins | Underwater World

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
addressbook in compose window
« Reply #50 on: February 05, 2010, 02:59:16 PM »
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.

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
addressbook in compose window
« Reply #51 on: February 05, 2010, 03:04:36 PM »
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.

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
addressbook in compose window
« Reply #52 on: February 05, 2010, 03:51:32 PM »
That's what i mean and expect ;)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
addressbook in compose window
« Reply #53 on: February 06, 2010, 04:16:45 AM »
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)

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
addressbook in compose window
« Reply #54 on: February 06, 2010, 08:06:55 AM »
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.

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
addressbook in compose window
« Reply #55 on: February 14, 2010, 09:33:53 AM »
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

Offline lacri

  • Full Member
  • ***
  • Posts: 179
    • http://www.php-lexikon.de
addressbook in compose window
« Reply #56 on: February 22, 2010, 09:01:24 AM »
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.

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
addressbook in compose window
« Reply #57 on: February 25, 2010, 09:39:03 AM »
Quote from: corbosman;25253
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


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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
addressbook in compose window
« Reply #58 on: February 25, 2010, 09:43:47 AM »
You have to save the translation file locally and to mail it to the plugin author.
« Last Edit: February 25, 2010, 11:05:23 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
addressbook in compose window
« Reply #59 on: February 25, 2010, 09:52:54 AM »
oh, so it's not so usefull then...

I believe it was saved automatically...