]> git.mxchange.org Git - friendica-addons.git/blob - gpluspost/lang/de/strings.php
9379073661d7831e17da2b4ecd5de3f26b0b3bec
[friendica-addons.git] / gpluspost / 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["Post to Google+"] = "An Google+ senden";
9 $a->strings["Enable Google+ Post Plugin"] = "Google+ Plugin aktivieren";
10 $a->strings["Google+ username"] = "Google+ Benutzername";
11 $a->strings["Google+ password"] = "Google+ Passwort";
12 $a->strings["Google+ page number"] = "Google+ Seitennummer";
13 $a->strings["Post to Google+ by default"] = "Sende standardmäßig an Google+";
14 $a->strings["Do not prevent posting loops"] = "Posten von Schleifen nicht verhindern";
15 $a->strings["Skip messages without links"] = "Überspringe Nachrichten ohne Links";
16 $a->strings["Mirror all public posts"] = "Spiegle alle öffentlichen Nachrichten";
17 $a->strings["Mirror Google Account ID"] = "Spiegle Google Account ID";
18 $a->strings["Save Settings"] = "Einstellungen speichern";
19 $a->strings["Google+ post failed. Queued for retry."] = "Veröffentlichung bei Google+ gescheitert. Wir versuchen es später erneut.";