]> git.mxchange.org Git - friendica-addons.git/blob - newmemberwidget/lang/hu/strings.php
Merge pull request #1187 from tobiasd/20211010-regenlng
[friendica-addons.git] / newmemberwidget / lang / hu / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_hu")) {
4 function string_plural_select_hu($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['New Member'] = 'Új tag';
9 $a->strings['Tips for New Members'] = 'Tippek új tagoknak';
10 $a->strings['Global Support Forum'] = 'Globális támogató fórum';
11 $a->strings['Local Support Forum'] = 'Helyi támogató fórum';
12 $a->strings['Save Settings'] = 'Beállítások mentése';
13 $a->strings['Message'] = 'Üzenet';
14 $a->strings['Your message for new members. You can use bbcode here.'] = 'Az Ön üzenete az új tagoknak. Itt használhat BBCode-ot.';
15 $a->strings['Add a link to global support forum'] = 'A globális támogató fórumra mutató hivatkozás hozzáadása';
16 $a->strings['Should a link to the global support forum be displayed?'] = 'Meg kell jeleníteni a globális támogató fórumra mutató hivatkozást?';
17 $a->strings['Add a link to the local support forum'] = 'A helyi támogató fórumra mutató hivatkozás hozzáadása';
18 $a->strings['If you have a local support forum and want to have a link displayed in the widget, check this box.'] = 'Ha van helyi támogató fóruma és szeretne egy hivatkozást megjeleníteni a felületi elemben, akkor jelölje be azt a négyzetet.';
19 $a->strings['Name of the local support group'] = 'A helyi támogató csoport neve';
20 $a->strings['If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)'] = 'Ha bejelölte a fentit, akkor itt adja meg a helyi támogató csoport <em>becenevét</em> (például segítők)';