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

11 lines
504 B
PHP

<?php
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Replace numerical coordinates by the nearest populated location name in your posts.'] = 'Számokkal megadott koordináták cseréje a bejegyzéseiben a legközelebbi lakott hely nevére.';
$a->strings['Enable Geonames Addon'] = 'A földrajzi nevek bővítmény engedélyezése';
$a->strings['Geonames Settings'] = 'Földrajzi nevek beállításai';