diff options
Diffstat (limited to 'core/l10n/eu.php')
-rw-r--r-- | core/l10n/eu.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/eu.php b/core/l10n/eu.php index 016e96b751f..f3b790ccb58 100644 --- a/core/l10n/eu.php +++ b/core/l10n/eu.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "%s shared »%s« with you" => "%s-ek »%s« zurekin partekatu du", "Category type not provided." => "Kategoria mota ez da zehaztu.", "No category to add?" => "Ez dago gehitzeko kategoriarik?", @@ -140,3 +141,4 @@ "next" => "hurrengoa", "Updating ownCloud to version %s, this may take a while." => "ownCloud %s bertsiora eguneratzen, denbora har dezake." ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |