]> git.mxchange.org Git - friendica-addons.git/blobdiff - blackout/lang/is/strings.php
regenerated all the strings
[friendica-addons.git] / blackout / lang / is / strings.php
index 94f89330ed7167752d68c74975210bcd992b29cb..1e92a162b19f493c953d5faabdd48fd922ea626e 100644 (file)
@@ -1,3 +1,8 @@
-<?php\r
-\r
-$a->strings["Submit"] = "Senda inn";\r
+<?php
+
+if(! function_exists("string_plural_select_is")) {
+function string_plural_select_is($n){
+       $n = intval($n);
+       return intval($n % 10 != 1 || $n % 100 == 11);
+}}
+$a->strings['Save Settings'] = 'Vista stillingar';