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

11 lines
466 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
$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”';
$a->strings['Startpage'] = 'Kezdőlap';