mooxphp/moox

View on GitHub
packages/core/resources/lang/it/comment.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [

    'comment' => 'Comment',
    'comments' => 'Comments',
    'no_comments' => 'No comments',
    'no_comment' => 'No comment',
    'comment_id' => 'Comment ID',
    'comment_post_ID' => 'Comment Post ID',
    'comment_author' => 'Comment Author',
    'comment_author_email' => 'Comment Author Email',
    'comment_author_url' => 'Comment Author Url',
    'comment_author_IP' => 'Comment Author IP',
    'comment_date' => 'Comment Date',
    'comment_date_gmt' => 'Comment Date GMT',
    'comment_content' => 'Comment Content',
    'comment_karma' => 'Comment Karma',
    'comment_approved' => 'Comment approved',
    'comment_agent' => 'Comment Agent',
    'comment_parent' => 'Comment Parent',
    'comment_type' => 'Comment Type',
    'comment_status' => 'Comment Status',
    'comment_count' => 'Comment count',
    'wp_comment_meta' => 'WP Comment Meta',
    'wp_comment_metas' => 'WP Comment Metas',

];