]> git.mxchange.org Git - friendica-addons.git/blob - gnot/lang/de/strings.php
03832f71a3ee75e9e613e55997efbd9ae9e07e52
[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         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Gnot settings updated."] = "Gnot Einstellungen aktualisiert.";
9 $a->strings["Gnot Settings"] = "Gnot Einstellungen";
10 $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";
11 $a->strings["Enable this plugin/addon?"] = "Dieses Plugin/Addon aktivieren?";
12 $a->strings["Submit"] = "Senden";
13 $a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d";