mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
lang
This commit is contained in:
21
resources/lang/vendor/comments/de/comments.php
vendored
Normal file
21
resources/lang/vendor/comments/de/comments.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'approve_comment' => 'Kommenar freigeben',
|
||||
'awaits_approval' => 'wartet auf Freigabe',
|
||||
'cancel' => 'Abbrechen',
|
||||
'copied' => 'kopiert',
|
||||
'create_comment' => 'Kommentar verfassen',
|
||||
'create_reply' => 'Antwort erstellen',
|
||||
'delete' => 'löschen',
|
||||
'delete_confirmation_text' => 'delete_confirmation_text',
|
||||
'delete_confirmation_title' => 'delete_confirmation_title',
|
||||
'edit' => 'editieren',
|
||||
'edit_comment' => 'Kommentar editieren',
|
||||
'guest' => 'Gast',
|
||||
'just_now' => 'Gerade eben',
|
||||
'no_comments_yet' => 'bisher keine Kommentare',
|
||||
'reject_comment' => 'Kommentar ablehnen',
|
||||
'write_comment' => 'Kommentar schreiben',
|
||||
'write_reply' => 'Antwort schreiben',
|
||||
);
|
||||
Reference in New Issue
Block a user