You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/user_migrate/l10n/sv.php

10 lines
571 B

<?php $TRANSLATIONS = array(
"Export" => "Exportera",
"Something went wrong while the export file was being generated" => "Något gick fel när exportfilen skulle genereras",
"An error has occurred" => "Ett fel har uppstått",
"Export your user account" => "Exportera ditt användarkonto",
"This will create a compressed file that contains your ownCloud account." => "Detta vill skapa en komprimerad fil som innehåller ditt ownCloud-konto.",
"Import user account" => "Importera ett användarkonto",
"ownCloud User Zip" => "ownCloud Zip-fil",
"Import" => "Importera"
);