2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-06-28 09:54:54 +04:00
|
|
|
|
"Server to server sharing is not enabled on this server" => "Berbagi server ke server tidaj diaktifkan pada server ini",
|
|
|
|
|
"Shared with you" => "Dibagikan dengan Anda",
|
|
|
|
|
"Shared with others" => "Dibagikan dengan lainnya",
|
|
|
|
|
"Shared by link" => "Dibagikan dengan tautan",
|
|
|
|
|
"No files have been shared with you yet." => "Tidak ada berkas yang dibagikan kepada Anda.",
|
|
|
|
|
"You haven't shared any files yet." => "Anda belum berbagi berkas apapun.",
|
|
|
|
|
"You haven't shared any files by link yet." => "Anda belum berbagi berkas dengan tautan satupun.",
|
|
|
|
|
"Add {name} from {owner}@{remote}" => "Tambah {name} dari {owner}@{remote}",
|
2014-06-29 09:56:00 +04:00
|
|
|
|
"Password" => "Sandi",
|
2014-06-28 09:54:54 +04:00
|
|
|
|
"No ownCloud installation found at {remote}" => "Tidak ada instalasi ownCloud yang ditemukan di {remote}",
|
|
|
|
|
"Invalid ownCloud url" => "URL ownCloud tidak sah",
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"Shared by {owner}" => "Dibagikan oleh {owner}",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Shared by" => "Dibagikan oleh",
|
2014-01-08 10:55:41 +04:00
|
|
|
|
"This share is password-protected" => "Berbagi ini dilindungi sandi",
|
|
|
|
|
"The password is wrong. Try again." => "Sandi salah. Coba lagi",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Name" => "Nama",
|
2014-06-28 09:54:54 +04:00
|
|
|
|
"Share time" => "Bagikan waktu",
|
2014-01-08 10:55:41 +04:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "Maaf, tautan ini tampaknya tidak berfungsi lagi.",
|
|
|
|
|
"Reasons might be:" => "Alasan mungkin:",
|
|
|
|
|
"the item was removed" => "item telah dihapus",
|
|
|
|
|
"the link expired" => "tautan telah kadaluarsa",
|
|
|
|
|
"sharing is disabled" => "berbagi dinonaktifkan",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "Untuk info lebih lanjut, silakan tanyakan orang yang mengirim tautan ini.",
|
2014-06-19 09:55:38 +04:00
|
|
|
|
"Save" => "Simpan",
|
2014-05-04 09:56:15 +04:00
|
|
|
|
"Download" => "Unduh",
|
2014-06-28 09:54:54 +04:00
|
|
|
|
"Download %s" => "Unduh %s",
|
|
|
|
|
"Direct link" => "Tautan langsung",
|
|
|
|
|
"Allow users to mount public link shares" => "Izinkan pengguna untuk mengaitkan tautan berbagi publik"
|
2012-10-21 04:06:44 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|