2025-02-23 20:52:25 +01:00

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'] = 'Achtergrond';
$labels['plugin_xcalendar'] = 'Kalender';
$labels['plugin_xdropbox'] = 'DropBox';
$labels['plugin_xgoogle_drive'] = 'Google Drive';
$labels['plugin_xlast_login'] = 'Laatste aanmelding';
$labels['plugin_xquote'] = 'Dagelijks citaat';
$labels['plugin_xnews_feed'] = 'Nieuws';
$labels['plugin_xsignature'] = 'Handtekening';
$labels['plugin_xskin'] = 'Skins';
$labels['plugin_xweather'] = 'Weer';
$labels['plugin_xtag'] = 'Tag Manager';
$labels['plugin_xemail_schedule'] = 'E-mail schema';
$labels['plugin_x2fa'] = 'Twee-factor-authenticatie';
$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'] = 'Link naar bericht invoegen';
$labels['download_and_attach'] = 'Downloaden en bijvoegen';
$labels['sidebar'] = 'Zijbalk';
$labels['sidebar_items'] = 'Items in de zijbalk';
$labels['sidebar_change_order'] = 'Sleep zijbalk-items om hun volgorde te veranderen.';
$labels['buy_now'] = 'Nu kopen';
$labels['preview'] = 'Voorbeeld';
$labels['apps'] = 'Apps';
$labels['sidebar'] = 'Zijbalk';
$labels['hide'] = 'Verberg';
$labels['invalid_image_extension'] = 'Ongeldige bestandsextensie. De toegestane extensies zijn: $ext.';
$labels['invalid_image_format'] = 'Dit bestand is geen geldige afbeelding.';