mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 09:01:40 +01:00
Trans
This commit is contained in:
@@ -169,7 +169,7 @@ if (empty($mysoc->tva_assuj)) {
|
||||
print '<input name="tva" id="intra_vat" class="minwidth200" value="'.(getDolGlobalString('MAIN_INFO_TVAINTRA') ? $conf->global->MAIN_INFO_TVAINTRA : '').'">';
|
||||
print '</td></tr>';
|
||||
|
||||
print '<tr class="oddeven"><td><label for="activate_MAIN_INFO_VAT_RETURN">'.$langs->trans("VATReturn").'</label></td>';
|
||||
print '<tr class="oddeven"><td><label for="activate_MAIN_INFO_VAT_RETURN">'.$langs->trans("VATPaymentFrequency").'</label></td>';
|
||||
if (!$conf->use_javascript_ajax) {
|
||||
print '<td class="nowrap right">';
|
||||
print $langs->trans("NotAvailableWhenAjaxDisabled");
|
||||
@@ -182,7 +182,7 @@ if (empty($mysoc->tva_assuj)) {
|
||||
'2'=>$langs->trans("Quarterly"),
|
||||
'3'=>$langs->trans("Annual"),
|
||||
);
|
||||
print $form->selectarray("MAIN_INFO_VAT_RETURN", $listval, $conf->global->MAIN_INFO_VAT_RETURN);
|
||||
print $form->selectarray("MAIN_INFO_VAT_RETURN", $listval, getDolGlobalString('MAIN_INFO_VAT_RETURN'));
|
||||
print "</td>";
|
||||
}
|
||||
print '</tr>';
|
||||
|
||||
@@ -246,7 +246,7 @@ ProfId4DZ=NIS
|
||||
VATIntra=VAT ID
|
||||
VATIntraShort=VAT ID
|
||||
VATIntraSyntaxIsValid=Syntax is valid
|
||||
VATReturn=VAT return
|
||||
VATPaymentFrequency=VAT payment frequency
|
||||
ProspectCustomer=Prospect / Customer
|
||||
Prospect=Prospect
|
||||
CustomerCard=Customer Card
|
||||
|
||||
@@ -65,7 +65,7 @@ ProductStatusOnBuy=For purchase
|
||||
ProductStatusNotOnBuy=Not for purchase
|
||||
ProductStatusOnBuyShort=For purchase
|
||||
ProductStatusNotOnBuyShort=Not for purchase
|
||||
UpdateVAT=Update vat
|
||||
UpdateVAT=Update VAT
|
||||
UpdateDefaultPrice=Update default price
|
||||
UpdateLevelPrices=Update prices for each level
|
||||
AppliedPricesFrom=Applied from
|
||||
|
||||
Reference in New Issue
Block a user