nextcloud/apps/files_trashbin/l10n/id.php

19 lines
677 B
PHP

<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Tidak dapat menghapus permanen %s",
"Couldn't restore %s" => "Tidak dapat memulihkan %s",
"perform restore operation" => "jalankan operasi pemulihan",
"Error" => "Galat",
"delete file permanently" => "hapus berkas secara permanen",
"Delete permanently" => "Hapus secara permanen",
"Name" => "Nama",
"Deleted" => "Dihapus",
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"Nothing in here. Your trash bin is empty!" => "Tempat sampah anda kosong!",
"Restore" => "Pulihkan",
"Delete" => "Hapus",
"Deleted Files" => "Berkas yang Dihapus"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";