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'] = 'Antecedentes';
|
|
$labels['plugin_xcalendar'] = 'Calendário';
|
|
$labels['plugin_xdropbox'] = 'DropBox';
|
|
$labels['plugin_xgoogle_drive'] = 'Google Drive';
|
|
$labels['plugin_xlast_login'] = 'Último Login';
|
|
$labels['plugin_xquote'] = 'Cotação diária';
|
|
$labels['plugin_xnews_feed'] = 'Feed de notícias';
|
|
$labels['plugin_xsignature'] = 'Assinatura';
|
|
$labels['plugin_xskin'] = 'Peles';
|
|
$labels['plugin_xweather'] = 'Clima';
|
|
$labels['plugin_xtag'] = 'Gerente de etiquetas';
|
|
$labels['plugin_xemail_schedule'] = 'Programação de e-mail';
|
|
$labels['plugin_x2fa'] = 'Autenticação de dois fatores';
|
|
$labels['plugin_xai'] = 'Assistente de IA';
|
|
$labels['plugin_xwebdav'] = 'WebDAV';
|
|
$labels['xdropbox_name'] = 'Dropbox';
|
|
$labels['xgoogle_drive_name'] = 'Google Drive';
|
|
$labels['xwebdav_name'] = 'WebDAV';
|
|
$labels['insert_link'] = 'Inserir link para a mensagem';
|
|
$labels['download_and_attach'] = 'Baixar e anexar';
|
|
$labels['sidebar'] = 'Sidebar';
|
|
$labels['sidebar_items'] = 'Artigos de barra lateral';
|
|
$labels['sidebar_change_order'] = 'Arraste e solte os itens da barra lateral para alterar seu pedido.';
|
|
$labels['buy_now'] = 'Compre agora';
|
|
$labels['preview'] = 'Pré-visualização';
|
|
$labels['apps'] = 'Apps';
|
|
$labels['sidebar'] = 'Sidebar';
|
|
$labels['hide'] = 'Esconder';
|
|
$labels['invalid_image_extension'] = 'Extensão inválida do arquivo de imagem. As extensões permitidas são: Extensão de $ext.';
|
|
$labels['invalid_image_format'] = 'Este arquivo não é uma imagem válida.';
|