blob: b8d1118bfe27c09e18dab39277f657fbb10ce6b0 (
plain)
1
2
3
4
5
|
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Izvozi to ownCloud namestitev",
"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Ustvarjena bo stisnjena datoteka s podatki te ownCloud namestitve.\n Prosimo, če izberete vrsto izvoza:",
"Export" => "Izvozi"
);
|