diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-01-08 01:55:41 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-01-08 01:55:41 -0500 |
commit | 6be2dee5bca4a38d621f5f5c408b1bd021722f29 (patch) | |
tree | ce810f61d553d652d1336431244e2717969a58f5 /apps/files_sharing/l10n/id.php | |
parent | f356894aa3f30c12cf4d6da0a98e1c0cd2881865 (diff) | |
download | nextcloud-server-6be2dee5bca4a38d621f5f5c408b1bd021722f29.tar.gz nextcloud-server-6be2dee5bca4a38d621f5f5c408b1bd021722f29.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/id.php')
-rw-r--r-- | apps/files_sharing/l10n/id.php | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/apps/files_sharing/l10n/id.php b/apps/files_sharing/l10n/id.php index e91ef94bf38..865a951c2d2 100644 --- a/apps/files_sharing/l10n/id.php +++ b/apps/files_sharing/l10n/id.php @@ -1,11 +1,20 @@ <?php $TRANSLATIONS = array( +"This share is password-protected" => "Berbagi ini dilindungi sandi", +"The password is wrong. Try again." => "Sandi salah. Coba lagi", "Password" => "Sandi", +"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.", "%s shared the folder %s with you" => "%s membagikan folder %s dengan Anda", -"%s shared the file %s with you" => "%s membagikan file %s dengan Anda", +"%s shared the file %s with you" => "%s membagikan berkas %s dengan Anda", "Download" => "Unduh", "Upload" => "Unggah", -"Cancel upload" => "Batal pengunggahan", -"No preview available for" => "Tidak ada pratinjau tersedia untuk" +"Cancel upload" => "Batal unggah", +"No preview available for" => "Tidak ada pratinjau yang tersedia untuk", +"Direct link" => "Tautan langsung" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |