mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Trans
This commit is contained in:
parent
3ec515e106
commit
7b383b58c6
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004 Eric Seigne <eric.seigne@ryxeo.com>
|
||||
* Copyright (C) 2005-2016 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2005-2021 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@inodbox.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
|
@ -70,7 +70,7 @@ $workflowcodes = array(
|
|||
'picto'=>'bill'
|
||||
),
|
||||
|
||||
'separator1'=>array('family'=>'separator', 'position'=>25),
|
||||
'separator1'=>array('family'=>'separator', 'position'=>25, 'title'=>'aa'),
|
||||
|
||||
// Automatic classification of proposal
|
||||
'WORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL'=>array(
|
||||
|
|
@ -183,6 +183,7 @@ foreach ($workflowcodes as $key => $params) {
|
|||
if ($params['family'] == 'separator') {
|
||||
print '</table>';
|
||||
print '<br>';
|
||||
|
||||
print '<table class="noborder centpercent">';
|
||||
|
||||
continue;
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class modWorkflow extends DolibarrModules
|
|||
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
||||
$this->name = preg_replace('/^mod/i', '', get_class($this));
|
||||
// Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
|
||||
$this->description = "Workflow management";
|
||||
$this->description = "Inter-modules workflow management";
|
||||
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
|
||||
$this->version = 'dolibarr';
|
||||
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ RelativeURL=Relative URL
|
|||
BoxesAvailable=Widgets available
|
||||
BoxesActivated=Widgets activated
|
||||
ActivateOn=Activate on
|
||||
ActiveOn=Activated on
|
||||
ActiveOn=Activatable on
|
||||
SourceFile=Source file
|
||||
AvailableOnlyIfJavascriptAndAjaxNotDisabled=Available only if JavaScript is not disabled
|
||||
Required=Required
|
||||
|
|
@ -647,8 +647,8 @@ Module4000Name=HRM
|
|||
Module4000Desc=Human resources management (management of department, employee contracts and feelings)
|
||||
Module5000Name=Multi-company
|
||||
Module5000Desc=Allows you to manage multiple companies
|
||||
Module6000Name=Workflow
|
||||
Module6000Desc=Workflow management (automatic creation of object and/or automatic status change)
|
||||
Module6000Name=Inter-modules Workflow
|
||||
Module6000Desc=Workflow management between different modules (automatic creation of object and/or automatic status change)
|
||||
Module10000Name=Websites
|
||||
Module10000Desc=Create websites (public) with a WYSIWYG editor. This is a webmaster or developer oriented CMS (it is better to know HTML and CSS language). Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the internet with your own domain name.
|
||||
Module20000Name=Leave Request Management
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user