Skip to content

Commit

Permalink
comment translation
Browse files Browse the repository at this point in the history
  • Loading branch information
grandoc committed Aug 4, 2018
1 parent e8f8508 commit 948647f
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion htdocs/adherents/document.php
Expand Up @@ -91,7 +91,7 @@
if ($result > 0)
{

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/asset/document.php
Expand Up @@ -100,7 +100,7 @@
dol_fiche_head($head, 'document', $langs->trans("Asset"), -1, 'generic');


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/comm/action/document.php
Expand Up @@ -239,7 +239,7 @@

print '<table class="border" width="100%">';

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/comm/propal/document.php
Expand Up @@ -94,7 +94,7 @@
$head = propal_prepare_head($object);
dol_fiche_head($head, 'document', $langs->trans('Proposal'), -1, 'propal');

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/commande/document.php
Expand Up @@ -97,7 +97,7 @@
$head = commande_prepare_head($object);
dol_fiche_head($head, 'documents', $langs->trans('CustomerOrder'), -1, 'order');

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/compta/bank/document.php
Expand Up @@ -105,7 +105,7 @@
dol_fiche_head($head, 'document', $langs->trans("FinancialAccount"), -1, 'account');


// Construit liste des fichiers
// Build file list
$filearray = dol_dir_list($upload_dir, "files", 0, '', '\.meta$',
$sortfield,
(strtolower($sortorder) == 'desc' ? SORT_DESC : SORT_ASC), 1);
Expand Down
2 changes: 1 addition & 1 deletion htdocs/compta/bank/various_payment/document.php
Expand Up @@ -124,7 +124,7 @@
print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>';

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/compta/deplacement/document.php
Expand Up @@ -91,7 +91,7 @@
dol_fiche_head($head, 'documents', $langs->trans("TripCard"), 0, 'trip');


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/compta/facture/document.php
Expand Up @@ -104,7 +104,7 @@

$totalpaye = $object->getSommePaiement();

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/compta/salaries/document.php
Expand Up @@ -90,7 +90,7 @@

dol_fiche_head($head, 'documents', $langs->trans("SalaryPayment"), -1, 'payment');

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/compta/sociales/document.php
Expand Up @@ -136,7 +136,7 @@
print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>';

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/compta/tva/document.php
Expand Up @@ -122,7 +122,7 @@
print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>';

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/contact/document.php
Expand Up @@ -97,7 +97,7 @@
dol_fiche_head($head, 'documents', $title, -1, 'contact');


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/contrat/document.php
Expand Up @@ -103,7 +103,7 @@
dol_fiche_head($head, 'documents', $langs->trans("Contract"), -1, 'contract');


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/don/document.php
Expand Up @@ -107,7 +107,7 @@
dol_fiche_head($head, 'documents', $langs->trans("Donation"), -1, 'generic');


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/expedition/document.php
Expand Up @@ -96,7 +96,7 @@
dol_fiche_head($head, 'documents', $langs->trans("Shipment"), -1, 'sending');


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file){
Expand Down
2 changes: 1 addition & 1 deletion htdocs/expensereport/document.php
Expand Up @@ -103,7 +103,7 @@
dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/fichinter/document.php
Expand Up @@ -94,7 +94,7 @@
dol_fiche_head($head, 'documents', $langs->trans("InterventionCard"), -1, 'intervention');


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/fourn/commande/document.php
Expand Up @@ -107,7 +107,7 @@
dol_fiche_head($head, 'documents', $langs->trans('SupplierOrder'), -1, 'order');


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/fourn/facture/document.php
Expand Up @@ -145,7 +145,7 @@
print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>';

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/holiday/document.php
Expand Up @@ -99,7 +99,7 @@
dol_fiche_head($head, 'documents', $langs->trans("CPTitreMenu"), -1,'holiday');


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/loan/document.php
Expand Up @@ -134,7 +134,7 @@
print '<div class="underbanner clearboth"></div>';


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/modulebuilder/template/myobject_document.php
Expand Up @@ -113,7 +113,7 @@
dol_fiche_head($head, 'document', $langs->trans("MyObject"), -1, 'myobject@mymodule');


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/product/document.php
Expand Up @@ -197,7 +197,7 @@
print $hookmanager->resPrint;
if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);

if (! empty($conf->global->PRODUCT_USE_OLD_PATH_FOR_PHOTO)) // For backward compatiblity, we scan also old dirs
Expand Down
2 changes: 1 addition & 1 deletion htdocs/product/stock/productlot_document.php
Expand Up @@ -122,7 +122,7 @@
print $hookmanager->resPrint;
if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);

$totalsize=0;
Expand Down
2 changes: 1 addition & 1 deletion htdocs/resource/document.php
Expand Up @@ -91,7 +91,7 @@
dol_fiche_head($head, 'documents', $langs->trans("ResourceSingular"), -1, 'resource');


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/societe/document.php
Expand Up @@ -105,7 +105,7 @@
dol_fiche_head($head, 'document', $langs->trans("ThirdParty"), -1, 'company');


// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/supplier_proposal/document.php
Expand Up @@ -87,7 +87,7 @@
$head = supplier_proposal_prepare_head($object);
dol_fiche_head($head, 'document', $langs->trans('CommRequest'), -1, 'supplier_proposal');

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/ticket/document.php
Expand Up @@ -138,7 +138,7 @@

dol_fiche_end();

// Construit liste des fichiers
// Build file list
$filearray = dol_dir_list($upload_dir, "files", 0, '', '\.meta$', $sortfield, (strtolower($sortorder) == 'desc' ? SORT_DESC : SORT_ASC), 1);
$totalsize = 0;
foreach ($filearray as $key => $file) {
Expand Down
2 changes: 1 addition & 1 deletion htdocs/user/document.php
Expand Up @@ -141,7 +141,7 @@
print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>';

// Construit liste des fichiers
// Build file list
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview.*\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);
$totalsize=0;
foreach($filearray as $key => $file)
Expand Down

0 comments on commit 948647f

Please sign in to comment.