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'] = 'Háttér';
|
|
$labels['plugin_xcalendar'] = 'Naptár';
|
|
$labels['plugin_xdropbox'] = 'DropBox';
|
|
$labels['plugin_xgoogle_drive'] = 'Google Drive';
|
|
$labels['plugin_xlast_login'] = 'Utolsó bejelentkezés';
|
|
$labels['plugin_xquote'] = 'Napi idézet';
|
|
$labels['plugin_xnews_feed'] = 'Hírfolyam';
|
|
$labels['plugin_xsignature'] = 'Aláírás';
|
|
$labels['plugin_xskin'] = 'Skins';
|
|
$labels['plugin_xweather'] = 'Időjárás';
|
|
$labels['plugin_xtag'] = 'Tag Manager';
|
|
$labels['plugin_xemail_schedule'] = 'Email ütemterv';
|
|
$labels['plugin_x2fa'] = 'Kétfaktoros hitelesítés';
|
|
$labels['plugin_xai'] = 'AI asszisztens';
|
|
$labels['plugin_xwebdav'] = 'WebDAV';
|
|
$labels['xdropbox_name'] = 'Dropbox';
|
|
$labels['xgoogle_drive_name'] = 'Google Drive';
|
|
$labels['xwebdav_name'] = 'WebDAV';
|
|
$labels['insert_link'] = 'Link beillesztése az üzenethez';
|
|
$labels['download_and_attach'] = 'Letöltés és csatolás';
|
|
$labels['sidebar'] = 'Oldalsáv';
|
|
$labels['sidebar_items'] = 'Oldalsáv elemek';
|
|
$labels['sidebar_change_order'] = 'Az oldalsáv elemeinek sorrendjének megváltoztatásához húzza az elemeket.';
|
|
$labels['buy_now'] = 'Vásároljon most';
|
|
$labels['preview'] = 'Előnézet';
|
|
$labels['apps'] = 'Alkalmazások';
|
|
$labels['sidebar'] = 'Oldalsáv';
|
|
$labels['hide'] = 'Rejtsd el';
|
|
$labels['invalid_image_extension'] = 'Érvénytelen képfájl kiterjesztés. Az engedélyezett kiterjesztések a következők: $ext.';
|
|
$labels['invalid_image_format'] = 'Ez a fájl nem érvényes kép.';
|