This repository has been archived on 2021-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
blog-legacy/assets/lang/en.php

7 lines
98 B
PHP
Executable File

<?php
$lang = array(
'homeMenu' => 'Return to home',
'writeArticle' => 'Write an article'
);
?>