DE translation gnot addon updated
This commit is contained in:
parent
ed8062d10b
commit
e46842f547
1 changed files with 3 additions and 4 deletions
|
@ -6,9 +6,8 @@ function string_plural_select_de($n){
|
|||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot settings updated."] = "Gnot Einstellungen aktualisiert.";
|
||||
$a->strings["Gnot Settings"] = "Gnot Einstellungen";
|
||||
$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["Gnot Settings"] = "Gnot-Einstellungen";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$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";
|
||||
|
|
Loading…
Reference in a new issue