]> git.mxchange.org Git - friendica.git/blobdiff - view/is/strings.php
move html from paginate functions to template
[friendica.git] / view / is / strings.php
index b0dc1808c74519ad73a06b68ccd3d58e68f5635e..876946a7f1f8a17c9a2b3d1597f57051419d2d9e 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 
+if(! function_exists("string_plural_select_is")) {
 function string_plural_select_is($n){
        return ($n != 1);;
-}
+}}
 ;
 $a->strings["Post successful."] = "Melding tókst.";
 $a->strings["[Embedded content - reload page to view]"] = "[Innfelt efni - endurhlaða síðu til að sjá]";