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 'gui.ajax'
Browse files Browse the repository at this point in the history
  • Loading branch information
DepaMarco committed Jan 23, 2015
1 parent bb13433 commit 444d7ca
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions core/src/plugins/gui.ajax/res/i18n/conf/it.php
@@ -0,0 +1,82 @@
<?php
/*
* Copyright 2007-2014 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(
"Client Plugin" => "Plugin Client",
"Browser-based rich interface. Contains configurations for theming, custom welcome message, etc." => "Ricca interfaccia Browser-based. Contiene le configurazioni dei temi, dei messaggi personalizzati ecc.",
"Main Options" => "Opzioni Principali",
"Theme" => "Tema",
"Theme used for display" => "Tema utilizzato",
"Start Up Screen" => "Schermata Avvio",
"Title Font Size" => "Dimensione Font Titolo",
"Font sized used for the title in the start up screen" => "Dimensione del font utilizzato per il titolo nella Schermata di Avvio",
"Custom Icon" => "Icona Personalizzata",
"URI to a custom image to be used as start up logo" => "URI dell'immagine da utilizzare come logo",
"Icon Width" => "Larghezza Icona",
"Width of the custom image (by default 35px)" => "Larghezza dell'immagine (Default 35px)",
"Welcome Message" => "Messaggio Benvenuto",
"An additionnal message displayed in the start up screen" => "Un messaggio addizionale da mostrare nella schermata di avvio",
"Client Session Config" => "Configurazione Sessione Client",
"Client Timeout" => "Timeout Client",
"The length of the client session in SECONDS. By default, it's copying the server session length. In most PHP installation, it will be 1440, ie 24minutes. You can set this value to 0, this will make the client session 'infinite' by pinging the server at regular occasions (thus keeping the PHP session alive). This is not a recommanded setting for evident security reasons." => "Lunghezza della sessione del client, in SECONDI. Di default è quella comunicata dal server. In molte installazioni PHP, la lunghezza della sessione è fissata a 1440 secondi (24 minuti). Si può settare a 0. Questo renderà la sessione del client 'infinita', pingando il server periodicamente, e conservando quindi la sessione PHP. Per evidenti ragioni di sicurezza, non è tuttavia raccomandabile.",
"Warning Before" => "Avviso prima della scadenza sessione",
"Number of MINUTES before the session expiration for issuing an alert to the user" => "Numero di MINUTI prima della scadenza della sessione trascorsi i quali verrà visualizzato l'avviso",
"Google Analytics" => "Google Analytics",
"Analytics ID" => "Analytics ID",
"Id of your GA account, something like UE-XXXX-YY" => "ID del tuo account GA. Una cosa tipo 'UE-XXXX-YY'",
"Analytics Domain" => "Dominio Analytics",
"Set the domain for yuor analytics reports (not mandatory!)" => "Imposta il dominio per i report di analytics (non obbligatorio!)",
"Analytics Events" => "Eventi Analytics",
"Use Events Logging, experimental only implemented on download action in Pydio" => "Utilizza il logging degli Eventi. Implementazione SOLO SPERIMENTALE per l'azione di download con Pydio",
"Icon Only" => "Solo Icona",
"Skip the title, only display an image" => "Ignora il titolo e visualizza solo l'immagine",
"Icon Path (Legacy)" => "Persorso Icona (obsoleto)",
"Icon Height" => "Altezza Icona",
"Height of the custom icon (with the px mention)" => "Altezza dell'icona (in px)",
"Top Toolbar" => "Top Toolbar",
"Title" => "Titolo",
"Append a title to the image logo" => "Accoda un titolo al logo",
"Logo" => "Logo",
"Replace the top left logo in the top toolbar" => "Sostituisce il logo in alto a sinistra nella toolbar",
"Logo Height" => "Altezza Logo",
"Manually set a logo height" => "Imposta manualmente l'altezza del logo",
"Logo Width" => "Larghezza Logo",
"Manually set a logo width" => "Imposta manualmente la larghezza del logo",
"Logo Top" => "Logo Alto",
"Manually set a top offset" => "Imposta manualmente il top offset",
"Logo Left" => "Logo Sinistra",
"Manually set a left offset" => "Imposta manualmente il left offset",
"Additional JS frameworks" => "Framework JS aggiuntivi",
"Additional JS frameworks description" => "Lista di percorsi a file JS, separati da virgola, che devono essere caricati PRIMA del framework principale di Pydio. Il modo ottimale sarebbe quello di usare una dichiarazione delle risorse dei plugin.",
"Login Screen" => "Pagina Login",
"Welcome Page" => "Pagina Benvenuto",
"Replace the logo displayed in the welcome page" => "Sostituisci il logo visualizzato nella pagina di benvenuto",
"Custom Background (4)" => "Sfondo personalizzato (4)",
"Background Attributes (4)" => "Attributi sfondo (4)",
"Custom Background (5)" => "Sfondo personalizzato (5)",
"Background Attributes (5)" => "Attributi sfondo (5)",
"Custom Background (6)" => "Sfondo personalizzato (6)",
"Background Attributes (6)" => "Attributi sfondo (6)",
"Attributes of the image used as a background" => "Attributi dell'immagine usata come sfondo",
"Center in Page (no-repeat)" => "Centra nella pagina (senza ripetizione)",
"Fetch Window (repeat vertically)" => "Adatta alla pagina (ripetizione verticale)",
"Fetch Window (no repeat)" => "Adatta alla pagina (senza ripetizione)",
"Tile (repeat both directions)" => "Estendi (ripetizione in ogni direzione)",
);

0 comments on commit 444d7ca

Please sign in to comment.