2021-03-28 20:10:27 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_hu")) {
|
|
|
|
function string_plural_select_hu($n){
|
|
|
|
$n = intval($n);
|
|
|
|
return intval($n != 1);
|
|
|
|
}}
|
2021-10-10 06:27:53 +00:00
|
|
|
$a->strings['Enable Show More'] = 'Több megjelenítésének engedélyezése';
|
2022-01-22 17:52:30 +00:00
|
|
|
$a->strings['Cutting posts after how many characters'] = 'Bejegyzések levágása ennyi karakter után';
|
|
|
|
$a->strings['"Show more" Settings'] = '„Több megjelenítése” beállításai';
|
2021-10-10 06:27:53 +00:00
|
|
|
$a->strings['show more'] = 'több megjelenítése';
|