]> git.mxchange.org Git - friendica-addons.git/blob - ljpost/lang/de/strings.php
DE: added translations for the addons from transifex
[friendica-addons.git] / ljpost / 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 LiveJournal"] = "In LiveJournal veröffentlichen.";
9 $a->strings["LiveJournal Post Settings"] = "LiveJournal Veröffentlichungs-Einstellungen";
10 $a->strings["Enable LiveJournal Post Plugin"] = "LiveJournal Post Plugin aktivieren";
11 $a->strings["LiveJournal username"] = "LiveJournal Benutzername";
12 $a->strings["LiveJournal password"] = "LiveJournal Passwort";
13 $a->strings["Post to LiveJournal by default"] = "Standardmäßig bei LiveJournal veröffentlichen";
14 $a->strings["Save Settings"] = "Einstellungen speichern";