mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 20:41:26 +01:00
Qual: Fix spelling (#31515)
# Qual: Fix spelling Fix some typos in the comments (codespell).
This commit is contained in:
@@ -198,7 +198,7 @@ class modAi extends DolibarrModules
|
||||
/* Example:
|
||||
$this->dictionaries=array(
|
||||
'langs'=>'ai@ai',
|
||||
// List of tables we want to see into dictonnary editor
|
||||
// List of tables we want to see into dictionary editor
|
||||
'tabname'=>array("table1", "table2", "table3"),
|
||||
// Label of tables
|
||||
'tablib'=>array("Table1", "Table2", "Table3"),
|
||||
|
||||
@@ -195,7 +195,7 @@ class modBookCal extends DolibarrModules
|
||||
/* Example:
|
||||
$this->dictionaries=array(
|
||||
'langs'=>'bookcal@bookcal',
|
||||
// List of tables we want to see into dictonnary editor
|
||||
// List of tables we want to see into dictionary editor
|
||||
'tabname'=>array("table1", "table2", "table3"),
|
||||
// Label of tables
|
||||
'tablib'=>array("Table1", "Table2", "Table3"),
|
||||
|
||||
@@ -86,7 +86,7 @@ class modIncoterm extends DolibarrModules
|
||||
}
|
||||
$this->dictionaries = array(
|
||||
'langs' => 'incoterm',
|
||||
'tabname' => array("c_incoterms"), // List of tables we want to see into dictonnary editor
|
||||
'tabname' => array("c_incoterms"), // List of tables we want to see into dictionary editor
|
||||
'tablib' => array("Incoterms"), // Label of tables
|
||||
'tabsql' => array('SELECT rowid, code, libelle, active FROM '.MAIN_DB_PREFIX.'c_incoterms'), // Request to select fields
|
||||
'tabsqlsort' => array("rowid ASC"), // Sort order
|
||||
|
||||
@@ -214,7 +214,7 @@ class modPartnership extends DolibarrModules
|
||||
// Dictionaries
|
||||
$this->dictionaries = array(
|
||||
'langs' => 'partnership',
|
||||
// List of tables we want to see into dictonnary editor
|
||||
// List of tables we want to see into dictionary editor
|
||||
'tabname' => array("c_partnership_type"),
|
||||
// Label of tables
|
||||
'tablib' => array("PartnershipType"),
|
||||
|
||||
@@ -176,7 +176,7 @@ class modStockTransfer extends DolibarrModules
|
||||
/* Example:
|
||||
$this->dictionaries=array(
|
||||
'langs'=>'stocktransfer@stocktransfer',
|
||||
// List of tables we want to see into dictonnary editor
|
||||
// List of tables we want to see into dictionary editor
|
||||
'tabname'=>array(MAIN_DB_PREFIX."table1", MAIN_DB_PREFIX."table2", MAIN_DB_PREFIX."table3"),
|
||||
// Label of tables
|
||||
'tablib'=>array("Table1", "Table2", "Table3"),
|
||||
|
||||
@@ -205,7 +205,7 @@ class modWebPortal extends DolibarrModules
|
||||
/* Example:
|
||||
$this->dictionaries=array(
|
||||
'langs'=>'website',
|
||||
// List of tables we want to see into dictonnary editor
|
||||
// List of tables we want to see into dictionary editor
|
||||
'tabname'=>array("table1", "table2", "table3"),
|
||||
// Label of tables
|
||||
'tablib'=>array("Table1", "Table2", "Table3"),
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/* Copyright (C) 2004-2022 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2018-2019 Nicolas ZABOURI <info@inovea-conseil.com>
|
||||
* Copyright (C) 2019-2020 Frédéric France <frederic.france@netlogic.fr>
|
||||
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -199,7 +200,7 @@ class modWebhook extends DolibarrModules
|
||||
/* Example:
|
||||
$this->dictionaries=array(
|
||||
'langs'=>'',
|
||||
// List of tables we want to see into dictonnary editor
|
||||
// List of tables we want to see into dictionary editor
|
||||
'tabname'=>array(MAIN_DB_PREFIX."table1", MAIN_DB_PREFIX."table2", MAIN_DB_PREFIX."table3"),
|
||||
// Label of tables
|
||||
'tablib'=>array("Table1", "Table2", "Table3"),
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
* Copyright (C) 2017-2022 Ferran Marcet <fmarcet@2byte.es>
|
||||
* Copyright (C) 2018-2022 Frédéric France <frederic.france@netlogic.fr>
|
||||
* Copyright (C) 2019-2020 Christophe Battarel <christophe@altairis.fr>
|
||||
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -675,7 +676,7 @@ if ($object->id > 0 || !empty($object->ref)) {
|
||||
print "</tr>\n";
|
||||
}
|
||||
|
||||
$nbfreeproduct = 0; // Nb of lins of free products/services
|
||||
$nbfreeproduct = 0; // Nb of lines of free products/services
|
||||
$nbproduct = 0; // Nb of predefined product lines to dispatch (already done or not) if SUPPLIER_ORDER_DISABLE_STOCK_DISPATCH_WHEN_TOTAL_REACHED is off (default)
|
||||
// or nb of line that remain to dispatch if SUPPLIER_ORDER_DISABLE_STOCK_DISPATCH_WHEN_TOTAL_REACHED is on.
|
||||
|
||||
|
||||
@@ -221,7 +221,7 @@ class modMyModule extends DolibarrModules
|
||||
/* Example:
|
||||
$this->dictionaries=array(
|
||||
'langs' => 'mymodule@mymodule',
|
||||
// List of tables we want to see into dictonnary editor
|
||||
// List of tables we want to see into dictionary editor
|
||||
'tabname' => array("table1", "table2", "table3"),
|
||||
// Label of tables
|
||||
'tablib' => array("Table1", "Table2", "Table3"),
|
||||
|
||||
@@ -586,7 +586,7 @@ if ($id > 0 || !empty($ref)) {
|
||||
print "</tr>\n";
|
||||
}
|
||||
|
||||
$nbfreeproduct = 0; // Nb of lins of free products/services
|
||||
$nbfreeproduct = 0; // Nb of lines of free products/services
|
||||
$nbproduct = 0; // Nb of predefined product lines to dispatch (already done or not) if SUPPLIER_ORDER_DISABLE_STOCK_DISPATCH_WHEN_TOTAL_REACHED is off (default)
|
||||
// or nb of line that remain to dispatch if SUPPLIER_ORDER_DISABLE_STOCK_DISPATCH_WHEN_TOTAL_REACHED is on.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user