mooxphp/moox

View on GitHub
packages/core/resources/lang/nl/post.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    // Press refers to the package name Moox Press, don't translate this
    'press' => 'Press',
    // Posts refers to the posts in the package Moox Press (WordPress)
    'post' => 'Post',
    // Posts refers to the posts in the package Moox Press (WordPress)
    'posts' => 'Posts',
    'post_author' => 'Post Auteur',
    'post_date' => 'Post Datum',
    'post_date_gmt' => 'Post Datum GMT',
    'post_content' => 'Post Inhoud',
    'post_title' => 'Post Titel',
    'post_excerpt' => 'Post Fragment',
    'post_status' => 'Post Status',
    'ping_status' => 'Ping Status',
    'post_password' => 'Post Wachtwoord',
    'post_name' => 'Post Naam',
    'post_id' => 'Post-ID',
    'to_ping' => 'Om te Pingen',
    'pinged' => 'Gepingd',
    'post_modified' => 'Post gewijzigd',
    'post_modified_gmt' => 'Post gewijzigd GMT',
    'post_content_filtered' => 'Post Inhoud gefilterd',
    'post_parent' => '',
    'post_type' => 'Post Type',
    'post_mime_type' => 'Post Mime-type',
];