diff options
author | plegall <plg@piwigo.org> | 2011-09-01 14:01:52 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-01 14:01:52 +0000 |
commit | 0aed5501195b6969bc8b7d18ed4fbe2f3a8bc5db (patch) | |
tree | 50b91670b477b4a7611f13aed98b408f3347aaf8 /language/it_IT | |
parent | ee7768f536c5802dd5d3874f808b3c2c45b4e08e (diff) |
plugin manager: replace the top left "Display Compact/Complete" select box by a
simpler link "show details" or "hide details" on top right.
git-svn-id: http://piwigo.org/svn/trunk@12029 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/it_IT/admin.lang.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index b764e1363..d237c1189 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -790,8 +790,6 @@ $lang['Do you want to activate anyway?'] = 'Volete attivarlo comunque?'; $lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'QUESTO PLUGIN FA ORMAI PARTIE DEL CORE DI PIWIGO! CANCELLATELO.'; $lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERRORE: QUESTO PLUGIN È MANCANTE MA TUTTORA INSTALLATO! CANCELLATELO.'; $lang['display'] = 'Visualizzare'; -$lang['Compact'] = 'Compatto'; -$lang['Complete'] = 'Completo'; $lang['Restore'] = 'Restaurare'; $lang['Restore default configuration. You will lose your plugin settings!'] = 'Reimpostare la configurazione di defaut? Perderete tutte le vostre impostazioni!'; $lang['Regenerate Thumbnails'] = 'Rigenerare le miniature'; |