diff options
author | ddtddt <ddtddt@piwigo.org> | 2013-06-23 07:15:57 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2013-06-23 07:15:57 +0000 |
commit | 519d6adb9e216d28e8e4701d4281814220990842 (patch) | |
tree | 7380359bc150bca43156fa6c83620541492fa5a1 /language/it_IT/admin.lang.php | |
parent | 2112fcf0246f2355e9694878d8a55bd6432edce4 (diff) |
[2.5] - language - check 2.5.2
git-svn-id: http://piwigo.org/svn/branches/2.5@23453 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/it_IT/admin.lang.php')
-rw-r--r-- | language/it_IT/admin.lang.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index 0d998dfd1..00abc9293 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -422,8 +422,8 @@ $lang['guest'] = 'ospite'; $lang['default values'] = 'valori predefiniti'; $lang['Guest cannot be deleted'] = 'L\'utente ospite non può essere cancellato'; $lang['Default user cannot be deleted'] = 'L\'utente predefinito non può essere cancellato'; -$lang['Purge history detail'] = 'Ripulire i dettagli dalla cronoligia'; -$lang['Purge history summary'] = 'Ripulire il sommario dalla cronoligia'; +$lang['Purge history detail'] = 'Ripulire i dettagli dalla cronologia'; +$lang['Purge history summary'] = 'Ripulire il sommario dalla cronologia'; $lang['Check integrity'] = 'Controllo d\'integrità '; $lang['Anomaly'] = 'Anomalia'; $lang['Correction'] = 'Correzione'; @@ -771,7 +771,7 @@ $lang['... or '] = '... oppure '; $lang['Create'] = 'Creare'; $lang['Start Upload'] = 'Avviare il caricamento'; $lang['You are using the Flash uploader. Problems? Try the <a href="%s">Browser uploader</a> instead.'] = 'Si sta utilizzando il Flash uploader. Problemi? Provare il <a href="%s">Browser uploader</a> invece.'; -$lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</a> instead.'] = 'Atate utilizzando il Browser uploader. Provate con il <a href="%s">Flash uploader</a> invece.'; +$lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</a> instead.'] = 'State utilizzando il Browser uploader. Provate con il <a href="%s">Flash uploader</a> invece.'; $lang['Maximum file size: %sB.'] = 'Grandezza massima dei file: %sB.'; $lang['Allowed file types: %s.'] = 'Tipi di file autorizzati: %s.'; $lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = 'Risoluzione massima approssimativa: %dM pixels (sia %dx%d pixels)'; @@ -950,4 +950,5 @@ $lang['This group will be set to default'] = 'Questo gruppo sarà impostato sul $lang['No members to manage'] = 'Nessun membro da gestire'; $lang['Rename'] = 'Rinomina'; $lang['Purge user cache'] = 'Svuotare la cache utente'; +$lang['The picture dimensions will be reduced to %dx%d pixels.'] = 'Le dimensioni dell\'immagine saranno ridotte a %dx%d pixel.'; ?>
\ No newline at end of file |