11 lines
571 B
PHP
11 lines
571 B
PHP
|
<?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"
|
||
|
);
|