Add translation
This commit is contained in:
parent
e07eac9b17
commit
c518aa1019
@ -27,10 +27,6 @@
|
|||||||
* \brief Page to show category tab
|
* \brief Page to show category tab
|
||||||
*/
|
*/
|
||||||
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
ini_set('display_errors', true);
|
|
||||||
ini_set('html_errors', false);
|
|
||||||
|
|
||||||
require '../main.inc.php';
|
require '../main.inc.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
|
||||||
|
|
||||||
|
|||||||
@ -81,6 +81,7 @@ CustomersCategoriesShort=Customers categories
|
|||||||
CustomersProspectsCategoriesShort=Custo./Prosp. categories
|
CustomersProspectsCategoriesShort=Custo./Prosp. categories
|
||||||
ProductsCategoriesShort=Products categories
|
ProductsCategoriesShort=Products categories
|
||||||
MembersCategoriesShort=Members categories
|
MembersCategoriesShort=Members categories
|
||||||
|
ContactCategoriesShort=Contacts categories
|
||||||
ThisCategoryHasNoProduct=This category does not contain any product.
|
ThisCategoryHasNoProduct=This category does not contain any product.
|
||||||
ThisCategoryHasNoSupplier=This category does not contain any supplier.
|
ThisCategoryHasNoSupplier=This category does not contain any supplier.
|
||||||
ThisCategoryHasNoCustomer=This category does not contain any customer.
|
ThisCategoryHasNoCustomer=This category does not contain any customer.
|
||||||
|
|||||||
@ -76,6 +76,7 @@ SuppliersCategoryShort=Catégorie fournisseurs
|
|||||||
CustomersCategoryShort=Catégorie clients
|
CustomersCategoryShort=Catégorie clients
|
||||||
ProductsCategoryShort=Catégorie produits
|
ProductsCategoryShort=Catégorie produits
|
||||||
MembersCategoryShort=Catégorie adhérent
|
MembersCategoryShort=Catégorie adhérent
|
||||||
|
ContactCategoriesShort=Catégorie Contacts
|
||||||
SuppliersCategoriesShort=Catégories fournisseurs
|
SuppliersCategoriesShort=Catégories fournisseurs
|
||||||
CustomersCategoriesShort=Catégories clients
|
CustomersCategoriesShort=Catégories clients
|
||||||
CustomersProspectsCategoriesShort=Catégories clients/prospects
|
CustomersProspectsCategoriesShort=Catégories clients/prospects
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user