2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2016-03-24 08:57:28 +03:00
|
|
|
"You commented" : "Du hast kommentiert",
|
2016-03-10 09:55:35 +03:00
|
|
|
"%1$s commented" : "%1$s kommentierte",
|
2016-03-24 08:57:28 +03:00
|
|
|
"You commented on %2$s" : "Du hast %2$s kommentiert",
|
2016-03-10 09:55:35 +03:00
|
|
|
"%1$s commented on %2$s" : "%1$s kommentierte %2$s",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Comments" : "Kommentare",
|
2016-03-10 09:55:35 +03:00
|
|
|
"Type in a new comment..." : "Bitte gib einen neuen Kommentar ein...",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Delete comment" : "Kommentar löschen",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Post" : "Speichern",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Cancel" : "Abbrechen",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Edit comment" : "Kommentar bearbeiten",
|
2016-02-17 09:56:11 +03:00
|
|
|
"[Deleted user]" : "[Gelöschter Benutzer]",
|
2016-03-10 09:55:35 +03:00
|
|
|
"No other comments available" : "Keine anderen Kommentare vorhanden",
|
2016-02-25 09:58:06 +03:00
|
|
|
"More comments..." : "Weitere Kommentare...",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Save" : "Speichern",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Allowed characters {count} of {max}" : "Erlaubte Zeichen {count} von {max}",
|
|
|
|
"{count} unread comments" : "{count} ungelesene Kommentare",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Comment" : "Kommentar"
|
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|