aboutsummaryrefslogtreecommitdiffstats
path: root/view/sv/strings.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/sv/strings.php')
-rw-r--r--view/sv/strings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/sv/strings.php b/view/sv/strings.php
index 29d75fe0c..99dde6bed 100644
--- a/view/sv/strings.php
+++ b/view/sv/strings.php
@@ -1,8 +1,9 @@
<?php
+if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
return ($n != 1);;
-}
+}}
;
$a->strings["Categories"] = "Kategorier";
$a->strings["Connect"] = "Ta kontakt";