blob: 20add8037bf00e78a6c3335fdaca84a2b7bd9422 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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"
);
|