Blame view
sources/apps/admin_migrate/l10n/id.php
443 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "Ekspor isi dari ownCloud ini ", "This will create a compressed file that contains the data of this owncloud instance." => "Akan membuat file terkompresi yang berisi data dari ownlcloud ini.", "Please choose the export type:" => "Silahkan pilih tipe ekspor:", "ownCloud system files" => "Sitem file ownCloud", "Just user files" => "Hanya file user saja", "Export" => "Ekspor" ); |