diff options
Diffstat (limited to 'settings/l10n/eo.php')
-rw-r--r-- | settings/l10n/eo.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/eo.php b/settings/l10n/eo.php index 04f3567e58d..7cda89f4965 100644 --- a/settings/l10n/eo.php +++ b/settings/l10n/eo.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Ne eblis ŝargi liston el aplikaĵovendejo", "Authentication error" => "Aŭtentiga eraro", "Group already exists" => "La grupo jam ekzistas", @@ -75,3 +76,4 @@ "Storage" => "Konservejo", "Default" => "Defaŭlta" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |