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'] = 'Pozadie';
|
|
$labels['plugin_xcalendar'] = 'Kalendár';
|
|
$labels['plugin_xdropbox'] = 'DropBox';
|
|
$labels['plugin_xgoogle_drive'] = 'Disk Google';
|
|
$labels['plugin_xlast_login'] = 'Posledné prihlásenie';
|
|
$labels['plugin_xquote'] = 'Denná citácia';
|
|
$labels['plugin_xnews_feed'] = 'Kanálik noviniek';
|
|
$labels['plugin_xsignature'] = 'Podpis';
|
|
$labels['plugin_xskin'] = 'Skiny';
|
|
$labels['plugin_xweather'] = 'Počasie';
|
|
$labels['plugin_xtag'] = 'Správca značiek';
|
|
$labels['plugin_xemail_schedule'] = 'Harmonogram e-mailov';
|
|
$labels['plugin_x2fa'] = 'Dvojfaktorové overovanie';
|
|
$labels['plugin_xai'] = 'AI Assistant';
|
|
$labels['plugin_xwebdav'] = 'WebDAV';
|
|
$labels['xdropbox_name'] = 'Dropbox';
|
|
$labels['xgoogle_drive_name'] = 'Disk Google';
|
|
$labels['xwebdav_name'] = 'WebDAV';
|
|
$labels['insert_link'] = 'Vložiť odkaz na správu';
|
|
$labels['download_and_attach'] = 'Stiahnite si a pripojte';
|
|
$labels['sidebar'] = 'Bočný panel';
|
|
$labels['sidebar_items'] = 'Položky bočného panela';
|
|
$labels['sidebar_change_order'] = 'Ťahaním a púšťaním položiek bočného panela môžete zmeniť ich poradie.';
|
|
$labels['buy_now'] = 'Kúpiť teraz';
|
|
$labels['preview'] = 'Náhľad';
|
|
$labels['apps'] = 'Aplikácie';
|
|
$labels['sidebar'] = 'Bočný panel';
|
|
$labels['hide'] = 'Skryť';
|
|
$labels['invalid_image_extension'] = 'Nesprávna prípona súboru obrázka. Povolené prípony sú: $ext.';
|
|
$labels['invalid_image_format'] = 'Tento súbor nie je platný obrázok.';
|