10 lines
480 B
PHP
10 lines
480 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Export" => "Vie",
|
||
|
"Something went wrong while the export file was being generated" => "Jokin meni pieleen vientiä suorittaessa",
|
||
|
"An error has occurred" => "Tapahtui virhe",
|
||
|
"Export your user account" => "Vie käyttäjätilisi",
|
||
|
"This will create a compressed file that contains your ownCloud account." => "Tämä luo ownCloud-käyttäjätilisi sisältävän pakatun tiedoston.",
|
||
|
"Import user account" => "Tuo käyttäjätili",
|
||
|
"Import" => "Tuo"
|
||
|
);
|