mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 20:08:49 +00:00
DE addon translation update
This commit is contained in:
parent
484482a4ce
commit
1e60ac18cf
80 changed files with 972 additions and 996 deletions
|
@ -5,12 +5,12 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($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['Send email to all members'] = 'Sende eine E-Mail an alle Nutzer der Seite';
|
||||
$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['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['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