Passed
Branch master (4e42f9)
by Jonathan
10:22
created
resources/lang/fr/messages.php 2 patches
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -12,18 +12,18 @@
 block discarded – undo
12 12
 
13 13
 return array (
14 14
 
15
-    'Translation Tool'              =>  'Outil de traduction',
16
-    'Manage webtrees translation.'  =>  'Gère les traductions de webtrees',
17
-    'Translations status'           =>  'Statut des traductions',
18
-    'Missing translations (%s)'     =>  'Traductions manquantes (%s)',
19
-    'Non used MyArtJaub translations (%s)'
20
-                                    =>  'Traductions MyArtJaub non utilisés (%s)',
21
-    'Number of translations'        =>  'Nombre de traductions',
22
-    'Number of translations found in code'
23
-                                    =>  'Nombre de traductions trouvées dans le code',
24
-    'Number of translations in MyArtJaub modules'
25
-                                    =>  'Nombre de traductions dans les modules MyArtJaub',
26
-    'Paths for source code'         =>  'Chemins du code source',
27
-    'References'                    =>  'Références',
15
+                                'Translation Tool'              =>  'Outil de traduction',
16
+                                'Manage webtrees translation.'  =>  'Gère les traductions de webtrees',
17
+                                'Translations status'           =>  'Statut des traductions',
18
+                                'Missing translations (%s)'     =>  'Traductions manquantes (%s)',
19
+                                'Non used MyArtJaub translations (%s)'
20
+                                                                =>  'Traductions MyArtJaub non utilisés (%s)',
21
+                                'Number of translations'        =>  'Nombre de traductions',
22
+                                'Number of translations found in code'
23
+                                                                =>  'Nombre de traductions trouvées dans le code',
24
+                                'Number of translations in MyArtJaub modules'
25
+                                                                =>  'Nombre de traductions dans les modules MyArtJaub',
26
+                                'Paths for source code'         =>  'Chemins du code source',
27
+                                'References'                    =>  'Références',
28 28
     
29 29
 );
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3
11 11
  */
12 12
 
13
-return array (
13
+return array(
14 14
 
15 15
     'Translation Tool'              =>  'Outil de traduction',
16 16
     'Manage webtrees translation.'  =>  'Gère les traductions de webtrees',
Please login to merge, or discard this patch.