Added 'Build with debug' button for Admin on project page. Issue #22
This commit is contained in:
parent
96aa345dc0
commit
ebb08d868b
9 changed files with 29 additions and 8 deletions
|
|
@ -66,7 +66,8 @@ PHP Censor',
|
|||
'manage_users' => 'Manage Users',
|
||||
'plugins' => 'Plugins',
|
||||
'view' => 'View',
|
||||
'build_now' => 'Build Now',
|
||||
'build_now' => 'Build now',
|
||||
'build_now_debug' => 'Build now with debug',
|
||||
'edit_project' => 'Edit Project',
|
||||
'delete_project' => 'Delete Project',
|
||||
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ PHP Censor',
|
|||
'plugins' => 'Плагины',
|
||||
'view' => 'Отчет',
|
||||
'build_now' => 'Собрать',
|
||||
'build_now_debug' => 'Собрать в режиме отладки',
|
||||
'edit_project' => 'Редактировать проект',
|
||||
'delete_project' => 'Удалить проект',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue