mirror of
https://github.com/Relintai/crystal_cms_rcpp_fw.git
synced 2025-04-22 20:41:18 +02:00
41 lines
748 B
PHP
41 lines
748 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Menu Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| This file contains all the menukeys, and associated strings.
|
|
|
|
|
*/
|
|
|
|
'home' => 'Home',
|
|
'news' => 'News',
|
|
|
|
'forum' => 'Forum',
|
|
|
|
'signup' => 'Sign Up',
|
|
'login' => 'Login',
|
|
'logout' => 'Logout',
|
|
|
|
'devblog' => 'Devblog',
|
|
'blog' => 'Blog',
|
|
'changelogs' => 'Changelogs',
|
|
'webplayer' => 'WebPlayer',
|
|
'webgl' => 'WebGL',
|
|
|
|
'gallery' => 'Gallery',
|
|
|
|
'links' => 'Links',
|
|
|
|
'about' => 'About',
|
|
|
|
'contact' => 'Contact',
|
|
|
|
'sitemap' => 'Sitemap',
|
|
|
|
'test' => 'Test',
|
|
];
|