nextcloud/apps/files_sharing/l10n/id.php

13 lines
420 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +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
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";