Skip to content

Commit

Permalink
Merge pull request #401 from grandoc/develop
Browse files Browse the repository at this point in the history
missing translation
  • Loading branch information
eldy committed Sep 17, 2012
2 parents ef4831d + d25e8fc commit 237bcf3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/expedition/shipment.php
Expand Up @@ -631,7 +631,7 @@
print $formproduct->selectWarehouses(-1,'entrepot_id','',1);
if (count($formproduct->cache_warehouses) <= 0)
{
print ' &nbsp; No warehouse defined, <a href="'.DOL_URL_ROOT.'/product/stock/fiche.php?action=create">add one</a>';
print ' &nbsp; '.$langs->trans("WarehouseSourceNotDefined").' <a href="'.DOL_URL_ROOT.'/product/stock/fiche.php?action=create">'.$langs->trans("AddOne").'</a>';
}
print '</td>';
}
Expand Down
2 changes: 2 additions & 0 deletions htdocs/langs/en_US/stocks.lang
Expand Up @@ -8,6 +8,8 @@ MenuNewWarehouse=New warehouse
WarehouseOpened=Warehouse opened
WarehouseClosed=Warehouse closed
WarehouseSource=Source warehouse
WarehouseSourceNotDefined=No warehouse defined,
AddOne=Add one
WarehouseTarget=Target warehouse
ValidateSending=Delete sending
CancelSending=Cancel sending
Expand Down
2 changes: 2 additions & 0 deletions htdocs/langs/fr_FR/stocks.lang
Expand Up @@ -8,6 +8,8 @@ MenuNewWarehouse=Nouvel entrepôt
WarehouseOpened=Entrepôt ouvert
WarehouseClosed=Entrepôt fermé
WarehouseSource=Entrepôt source
WarehouseSourceNotDefined=Aucun entrepôt défini,
AddOne=En ajouter un
WarehouseTarget=Entrepôt cible
ValidateSending=Valider expédition
CancelSending=Annuler expédition
Expand Down

0 comments on commit 237bcf3

Please sign in to comment.