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'] = 'Baggrund';
|
|
$labels['plugin_xcalendar'] = 'Kalender';
|
|
$labels['plugin_xdropbox'] = 'DropBox';
|
|
$labels['plugin_xgoogle_drive'] = 'Google Drev';
|
|
$labels['plugin_xlast_login'] = 'Sidste login';
|
|
$labels['plugin_xquote'] = 'Dagligt citat';
|
|
$labels['plugin_xnews_feed'] = 'Nyheder';
|
|
$labels['plugin_xsignature'] = 'Signatur';
|
|
$labels['plugin_xskin'] = 'Skins';
|
|
$labels['plugin_xweather'] = 'Vejret';
|
|
$labels['plugin_xtag'] = 'Tag Manager';
|
|
$labels['plugin_xemail_schedule'] = 'Email tidsplan';
|
|
$labels['plugin_x2fa'] = 'To-faktor-autentificering';
|
|
$labels['plugin_xai'] = 'AI-assistent';
|
|
$labels['plugin_xwebdav'] = 'WebDAV';
|
|
$labels['xdropbox_name'] = 'Dropbox';
|
|
$labels['xgoogle_drive_name'] = 'Google Drev';
|
|
$labels['xwebdav_name'] = 'WebDAV';
|
|
$labels['insert_link'] = 'Indsæt link til meddelelsen';
|
|
$labels['download_and_attach'] = 'Download og vedhæftes';
|
|
$labels['sidebar'] = 'Sidebar';
|
|
$labels['sidebar_items'] = 'Elementer i sidebaren';
|
|
$labels['sidebar_change_order'] = 'Træk og slip elementer i sidebaren for at ændre deres rækkefølge.';
|
|
$labels['buy_now'] = 'Køb nu';
|
|
$labels['preview'] = 'Forhåndsvisning';
|
|
$labels['apps'] = 'Apps';
|
|
$labels['sidebar'] = 'Sidebar';
|
|
$labels['hide'] = 'Skjul';
|
|
$labels['invalid_image_extension'] = 'Ugyldig billedfiludvidelse. De tilladte udvidelser er: $ext.';
|
|
$labels['invalid_image_format'] = 'Denne fil er ikke et gyldigt billede.';
|