10 lines
253 B
PHP
10 lines
253 B
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Laajennukset';
|
|
|
|
// Text
|
|
$_['text_success'] = 'Success: You have modified extensions!';
|
|
$_['text_list'] = 'Extension List';
|
|
$_['text_type'] = 'Choose the extension type';
|
|
$_['text_filter'] = 'Suodatin';
|