diff options
Diffstat (limited to 'apps/files_sharing/l10n/my_MM.php')
-rw-r--r-- | apps/files_sharing/l10n/my_MM.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/my_MM.php b/apps/files_sharing/l10n/my_MM.php index 4b37ab8b48a..f44010004cd 100644 --- a/apps/files_sharing/l10n/my_MM.php +++ b/apps/files_sharing/l10n/my_MM.php @@ -1,5 +1,7 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "စကားဝှက်", "Submit" => "ထည့်သွင်းမည်", "Download" => "ဒေါင်းလုတ်" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |