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["Geonames settings updated."] = "Geonames Einstellungen aktualisiert";
|
|
|
|
$a->strings["Geonames Settings"] = "Geonames Einstellungen";
|
|
|
|
$a->strings["Enable Geonames Plugin"] = "Geonames Plugin aktivieren";
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["Submit"] = "Senden";
|