diff options
Diffstat (limited to 'apps/user_ldap/l10n/et_EE.php')
-rw-r--r-- | apps/user_ldap/l10n/et_EE.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/et_EE.php b/apps/user_ldap/l10n/et_EE.php index 7e5c0a6fec8..09e1a13f03c 100644 --- a/apps/user_ldap/l10n/et_EE.php +++ b/apps/user_ldap/l10n/et_EE.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Failed to clear the mappings." => "Vastendususte puhastamine ebaõnnestus.", "Failed to delete the server configuration" => "Serveri seadistuse kustutamine ebaõnnestus", "The configuration is valid and the connection could be established!" => "Seadistus on korrektne ning ühendus on olemas!", @@ -79,3 +80,4 @@ "Test Configuration" => "Testi seadistust", "Help" => "Abiinfo" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |