mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
7ee0ec6158
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41908 467b73ca-7a2a-4603-9d3b-597d59a354a9
16 lines
256 B
PHP
Executable File
16 lines
256 B
PHP
Executable File
<?php
|
|
|
|
global $lang;
|
|
|
|
$lang['en_US']['LeftAndMain']['HELLO'] = array(
|
|
'Site content',
|
|
100,
|
|
'Menu title'
|
|
);
|
|
$lang['en_US']['LeftAndMain']['FILESIMAGES'] = array(
|
|
'Files & Images',
|
|
100
|
|
);
|
|
$lang['en_US']['LeftAndMain']['NEWSLETTERS'] = 'Newsletters';
|
|
|
|
?>
|