Skip to Content Skip to Menu

[SOLVED] translation language.php

  • chanteur94
  • chanteur94
  • OFFLINE
  • Posts: 302
  • Thanks: 13
  • Karma: 1
9 years 9 months ago - 9 years 9 months ago #258142 by chanteur94
[SOLVED] translation language.php was created by chanteur94
Hi

When a user modify his profil, he gets a message of successful

In french, the message would be :
Bravo ! (or Succès)
Votre configuration est enregistrée.

But I obtain :
SUCCESS
Votre configuration est enregistrée.

I found in language.php this :
'SUCCESS_505a83' => 'Succès',
'USER_DETAILS_SAVE' => 'Votre configuration est enregistrée.',

No trace of SUCCESS.
Where can i find the wording SUCCESS ?

Tx

Joomla 3.3.6 Cb 2.0.5 plug_language_french_fr-FR_2.0.4.1.0.5+fb892fe3e
Last edit: 9 years 9 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
9 years 9 months ago #258147 by nant
Replied by nant on topic translation language.php

chanteur94 wrote:
Joomla 3.3.6 Cb 2.0.5 plug_language_french_fr-FR_2.0.4.1.0.5+fb892fe3e


Please update to latest french plugin from here:
forge.joomlapolis.com/attachments/download/2585/plug_language_french_fr-FR_2.0.5.1.0.8+989812845.zip

and try again.

Please Log in or Create an account to join the conversation.

  • chanteur94
  • chanteur94
  • OFFLINE
  • Posts: 302
  • Thanks: 13
  • Karma: 1
9 years 9 months ago #258148 by chanteur94
Replied by chanteur94 on topic translation language.php
Hi.

nothing change.

TX

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8283
  • Karma: 1443
9 years 9 months ago #258164 by krileon
Replied by krileon on topic translation language.php
That's a Joomla language string and not a CB language string. It's output by Joomlas Message Queue. CB has no control over that text. As I understand it Joomlas API directly translates the message type, which is done in the message layout below.

layouts/joomla/system/message.php

I believe you'll need to add an INI language string to your Joomla language files as follows.

SUCCESS="TRANSLATION_HERE"


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • chanteur94
  • chanteur94
  • OFFLINE
  • Posts: 302
  • Thanks: 13
  • Karma: 1
9 years 9 months ago #258189 by chanteur94
Replied by chanteur94 on topic [solved] translation language.php
:cheer:

Well done.

In the substitution language Joomla, i add the string SUCCESS ... and it works !!

Tx.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum