2021-03-28 20:07:52 +00:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_hu")) {
|
|
|
|
|
function string_plural_select_hu($n){
|
|
|
|
|
$n = intval($n);
|
|
|
|
|
return intval($n != 1);
|
|
|
|
|
}}
|
2022-01-22 17:52:30 +00:00
|
|
|
|
$a->strings['Home page to load after login - leave blank for profile wall'] = 'Betöltendő kezdőoldal bejelentkezés után – hagyja üresen a profilfalhoz';
|
|
|
|
|
$a->strings['Examples: "network" or "notifications/system"'] = 'Példák: „network” vagy „notifications/system”';
|
2021-10-10 06:27:53 +00:00
|
|
|
|
$a->strings['Startpage'] = 'Kezdőlap';
|