Blame view
sources/apps/admin_migrate/l10n/sl.php
471 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "Izvozi to namestitev ownCloud", "This will create a compressed file that contains the data of this owncloud instance." => "Ustvarjena bo stisnjena datoteka, ki vsebuje podatke o trenutni namestitvi ownCloud.", "Please choose the export type:" => "Izberite vrsto izvoza:", "ownCloud system files" => "Sistemske datoteke ownCloud", "Just user files" => "Samo uporabniške datoteke", "Export" => "Izvozi" ); |