mooxphp/moox

View on GitHub
packages/press-wiki/resources/lang/en/translations.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'wiki' => 'Wiki',
    'wikis' => 'Wikis',
    'wiki-topic' => 'Topic',
    'wiki-topics' => 'Topics',
    'wiki-letter-topic' => 'Letter ',
    'wiki-letter-topics' => 'Letters ',
    'wiki-company-topic' => 'Company',
    'wiki-company-topics' => 'Companies',
    'wiki-department-topic' => 'Department',
    'wiki-department-topics' => 'Departments',
    'wiki-location-topic' => 'Location',
    'wiki-location-topics' => 'Locations',
];