Browse Source

Uniformize translation

Alexandre SPANGARO 4 years ago
parent
commit
6960f0dc25

+ 1 - 2
htdocs/adherents/subscription/card.php

@@ -349,8 +349,7 @@ if ($rowid && $action != 'edit') {
 	print dol_get_fiche_end();
 
 	/*
-	 * Barre d'actions
-	 *
+	 * Action bar
 	 */
 	print '<div class="tabsAction">';
 

+ 3 - 6
htdocs/categories/traduction.php

@@ -224,12 +224,9 @@ print dol_get_fiche_end();
 
 
 
-/* ************************************************************************** */
-/*                                                                            */
-/* Barre d'action                                                             */
-/*                                                                            */
-/* ************************************************************************** */
-
+/*
+ * Action bar
+ */
 print "\n<div class=\"tabsAction\">\n";
 
 if ($action == '') {

+ 1 - 2
htdocs/comm/action/card.php

@@ -2121,9 +2121,8 @@ if ($id > 0) {
 
 
 	/*
-	 * Barre d'actions
+	 * Action bar
 	 */
-
 	print '<div class="tabsAction">';
 
 	$parameters = array();

+ 1 - 2
htdocs/comm/card.php

@@ -1334,9 +1334,8 @@ if ($object->id > 0) {
 
 
 	/*
-	 * Barre d'actions
+	 * Action bar
 	 */
-
 	print '<div class="tabsAction">';
 
 	$parameters = array();

+ 1 - 1
htdocs/compta/bank/card.php

@@ -777,7 +777,7 @@ if ($action == 'create') {
 		print dol_get_fiche_end();
 
 		/*
-		 * Barre d'actions
+		 * Action bar
 		 */
 		print '<div class="tabsAction">';
 

+ 1 - 1
htdocs/compta/localtax/card.php

@@ -266,7 +266,7 @@ if ($id) {
 
 
 	/*
-	 * Action buttons
+	 * Action bar
 	 */
 	print "<div class=\"tabsAction\">\n";
 	if ($object->rappro == 0) {

+ 3 - 6
htdocs/compta/prelevement/line.php

@@ -225,12 +225,9 @@ if ($id) {
 		print '</form>';
 	}
 
-	/* ************************************************************************** */
-	/*                                                                            */
-	/* Barre d'action                                                             */
-	/*                                                                            */
-	/* ************************************************************************** */
-
+	/*
+	 * Action bar
+	 */
 	print "<div class=\"tabsAction\">";
 
 	if ($action == '') {

+ 3 - 1
htdocs/contact/card.php

@@ -1441,7 +1441,9 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
 
 		print dol_get_fiche_end();
 
-		// Barre d'actions
+		/*
+		 * Action bar
+		 */
 		print '<div class="tabsAction">';
 
 		$parameters = array();

+ 1 - 2
htdocs/contact/ldap.php

@@ -132,9 +132,8 @@ print dol_get_fiche_end();
 
 
 /*
- * Barre d'actions
+ * Action bar
  */
-
 print '<div class="tabsAction">';
 
 if (!empty($conf->global->LDAP_CONTACT_ACTIVE) && $conf->global->LDAP_CONTACT_ACTIVE != 'ldap2dolibarr') {

+ 3 - 1
htdocs/contact/perso.php

@@ -308,7 +308,9 @@ if ($action == 'edit') {
 
 
 if ($action != 'edit') {
-	// Barre d'actions
+	/*
+	 * Action bar
+	 */
 	if ($user->socid == 0) {
 		print '<div class="tabsAction">';
 

+ 3 - 4
htdocs/exports/export.php

@@ -619,7 +619,7 @@ if ($step == 2 && $datatoexport) {
 	print '</div>';
 
 	/*
-	 * Barre d'action
+	 * Action bar
 	 */
 	print '<div class="tabsAction tabsActionNoBottom">';
 
@@ -793,7 +793,7 @@ if ($step == 3 && $datatoexport) {
 	print '</div>';
 
 	/*
-	 * Barre d'action
+	 * Action bar
 	 */
 	print '<div class="tabsAction tabsActionNoBottom">';
 	// il n'est pas obligatoire de filtrer les champs
@@ -974,8 +974,7 @@ if ($step == 4 && $datatoexport) {
 	print '</div>';
 
 	/*
-	 * Barre d'action
-	 *
+	 * Action bar
 	 */
 	print '<div class="tabsAction">';
 

+ 2 - 2
htdocs/fichinter/card-rec.php

@@ -736,8 +736,8 @@ if ($action == 'create') {
 			}
 			print '</table>';
 
-			/**
-			 * Barre d'actions
+			/*
+			 * Action bar
 			 */
 			print '<div class="tabsAction">';
 

+ 1 - 1
htdocs/imports/import.php

@@ -1203,7 +1203,7 @@ if ($step == 4 && $datatoimport) {
 	}
 
 	/*
-	 * Barre d'action
+	 * Action bar
 	 */
 	print '<div class="tabsAction">';
 

+ 3 - 6
htdocs/product/stock/movement_list.php

@@ -731,12 +731,9 @@ if ($resql) {
 	}
 
 
-	/* ************************************************************************** */
-	/*                                                                            */
-	/* Barre d'action                                                             */
-	/*                                                                            */
-	/* ************************************************************************** */
-
+	/*
+	 * Action bar
+	 */
 	if ((empty($action) || $action == 'list') && $id > 0) {
 		print "<div class=\"tabsAction\">\n";
 

+ 3 - 6
htdocs/product/traduction.php

@@ -196,12 +196,9 @@ print dol_get_fiche_end();
 
 
 
-/* ************************************************************************** */
-/*                                                                            */
-/* Barre d'action                                                             */
-/*                                                                            */
-/* ************************************************************************** */
-
+/*
+ * Action bar
+ */
 print "\n".'<div class="tabsAction">'."\n";
 
 if ($action == '') {

+ 3 - 2
htdocs/salaries/card.php

@@ -882,8 +882,9 @@ if ($id) {
 	print dol_get_fiche_end();
 
 
-	// Action buttons
-
+	/*
+	 * Action bar
+	 */
 	print '<div class="tabsAction">'."\n";
 	if ($action != 'edit') {
 		// Reopen

+ 1 - 1
htdocs/user/clicktodial.php

@@ -193,7 +193,7 @@ if ($id > 0) {
 	print '</form>';
 
 	/*
-	 * Barre d'actions
+	 * Action bar
 	 */
 	print '<div class="tabsAction">';
 

+ 1 - 2
htdocs/user/ldap.php

@@ -148,9 +148,8 @@ print '</div>';
 print dol_get_fiche_end();
 
 /*
- * Barre d'actions
+ * Action bar
  */
-
 print '<div class="tabsAction">';
 
 if ($conf->global->LDAP_SYNCHRO_ACTIVE == 'dolibarr2ldap') {