mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,23 +5,22 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["From Address"] = "Absender";
|
||||
$a->strings["Email address that stream items will appear to be from."] = "E-Mail-Adresse, die in hochgeladenen Artikeln erscheint.";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["Re:"] = "Re:";
|
||||
$a->strings["Friendica post"] = "Friendica-Veröffentlichung";
|
||||
$a->strings["Diaspora post"] = "Diaspora-Veröffentlichung";
|
||||
$a->strings["Feed item"] = "Artikel-Feed";
|
||||
$a->strings["Email"] = "E-Mail";
|
||||
$a->strings["Friendica Item"] = "Friendica-Artikel";
|
||||
$a->strings["Upstream"] = "Upstream";
|
||||
$a->strings["Local"] = "Lokal";
|
||||
$a->strings["Enabled"] = "eingeschaltet";
|
||||
$a->strings["Email Address"] = "E-Mail-Adresse";
|
||||
$a->strings["Leave blank to use your account email address"] = "Leer lassen für deine Konto-E-Mail-Addresse";
|
||||
$a->strings["Exclude Likes"] = "Likes ignorieren";
|
||||
$a->strings["Check this to omit mailing \"Like\" notifications"] = "Diese Option verhindert das Versenden von \"Like\"-Benachrichtigungen per E-Mail.";
|
||||
$a->strings["Attach Images"] = "Bilder anhängen";
|
||||
$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = "Sollen Bilder, die im Beitrag eingebettet sind, als Dateianhang in den E-Mails verschickt werden?";
|
||||
$a->strings["Mail Stream Settings"] = "Mail-Nachrichten-Einstellungen";
|
||||
$a->strings['From Address'] = 'Absender';
|
||||
$a->strings['Email address that stream items will appear to be from.'] = 'E-Mail-Adresse, die in hochgeladenen Artikeln erscheint.';
|
||||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||||
$a->strings['Re:'] = 'Re:';
|
||||
$a->strings['Friendica post'] = 'Friendica-Veröffentlichung';
|
||||
$a->strings['Diaspora post'] = 'Diaspora-Veröffentlichung';
|
||||
$a->strings['Feed item'] = 'Artikel-Feed';
|
||||
$a->strings['Email'] = 'E-Mail';
|
||||
$a->strings['Friendica Item'] = 'Friendica-Artikel';
|
||||
$a->strings['Upstream'] = 'Upstream';
|
||||
$a->strings['Local'] = 'Lokal';
|
||||
$a->strings['Enabled'] = 'eingeschaltet';
|
||||
$a->strings['Email Address'] = 'E-Mail-Adresse';
|
||||
$a->strings['Leave blank to use your account email address'] = 'Leer lassen für deine Konto-E-Mail-Addresse';
|
||||
$a->strings['Exclude Likes'] = 'Likes ignorieren';
|
||||
$a->strings['Check this to omit mailing "Like" notifications'] = 'Diese Option verhindert das Versenden von "Like"-Benachrichtigungen per E-Mail.';
|
||||
$a->strings['Attach Images'] = 'Bilder anhängen';
|
||||
$a->strings['Download images in posts and attach them to the email. Useful for reading email while offline.'] = 'Sollen Bilder, die im Beitrag eingebettet sind, als Dateianhang in den E-Mails verschickt werden?';
|
||||
$a->strings['Mail Stream Settings'] = 'Mail-Nachrichten-Einstellungen';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue