* Rename project common to execution common.
This commit is contained in:
@@ -89,7 +89,7 @@ $lang->user->setPublicTemplate = 'Set as Public Template';
|
||||
$lang->user->tplContentNotEmpty = 'Vorlageninhalt darf nicht leer sein!';
|
||||
|
||||
$lang->user->profile = 'Profil';
|
||||
$lang->user->project = $lang->projectCommon;
|
||||
$lang->user->project = $lang->executionCommon;
|
||||
$lang->user->task = 'Aufgaben';
|
||||
$lang->user->bug = 'Bugs';
|
||||
$lang->user->test = 'Tests';
|
||||
|
||||
@@ -89,7 +89,7 @@ $lang->user->setPublicTemplate = 'Set as Public Template';
|
||||
$lang->user->tplContentNotEmpty = 'The template content cannot be empty!';
|
||||
|
||||
$lang->user->profile = 'Profile';
|
||||
$lang->user->project = $lang->projectCommon . 's';
|
||||
$lang->user->project = $lang->executionCommon . 's';
|
||||
$lang->user->task = 'Tasks';
|
||||
$lang->user->bug = 'Bugs';
|
||||
$lang->user->test = 'Test';
|
||||
|
||||
@@ -89,7 +89,7 @@ $lang->user->setPublicTemplate = 'Définir comme Modèle Public';
|
||||
$lang->user->tplContentNotEmpty = 'Le contenu du modèle ne peut pas être vide !';
|
||||
|
||||
$lang->user->profile = 'Profil';
|
||||
$lang->user->project = $lang->projectCommon . 's';
|
||||
$lang->user->project = $lang->executionCommon . 's';
|
||||
$lang->user->task = 'Tâches';
|
||||
$lang->user->bug = 'Bugs';
|
||||
$lang->user->test = 'Test';
|
||||
|
||||
@@ -89,7 +89,7 @@ $lang->user->setPublicTemplate = 'Thiết lập thành mẫu công khai';
|
||||
$lang->user->tplContentNotEmpty = 'Nội dung mẫu này không thể để trống!';
|
||||
|
||||
$lang->user->profile = 'Hồ sơ';
|
||||
$lang->user->project = $lang->projectCommon;
|
||||
$lang->user->project = $lang->executionCommon;
|
||||
$lang->user->task = 'Nhiệm vụ';
|
||||
$lang->user->bug = 'Bugs';
|
||||
$lang->user->test = 'Test';
|
||||
|
||||
@@ -89,7 +89,7 @@ $lang->user->setPublicTemplate = '设为公共模板';
|
||||
$lang->user->tplContentNotEmpty = '模板内容不能为空!';
|
||||
|
||||
$lang->user->profile = '档案';
|
||||
$lang->user->project = $lang->projectCommon;
|
||||
$lang->user->project = $lang->executionCommon;
|
||||
$lang->user->task = '任务';
|
||||
$lang->user->bug = 'Bug';
|
||||
$lang->user->test = '测试';
|
||||
|
||||
@@ -87,7 +87,7 @@ $lang->user->setPublicTemplate = '設為公共模板';
|
||||
$lang->user->tplContentNotEmpty = '模板內容不能為空!';
|
||||
|
||||
$lang->user->profile = '檔案';
|
||||
$lang->user->project = $lang->projectCommon;
|
||||
$lang->user->project = $lang->executionCommon;
|
||||
$lang->user->task = '任務';
|
||||
$lang->user->bug = 'Bug';
|
||||
$lang->user->test = '測試';
|
||||
|
||||
Reference in New Issue
Block a user