nextcloud/apps/files_trashbin/l10n/id.php

14 lines
426 B
PHP

<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Tidak dapat menghapus permanen %s",
"Couldn't restore %s" => "Tidak dapat memulihkan %s",
"Error" => "Galat",
"Nothing in here. Your trash bin is empty!" => "Tempat sampah anda kosong!",
"Name" => "Nama",
"Restore" => "Pulihkan",
"Deleted" => "Dihapus",
"Delete" => "Hapus",
"Deleted Files" => "Berkas yang Dihapus"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";