Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Italian translation for plugin 'editor.imagick'
Browse files Browse the repository at this point in the history
  • Loading branch information
DepaMarco committed Dec 22, 2014
1 parent 5bb026b commit 2f829aa
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions core/src/plugins/editor.imagick/i18n/conf/it.php
@@ -0,0 +1,42 @@
<?php
/*
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* This file is part of Pydio.
*
* Pydio is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Pydio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Pydio. If not, see <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <http://pyd.io/>.
*/
$mess=array(
"Image Magick" => "Image Magick",
"Image Magick viewer supports PDF and various images formats preview. Requires external library to be installed on the server." => "Il visualizzatore Image Magick supporta l'anteprima di PDF e diversi formati di immagini. Richiede delle librerie esterne, da installare sul server.",
"Convert Path" => "Path Conversione",
"Full path on the server to the 'convert' binary" => "Percorso completo (del server) dell'eseguibile 'convert'",
"Thumbs Quality" => "Qualità Thumbs",
"Quality used for generating the thumbnails" => "Livello di qualità da applicare alla generazione delle thumbnails",
"Viewer Quality" => "Qualità Visualizzatore",
"Quality used for generation the high scale images" => "Livello di qualità usata per la generazione di immagini in grande scala",
"Thumbs Options" => "Opzioni Thumbs",
"Imagick Options used for generating the thumbnails" => "Opzioni Imagick usate per la generazione delle thumbnails",
"Images Options" => "Opzioni Immagini",
"Imagick Options used for generation the high scale images" => "Opzioni Imagick usate per la generazione delle immagini in grande scala",
"Shared Options" => "Opzioni Condivise",
"You can add any Image Magick options you want here, applied to both thumbs and big images" => "Puoi aggiungere qualunque opzione Image Magick. Sarà applicata sia alle thumbs che alle immagini grandi.",
"Environment Path" => "Path Ambiente",
"Additional path to put in the environment PATH variable before calling the command. Can be necessary for Ghostscript on Mac for example." => "Path addizionale da mettere nella variabile d'ambiente PATH prima di richiamare il comando. Può essere necessario per Ghostscript su Mac, per esempio.",
"Pregeneration Threshold" => "Soglia Pregenerazione",
"Threshold (in MegaByte) under which the pages are all generated when opening the document, and over which pages are generated on-demand only" => "Soglia (in MegaByte) sotto la quale le pagine sono generate durante l'apertura del documento e sopra la quale esse sono invece generate solo all'occorrenza.",
"Unoconv Path" => "Path Unoconv",
"Full path on the server to the 'unoconv' binary (see docs)" => "Percorso completo (sul server) dell'eseguibile 'unoconv' (vedi doc.)",
);

0 comments on commit 2f829aa

Please sign in to comment.