Centreon is one of the most flexible and powerful monitoring softwares on the market; it is absolutely free and Open Souce (released under GNU General Public License version 2, see LICENSE file).
This software requires Centreon Engine and Centreon Broker to be operational.
Quick links
- the official Centreon (company) website
- the official online documentation
- our bugtracker
- the forum
- the download center
- First clone this git project on github:
- Select your major version of Centreon web:
- Use existing language directory or create new one
- Create your language directory based on only chars. for example 'uk', 'fr' for French, 'es' for Spanish, etc.
- Create a sub directory 'LC_MESSAGES'
- Paste message.pot and help.pot from root directory in this one and rename them as message.po and help.po
- Edit file using a PO editor and start translation
- Commit your work
- Send us a pull request
You can use an old (Centreon web 2.6 translation in progress).
- Checkout files from '2.6' branch
- Merge this translation with pot files using commands:
$ msgmerge old_messages.po messages.pot -o /messages.po $ msgmerge old_help.po help.pot -o /help.po
If translation files already exist, just continue to translation missing string:
- Edit file using a PO editor and start translation
- Commit your work
- Send us a pull request
If you want to translate your Centreon Web UI you have to donload translation files and install them:
- First clone this git repo to your server using command:
$ git clone https://github.com/centreon/centreon-translations.git
- And select your major version of Centreon web:
$ git branch -r $ git checkout -b \
- Create the local directory for Centreon Web UI:
$ mkdir -p /usr/share/centreon/www/locale/`locale | grep LC_MESSAGES | cut -d \" -f 2 | cut -d \. -f 1`/LC_MESSAGES
Replace '/usr/share/centreon' by installatino dir of your Centreon Web UI.
- Compile and install your language files:
$ msgfmt message.po -o /usr/share/centreon/www/locale/`locale | grep LC_MESSAGES | cut -d \" -f 2 | cut -d \. -f 1`/LC_MESSAGES/message.mo $ msgfmt help.po -o /usr/share/centreon/www/locale/`locale | grep LC_MESSAGES | cut -d \" -f 2 | cut -d \. -f 1`/LC_MESSAGES/help.mo
- Restart Apache:
$ service httpd restart
- Edit your profil on Centreon Web UI and select language.