11 lines
590 B
PHP
11 lines
590 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Export" => "Eksportuoti",
|
|
"Something went wrong while the export file was being generated" => "Įvyko klaida kuriant eksportuojamą failą",
|
|
"An error has occurred" => "Įvyko klaida",
|
|
"Export your user account" => "Eksportuoti jūsų vartotojo paskyrą",
|
|
"This will create a compressed file that contains your ownCloud account." => "Bus sukurtas suglaudintas failas su jūsų ownCloud vartotojo paskyra.",
|
|
"Import user account" => "Importuoti vartotojo paskyrą",
|
|
"ownCloud User Zip" => "ownCloud vartotojo paskyros Zip archyvas",
|
|
"Import" => "Importuoti"
|
|
);
|