CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • Translate reserved participants status
Pages: [1]

Author Topic: Translate reserved participants status  (Read 2649 times)

Joel Nadeau

  • Guest
Translate reserved participants status
January 24, 2009, 12:15:53 pm
Hello,
I'm not able to translate reserved participants status (Registred, Cancelled and Pending) by the MO file... How can I do it by an another way?
Thank...

Michał Mach

  • Moderator
  • Ask me questions
  • *****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: Translate reserved participants status
January 27, 2009, 04:47:45 am
Hey,

Those strings are stored in the database, you can translate them using this screen: civicrm/admin/options/participant_status

Thx,
m

EDIT: Don't remember if editing reserved statuses was available back in 2.0 - you might want to upgrade to 2.1 where it's possible.
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

Joel Nadeau

  • Guest
Re: Translate reserved participants status
January 27, 2009, 05:43:08 am
Thank,
But on this screen (civicrm/admin/options/participant_status), version 2.0, I can't edit reserved statuses.  And I can't upgade to 2.1 with Drupal 5.x. 
So do you think I can edit this strings directly from the database?


Michał Mach

  • Moderator
  • Ask me questions
  • *****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: Translate reserved participants status
January 27, 2009, 06:06:27 am
Hey,

Yes, you can do it in the database. Run this query to locate records that need to be changed:

select * from civicrm_option_value where option_group_id = (select id from civicrm_option_group where name like 'participant_status');

Thx,
m
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

Joel Nadeau

  • Guest
Re: Translate reserved participants status
January 27, 2009, 07:47:23 am
It's working, thank you!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • Translate reserved participants status

This forum was archived on 2017-11-26.