21 lines
666 B
PHP
21 lines
666 B
PHP
<?php
|
|
$lang->custom->common = 'Custom';
|
|
$lang->custom->index = 'Index';
|
|
$lang->custom->setCustom = 'Set custom';
|
|
$lang->custom->restore = 'restore';
|
|
$lang->custom->key = 'Key';
|
|
$lang->custom->value = 'Value';
|
|
|
|
$lang->custom->story = 'Story';
|
|
$lang->custom->task = 'Task';
|
|
$lang->custom->bug = 'Bug';
|
|
$lang->custom->testcase = 'Test case';
|
|
$lang->custom->testtask = 'Test task';
|
|
$lang->custom->todo = 'Todo';
|
|
$lang->custom->user = 'User';
|
|
|
|
$lang->custom->currentLang = 'For current language';
|
|
$lang->custom->allLang = 'For all language';
|
|
|
|
$lang->custom->confirmRestore = 'Are you sure to restore the default lang setting?';
|