server/apps/files_sharing/l10n/id.php

12 lines
399 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-04-10 00:09:39 +00:00
"Password" => "Sandi",
"%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 00:13:07 +00:00
"Upload" => "Unggah",
"Cancel upload" => "Batal pengunggahan",
2013-06-14 00:52:34 +00:00
"No preview available for" => "Tidak ada pratinjau tersedia untuk"
2012-10-21 00:06:44 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";