]> git.mxchange.org Git - friendica-addons.git/blob - superblock/lang/hu/strings.php
fe7e437c897470b1f07f949723fa9993bd3e62ce
[friendica-addons.git] / superblock / 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['Superblock'] = 'Szuper tiltás';
9 $a->strings['Comma separated profile URLS to block'] = 'Tiltandó profil URL-ek vesszővel elválasztott listája';
10 $a->strings['Save Settings'] = 'Beállítások mentése';
11 $a->strings['Block Completely'] = 'Tiltás teljesen';