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'] = 'Bakgrunn';
$labels['plugin_xcalendar'] = 'Kalender';
$labels['plugin_xdropbox'] = 'DropBox';
$labels['plugin_xgoogle_drive'] = 'Google Disk';
$labels['plugin_xlast_login'] = 'Siste pålogging';
$labels['plugin_xquote'] = 'Daglig sitat';
$labels['plugin_xnews_feed'] = 'Nyheter';
$labels['plugin_xsignature'] = 'Signatur';
$labels['plugin_xskin'] = 'Skinn';
$labels['plugin_xweather'] = 'Vær';
$labels['plugin_xtag'] = 'Tag Manager';
$labels['plugin_xemail_schedule'] = 'Tidsplan for e-post';
$labels['plugin_x2fa'] = 'Tofaktorautentisering';
$labels['plugin_xai'] = 'AI-assistent';
$labels['plugin_xwebdav'] = 'WebDAV';
$labels['xdropbox_name'] = 'Dropbox';
$labels['xgoogle_drive_name'] = 'Google Disk';
$labels['xwebdav_name'] = 'WebDAV';
$labels['insert_link'] = 'Sett inn lenke til melding';
$labels['download_and_attach'] = 'Last ned og legg ved';
$labels['sidebar'] = 'Sidefelt';
$labels['sidebar_items'] = 'Elementer i sidepanelet';
$labels['sidebar_change_order'] = 'Dra og slipp elementer i sidepanelet for å endre rekkefølgen.';
$labels['buy_now'] = 'Kjøp nå';
$labels['preview'] = 'Forhåndsvisning';
$labels['apps'] = 'Apper';
$labels['sidebar'] = 'Sidefelt';
$labels['hide'] = 'Skjul';
$labels['invalid_image_extension'] = 'Ugyldig filtype for bildefil. De tillatte filtypene er: $ext.';
$labels['invalid_image_format'] = 'Denne filen er ikke et gyldig bilde.';