mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 01:48:48 +00:00
update of the addon translations
This commit is contained in:
parent
be15b6ba6a
commit
be2e3e6bf7
45 changed files with 2267 additions and 0 deletions
22
mailstream/lang/de/strings.php
Normal file
22
mailstream/lang/de/strings.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($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["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["Enabled"] = "eingeschaltet";
|
||||
$a->strings["Mail Stream Settings"] = "Mail-Nachrichten Einstellungen";
|
Loading…
Add table
Add a link
Reference in a new issue