2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
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",
|
2013-04-10 04:09:39 +04:00
|
|
|
|
"Password" => "Sandi",
|
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.",
|
2013-04-10 04:09:39 +04:00
|
|
|
|
"%s shared the folder %s with you" => "%s membagikan folder %s dengan Anda",
|
2014-01-08 10:55:41 +04:00
|
|
|
|
"%s shared the file %s with you" => "%s membagikan berkas %s dengan Anda",
|
2013-04-10 04:09:39 +04:00
|
|
|
|
"Download" => "Unduh",
|
2013-06-30 04:13:07 +04:00
|
|
|
|
"Upload" => "Unggah",
|
2014-01-08 10:55:41 +04:00
|
|
|
|
"Cancel upload" => "Batal unggah",
|
|
|
|
|
"No preview available for" => "Tidak ada pratinjau yang tersedia untuk",
|
|
|
|
|
"Direct link" => "Tautan langsung"
|
2012-10-21 04:06:44 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|