diff options
Diffstat (limited to 'language/it_IT')
-rw-r--r-- | language/it_IT/admin.lang.php | 2 | ||||
-rw-r--r-- | language/it_IT/install.lang.php | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index f9d8c95b6..397277672 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -240,6 +240,7 @@ $lang['group'] = 'gruppo'; $lang['The name of a group must not contain " or \' or be empty.'] = 'Il nome del gruppo non deve contenere " o \' e non deve essere vuoto.'; $lang['This name is already used by another group.'] = 'Questo nome è già usato per un altro gruppo.'; $lang['Groups'] = 'Gruppi'; +$lang[''] = ""; $lang['High definition'] = 'Alta definizione'; $lang['jump to category'] = 'Andare alla categoria'; $lang['jump to image'] = 'Andare al\'immagine'; @@ -670,6 +671,7 @@ $lang['Select files'] = 'Scegliere i file'; $lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'File JPEG o archivi ZIP con dentro dei file JPEG per cortesia.'; $lang['Everybody'] = 'Tutti'; $lang['Who can see these photos?'] = 'Chi può vedere queste foto?'; +$lang['Who can see this photo?'] = 'Chi può vedere questa foto?'; $lang['... or switch to the old style form'] = '... o passare sul modulo "vecchia maniera"'; $lang['... or switch to the multiple files form'] = '... o passare sul modulo multi-file'; diff --git a/language/it_IT/install.lang.php b/language/it_IT/install.lang.php index ab448b387..902bcf339 100644 --- a/language/it_IT/install.lang.php +++ b/language/it_IT/install.lang.php @@ -71,4 +71,6 @@ $lang['An alternate solution is to copy the text in the box above and paste it i $lang['Creation of config file local/config/database.inc.php failed.'] = 'La creazione del file di configurazione local/config/database.inc.php è fallita.'; $lang['Download the config file'] = 'Scaricare il file di configurazione'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Potete scaricare il file di configurazionee trasferirlo nella directory local/config della vostra installazione di Piwigo.'; +$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'I tipi SQLite e PostgreSQL sono attualmente in fase sperimentale.'; +$lang['Learn more'] = 'Per saperne di più'; ?>
\ No newline at end of file |