diff options
Diffstat (limited to '')
-rw-r--r-- | language/it_IT/common.lang.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index 214887605..4de23c579 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -229,10 +229,8 @@ $lang['month'][8] = 'Agosto'; $lang['month'][9] = 'Settembre'; $lang['Most visited'] = 'Le più viste'; $lang['display most visited photos'] = 'Mostra le foto le più viste'; -$lang['The number of photos per row must be a not null scalar'] = 'Il numero di foto per riga deve essere un intero non nullo'; -$lang['Number of photos per row'] = 'Numero di miniature per riga'; -$lang['The number of rows per page must be a not null scalar'] = 'Il numero di righe per pagina deve essere un intero non nullo'; -$lang['Number of rows per page'] = 'Numero di righe per pagina'; +$lang['The number of photos per page must be a not null scalar'] = 'Il numero di foto per pagina deve essere un intero non nullo'; +$lang['Number of photos per page'] = 'Numero di miniature per pagina'; $lang['Unknown identifier'] = 'Identificante sconosciuto'; $lang['New password'] = 'Nuova password'; $lang['Rate this photo'] = 'Vota questa foto'; |