mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
translate comments
This commit is contained in:
parent
51781cd040
commit
a859483384
|
|
@ -99,7 +99,7 @@ llxHeader();
|
|||
|
||||
/*********************************************************************************
|
||||
*
|
||||
* Mode fiche
|
||||
* Card mode
|
||||
*
|
||||
*********************************************************************************/
|
||||
if ($socid > 0) {
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ $userstatic = new User($db);
|
|||
|
||||
/* *************************************************************************** */
|
||||
/* */
|
||||
/* Mode vue et edition */
|
||||
/* Card view and edit mode */
|
||||
/* */
|
||||
/* *************************************************************************** */
|
||||
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ $userstatic = new User($db);
|
|||
|
||||
/* *************************************************************************** */
|
||||
/* */
|
||||
/* Mode vue et edition */
|
||||
/* Card view and edit mode */
|
||||
/* */
|
||||
/* *************************************************************************** */
|
||||
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ $userstatic = new User($db);
|
|||
|
||||
/* *************************************************************************** */
|
||||
/* */
|
||||
/* Mode vue et edition */
|
||||
/* Card view and edit mode */
|
||||
/* */
|
||||
/* *************************************************************************** */
|
||||
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ $userstatic = new User($db);
|
|||
|
||||
/* *************************************************************************** */
|
||||
/* */
|
||||
/* Mode vue et edition */
|
||||
/* Card view and edit mode */
|
||||
/* */
|
||||
/* *************************************************************************** */
|
||||
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ $form = new Form($db);
|
|||
|
||||
/* *************************************************************************** */
|
||||
/* */
|
||||
/* Mode vue et edition */
|
||||
/* Card view and edit mode */
|
||||
/* */
|
||||
/* *************************************************************************** */
|
||||
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ $userstatic = new User($db);
|
|||
|
||||
/* *************************************************************************** */
|
||||
/* */
|
||||
/* Mode vue et edition */
|
||||
/* Card view and edit mode */
|
||||
/* */
|
||||
/* *************************************************************************** */
|
||||
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ llxHeader('', $title, $help_url);
|
|||
|
||||
/* *************************************************************************** */
|
||||
/* */
|
||||
/* Mode vue et edition */
|
||||
/* Card view and edit mode */
|
||||
/* */
|
||||
/* *************************************************************************** */
|
||||
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ $userstatic = new User($db);
|
|||
|
||||
/* *************************************************************************** */
|
||||
/* */
|
||||
/* Mode vue et edition */
|
||||
/* Card view and edit mode */
|
||||
/* */
|
||||
/* *************************************************************************** */
|
||||
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ parameters:
|
|||
fileExtensions:
|
||||
- php
|
||||
paths:
|
||||
- htdocs
|
||||
- scripts
|
||||
- htdocs
|
||||
- scripts
|
||||
excludePaths:
|
||||
analyseAndScan:
|
||||
- htdocs/custom/*
|
||||
|
|
@ -52,10 +52,11 @@ parameters:
|
|||
- '#(\$force_dolibarr_lib|\$dolibarr_main_db).*in empty\(\) is never defined.#'
|
||||
- '#Sprain\\SwissQrBill\\#'
|
||||
- '#Constructor of class .* has an unused parameter #'
|
||||
- '#Default value of the parameter#'
|
||||
internalErrorsCountLimit: 50
|
||||
cache:
|
||||
nodesByFileCountMax: 512
|
||||
nodesByStringCountMax: 512
|
||||
nodesByFileCountMax: 512
|
||||
nodesByStringCountMax: 512
|
||||
reportUnmatchedIgnoredErrors: false
|
||||
universalObjectCratesClasses:
|
||||
- stdClass
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user