Translation
This commit is contained in:
parent
525402eb7a
commit
25d53161d7
@ -265,7 +265,7 @@ function formCategory($db,$object,$type,$typeid)
|
|||||||
|
|
||||||
if ($typeid == 0) $title = $langs->trans("ProductsCategoriesShort");
|
if ($typeid == 0) $title = $langs->trans("ProductsCategoriesShort");
|
||||||
if ($typeid == 1) $title = $langs->trans("SuppliersCategoriesShort");
|
if ($typeid == 1) $title = $langs->trans("SuppliersCategoriesShort");
|
||||||
if ($typeid == 2) $title = $langs->trans("CustomersCategoriesShort");
|
if ($typeid == 2) $title = $langs->trans("CustomersProspectsCategoriesShort");
|
||||||
if ($type == 'societe' || $type == 'fournisseur')
|
if ($type == 'societe' || $type == 'fournisseur')
|
||||||
{
|
{
|
||||||
$nameId = 'socid';
|
$nameId = 'socid';
|
||||||
@ -277,7 +277,7 @@ function formCategory($db,$object,$type,$typeid)
|
|||||||
|
|
||||||
// Formulaire ajout dans une categorie
|
// Formulaire ajout dans une categorie
|
||||||
print '<br>';
|
print '<br>';
|
||||||
print_fiche_titre($title);
|
print_fiche_titre($title,'','');
|
||||||
print '<form method="post" action="'.DOL_URL_ROOT.'/categories/categorie.php?'.$nameId.'='.$object->id.'">';
|
print '<form method="post" action="'.DOL_URL_ROOT.'/categories/categorie.php?'.$nameId.'='.$object->id.'">';
|
||||||
print '<input type="hidden" name="typeid" value="'.$typeid.'">';
|
print '<input type="hidden" name="typeid" value="'.$typeid.'">';
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
|
|||||||
@ -44,7 +44,7 @@ $html = new Form($db);
|
|||||||
|
|
||||||
if (! $type) $title=$langs->trans("ProductsCategoriesArea");
|
if (! $type) $title=$langs->trans("ProductsCategoriesArea");
|
||||||
if ($type == 1) $title=$langs->trans("SuppliersCategoriesArea");
|
if ($type == 1) $title=$langs->trans("SuppliersCategoriesArea");
|
||||||
if ($type == 2) $title=$langs->trans("ThirdPartyCategoriesArea");
|
if ($type == 2) $title=$langs->trans("CustomersCategoriesArea");
|
||||||
|
|
||||||
|
|
||||||
llxHeader("","",$title);
|
llxHeader("","",$title);
|
||||||
|
|||||||
@ -55,7 +55,7 @@ function llxHeader ($head = "", $urlp = "", $title="")
|
|||||||
{
|
{
|
||||||
$menu->add_submenu(DOL_URL_ROOT."/categories/fiche.php?action=create&type=1", $langs->trans("NewCat"));
|
$menu->add_submenu(DOL_URL_ROOT."/categories/fiche.php?action=create&type=1", $langs->trans("NewCat"));
|
||||||
}
|
}
|
||||||
$menu->add(DOL_URL_ROOT."/categories/index.php?type=2", $langs->trans("CustomersCategoriesShort"));
|
$menu->add(DOL_URL_ROOT."/categories/index.php?type=2", $langs->trans("CustomersProspectsCategoriesShort"));
|
||||||
$menu->add_submenu(DOL_URL_ROOT."/categories/liste.php?type=2", $langs->trans("List"));
|
$menu->add_submenu(DOL_URL_ROOT."/categories/liste.php?type=2", $langs->trans("List"));
|
||||||
if ($user->rights->categorie->creer)
|
if ($user->rights->categorie->creer)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -239,11 +239,11 @@ class MenuLeft {
|
|||||||
$newmenu->add_submenu(DOL_URL_ROOT."/contact/index.php?leftmenu=contacts&type=o", $langs->trans("Others"), 2, $user->rights->societe->contact->lire);
|
$newmenu->add_submenu(DOL_URL_ROOT."/contact/index.php?leftmenu=contacts&type=o", $langs->trans("Others"), 2, $user->rights->societe->contact->lire);
|
||||||
//$newmenu->add_submenu(DOL_URL_ROOT."/contact/index.php?userid=$user->id", $langs->trans("MyContacts"), 1, $user->rights->societe->contact->lire);
|
//$newmenu->add_submenu(DOL_URL_ROOT."/contact/index.php?userid=$user->id", $langs->trans("MyContacts"), 1, $user->rights->societe->contact->lire);
|
||||||
|
|
||||||
// Catégories
|
// Categories
|
||||||
if ($conf->categorie->enabled)
|
if ($conf->categorie->enabled)
|
||||||
{
|
{
|
||||||
$langs->load("categories");
|
$langs->load("categories");
|
||||||
// Catégories fournisseurs
|
// Categories suppliers
|
||||||
if ($conf->fournisseur->enabled)
|
if ($conf->fournisseur->enabled)
|
||||||
{
|
{
|
||||||
$newmenu->add(DOL_URL_ROOT."/categories/index.php?leftmenu=cat&type=1", $langs->trans("SuppliersCategoriesShort"), 0, $user->rights->categorie->lire);
|
$newmenu->add(DOL_URL_ROOT."/categories/index.php?leftmenu=cat&type=1", $langs->trans("SuppliersCategoriesShort"), 0, $user->rights->categorie->lire);
|
||||||
@ -252,8 +252,8 @@ class MenuLeft {
|
|||||||
$newmenu->add_submenu(DOL_URL_ROOT."/categories/fiche.php?action=create&type=1", $langs->trans("NewCat"), 1, $user->rights->categorie->creer);
|
$newmenu->add_submenu(DOL_URL_ROOT."/categories/fiche.php?action=create&type=1", $langs->trans("NewCat"), 1, $user->rights->categorie->creer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Catégories clients
|
// Categories prospects/customers
|
||||||
$newmenu->add(DOL_URL_ROOT."/categories/index.php?leftmenu=cat&type=2", $langs->trans("CustomersCategoriesShort"), 0, $user->rights->categorie->lire);
|
$newmenu->add(DOL_URL_ROOT."/categories/index.php?leftmenu=cat&type=2", $langs->trans("CustomersProspectsCategoriesShort"), 0, $user->rights->categorie->lire);
|
||||||
if ($user->societe_id == 0)
|
if ($user->societe_id == 0)
|
||||||
{
|
{
|
||||||
$newmenu->add_submenu(DOL_URL_ROOT."/categories/fiche.php?action=create&type=2", $langs->trans("NewCat"), 1, $user->rights->categorie->creer);
|
$newmenu->add_submenu(DOL_URL_ROOT."/categories/fiche.php?action=create&type=2", $langs->trans("NewCat"), 1, $user->rights->categorie->creer);
|
||||||
|
|||||||
@ -42,7 +42,7 @@ ObjectAlreadyLinkedToCategory=Element is already linked to this category.
|
|||||||
CategorySuccessfullyCreated=This category %s has been added with success.
|
CategorySuccessfullyCreated=This category %s has been added with success.
|
||||||
ProductIsInCategories=Product/service owns to following categories
|
ProductIsInCategories=Product/service owns to following categories
|
||||||
SupplierIsInCategories=Third party owns to following suppliers categories
|
SupplierIsInCategories=Third party owns to following suppliers categories
|
||||||
CompanyIsInCustomersCategories=This third party owns to following customers categories
|
CompanyIsInCustomersCategories=This third party owns to following customers/prospects categories
|
||||||
CompanyIsInSuppliersCategories=This third party owns to following suppliers categories
|
CompanyIsInSuppliersCategories=This third party owns to following suppliers categories
|
||||||
ProductHasNoCategory=This product/service is not in any categories
|
ProductHasNoCategory=This product/service is not in any categories
|
||||||
SupplierHasNoCategory=This supplier is not in any categories
|
SupplierHasNoCategory=This supplier is not in any categories
|
||||||
@ -67,6 +67,7 @@ CustomersCategoryShort=Customers category
|
|||||||
ProductsCategoryShort=Products category
|
ProductsCategoryShort=Products category
|
||||||
SuppliersCategoriesShort=Suppliers categories
|
SuppliersCategoriesShort=Suppliers categories
|
||||||
CustomersCategoriesShort=Customers categories
|
CustomersCategoriesShort=Customers categories
|
||||||
|
CustomersProspectsCategoriesShort=Custo./Prosp. categories
|
||||||
ProductsCategoriesShort=Products categories
|
ProductsCategoriesShort=Products 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.
|
||||||
|
|||||||
@ -1,77 +1,78 @@
|
|||||||
# Dolibarr language file - es_ES - categories
|
# Dolibarr language file - es_ES - categories
|
||||||
Category=Categoría
|
Category=Categoría
|
||||||
Categorie=Categoría
|
Categorie=Categoría
|
||||||
categories=Categoría(s)
|
categories=Categoría(s)
|
||||||
TheCategorie=La categoría
|
TheCategorie=La categoría
|
||||||
In=En
|
In=En
|
||||||
AddIn=Añadir en
|
AddIn=Añadir en
|
||||||
modify=Modificar
|
modify=Modificar
|
||||||
Classify=Clasificar
|
Classify=Clasificar
|
||||||
CategoriesArea=Area categorías
|
CategoriesArea=Area categorías
|
||||||
ProductsCategoriesArea=Area categorías de procutos y servicios
|
ProductsCategoriesArea=Area categorías de procutos y servicios
|
||||||
SuppliersCategoriesArea=Area categorías proveedores
|
SuppliersCategoriesArea=Area categorías proveedores
|
||||||
CustomersCategoriesArea=Area categorias clientes
|
CustomersCategoriesArea=Area categorias clientes
|
||||||
ThirdPartyCategoriesArea=Area categorías de terceros
|
ThirdPartyCategoriesArea=Area categorías de terceros
|
||||||
MainCats=Categorías principales
|
MainCats=Categorías principales
|
||||||
SubCats=Subcategorías
|
SubCats=Subcategorías
|
||||||
CatStatistics=Estadísticas
|
CatStatistics=Estadísticas
|
||||||
CatList=Listado de categorías
|
CatList=Listado de categorías
|
||||||
AllCats=Todas las categorías
|
AllCats=Todas las categorías
|
||||||
ViewCat=Ver la categoría
|
ViewCat=Ver la categoría
|
||||||
NewCat=Nueva categoría
|
NewCat=Nueva categoría
|
||||||
NewCategory=Nueva categoría
|
NewCategory=Nueva categoría
|
||||||
ModifCat=Modificar una categoía
|
ModifCat=Modificar una categoía
|
||||||
CatCreated=Categoría creada
|
CatCreated=Categoría creada
|
||||||
CreateCat=Añadir una categoría
|
CreateCat=Añadir una categoría
|
||||||
CreateThisCat=Añadir esta categoría
|
CreateThisCat=Añadir esta categoría
|
||||||
ValidateFields=Validar los campos
|
ValidateFields=Validar los campos
|
||||||
NoSubCat=Esta categoría no contiene ninguna subcategoría.
|
NoSubCat=Esta categoría no contiene ninguna subcategoría.
|
||||||
SubCatOf=Subcategoría
|
SubCatOf=Subcategoría
|
||||||
FoundCats=Categorías encontradas
|
FoundCats=Categorías encontradas
|
||||||
FoundCatsForName=Categorías encontradas con el nombre:
|
FoundCatsForName=Categorías encontradas con el nombre:
|
||||||
FoundSubCatsIn=Subcategorías encontradas en la categoría
|
FoundSubCatsIn=Subcategorías encontradas en la categoría
|
||||||
ErrSameCatSelected=Ha seleccionado la misma categoría varias veces
|
ErrSameCatSelected=Ha seleccionado la misma categoría varias veces
|
||||||
ErrForgotCat=Ha olvidado escojer la categoría
|
ErrForgotCat=Ha olvidado escojer la categoría
|
||||||
ErrForgotField=Ha olvidado reasignar un campo
|
ErrForgotField=Ha olvidado reasignar un campo
|
||||||
ErrCatAlreadyExists=Este nombre esta siendo utilizado
|
ErrCatAlreadyExists=Este nombre esta siendo utilizado
|
||||||
AddProductToCat=¿Añadir este producto a una categoría?
|
AddProductToCat=¿Añadir este producto a una categoría?
|
||||||
ImpossibleAddCat=Imposible añadir la categoría
|
ImpossibleAddCat=Imposible añadir la categoría
|
||||||
ImpossibleAssociateCategory=Imposible asociar la categoría
|
ImpossibleAssociateCategory=Imposible asociar la categoría
|
||||||
WasAddedSuccessfully=se ha añadido con éxito.
|
WasAddedSuccessfully=se ha añadido con éxito.
|
||||||
ObjectAlreadyLinkedToCategory=El elemento ya está enlazado a esta categoría
|
ObjectAlreadyLinkedToCategory=El elemento ya está enlazado a esta categoría
|
||||||
CategorySuccessfullyCreated=La categoría %s se insertado correctamente.
|
CategorySuccessfullyCreated=La categoría %s se insertado correctamente.
|
||||||
ProductIsInCategories=Este producto/servicio se encuentra en las siguientes categorías
|
ProductIsInCategories=Este producto/servicio se encuentra en las siguientes categorías
|
||||||
SupplierIsInCategories=Este proveedor se encuentra en las siguientes categorías
|
SupplierIsInCategories=Este proveedor se encuentra en las siguientes categorías
|
||||||
CompanyIsInCustomersCategories=Esta empresa se encuentra en las siguientes categorías
|
CompanyIsInCustomersCategories=Esta empresa se encuentra en las siguientes categorías
|
||||||
CompanyIsInSuppliersCategories=Esta empresa se encuentra en las siguentes caterogrías de proveedores
|
CompanyIsInSuppliersCategories=Esta empresa se encuentra en las siguentes caterogrías de proveedores
|
||||||
ProductHasNoCategory=Este producto/servicio no se encuentra en ninguna categoría en particular
|
ProductHasNoCategory=Este producto/servicio no se encuentra en ninguna categoría en particular
|
||||||
SupplierHasNoCategory=Este proveedor no se encuentra en ninguna categoría en particular
|
SupplierHasNoCategory=Este proveedor no se encuentra en ninguna categoría en particular
|
||||||
CompanyHasNoCategory=Esta empresa no se encuentra en ninguna categoría en particular
|
CompanyHasNoCategory=Esta empresa no se encuentra en ninguna categoría en particular
|
||||||
ClassifyInCategory=Esta categoría no contiene clientes
|
ClassifyInCategory=Esta categoría no contiene clientes
|
||||||
NoneCategory=Ninguna
|
NoneCategory=Ninguna
|
||||||
CategoryExistsAtSameLevel=Esta categoría ya existe al mismo lugar
|
CategoryExistsAtSameLevel=Esta categoría ya existe al mismo lugar
|
||||||
ReturnInProduct=Volver a la ficha producto/servicio
|
ReturnInProduct=Volver a la ficha producto/servicio
|
||||||
ReturnInSupplier=Volver a la ficha proveedor
|
ReturnInSupplier=Volver a la ficha proveedor
|
||||||
ReturnInCompany=Volver a la ficha cliente/cliente potencial
|
ReturnInCompany=Volver a la ficha cliente/cliente potencial
|
||||||
ContentsVisibleByAll=El contenido será visible por todos
|
ContentsVisibleByAll=El contenido será visible por todos
|
||||||
ContentsVisibleByAllShort=Contenido visible por todos
|
ContentsVisibleByAllShort=Contenido visible por todos
|
||||||
ContentsNotVisibleByAllShort=Contenido no visible por todos
|
ContentsNotVisibleByAllShort=Contenido no visible por todos
|
||||||
CategoriesTree=Árbol de categorías
|
CategoriesTree=Árbol de categorías
|
||||||
DeleteCategory=Eliminar categoría
|
DeleteCategory=Eliminar categoría
|
||||||
ConfirmDeleteCategory=¿Está seguro de querer eliminar esta categoría?
|
ConfirmDeleteCategory=¿Está seguro de querer eliminar esta categoría?
|
||||||
RemoveFromCategory=Eliminar vínculo con categoría
|
RemoveFromCategory=Eliminar vínculo con categoría
|
||||||
RemoveFromCategoryConfirm=¿Está seguro de querer eliminar el vínculo entre la transacción y la categoría?
|
RemoveFromCategoryConfirm=¿Está seguro de querer eliminar el vínculo entre la transacción y la categoría?
|
||||||
NoCategoriesDefined=Ninguna categoría definida
|
NoCategoriesDefined=Ninguna categoría definida
|
||||||
SuppliersCategoryShort=Categoría proveedores
|
SuppliersCategoryShort=Categoría proveedores
|
||||||
CustomersCategoryShort=Categoría clientes
|
CustomersCategoryShort=Categoría clientes
|
||||||
ProductsCategoryShort=Categoría productos
|
ProductsCategoryShort=Categoría productos
|
||||||
SuppliersCategoriesShort=Categorías proveedores
|
SuppliersCategoriesShort=Categorías proveedores
|
||||||
CustomersCategoriesShort=Categorías clientes
|
CustomersCategoriesShort=Categorías clientes
|
||||||
ProductsCategoriesShort=Categorías productos
|
CustomersProspectsCategoriesShort=Categorías clientes
|
||||||
ThisCategoryHasNoProduct=Esta categoría no contiene ningún producto.
|
ProductsCategoriesShort=Categorías productos
|
||||||
ThisCategoryHasNoSupplier=Esta categoría no contiene a ningún proveedor.
|
ThisCategoryHasNoProduct=Esta categoría no contiene ningún producto.
|
||||||
ThisCategoryHasNoCustomer=Esta categoría no contiene a ningún cliente.
|
ThisCategoryHasNoSupplier=Esta categoría no contiene a ningún proveedor.
|
||||||
AssignedToCustomer=Asignado a un cliente
|
ThisCategoryHasNoCustomer=Esta categoría no contiene a ningún cliente.
|
||||||
AssignedToTheCustomer=Asignado al cliente
|
AssignedToCustomer=Asignado a un cliente
|
||||||
InternalCategory=Categoría innerente
|
AssignedToTheCustomer=Asignado al cliente
|
||||||
CategoryContents=Contenidos categoría
|
InternalCategory=Categoría innerente
|
||||||
|
CategoryContents=Contenidos categoría
|
||||||
|
|||||||
@ -9,8 +9,8 @@ modify=modifier
|
|||||||
Classify=Classer
|
Classify=Classer
|
||||||
CategoriesArea=Espace catégories
|
CategoriesArea=Espace catégories
|
||||||
ProductsCategoriesArea=Espace des catégories de produits et services
|
ProductsCategoriesArea=Espace des catégories de produits et services
|
||||||
SuppliersCategoriesArea=Espace des catégories fournisseurs
|
SuppliersCategoriesArea=Espace des catégories de tiers fournisseurs
|
||||||
CustomersCategoriesArea=Espace des catégories clients
|
CustomersCategoriesArea=Espace des catégories de tiers clients ou prospects
|
||||||
ThirdPartyCategoriesArea=Espace des catégories de tiers
|
ThirdPartyCategoriesArea=Espace des catégories de tiers
|
||||||
MainCats=Catégories principales
|
MainCats=Catégories principales
|
||||||
SubCats=Sous-catégories
|
SubCats=Sous-catégories
|
||||||
@ -42,7 +42,7 @@ ObjectAlreadyLinkedToCategory=L'
|
|||||||
CategorySuccessfullyCreated=La catégorie %s a été ajouté avec succès.
|
CategorySuccessfullyCreated=La catégorie %s a été ajouté avec succès.
|
||||||
ProductIsInCategories=Ce produit/service est dans les catégories suivantes
|
ProductIsInCategories=Ce produit/service est dans les catégories suivantes
|
||||||
SupplierIsInCategories=Ce fournisseur est dans les catégories suivantes
|
SupplierIsInCategories=Ce fournisseur est dans les catégories suivantes
|
||||||
CompanyIsInCustomersCategories=Cette societé est dans les catégories clients suivantes
|
CompanyIsInCustomersCategories=Cette societé est dans les catégories clients/prospets suivantes
|
||||||
CompanyIsInSuppliersCategories=Cette societé est dans les catégories fournisseurs suivantes
|
CompanyIsInSuppliersCategories=Cette societé est dans les catégories fournisseurs suivantes
|
||||||
ProductHasNoCategory=Ce produit/service n'est dans aucune catégorie en particulier
|
ProductHasNoCategory=Ce produit/service n'est dans aucune catégorie en particulier
|
||||||
SupplierHasNoCategory=Ce fournisseur n'est dans aucune catégorie en particulier
|
SupplierHasNoCategory=Ce fournisseur n'est dans aucune catégorie en particulier
|
||||||
@ -67,6 +67,7 @@ CustomersCategoryShort=Cat
|
|||||||
ProductsCategoryShort=Catégorie produits
|
ProductsCategoryShort=Catégorie produits
|
||||||
SuppliersCategoriesShort=Catégories fournisseurs
|
SuppliersCategoriesShort=Catégories fournisseurs
|
||||||
CustomersCategoriesShort=Catégories clients
|
CustomersCategoriesShort=Catégories clients
|
||||||
|
CustomersProspectsCategoriesShort=Catégories clients/prospets
|
||||||
ProductsCategoriesShort=Catégories produits
|
ProductsCategoriesShort=Catégories produits
|
||||||
ThisCategoryHasNoProduct=Cette catégorie ne contient aucun produit.
|
ThisCategoryHasNoProduct=Cette catégorie ne contient aucun produit.
|
||||||
ThisCategoryHasNoSupplier=Cette catégorie ne contient aucun fournisseur.
|
ThisCategoryHasNoSupplier=Cette catégorie ne contient aucun fournisseur.
|
||||||
|
|||||||
@ -67,6 +67,7 @@ CustomersCategoryShort =Categoria clienti
|
|||||||
ProductsCategoryShort =Categorie prodotti
|
ProductsCategoryShort =Categorie prodotti
|
||||||
SuppliersCategoriesShort =Categorie fornitori
|
SuppliersCategoriesShort =Categorie fornitori
|
||||||
CustomersCategoriesShort =Categorie clienti
|
CustomersCategoriesShort =Categorie clienti
|
||||||
|
CustomersProspectsCategoriesShort =Categorie clienti
|
||||||
ProductsCategoriesShort =Categorie prodotti
|
ProductsCategoriesShort =Categorie prodotti
|
||||||
ThisCategoryHasNoProduct =Questa categoria non contiene alcun prodotto.
|
ThisCategoryHasNoProduct =Questa categoria non contiene alcun prodotto.
|
||||||
ThisCategoryHasNoSupplier =Questa categoria non contiene alcun fornitore.
|
ThisCategoryHasNoSupplier =Questa categoria non contiene alcun fornitore.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user