]> git.mxchange.org Git - friendica-addons.git/blob - smileybutton/lang/hu/strings.php
regenerated all the strings
[friendica-addons.git] / smileybutton / 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['Smileybutton settings'] = 'Hangulatjelgomb beállításai';
9 $a->strings['You can hide the button and show the smilies directly.'] = 'Elrejtheti a gombot és közvetlenül megjelenítheti a hangulatjeleket.';
10 $a->strings['Hide the button'] = 'A gomb elrejtése';
11 $a->strings['Save Settings'] = 'Beállítások mentése';