10 lines
354 B
PHP
10 lines
354 B
PHP
|
<?php
|
||
|
|
||
|
if(! function_exists("string_plural_select_da_dk")) {
|
||
|
function string_plural_select_da_dk($n){
|
||
|
$n = intval($n);
|
||
|
return intval($n != 1);
|
||
|
}}
|
||
|
$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Brug en kun-tekst (intet billede) gruppevælger i grupperedigeringsmenuen';
|
||
|
$a->strings['Group Text'] = 'Gruppebesked';
|