diff options
Diffstat (limited to 'apps/user_ldap/l10n/ka.php')
-rw-r--r-- | apps/user_ldap/l10n/ka.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/user_ldap/l10n/ka.php b/apps/user_ldap/l10n/ka.php index 3de4d3c722a..23b6c93df86 100644 --- a/apps/user_ldap/l10n/ka.php +++ b/apps/user_ldap/l10n/ka.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;"; |