diff options
Diffstat (limited to 'apps/user_ldap/l10n/ia.php')
-rw-r--r-- | apps/user_ldap/l10n/ia.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/ia.php b/apps/user_ldap/l10n/ia.php index 9de7344f15f..ced826ac6d8 100644 --- a/apps/user_ldap/l10n/ia.php +++ b/apps/user_ldap/l10n/ia.php @@ -1,7 +1,10 @@ <?php $TRANSLATIONS = array( "Error" => "Error", +"_%s group found_::_%s groups found_" => array("",""), +"_%s user found_::_%s users found_" => array("",""), +"Help" => "Adjuta", "Password" => "Contrasigno", -"Help" => "Adjuta" +"Back" => "Retro" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |