Official Addons for the Friendica Communications Platform.
(please note that this is a clone of the repository at github, issues are handled there)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php |
|
|
|
if(! function_exists("string_plural_select_nb_no")) { |
|
function string_plural_select_nb_no($n){ |
|
$n = intval($n); |
|
return ($n != 1);; |
|
}} |
|
; |
|
$a->strings["Report Bug"] = "Rapporter feil";
|
|
|