13 lines
392 B
PHP
13 lines
392 B
PHP
|
<?php
|
||
|
|
||
|
if(! function_exists("string_plural_select_nl")) {
|
||
|
function string_plural_select_nl($n){
|
||
|
$n = intval($n);
|
||
|
return ($n != 1);;
|
||
|
}}
|
||
|
;
|
||
|
$a->strings["Group Text settings updated."] = "Groupsberichten instellingen opgeslagen";
|
||
|
$a->strings["Group Text"] = "Groepsbericht";
|
||
|
$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "";
|
||
|
$a->strings["Submit"] = "";
|