mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
viewsrv addon NB NO translation update
This commit is contained in:
parent
9318cb8583
commit
df1669493c
2 changed files with 35 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
<?php
|
||||
|
||||
$a->strings["View Source"] = "";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nb_no")) {
|
||||
function string_plural_select_nb_no($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["View Source"] = "Se kilde";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue