Merge https://github.com/codeshell/grav-plugin-comments into develop
This commit is contained in:
commit
be0eca0ff5
10 changed files with 1071 additions and 391 deletions
|
@ -1,13 +1,22 @@
|
|||
de:
|
||||
PLUGIN_COMMENTS:
|
||||
ADD_NEW: Kommentar hinzufügen
|
||||
ADD_REPLY: Auf Kommentar antworten
|
||||
ADD_COMMENT: Kommentar hinzufügen
|
||||
AKISMET: Akismet
|
||||
AKISMET_KEY_API: Akismet API Key
|
||||
AKISMET_SITE_OVERRIDE: Akismet Site Override
|
||||
DELETE_COMMENT: Kommentar löschen
|
||||
REPLY: Antworten
|
||||
DELETE: Löschen
|
||||
SUCCESS: "Der Kommentar wurde erfolgreich gespeichert."
|
||||
COMMENTS: Kommentare
|
||||
COMMENTS_NESTED: Nested Comments
|
||||
COMMENTS_NONE: There are no comments yet.
|
||||
COMMENTS_PINGBACKS: Pingbacks
|
||||
COMMENTS_STATS: Kommentare
|
||||
RECENT_COMMENTS: Neue Kommentare
|
||||
RECENT_PAGES: Kommentierte Seiten
|
||||
EMAIL_NOT_CONFIGURED: Email nicht konfiguriert
|
||||
NEW_COMMENT_EMAIL_SUBJECT: 'Neuer Kommentar für %1$s'
|
||||
NEW_COMMENT_EMAIL_BODY: '<p>Ein neuer Kommentar am %1$s von %3$s (%4$s).</p><p>Seite: %2$s</p><p>Text: %5$s</p>'
|
||||
|
@ -30,14 +39,23 @@ de:
|
|||
|
||||
en:
|
||||
PLUGIN_COMMENTS:
|
||||
ADD_NEW: Add a comment
|
||||
ADD_REPLY: Reply to comment
|
||||
ADD_COMMENT: Add a comment
|
||||
AKISMET: Akismet
|
||||
AKISMET_KEY_API: Akismet API Key
|
||||
AKISMET_SITE_OVERRIDE: Akismet Site Override
|
||||
DELETE_COMMENT: Delete comment
|
||||
REPLY: Reply
|
||||
DELETE: Delete
|
||||
SUCCESS: "Comment has been saved successfully."
|
||||
COMMENTS: Comments
|
||||
COMMENTS_NESTED: Nested Comments
|
||||
COMMENTS_NONE: There are no comments yet.
|
||||
COMMENTS_PINGBACKS: Pingbacks
|
||||
COMMENTS_STATS: Comments
|
||||
RECENT_COMMENTS: Recent comments
|
||||
RECENT_PAGES: Commented pages
|
||||
EMAIL_NOT_CONFIGURED: Email not configured
|
||||
NEW_COMMENT_EMAIL_SUBJECT: 'New comment on %1$s'
|
||||
NEW_COMMENT_EMAIL_BODY: '<p>A new comment was made on %1$s by %3$s (%4$s).</p><p>Page: %2$s</p><p>Text: %5$s</p>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue