diff options
Diffstat (limited to 'apps/user_ldap/l10n/ast.php')
-rw-r--r-- | apps/user_ldap/l10n/ast.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/ast.php b/apps/user_ldap/l10n/ast.php new file mode 100644 index 00000000000..9cd0d7e7c6d --- /dev/null +++ b/apps/user_ldap/l10n/ast.php @@ -0,0 +1,7 @@ +<?php +$TRANSLATIONS = array( +"Deletion failed" => "Falló'l borráu", +"_%s group found_::_%s groups found_" => array("",""), +"_%s user found_::_%s users found_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |