2012-10-21 04:06:44 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-04-10 04:09:39 +04:00
|
|
|
"Password" => "Sandi",
|
|
|
|
"Submit" => "Kirim",
|
|
|
|
"%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",
|
|
|
|
"Download" => "Unduh",
|
|
|
|
"No preview available for" => "Tidak ada pratinjau tersedia untuk",
|
|
|
|
"web services under your control" => "layanan web dalam kontrol Anda"
|
2012-10-21 04:06:44 +04:00
|
|
|
);
|