2014-09-06 15:56:57 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_de")) {
|
|
|
|
function string_plural_select_de($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Randplace Settings"] = "Randplace-Einstellungen";
|
2018-01-20 16:01:59 +00:00
|
|
|
$a->strings["Enable Randplace Addon"] = "Randplace-Addon aktivieren";
|
2014-09-06 15:56:57 +00:00
|
|
|
$a->strings["Save Settings"] = "Einstellungen speichern";
|