summaryrefslogtreecommitdiffstats
path: root/core/l10n/sl.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/sl.php')
-rw-r--r--core/l10n/sl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/sl.php b/core/l10n/sl.php
index e7b88316ec3..fc2b4181a75 100644
--- a/core/l10n/sl.php
+++ b/core/l10n/sl.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"%s shared »%s« with you" => "%s je delil »%s« z vami",
"Category type not provided." => "Vrsta kategorije ni podana.",
"No category to add?" => "Ali ni kategorije za dodajanje?",
@@ -140,3 +141,4 @@
"next" => "naprej",
"Updating ownCloud to version %s, this may take a while." => "Posodabljanje sistema ownCloud na različico %s je lahko dolgotrajno."
);
+$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";