diff options
Diffstat (limited to 'apps/files_trashbin/l10n/ms_MY.php')
-rw-r--r-- | apps/files_trashbin/l10n/ms_MY.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/ms_MY.php b/apps/files_trashbin/l10n/ms_MY.php index 52a997aab15..1972eba0318 100644 --- a/apps/files_trashbin/l10n/ms_MY.php +++ b/apps/files_trashbin/l10n/ms_MY.php @@ -1,5 +1,7 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "Ralat", "Name" => "Nama", "Delete" => "Padam" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |