|
| 1 | +<?php |
| 2 | +/* |
| 3 | +* Copyright 2007-2014 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 | +$mess=array( |
| 22 | +"HTML Uploader" => "Standard", |
| 23 | +"Auto-switching HTML5 or IFrame uploader." => "Cambio automatico tra uploader HTML5 e IFrame.", |
| 24 | +"Default Behaviour" => "Comportamento", |
| 25 | +"Existing Files" => "File Esistenti", |
| 26 | +"Inform the user or not if the file already exists (default behaviour, the user will be able to change this preference)" => "Informa o meno l'utente se il file esiste già (comportamento di default. L'utente ha la facoltà di cambiare questa preferenza)", |
| 27 | +"Auto Start" => "Auto-Avvia", |
| 28 | +"Default value for automatically starting upload or not" => "Valore di default per l'avvio automatico o meno del caricamento", |
| 29 | +"Auto Close" => "Auto-Chiudi", |
| 30 | +"Default value for automatically closing the dialog after upload or not" => "Valore di default per la chiusura automatica o meno della finestra di dialogo al termine del caricamento", |
| 31 | +"Always Override" => "Sovrascrivi Sempre", |
| 32 | +"Auto Rename File" => "Auto Rinomina File", |
| 33 | +"Prompt user" => "Chiedi all'Utente", |
| 34 | +); |
0 commit comments