7 lines
163 B
PHP
7 lines
163 B
PHP
<?php
|
|
// Text
|
|
$_['text_recommended'] = 'Recommended';
|
|
$_['text_install'] = 'Install';
|
|
$_['text_uninstall'] = 'Uninstall';
|
|
$_['text_delete'] = 'Delete';
|