Passed
Pull Request — master (#294)
by
unknown
14:52
created
core/language/it/gallery_acp.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -28,11 +28,11 @@  discard block
 block discarded – undo
28 28
 	'ACP_GALLERY_OVERVIEW_EXPLAIN'	=> 'Qui trovi alcune statistiche sulla tua galleria.',
29 29
  
30 30
    // File dirs states
31
-    'ACP_FILES_DIR_STATE'           => '<strong>./files/</strong> state',
32
-    'ACP_CORE_DIR_STATE'    => '<strong>./files/phpbbgallery/core/</strong> state',
33
-    'ACP_SOURCE_DIR_STATE'    => '<strong>./files/phpbbgallery/core/source/</strong> state',
34
-    'ACP_MEDIUM_DIR_STATE'    => '<strong>./files/phpbbgallery/core/meduim/</strong> state',
35
-    'ACP_MINI_DIR_STATE'    => '<strong>./files/phpbbgallery/core/mini/</strong> state',
31
+	'ACP_FILES_DIR_STATE'           => '<strong>./files/</strong> state',
32
+	'ACP_CORE_DIR_STATE'    => '<strong>./files/phpbbgallery/core/</strong> state',
33
+	'ACP_SOURCE_DIR_STATE'    => '<strong>./files/phpbbgallery/core/source/</strong> state',
34
+	'ACP_MEDIUM_DIR_STATE'    => '<strong>./files/phpbbgallery/core/meduim/</strong> state',
35
+	'ACP_MINI_DIR_STATE'    => '<strong>./files/phpbbgallery/core/mini/</strong> state',
36 36
 
37 37
 	'ADD_ALBUM_ON_TOP'				=> 'Aggiungi album in cima',
38 38
 	'ADD_PERMISSIONS'				=> 'Aggiungi Permessi',
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
 	'PERMISSION_I_EDIT'				=> 'Può modificare le sue immagini',
246 246
 	'PERMISSION_I_LOCK'				=> 'Può bloccare immagini',
247 247
 	'PERMISSION_I_RATE'				=> 'Può votare immagini',
248
-    'PERMISSION_I_RATE_EXPLAIN'		=> 'Gli ospiti e le immagini caricate non possono <strong>mai</strong> votare le immagini.',	
248
+	'PERMISSION_I_RATE_EXPLAIN'		=> 'Gli ospiti e le immagini caricate non possono <strong>mai</strong> votare le immagini.',	
249 249
 	'PERMISSION_I_REPORT'			=> 'Può segnalare immagini',
250 250
 	'PERMISSION_I_UNLIMITED'		=> 'Può caricare immagini illimitate',
251 251
 	'PERMISSION_I_UPLOAD'			=> 'Può caricare immagini',
@@ -372,7 +372,7 @@  discard block
 block discarded – undo
372 372
 	'UC_LINK_NEXT'					=> 'Prossima Immagine',
373 373
 	'UC_LINK_NEWTAB'				=> 'Aperto in una nuova scheda',
374 374
 	'UC_LINK_NONE'					=> 'Nessun Link',
375
-    'UC_LINK_SHADOWBOX'             => 'Apri Shadowbox-Plugin',
375
+	'UC_LINK_SHADOWBOX'             => 'Apri Shadowbox-Plugin',
376 376
 	'UC_THUMBNAIL'					=> 'Anteprima',
377 377
 	'UC_THUMBNAIL_EXP'				=> 'Usato anche per il BBCode.',
378 378
 	'UNLOCKED'						=> 'Sbloccato',
Please login to merge, or discard this patch.
core/language/it/gallery.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -364,8 +364,8 @@
 block discarded – undo
364 364
 
365 365
 	'QUICK_MOD'	=> 'Seleziona azione di moderazione',
366 366
 	'WRONG_FILESIZE'	=> 'L’immagine è più grande del limite!',
367
-    'UNREAD_IMAGES'		=> 'Immagini non viste',
368
-    'NO_UNREAD_IMAGES'	=> 'Nessuna immagine non vista',
367
+	'UNREAD_IMAGES'		=> 'Immagini non viste',
368
+	'NO_UNREAD_IMAGES'	=> 'Nessuna immagine non vista',
369 369
 
370 370
 	// Versions 1.2.1 addiotions
371 371
 	'GALLERY_DROP'		=> 'Lascia qui le tue immagini',
Please login to merge, or discard this patch.