2014-09-14 22:01:44 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Group Text settings updated."] = "";
|
|
|
|
$a->strings["Group Text"] = "";
|
|
|
|
$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "";
|
|
|
|
$a->strings["Save Settings"] = "";
|