mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
10 lines
284 B
PHP
10 lines
284 B
PHP
|
<?php
|
||
|
|
||
|
global $lang;
|
||
|
|
||
|
$lang['en_US']['DocumentationSearch']['SEARCHRESULTS'] = 'Search Results';
|
||
|
$lang['en_US']['DocumentationViewer']['CHANGE'] = 'Change';
|
||
|
$lang['en_US']['DocumentationViewer']['LANGUAGE'] = 'Language';
|
||
|
$lang['en_US']['DocumentationViewer']['SEARCH'] = 'Search';
|
||
|
|
||
|
?>
|