mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
buglink addon NB NO translation update
This commit is contained in:
parent
032d61bf74
commit
9318cb8583
2 changed files with 33 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "";
|
||||
<?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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue