summaryrefslogtreecommitdiffstats
path: root/core/l10n/sv.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/sv.php')
-rw-r--r--core/l10n/sv.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/sv.php b/core/l10n/sv.php
index 091ae9e2fae..a7157a0bbd6 100644
--- a/core/l10n/sv.php
+++ b/core/l10n/sv.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"%s shared »%s« with you" => "%s delade »%s« med dig",
"Category type not provided." => "Kategorityp inte angiven.",
"No category to add?" => "Ingen kategori att lägga till?",
@@ -140,3 +141,4 @@
"next" => "nästa",
"Updating ownCloud to version %s, this may take a while." => "Uppdaterar ownCloud till version %s, detta kan ta en stund."
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";