]> git.mxchange.org Git - friendica-addons.git/blob - impressum/lang/de/strings.php
DE: added translations for the addons from transifex
[friendica-addons.git] / impressum / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Impressum"] = "Impressum";
9 $a->strings["Site Owner"] = "Betreiber der Seite";
10 $a->strings["Email Address"] = "Email Adresse";
11 $a->strings["Postal Address"] = "Postalische Anschrift";
12 $a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Das Impressums-Plugin muss noch konfiguriert werden.<br />Bitte gebe mindestens den <tt>Betreiber</tt> in der Konfiguration an. Alle weiteren Parameter werden in der README-Datei des Addons erläutert.";
13 $a->strings["Settings updated."] = "Einstellungen aktualisiert.";
14 $a->strings["Save Settings"] = "Einstellungen speichern";
15 $a->strings["The page operators name."] = "Name des Server-Administrators";
16 $a->strings["Site Owners Profile"] = "Profil des Seitenbetreibers";
17 $a->strings["Profile address of the operator."] = "Profil-Adresse des Server-Administrators";
18 $a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Kontaktmöglichkeiten zum Administrator via Schneckenpost. Du kannst BBCode verwenden.";
19 $a->strings["Notes"] = "Hinweise";
20 $a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Zusätzliche Informationen die neben den Kontaktmöglichkeiten angezeigt werden. Du kannst BBCode verwenden.";
21 $a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Wie man den Betreiber per Email erreicht. (Adresse wird verschleiert dargestellt)";
22 $a->strings["Footer note"] = "Fußnote";
23 $a->strings["Text for the footer. You can use BBCode here."] = "Text für die Fußzeile. Du kannst BBCode verwenden.";