added NL translation of viewsrc addon THX Pascal

This commit is contained in:
Tobias Diekershoff 2018-06-04 12:14:15 +02:00
parent 1725b29514
commit 551fcf0f12
2 changed files with 32 additions and 0 deletions

View 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["View Source"] = "Bekijk Bron";