]> git.mxchange.org Git - friendica-addons.git/blob - gnot/lang/de/strings.php
regenerated all the strings
[friendica-addons.git] / gnot / 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['Gnot Settings'] = 'Gnot-Einstellungen';
9 $a->strings['Save Settings'] = 'Einstellungen speichern';
10 $a->strings['Enable this addon?'] = 'Dieses Addon aktivieren?';
11 $a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Erlaubt das Veröffentlichen von E-Mail-Kommentar-Benachrichtigungen bei Gmail mit anonymisiertem Betreff';
12 $a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d';