diff options
Diffstat (limited to 'core/l10n/ms_MY.php')
-rw-r--r-- | core/l10n/ms_MY.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/ms_MY.php b/core/l10n/ms_MY.php index 4227a317582..22860c0a277 100644 --- a/core/l10n/ms_MY.php +++ b/core/l10n/ms_MY.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "No category to add?" => "Tiada kategori untuk di tambah?", "No categories selected for deletion." => "Tiada kategori dipilih untuk dibuang.", "Sunday" => "Ahad", @@ -64,3 +65,4 @@ "prev" => "sebelum", "next" => "seterus" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |