Skip to content

Commit

Permalink
Update blog.php
Browse files Browse the repository at this point in the history
  • Loading branch information
escuccim committed Aug 7, 2018
1 parent 1cb9a05 commit 5244e9d
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions src/resources/lang/de/blog.php
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
<?php
return [
'archives' => 'Archives',
'labels' => 'Labels',
'comments' => 'Comments',
'login' => 'Login',
'register' => 'Register',
'or' => 'or',
'toleaveacomment' => 'to leave a comment.',
'leaveacomment' => 'Leave a Comment',
'noofcomments' => 'comments',
'nocomments' => 'No comments',
'by' => 'By',
'entercomment' => 'Enter your comment here',
'postcomment' => 'Post Comment',
'showallposts' => 'Show all posts.',
'showinglabel' => 'Showing posts with label:',
'at' => 'at',
'commentposted' => 'Your comment has been posted.',
'labelstitle' => 'Articles Tagged',
'addpost' => 'Add Blog Post',
'editpost' => 'Edit Post',
'deletepost' => 'Delete Post',
'edit' => 'Edit',
'title' => 'Title',
'slug' => 'Slug',
'body' => 'Body',
'tags' => 'Labels',
'publish_on' => 'Publish On',
'published' => 'Published',
'update' => 'Update Article',
'addpost' => 'Add Article',
'yes' => 'Yes',
'no' => 'No',
'writeanewarticle' => 'Write a New Article',
'reply' => 'Reply',
'delete' => 'Delete',
'image' => 'Image',
'archives' => 'Archiv',
'labels' => 'Etiketten',
'comments' => 'Bemerkungen',
'login' => 'Anmeldung',
'register' => 'Registrieren',
'or' => 'oder',
'toleaveacomment' => 'einen Kommentar hinterlassen.',
'leaveacomment' => 'Hinterlasse einen Kommentar',
'noofcomments' => 'Kommentare',
'nocomments' => 'Keine Kommentare',
'by' => 'Von',
'entercomment' => 'Geben Sie hier Ihren Kommentar ein',
'postcomment' => 'Kommentar hinzufügen',
'showallposts' => 'Zeige alle Artikel.',
'showinglabel' => 'Einträge mit Label anzeigen:',
'at' => 'um',
'commentposted' => 'Dein Kommentar wurde veröffentlicht.',
'labelstitle' => 'Artikel mit Tags',
'addpost' => 'Blogpost hinzufügen',
'editpost' => 'Blogpost bearbeiten',
'deletepost' => 'Beitrag entfernen',
'edit' => 'Bearbeiten',
'title' => 'Titel',
'slug' => 'Schnecke',
'body' => 'Körper ',
'tags' => 'Etiketten',
'publish_on' => 'Veröffentlichen am',
'published' => 'Veröffentlicht',
'update' => 'Artikel aktualisieren',
'addpost' => 'Artikel hinzufügen',
'yes' => 'Ja',
'no' => 'Nein',
'writeanewarticle' => 'Schreibe einen neuen Artikel',
'reply' => 'Antworten',
'delete' => 'Löschen',
'image' => 'Bild',
];

0 comments on commit 5244e9d

Please sign in to comment.