|
| 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 | +"Files MetaStore" => "File MetaStore", |
| 23 | +"Stores metadata inside local hidden files." => "Salva i metadata in file locali nascosti.", |
| 24 | +"File location" => "Percorso file", |
| 25 | +"Where to store the metadata file : LOCAL means a hidden file will be created in each folder, GLOBAL means that one file will be created in AJXP_DATA_PATH/plugins/action.share folder." => "Dove salvare il file metadati: con 'LOCAL' viene creato un file nascosto in ciascuna cartella; con 'GLOBAL' il file viene in creato in 'AJXP_DATA_PATH/plugins/action.share'.", |
| 26 | +"Application Data Folder" => "Cartella Dati Applicazioni", |
| 27 | +"In Local Folders" => "In Cartella Locale", |
| 28 | +"Meta File" => "File Meta", |
| 29 | +"Hidden file used inside folders to save meta data" => "File nascosto usato nelle cartelle per salvare metadati.", |
| 30 | +); |
0 commit comments