mirror of
https://github.com/nextcloud/server.git
synced 2026-04-08 10:36:22 -04:00
5 lines
383 B
PHP
5 lines
383 B
PHP
<?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"
|
|
);
|