Skip to content
Snippets Groups Projects
Commit c6ab11a9 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix translation

parent 2ec7d478
Branches
Tags 4.0.0-rc
No related merge requests found
...@@ -192,5 +192,5 @@ WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your ...@@ -192,5 +192,5 @@ WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your
WarningFeatureDisabledWithDisplayOptimizedForBlindNoJs=Feature disabled when display setup is optimized for blind person or text browsers. WarningFeatureDisabledWithDisplayOptimizedForBlindNoJs=Feature disabled when display setup is optimized for blind person or text browsers.
WarningPaymentDateLowerThanInvoiceDate=Payment date (%s) is earlier than invoice date (%s) for invoice %s. WarningPaymentDateLowerThanInvoiceDate=Payment date (%s) is earlier than invoice date (%s) for invoice %s.
WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Please use more filters or set the constant %s to a higher limit. WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Please use more filters or set the constant %s to a higher limit.
WarningSomeLinesWithNullHourlyRate=Some times were recorded by users when their hourly rate was not defined. A value of 0 was used but this may result in wrong valuation of time spent. WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action. WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
...@@ -801,7 +801,7 @@ foreach ($listofreferent as $key => $value) ...@@ -801,7 +801,7 @@ foreach ($listofreferent as $key => $value)
if ($tmp['nblinesnull'] > 0) if ($tmp['nblinesnull'] > 0)
{ {
$langs->load("errors"); $langs->load("errors");
$warning=$langs->trans("WarningSomeLinesWithNullHourlyRate"); $warning=$langs->trans("WarningSomeLinesWithNullHourlyRate", $conf->currency);
} }
} }
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment