Fix translation
This commit is contained in:
parent
3ff720f8d0
commit
f95bf56c15
@ -34,7 +34,7 @@ include_once DOL_DOCUMENT_ROOT . '/core/class/hookmanager.class.php';
|
|||||||
class box_dolibarr_state_board extends ModeleBoxes
|
class box_dolibarr_state_board extends ModeleBoxes
|
||||||
{
|
{
|
||||||
public $boxcode = "dolibarrstatebox";
|
public $boxcode = "dolibarrstatebox";
|
||||||
public $boximg = "box_user";
|
public $boximg = "generic";
|
||||||
public $boxlabel = "BoxDolibarrStateBoard";
|
public $boxlabel = "BoxDolibarrStateBoard";
|
||||||
public $depends = array("user");
|
public $depends = array("user");
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
# Dolibarr language file - Source file is en_US - boxes
|
# Dolibarr language file - Source file is en_US - boxes
|
||||||
|
BoxDolibarrStateBoard=Statistics on main business objects in database
|
||||||
BoxLoginInformation=Login Information
|
BoxLoginInformation=Login Information
|
||||||
BoxLastRssInfos=RSS Information
|
BoxLastRssInfos=RSS Information
|
||||||
BoxLastProducts=Latest %s Products/Services
|
BoxLastProducts=Latest %s Products/Services
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user