]> git.mxchange.org Git - friendica-addons.git/blob - ifttt/lang/de/strings.php
regenerated all the strings
[friendica-addons.git] / ifttt / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['IFTTT Mirror'] = 'IFTTT Spiegel';
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:'] = 'Lege ein Konto bei <a href="http://www.ifttt.com"> IFTTT an</a>. Gebe drei Facebook Empfänger ein, die mit <a href="https://ifttt.com/maker">Maker </a> verbunden sind (in der Form "wenn Facebook dann Maker"), mit den folgenden Parametern:';
10 $a->strings['Body for "new status message"'] = 'Body für "Neue Status Meldung"';
11 $a->strings['Body for "new photo upload"'] = 'Body für "Neues Foto hochgeladen"';
12 $a->strings['Body for "new link post"'] = 'Body für "Neue Nachricht"';
13 $a->strings['Generate new key'] = 'Generiere neuen Schlüssel';
14 $a->strings['Save Settings'] = 'Speichere Einstellungen';