diff options
Diffstat (limited to 'apps/files_trashbin/l10n/ms_MY.php')
-rw-r--r-- | apps/files_trashbin/l10n/ms_MY.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/ms_MY.php b/apps/files_trashbin/l10n/ms_MY.php index 52a997aab15..1b5ca07c70c 100644 --- a/apps/files_trashbin/l10n/ms_MY.php +++ b/apps/files_trashbin/l10n/ms_MY.php @@ -1,5 +1,9 @@ -<?php $TRANSLATIONS = array( +<?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;"; |