nextcloud/apps/files_trashbin/l10n/ms_MY.php

10 lines
211 B
PHP

<?php
$TRANSLATIONS = array(
"Error" => "Ralat",
"Name" => "Nama",
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"Delete" => "Padam"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";