17 lines
557 B
PHP
17 lines
557 B
PHP
<?php
|
|
|
|
$txt_str['toolbar'] = [
|
|
'btn_adjust' => 'Adjust',
|
|
'open_settings' => 'Open settings',
|
|
'btn_translate' => 'Translate',
|
|
'btn_edit_content' => 'Edit content',
|
|
'edit_page_content' => 'Edit the content of the page',
|
|
'btn_admin' => 'Administration',
|
|
'open_admin' => 'Open the e-shop administration',
|
|
'translate_page_content' => 'Translate the content of the page',
|
|
'btn_logout' => 'Log out',
|
|
'seo_toolbar' => 'SEO toolbar',
|
|
'cache_toolbar' => 'Load without cache',
|
|
'symfony_toolbar' => 'Symfony toolbar',
|
|
];
|