forked from friendica/friendica-addons
14 lines
701 B
PHP
14 lines
701 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_de")) {
|
|
function string_plural_select_de($n){
|
|
return ($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["Enable this plugin/addon?"] = "Dieses Plugin/Addon aktivieren?";
|
|
$a->strings["Submit"] = "Senden";
|
|
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d";
|