Unverified Commit 826770f7 authored by Viral Solani's avatar Viral Solani Committed by GitHub

Merge pull request #318 from viralsolani/analysis-q5RRxY

Apply fixes from StyleCI
parents 05257f6e 337e22ef
...@@ -23,5 +23,5 @@ return [ ...@@ -23,5 +23,5 @@ return [
"oAria": { "oAria": {
"sSortAscending": ": activate to sort column ascending", "sSortAscending": ": activate to sort column ascending",
"sSortDescending": ": activate to sort column descending" "sSortDescending": ": activate to sort column descending"
}' }',
]; ];
...@@ -29,5 +29,5 @@ return [ ...@@ -29,5 +29,5 @@ return [
"0": "Aucune ligne séléctionnée", "0": "Aucune ligne séléctionnée",
"1": "1 ligne séléctionnée" "1": "1 ligne séléctionnée"
} }
}' }',
]; ];
...@@ -16,7 +16,7 @@ return [ ...@@ -16,7 +16,7 @@ return [
'none' => "Il n'y a pas d'historique récent.", 'none' => "Il n'y a pas d'historique récent.",
'none_for_type' => "Il n'y a pas d'historique pour ce type.", 'none_for_type' => "Il n'y a pas d'historique pour ce type.",
'none_for_entity' => "Il n'y a pas d'historique pour :entity.", 'none_for_entity' => "Il n'y a pas d'historique pour :entity.",
'recent_history' => "Historique récent", 'recent_history' => 'Historique récent',
'roles' => [ 'roles' => [
'created' => 'rôle créé', 'created' => 'rôle créé',
......
...@@ -22,7 +22,7 @@ return [ ...@@ -22,7 +22,7 @@ return [
'dashboard' => 'Tableau de bord', 'dashboard' => 'Tableau de bord',
'login' => 'Connexion', 'login' => 'Connexion',
'macros' => 'Macros', 'macros' => 'Macros',
'register' => "Enregistrement", 'register' => 'Enregistrement',
'user' => [ 'user' => [
'account' => 'Mon compte', 'account' => 'Mon compte',
...@@ -35,4 +35,4 @@ return [ ...@@ -35,4 +35,4 @@ return [
'backend' => [ 'backend' => [
'dashboard' => 'Tableau de bord', 'dashboard' => 'Tableau de bord',
],]; ], ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment