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'] = 'Bakgrund';
|
|
$labels['plugin_xcalendar'] = 'Kalender';
|
|
$labels['plugin_xdropbox'] = 'DropBox';
|
|
$labels['plugin_xgoogle_drive'] = 'Google Drive';
|
|
$labels['plugin_xlast_login'] = 'Senaste inloggning';
|
|
$labels['plugin_xquote'] = 'Dagligt citat';
|
|
$labels['plugin_xnews_feed'] = 'Nyhetsflöde';
|
|
$labels['plugin_xsignature'] = 'Underskrift';
|
|
$labels['plugin_xskin'] = 'Skinn';
|
|
$labels['plugin_xweather'] = 'Väder';
|
|
$labels['plugin_xtag'] = 'Tagg-hanterare';
|
|
$labels['plugin_xemail_schedule'] = 'E-postschema';
|
|
$labels['plugin_x2fa'] = 'Tvåfaktorsautentisering';
|
|
$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'] = 'Infoga länk till meddelande';
|
|
$labels['download_and_attach'] = 'Ladda ner och bifoga';
|
|
$labels['sidebar'] = 'Sidofält';
|
|
$labels['sidebar_items'] = 'Objekt i sidofältet';
|
|
$labels['sidebar_change_order'] = 'Dra och släpp sidofältets objekt för att ändra deras ordning.';
|
|
$labels['buy_now'] = 'Köp nu';
|
|
$labels['preview'] = 'Förhandsgranskning';
|
|
$labels['apps'] = 'Appar';
|
|
$labels['sidebar'] = 'Sidofält';
|
|
$labels['hide'] = 'Göm dig';
|
|
$labels['invalid_image_extension'] = 'Ogiltig bildfilstillägg. De tillåtna filtilläggen är: $ext.';
|
|
$labels['invalid_image_format'] = 'Den här filen är inte en giltig bild.';
|