diff options
Diffstat (limited to 'settings/l10n/et_EE.php')
-rw-r--r-- | settings/l10n/et_EE.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/et_EE.php b/settings/l10n/et_EE.php index 58e1a5ecce8..0f0947fa5b8 100644 --- a/settings/l10n/et_EE.php +++ b/settings/l10n/et_EE.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "App Store'i nimekirja laadimine ebaõnnestus", "Authentication error" => "Autentimise viga", "Your display name has been changed." => "Sinu näidatav nimi on muudetud.", @@ -114,3 +115,4 @@ "set new password" => "määra uus parool", "Default" => "Vaikeväärtus" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |