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'] = 'Pozadí';
|
|
$labels['plugin_xcalendar'] = 'Kalendář';
|
|
$labels['plugin_xdropbox'] = 'DropBox';
|
|
$labels['plugin_xgoogle_drive'] = 'Google Drive';
|
|
$labels['plugin_xlast_login'] = 'Poslední přihlášení';
|
|
$labels['plugin_xquote'] = 'Denní citát';
|
|
$labels['plugin_xnews_feed'] = 'Novinky';
|
|
$labels['plugin_xsignature'] = 'Podpis';
|
|
$labels['plugin_xskin'] = 'Vzhled';
|
|
$labels['plugin_xweather'] = 'Météo';
|
|
$labels['plugin_xtag'] = 'Značky';
|
|
$labels['plugin_xemail_schedule'] = 'Emailový plán';
|
|
$labels['plugin_x2fa'] = 'Dvoufaktorové ověřování';
|
|
$labels['plugin_xai'] = 'Asistent s umělou inteligencí';
|
|
$labels['plugin_xwebdav'] = 'WebDAV';
|
|
$labels['xdropbox_name'] = 'Dropbox';
|
|
$labels['xgoogle_drive_name'] = 'Google Drive';
|
|
$labels['xwebdav_name'] = 'WebDAV';
|
|
$labels['insert_link'] = 'Přidej odkaz do zpráv';
|
|
$labels['download_and_attach'] = 'Stáhni a přilož';
|
|
$labels['sidebar'] = 'Postranní panel';
|
|
$labels['sidebar_items'] = 'Položky postranního panelu';
|
|
$labels['sidebar_change_order'] = 'Chyť a pusť změna pořadí položek';
|
|
$labels['buy_now'] = 'Koupit hned';
|
|
$labels['preview'] = 'Náhled';
|
|
$labels['apps'] = 'Aplikace';
|
|
$labels['sidebar'] = 'Postranní panel';
|
|
$labels['hide'] = 'Skrýt';
|
|
$labels['invalid_image_extension'] = 'Špatný typ přílohy, povolené jsou: $ext';
|
|
$labels['invalid_image_format'] = 'Soubor neobsahuje obrázek nebo špatný typ obrázku';
|