diff options
Diffstat (limited to 'lib/l10n/et_EE.php')
-rw-r--r-- | lib/l10n/et_EE.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/et_EE.php b/lib/l10n/et_EE.php index c2cd8ff0389..403f0871c53 100644 --- a/lib/l10n/et_EE.php +++ b/lib/l10n/et_EE.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "Abiinfo", "Personal" => "Isiklik", "Settings" => "Seaded", @@ -55,3 +56,4 @@ "Caused by:" => "Põhjustaja:", "Could not find category \"%s\"" => "Ei leia kategooriat \"%s\"" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |