DE translation geonames addon updated

This commit is contained in:
Tobias Diekershoff 2021-03-01 08:04:06 +01:00
parent 5029d3b486
commit 095b1057ec
2 changed files with 25 additions and 21 deletions

View file

@ -6,7 +6,7 @@ function string_plural_select_de($n){
return intval($n != 1);
}}
;
$a->strings["Geonames settings updated."] = "Geonames Einstellungen aktualisiert";
$a->strings["Geonames Settings"] = "Geonames Einstellungen";
$a->strings["Enable Geonames Addon"] = "Geonames Addon aktivieren";
$a->strings["Submit"] = "Senden";
$a->strings["Geonames Settings"] = "Geonames-Einstellungen";
$a->strings["Replace numerical coordinates by the nearest populated location name in your posts."] = "Ersetze numerische Koordinaten in Beiträgen mit dem Namen der nächst gelegenen Siedlung.";
$a->strings["Enable Geonames Addon"] = "Geonames-Addon aktivieren";
$a->strings["Save Settings"] = "Einstellungen speichern";