diff options
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/bg_BG.php | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/bn_IN.php | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/bg_BG.php b/apps/user_ldap/l10n/bg_BG.php index 3c274ea3c73..863b23efafa 100644 --- a/apps/user_ldap/l10n/bg_BG.php +++ b/apps/user_ldap/l10n/bg_BG.php @@ -6,6 +6,7 @@ $TRANSLATIONS = array( "Save" => "Запис", "Help" => "Помощ", "Password" => "Парола", +"Continue" => "Продължи", "Advanced" => "Разширено" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/bn_IN.php b/apps/user_ldap/l10n/bn_IN.php index 3a1e002311c..031969c93d8 100644 --- a/apps/user_ldap/l10n/bn_IN.php +++ b/apps/user_ldap/l10n/bn_IN.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( +"Error" => "ভুল", "_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("","") +"_%s user found_::_%s users found_" => array("",""), +"Save" => "সেভ" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |