mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
added DE translation to the notifyall addon
This commit is contained in:
parent
f210a32093
commit
2e11cdc20c
2 changed files with 73 additions and 0 deletions
16
notifyall/lang/de/strings.php
Normal file
16
notifyall/lang/de/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Send email to all members"] = "Sende eine E-Mail an alle Nutzer der Seite";
|
||||
$a->strings["%s Administrator"] = "der Administrator von %s";
|
||||
$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
|
||||
$a->strings["No recipients found."] = "Keine Empfänger gefunden";
|
||||
$a->strings["Emails sent"] = "E-Mails gesendet.";
|
||||
$a->strings["Send email to all members of this Friendica instance."] = "Sende eine E-Mail an alle Nutzer dieser Friendica Instanz";
|
||||
$a->strings["Message subject"] = "Betreff der Nachricht";
|
||||
$a->strings["Test mode (only send to administrator)"] = "Test Modus (E-Mail nur an den Administrator senden)";
|
||||
$a->strings["Submit"] = "Senden";
|
Loading…
Add table
Add a link
Reference in a new issue