|
| 1 | +<?php |
| 2 | +/* |
| 3 | + * Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io> |
| 4 | + * This file is part of Pydio. |
| 5 | + * |
| 6 | + * Pydio is free software: you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU Affero General Public License as published by |
| 8 | + * the Free Software Foundation, either version 3 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * Pydio is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU Affero General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU Affero General Public License |
| 17 | + * along with Pydio. If not, see <http://www.gnu.org/licenses/>. |
| 18 | + * |
| 19 | + * The latest code can be found at <http://pyd.io/>. |
| 20 | + */ |
| 21 | + |
| 22 | +defined('AJXP_EXEC') or die('Accesso non consentito'); |
| 23 | + |
| 24 | +$mess = array( |
| 25 | + "1" => "Versioni", |
| 26 | + "2" => "Documento versioni precedenti", |
| 27 | + "3" => "Download", |
| 28 | + "4" => "Download delle versioni selezionate", |
| 29 | + "5" => "Anteprima (browser)", |
| 30 | + "6" => "Apre le versioni selezionate in una finestra del browser", |
| 31 | + "7" => "Riporta a...", |
| 32 | + "8" => "Riporta il file alla revisione selezionata sul server", |
| 33 | + "9" => "#", |
| 34 | + "10" => "Data", |
| 35 | + "11" => "Autore", |
| 36 | + "12" => "Modifica", |
| 37 | + "13" => "Sicuro di voler procedere? Ripristinare ad una vecchia versione creerà una nuova versione di questo documento con la revisione selezionata.", |
| 38 | + "RENAME" => "File rinominato", |
| 39 | + "MOVE" => "File spostato", |
| 40 | + "MODIFICATION" => "Contenuto modificato", |
| 41 | + "DELETION" => "File cancellato", |
| 42 | + "CREATION" => "File creato", |
| 43 | +); |
0 commit comments