mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 01:48:48 +00:00
buglink added NL translation THX Pascal
This commit is contained in:
parent
4fbefacb84
commit
febd69ab98
2 changed files with 33 additions and 0 deletions
9
buglink/lang/nl/strings.php
Normal file
9
buglink/lang/nl/strings.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Report Bug"] = "Bug rapporteren";
|
Loading…
Add table
Add a link
Reference in a new issue