bugphpGroupWare - Bugs: bug #9046, translation oddies in addressbook

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #9046: translation oddies in addressbook

Submitter:  Caeies <Caeies>
Submitted:  Fri 21 May 2004 03:53:42 PM UTC
   
 
Category:  addressbook Item Group:  0.9.16.000 release
Severity:  3 - Normal Priority:  5 - Normal
Status:  Fixed Privacy:  Public
Assigned to:  jarg Open/Closed:  Closed
Component Version:  SVN Operating System:  GNU/Linux - Debian
Reproducibility:  Every Time Planned Release:  None
Fixed Release: 

Sat 21 Aug 2004 05:53:38 AM UTC, comment #3: 

This has been corrected in CVS.

To grab a complete update of all fixes:

1)  Check to see if you have cvs installed: 'cvs --help'.
1a) If not, install a copy of cvs-cli from your favorite
distro.

2)  Then just type:
    'cd <your phpgroupware dir>; cvs update -dP'.

You can do step 2 as many times in a day as you wish, and
will always get the most current bug fixes.

Thanks,

Jonathan Rivera <jarg>
Tue 27 Jul 2004 02:45:57 PM UTC, comment #2: 

This fix some strange way of trying to do translation

to be clear,
"lang(htmlentities('"'.$this->query.'"').' was found %1 times in '.$this->section, $total_all_persons);"

seems strange for me because htmlentities breaks the lang('') index.

if you do that :
lang('%1 was found %2 times in %3',htmlentities('"'.$this->query.'"'), $total_all_persons, lang($this->section));

then the lang index is "%1 was found %2 times in %3" and this is simple to translate

if not you have to translate "1 was found %2 times in %3"
and "2 found %2 times in %3", etc ...

same for the other

Thanks for applying it :]

Caeies



Caeies <Caeies>
Group administrator
Mon 28 Jun 2004 09:48:55 PM UTC, comment #1: 

what fix this?

thanks.

Jonathan Rivera <jarg>
Fri 21 May 2004 03:53:42 PM UTC, original submission:  

Hi

Just to let translator aware of some oddies in addressbook.

Can you patch using the given patch which is easier to translate ?

I will put French translation as soon as possible in the patch tracker.

Regards
Caeies

Caeies <Caeies>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #1335:  patch_addressbook.ui.diff added by Caeies (1KiB - text/x-patch - addressbook ui patch for wrong lang() call)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-08-24 jarg Open/ClosedOpen Closed
2004-07-27 Caeies StatusInvalid Fixed
2004-06-28 jarg StatusNone Invalid
2004-05-22 skwashd Assigned toNone jarg
2004-05-21 Caeies Attached File- Added patch_addressbook.ui.diff, #1327

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code