41 lines
1.6 KiB
PHP
41 lines
1.6 KiB
PHP
<?php
|
|
/**
|
|
* Roundcube Plus Framework plugin.
|
|
*
|
|
* Copyright 2016, Tecorama LLC.
|
|
*
|
|
* @license Commercial. See the LICENSE file for details.
|
|
*/
|
|
|
|
$labels = [];
|
|
$labels['plugin_xbackground'] = 'Sfondo';
|
|
$labels['plugin_xcalendar'] = 'Calendario';
|
|
$labels['plugin_xdropbox'] = 'DropBox';
|
|
$labels['plugin_xgoogle_drive'] = 'Google Drive';
|
|
$labels['plugin_xlast_login'] = 'Ultimo accesso';
|
|
$labels['plugin_xquote'] = 'Citazione giornaliera';
|
|
$labels['plugin_xnews_feed'] = 'Notizie';
|
|
$labels['plugin_xsignature'] = 'Firma';
|
|
$labels['plugin_xskin'] = 'Temi';
|
|
$labels['plugin_xweather'] = 'Meteo';
|
|
$labels['plugin_xtag'] = 'Gestione Tag';
|
|
$labels['plugin_xemail_schedule'] = 'Programmazione email';
|
|
$labels['plugin_x2fa'] = 'Autenticazione a due fattori';
|
|
$labels['plugin_xai'] = 'Assistente AI';
|
|
$labels['plugin_xwebdav'] = 'WebDAV';
|
|
$labels['xdropbox_name'] = 'Dropbox';
|
|
$labels['xgoogle_drive_name'] = 'Google Drive';
|
|
$labels['xwebdav_name'] = 'WebDAV';
|
|
$labels['insert_link'] = 'Inserisci collegamento al messaggio';
|
|
$labels['download_and_attach'] = 'Scarica e allega';
|
|
$labels['sidebar'] = 'Barra laterale';
|
|
$labels['sidebar_items'] = 'Elementi della barra laterale';
|
|
$labels['sidebar_change_order'] = 'Trascina gli elementi della barra laterale per cambiarne l\'ordine.';
|
|
$labels['buy_now'] = 'Acquista ora';
|
|
$labels['preview'] = 'Anteprima';
|
|
$labels['apps'] = 'Applicazioni';
|
|
$labels['sidebar'] = 'Barra laterale';
|
|
$labels['hide'] = 'Nascondi';
|
|
$labels['invalid_image_extension'] = 'Estensione file immagine non valida. Le estensioni consentite sono: $ext.';
|
|
$labels['invalid_image_format'] = 'Questo file non è un\'immagine valida.';
|