]> git.mxchange.org Git - friendica-addons.git/blob - appnet/lang/de/strings.php
Additional work for PR 3778
[friendica-addons.git] / appnet / 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["Permission denied."] = "Zugriff verweigert.";
9 $a->strings["You are now authenticated to app.net. "] = "Du bist nun auf app.net authentifiziert.";
10 $a->strings["<p>Error fetching token. Please try again.</p>"] = "<p>Fehler beim Holen des Tokens, bitte versuche es später noch einmal.</p>";
11 $a->strings["return to the connector page"] = "zurück zur Connector Seite";
12 $a->strings["Post to app.net"] = "Nach app.net senden";
13 $a->strings["App.net Export"] = "App.net Export";
14 $a->strings["Currently connected to: "] = "Momentan verbunden mit: ";
15 $a->strings["Enable App.net Post Plugin"] = "Veröffentlichungen bei App.net erlauben";
16 $a->strings["Post to App.net by default"] = "Standardmäßig bei App.net veröffentlichen";
17 $a->strings["Import the remote timeline"] = "Importiere die entfernte Zeitleiste";
18 $a->strings["<p>Error fetching user profile. Please clear the configuration and try again.</p>"] = "<p>Beim Laden des Nutzerprofils ist ein Fehler aufgetreten. Bitte versuche es später noch einmal.</p>";
19 $a->strings["<p>You have two ways to connect to App.net.</p>"] = "<p>Du hast zwei Wege deinen friendica Account mit App.net zu verbinden.</p>";
20 $a->strings["<p>First way: Register an application at <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> and enter Client ID and Client Secret. "] = "<p>Erster Weg: Registriere eine Anwendung unter <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> und wähle eine Client ID und ein Client Secret.";
21 $a->strings["Use '%s' as Redirect URI<p>"] = "Verwende '%s' als Redirect URI<p>";
22 $a->strings["Client ID"] = "Client ID";
23 $a->strings["Client Secret"] = "Client Secret";
24 $a->strings["<p>Second way: fetch a token at <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>. "] = "<p>Zweiter Weg: Beantrage ein Token unter <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>. ";
25 $a->strings["Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.</p>"] = "Verwende folgende Scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.</p>";
26 $a->strings["Token"] = "Token";
27 $a->strings["Sign in using App.net"] = "Per App.net anmelden";
28 $a->strings["Clear OAuth configuration"] = "OAuth Konfiguration löschen";
29 $a->strings["Save Settings"] = "Einstellungen speichern";