Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation #53

Closed
wants to merge 803 commits into from
Closed

Translation #53

wants to merge 803 commits into from

Conversation

ouafnico
Copy link

Hello

Sorry to ask here, but can I help about french translation of Cacti?

If yes, how?

Thanks

cigamit and others added 30 commits March 6, 2016 09:44
user would loose realm permissions upon save
this bug caused basic authentication to fail on new systems.  present in
0.8.8g too.
before this change, history did not work.
if an admin changes the setting of a user or group, insure that all
logged in users get those permission changes right away.
If using PHP 5.5 and above, use PHP's built in password hashing and
verification functions.
ucd-snmp is very old and no longer going to be supported.
back port the following features from main:

1) vdef support
2) new graph items
3) new graph options

this covers all the high points available in rrdtool today.

also change the following:

1) allow forms to include spacers
2) reorganize graph template form with spacers
3) many help wording back ports from main

for those testing, if you are going to start using this version, you
will have to implement the changes in the upgrade script or reinstall.
also note that this change may break new aggregates.
make tooltips global
directory and files should be visual and not text
minor format issue in cdef
They had different fontsizes so they need individual heights.

Note:
In latest IE Edge it moves a minimal bit no matter what value you give. Chrome is perfect.
browniebraun and others added 19 commits April 12, 2016 23:38
minor spelling fix in installation script
Signed-off-by: Eugene Bolshakov <pub@relvarsoft.com>
makes it a bit easier(for me at least) to estimate sizes.
Proposal to change data sources Data display from B to KB
Signed-off-by: Eugene Bolshakov <pub@relvarsoft.com>
Signed-off-by: Eugene Bolshakov <pub@relvarsoft.com>
when duplicating a tree rule, the regexp [search pattern, replace_pattern}] strings throws:

 PHP Warning:  mysql_real_escape_string(): Access denied for user 'apache'@'localhost' (u                  sing password: NO) in /var/www/html/commitcommit4868/lib/api_automation.php on line 1465, referer: http://192.168.206.136/cacti/automation_tree_rules.php

Changed to use the same validation as we use when we save them in the first place.
Signed-off-by: Eugene Bolshakov <pub@relvarsoft.com>
Quotes problem using RRDtool 1.4.5 and Windows environment
@cigamit
Copy link
Member

cigamit commented Apr 21, 2016

Thanks for helping out. The best thing you can do is as follows:

  1. Clone the repository
  2. Install the xgettext application for your operating system
  3. Open a shell command and generate a cacti.pot file using the update-pot.sh script found in 'locales'. Note: If you are running on Windows, make sure you issue a dos2unix command on the php files before you run the script. (find . -name *.php -exec dos2unix {} ;)
  4. Install a po editor.
  5. From the po editor, you can open the cacti.pot file and create a fr.po file.
  6. From po editor, you can start your translation.
  7. After the translation is complete, you can compile a fr.mo file.
  8. Lastly issue a pull request providing both your fr.po and fr.mo files.

Keep in mind that Andi (browniebrown) is making heavy edits to the Cacti mainline, and therefore, you will have to update your po and mo files a few times before he is done.

@cigamit
Copy link
Member

cigamit commented Apr 21, 2016

Agreed that this was not the correct way to ask. In the future, use the users mailing list found on SourceForge. You can register there as well. Thanks for helping. I'm going to close this now.

@cigamit cigamit closed this Apr 21, 2016
@ouafnico
Copy link
Author

Thanks for the information.
I'm pretty sure it can be helpful for others ;)

@browniebraun
Copy link
Member

Great, I really appreciate that! :)
BTW: Naming of language files should to be {language}_{county}.(po/.mo). In your case "french_france".

Regards
-Andi

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants