blob: f78263da75f53dafda68422ef82f1509aa64ac27 (
plain)
1
2
3
4
5
|
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Eksportuoti šią ownCloud instaliaciją",
"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Bus sukurtas archyvas su visais owncloud duomenimis ir failais.\n Pasirinkite eksportavimo tipą:",
"Export" => "Eksportuoti"
);
|