mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 03:27:08 +00:00
24 lines
646 B
PHP
24 lines
646 B
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Language Translation';
|
|
|
|
// Text
|
|
$_['text_edit'] = 'Edit Translation';
|
|
$_['text_list'] = 'Translation List';
|
|
$_['text_translation'] = 'Choose a translation';
|
|
$_['text_translation'] = 'Translations';
|
|
|
|
// Column
|
|
$_['column_flag'] = 'Flag';
|
|
$_['column_country'] = 'Country';
|
|
$_['column_progress'] = 'Translation Progress';
|
|
$_['column_action'] = 'Action';
|
|
|
|
// button
|
|
$_['button_install'] = 'Install';
|
|
$_['button_uninstall'] = 'Uninstall';
|
|
$_['button_refresh'] = 'Refresh';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Warning: You do not have permission to modify language translation!';
|