When I click on "more info" in pending bookings and i click "send" i have: Fatal error: unfortunately the database is not available at the moment." In attachments is error_log.
Use the $vocab_override setting in your config file. Look for the content you want to translate in lang/lang.en and find the corresponding token. For example, for "More info" add the following line to your config for a French translation:
Do not edit the lang files, but put any changes in your config file - that way they will survive an upgrade to the next version of MRBS. See the comments in systemdefaults.inc.php for more details.
If you find some tokens that don't have a translation in the language of your choice, then let me have the translations and I can add them to MRBS so that they appear in the next release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Which version of MRBS are you using?
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Bugs"
1.5.0
Thanks. I have now fixed this in the default branch (changeset 379f936761d0). You can patch a 1.5.0 system by changing line 1040 of mrbs_sql.inc from
to
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Bugs"
Thanks! I have one more question: how can i translate button and the content of e-mails "Approve", "Reject" and "More info"?
Use the $vocab_override setting in your config file. Look for the content you want to translate in lang/lang.en and find the corresponding token. For example, for "More info" add the following line to your config for a French translation:
Do not edit the lang files, but put any changes in your config file - that way they will survive an upgrade to the next version of MRBS. See the comments in systemdefaults.inc.php for more details.
If you find some tokens that don't have a translation in the language of your choice, then let me have the translations and I can add them to MRBS so that they appear in the next release.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Bugs"
It's almost complete file.
Many thanks. I've now updated the Polish translations in the default branch (changeset 5bf86b598e53).