diff options
Diffstat (limited to 'apps/user_ldap/l10n/hu_HU.php')
-rw-r--r-- | apps/user_ldap/l10n/hu_HU.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/hu_HU.php b/apps/user_ldap/l10n/hu_HU.php index 26c96942cc4..61fa37ed95c 100644 --- a/apps/user_ldap/l10n/hu_HU.php +++ b/apps/user_ldap/l10n/hu_HU.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Failed to clear the mappings." => "Nem sikerült törölni a hozzárendeléseket.", "Failed to delete the server configuration" => "Nem sikerült törölni a kiszolgáló konfigurációját", "The configuration is valid and the connection could be established!" => "A konfiguráció érvényes, és a kapcsolat létrehozható!", @@ -79,3 +80,4 @@ "Test Configuration" => "A beállítások tesztelése", "Help" => "Súgó" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |