SV addon translation update THX Kristoffer Grundström
[friendica-addons.git/.git] / qcomment / lang / sv / strings.php
index 3ec569a..faa250c 100644 (file)
@@ -1,3 +1,10 @@
-<?php\r
-\r
-$a->strings["Submit"] = "Spara";\r
+<?php
+
+if(! function_exists("string_plural_select_sv")) {
+function string_plural_select_sv($n){
+       $n = intval($n);
+       return intval($n != 1);
+}}
+$a->strings[':-)'] = ':-)';
+$a->strings[':-('] = ':-(';
+$a->strings['lol'] = 'lol';