41 lines
1.5 KiB
PHP
41 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* Roundcube Plus Framework plugin.
|
|
*
|
|
* Copyright 2016, Tecorama LLC.
|
|
*
|
|
* @license Commercial. See the LICENSE file for details.
|
|
*/
|
|
|
|
$labels = [];
|
|
$labels['plugin_xbackground'] = 'Taustaks';
|
|
$labels['plugin_xcalendar'] = 'Kalender';
|
|
$labels['plugin_xdropbox'] = 'DropBox';
|
|
$labels['plugin_xgoogle_drive'] = 'Google Drive';
|
|
$labels['plugin_xlast_login'] = 'Viimane sisselogimine';
|
|
$labels['plugin_xquote'] = 'Igapäevane tsitaat';
|
|
$labels['plugin_xnews_feed'] = 'Uudised';
|
|
$labels['plugin_xsignature'] = 'Allkiri';
|
|
$labels['plugin_xskin'] = 'Skins';
|
|
$labels['plugin_xweather'] = 'Ilm';
|
|
$labels['plugin_xtag'] = 'Tag Manager';
|
|
$labels['plugin_xemail_schedule'] = 'E-posti ajakava';
|
|
$labels['plugin_x2fa'] = 'Kahefaktoriline autentimine';
|
|
$labels['plugin_xai'] = 'AI assistent';
|
|
$labels['plugin_xwebdav'] = 'WebDAV';
|
|
$labels['xdropbox_name'] = 'Dropbox';
|
|
$labels['xgoogle_drive_name'] = 'Google Drive';
|
|
$labels['xwebdav_name'] = 'WebDAV';
|
|
$labels['insert_link'] = 'Sisesta link sõnumile';
|
|
$labels['download_and_attach'] = 'Laadige alla ja kinnitage';
|
|
$labels['sidebar'] = 'Külgriba';
|
|
$labels['sidebar_items'] = 'Külgriba elemendid';
|
|
$labels['sidebar_change_order'] = 'Lohistage küljeriba elemente, et muuta nende järjekorda.';
|
|
$labels['buy_now'] = 'Osta nüüd';
|
|
$labels['preview'] = 'Eelvaade';
|
|
$labels['apps'] = 'Rakendused';
|
|
$labels['sidebar'] = 'Külgriba';
|
|
$labels['hide'] = 'Peida';
|
|
$labels['invalid_image_extension'] = 'Pildifaili laiend on vale. Lubatud laiendused on järgmised: $ext.';
|
|
$labels['invalid_image_format'] = 'See fail ei ole kehtiv pilt.';
|