nextcloud/apps/files_sharing/l10n/id.php

11 lines
379 B
PHP
Raw Normal View History

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",
2013-06-30 04:13:07 +04:00
"Upload" => "Unggah",
"Cancel upload" => "Batal pengunggahan",
2013-06-14 04:52:34 +04:00
"No preview available for" => "Tidak ada pratinjau tersedia untuk"
2012-10-21 04:06:44 +04:00
);