|
| 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 | +"Text Metadata" => "Testo Metadata", |
| 23 | +"Simple metadata implementation stored in a hidden file." => "Semplice implementazione di metadata salvata in un file nascosto.", |
| 24 | +"Meta File" => "File Meta", // This is not used (code is commented out in manifest.xml) |
| 25 | +"Hidden file used inside folders to save meta data" => "File nascosto usato nella cartella per salvare dati meta", // This is not used (code is commented out in manifest.xml) |
| 26 | +"Field ID" => "Campo ID", |
| 27 | +"Id of fiels, use standard characters here." => "ID del campo. Utilizzare caratteri standard.", |
| 28 | +"Label" => "Etichetta", |
| 29 | +"Label of the field, human friendly" => "Etichetta del campo, human-friendly", |
| 30 | +"Field Type" => "Tipo Campo", |
| 31 | +"Type of field" => "Tipo del campo", |
| 32 | +"Short text" => "Testo Breve", |
| 33 | +"Long text" => "Testo Lungo", |
| 34 | +"Created by..." => "Creato da...", |
| 35 | +"Last updated by..." => "Ultima modifica di...", |
| 36 | +"Stars Rating" => "Votazione Stelle", |
| 37 | +"Color labels" => "Colore etichette", |
| 38 | +"Selection (set choices in Additional Info)" => "Selezione (imposta le voci in 'Info Addizionali')", |
| 39 | +"Column visibility" => "Visibilità Colonna", |
| 40 | +"Visible" => "Visibile", |
| 41 | +"Hidden" => "Nascosto", |
| 42 | +"Set default visibility." => "Imposta visibilità principale.", |
| 43 | +"Additional info" => "Info Addizionali", |
| 44 | +"Depending on the field type. Currently used for selection only" => "In base al tipo di campo. Attualmente utilizzato solo per la selezione.", |
| 45 | +); |
0 commit comments