diff options
Diffstat (limited to 'apps/user_ldap/l10n/my_MM.php')
-rw-r--r-- | apps/user_ldap/l10n/my_MM.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/user_ldap/l10n/my_MM.php b/apps/user_ldap/l10n/my_MM.php index 3d9c248f66a..ea1881f114f 100644 --- a/apps/user_ldap/l10n/my_MM.php +++ b/apps/user_ldap/l10n/my_MM.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( -"Password" => "စကားဝှက်", -"Help" => "အကူအညီ" +"_%s group found_::_%s groups found_" => array(""), +"_%s user found_::_%s users found_" => array(""), +"Help" => "အကူအညီ", +"Password" => "စကားဝှက်" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |