DE: update to the strings
This commit is contained in:
parent
25773b41cb
commit
ce38e574a2
2 changed files with 202 additions and 177 deletions
|
|
@ -277,6 +277,10 @@ $a->strings["%d comment"] = array(
|
|||
0 => "%d Kommentar",
|
||||
1 => "%d Kommentare",
|
||||
);
|
||||
$a->strings["comment"] = array(
|
||||
0 => "",
|
||||
1 => "Kommentar",
|
||||
);
|
||||
$a->strings["show more"] = "mehr anzeigen";
|
||||
$a->strings["like"] = "mag ich";
|
||||
$a->strings["dislike"] = "mag ich nicht";
|
||||
|
|
@ -1565,6 +1569,10 @@ $a->strings["Popular Channels (comma separated)"] = "Beliebte Kanäle (mit Komma
|
|||
$a->strings["IRC settings saved."] = "IRC Einstellungen gespeichert.";
|
||||
$a->strings["IRC Chatroom"] = "IRC Chatraum";
|
||||
$a->strings["Popular Channels"] = "Beliebte Räume";
|
||||
$a->strings["Fromapp settings updated."] = "FromApp Einstellungen aktualisiert.";
|
||||
$a->strings["FromApp Settings"] = "FromApp Einstellungen";
|
||||
$a->strings["The application name you would like to show your posts originating from."] = "Der Name der Anwendung von der deine Beiträge stammen sollen.";
|
||||
$a->strings["Use this application name even if another application was used."] = "Verwende diesen Namen auch wenn eine andere Anwendung den Anwendungsnamen bereits gesetzt hat.";
|
||||
$a->strings["Post to blogger"] = "Auf Blogger posten";
|
||||
$a->strings["Blogger Post Settings"] = "Einstellungen zum posten auf Blogger";
|
||||
$a->strings["Enable Blogger Post Plugin"] = "Blogger-Post-Plugin aktivieren";
|
||||
|
|
@ -1770,15 +1778,10 @@ $a->strings["October"] = "Oktober";
|
|||
$a->strings["November"] = "November";
|
||||
$a->strings["December"] = "Dezember";
|
||||
$a->strings["bytes"] = "Byte";
|
||||
$a->strings["remove"] = "löschen";
|
||||
$a->strings["[remove]"] = "[löschen]";
|
||||
$a->strings["Categories:"] = "Kategorien:";
|
||||
$a->strings["Filed under:"] = "Abgelegt unter:";
|
||||
$a->strings["Click to open/close"] = "Zum öffnen/schließen klicken";
|
||||
$a->strings["default"] = "Standard";
|
||||
$a->strings["Select an alternate language"] = "Alternative Sprache auswählen";
|
||||
$a->strings["activity"] = "Aktivität";
|
||||
$a->strings["comment"] = "Kommentar";
|
||||
$a->strings["post"] = "Beitrag";
|
||||
$a->strings["Item filed"] = "Beitrag abgelegt";
|
||||
$a->strings["Sharing notification from Diaspora network"] = "Freigabe-Benachrichtigung von Diaspora";
|
||||
|
|
@ -1947,6 +1950,9 @@ $a->strings["Send PM"] = "Private Nachricht senden";
|
|||
$a->strings["%1\$s poked %2\$s"] = "%1\$s hat %2\$s angestupst";
|
||||
$a->strings["post/item"] = "Nachricht/Beitrag";
|
||||
$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s hat %2\$s\\s %3\$s als Favorit markiert";
|
||||
$a->strings["Categories:"] = "Kategorien";
|
||||
$a->strings["Filed under:"] = "Abgelegt unter:";
|
||||
$a->strings["remove"] = "löschen";
|
||||
$a->strings["Delete Selected Items"] = "Lösche die markierten Beiträge";
|
||||
$a->strings["%s likes this."] = "%s mag das.";
|
||||
$a->strings["%s doesn't like this."] = "%s mag das nicht.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue