diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-28 01:54:54 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-28 01:54:54 -0400 |
commit | 26d097899303a541e95fb922e99f4eb993bb0d3a (patch) | |
tree | 30ef3799814dc23b4ff550c8180793bcfbffaf84 /apps/files_sharing/l10n/id.php | |
parent | 75222501ee50672dfdd9d8f51cefea7c8e047616 (diff) | |
download | nextcloud-server-26d097899303a541e95fb922e99f4eb993bb0d3a.tar.gz nextcloud-server-26d097899303a541e95fb922e99f4eb993bb0d3a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/id.php')
-rw-r--r-- | apps/files_sharing/l10n/id.php | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/id.php b/apps/files_sharing/l10n/id.php index 841169a3980..7dbd9ac427e 100644 --- a/apps/files_sharing/l10n/id.php +++ b/apps/files_sharing/l10n/id.php @@ -1,19 +1,34 @@ <?php $TRANSLATIONS = array( +"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}", +"No ownCloud installation found at {remote}" => "Tidak ada instalasi ownCloud yang ditemukan di {remote}", +"Invalid ownCloud url" => "URL ownCloud tidak sah", "Shared by {owner}" => "Dibagikan oleh {owner}", "Shared by" => "Dibagikan oleh", "This share is password-protected" => "Berbagi ini dilindungi sandi", "The password is wrong. Try again." => "Sandi salah. Coba lagi", "Password" => "Sandi", "Name" => "Nama", +"Share time" => "Bagikan waktu", "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.", +"Save to ownCloud" => "Simpan ke ownCloud", +"example.com/owncloud" => "contoh.com/owncloud", "Save" => "Simpan", "Download" => "Unduh", -"Direct link" => "Tautan langsung" +"Download %s" => "Unduh %s", +"Direct link" => "Tautan langsung", +"Allow users to mount public link shares" => "Izinkan pengguna untuk mengaitkan tautan berbagi publik" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |