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
Raw Normal View History

2020-03-06 09:37:56 +01:00
<?php
$lang = array(
2020-03-06 18:25:00 +01:00
'homeMenu' => 'Return to home',
'writeArticle' => 'Write an article'
2020-03-06 09:37:56 +01:00
);
?>