mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 03:27:08 +00:00
17 lines
475 B
PHP
17 lines
475 B
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Dashboard';
|
|
|
|
// Text
|
|
$_['text_success'] = 'Success: You have modified dashboards!';
|
|
$_['text_list'] = 'Dashboard List';
|
|
|
|
// Column
|
|
$_['column_name'] = 'Dashboard Name';
|
|
$_['column_width'] = 'Width';
|
|
$_['column_status'] = 'Status';
|
|
$_['column_sort_order'] = 'Sort Order';
|
|
$_['column_action'] = 'Action';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Warning: You do not have permission to modify dashboards!'; |