]> git.mxchange.org Git - friendica-addons.git/blob - ifttt/lang/hu/strings.php
regenerated all the strings
[friendica-addons.git] / ifttt / 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['IFTTT Mirror'] = 'IFTTT tükör';
9 $a->strings['Create an account at <a href="http://www.ifttt.com">IFTTT</a>. Create three Facebook recipes that are connected with <a href="https://ifttt.com/maker">Maker</a> (In the form "if Facebook then Maker") with the following parameters:'] = 'Hozzon létre egy fiókot az <a href="http://www.ifttt.com">IFTTT</a> oldalon. Hozzon létre három Facebook receptet, amelyek össze vannak kapcsolva a <a href="https://ifttt.com/maker">Maker</a> szolgáltatással (a „ha Facebook, akkor Maker” űrlapon) a következő paraméterekkel:';
10 $a->strings['Body for "new status message"'] = 'Az „új állapotüzenet” törzse';
11 $a->strings['Body for "new photo upload"'] = 'Az „új fényképfeltöltés” törzse';
12 $a->strings['Body for "new link post"'] = 'Az „új hivatkozásbeküldés” törzse';
13 $a->strings['Generate new key'] = 'Új kulcs előállítása';
14 $a->strings['Save Settings'] = 'Beállítások mentése';