]> git.mxchange.org Git - friendica-addons.git/blobdiff - gnot/lang/sv/strings.php
PL translation update THX strebski
[friendica-addons.git] / gnot / lang / sv / strings.php
index 3ec569a78dc638b7d197e37ef50bf08c525b56fa..41d1308a1e2ab003d688d7103804629b8149e47f 100644 (file)
@@ -1,3 +1,8 @@
-<?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['Gnot Settings'] = 'Gnot-inställningar';