mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 07:39:23 -04:00
6 lines
374 B
PHP
6 lines
374 B
PHP
|
|
<?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"
|
||
|
|
);
|