friendica-addons/geonames/lang/de/strings.php

13 lines
390 B
PHP

<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($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";