forked from friendica/friendica-addons
DE translation gnot addon updated
This commit is contained in:
parent
ed8062d10b
commit
e46842f547
|
@ -6,9 +6,8 @@ function string_plural_select_de($n){
|
||||||
return intval($n != 1);
|
return intval($n != 1);
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Gnot settings updated."] = "Gnot Einstellungen aktualisiert.";
|
$a->strings["Gnot Settings"] = "Gnot-Einstellungen";
|
||||||
$a->strings["Gnot Settings"] = "Gnot Einstellungen";
|
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||||
$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";
|
|
||||||
$a->strings["Enable this addon?"] = "Dieses Addon aktivieren?";
|
$a->strings["Enable this addon?"] = "Dieses Addon aktivieren?";
|
||||||
$a->strings["Submit"] = "Senden";
|
$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";
|
||||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d";
|
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d";
|
||||||
|
|
Loading…
Reference in a new issue