You are not logged in.
Pages: 1
Here are two corrections I made for the report plugin to correct some spelling errors in the English version. Thank you.
Fix spelling errors in English language file and add config item 12 for use in plugin_reports.doublons.php:
--- /en_GB.php 2008-12-31 04:05:25.000000000 -0500
+++ /en_GB_orig.php 2008-12-31 04:04:04.000000000 -0500
@@ -36,13 +36,12 @@
$GEDIFFREPORTLANG["config"][1]="Configuration of Reports plugin";
$GEDIFFREPORTLANG["config"][2]="Install Reports plugin";
$GEDIFFREPORTLANG["config"][3]="Uninstall Reports plugin";
-$GEDIFFREPORTLANG["config"][4]="Rights management by profile";
+$GEDIFFREPORTLANG["config"][4]="Rights management by profil";
$GEDIFFREPORTLANG["config"][5]="Rights management by report";
$GEDIFFREPORTLANG["config"][6]="Allowed";
$GEDIFFREPORTLANG["config"][7]="Denied";
$GEDIFFREPORTLANG["config"][8]="Rights management by report";
-$GEDIFFREPORTLANG["config"][9]="Profile rights";
+$GEDIFFREPORTLANG["config"][9]="profil rights";
$GEDIFFREPORTLANG["config"][10]="Report";
$GEDIFFREPORTLANG["config"][11]="Report configuration";
-$GEDIFFREPORTLANG["config"][12]="Validate";
Fix Validate button:
--- plugin_reports.doublons.php 2008-12-31 04:09:34.000000000 -0500
+++ plugin_reports.doublons_orig.php 2008-12-31 04:06:32.000000000 -0500
@@ -86,7 +86,7 @@
}
echo"</tr>\n";
-echo "<tr class='tab_bg_1' align='center'><td colspan='".($crit>0?'3':'2')."'><input type='submit' value='" . $GEDIFFREPORTLANG["config"][12] . "' class='submit' />";
+echo "<tr class='tab_bg_1' align='center'><td colspan='".($crit>0?'3':'2')."'><input type='submit' value='Valider' class='submit' />";
echo "</td></tr>\n";
echo "</table>\n</form></div>\n";
PROD: RHEL 5 on x86 32bit -- PHP 5.1.6 -- Apache 2.2.3 -- MySQL 5.0.77 -- GLPI 0.72.3 -- OCS-NG 1.02.1/5003
DEV: RHEL 5 on x86 32bit -- PHP 5.1.6 -- Apache 2.2.3 -- MySQL 5.0.77 -- GLPI 0.72.4 -- OCS-NG 1.02.1/5003
Offline
move to plugin section.
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Pages: 1