summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/sv.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/sv.php')
-rw-r--r--apps/files/l10n/sv.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php
index 70f3121a20c..41206423cfe 100644
--- a/apps/files/l10n/sv.php
+++ b/apps/files/l10n/sv.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "Kunde inte flytta %s - Det finns redan en fil med detta namn",
"Could not move %s" => "Kan inte flytta %s",
"Unable to set upload directory." => "Kan inte sätta mapp för uppladdning.",
@@ -79,3 +80,4 @@
"files" => "filer",
"Upgrading filesystem cache..." => "Uppgraderar filsystemets cache..."
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";