diff options
Diffstat (limited to 'apps/user_ldap/l10n/gl.php')
-rw-r--r-- | apps/user_ldap/l10n/gl.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/gl.php b/apps/user_ldap/l10n/gl.php index 14706db8d1d..ce4967f8b8c 100644 --- a/apps/user_ldap/l10n/gl.php +++ b/apps/user_ldap/l10n/gl.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Failed to clear the mappings." => "Non foi posíbel limpar as asignacións.", "Failed to delete the server configuration" => "Non foi posíbel eliminar a configuración do servidor", "The configuration is valid and the connection could be established!" => "A configuración é correcta e pode estabelecerse a conexión.", @@ -87,3 +88,4 @@ "Test Configuration" => "Probar a configuración", "Help" => "Axuda" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |