* Modify project to variable.
This commit is contained in:
@@ -17,7 +17,7 @@ $lang->bug->branch = 'Branch/Platform';
|
||||
$lang->bug->productplan = 'Plan';
|
||||
$lang->bug->module = 'Modul';
|
||||
$lang->bug->moduleAB = 'Modul';
|
||||
$lang->bug->project = 'Project';
|
||||
$lang->bug->project = $lang->projectCommon;
|
||||
$lang->bug->execution = $lang->execution->common;
|
||||
$lang->bug->kanban = 'Kanban';
|
||||
$lang->bug->story = 'Story';
|
||||
@@ -95,9 +95,9 @@ $lang->bug->toCase = 'Zu Fall';
|
||||
$lang->bug->colorTag = 'Farb Tag';
|
||||
$lang->bug->fixedRate = 'Fixed Rate';
|
||||
$lang->bug->noticefeedbackBy = 'NoticeFeedbackBy';
|
||||
$lang->bug->selectProjects = 'Select Projects';
|
||||
$lang->bug->selectProjects = "Select {$lang->projectCommon}s";
|
||||
$lang->bug->nextStep = 'Next Step';
|
||||
$lang->bug->noProject = 'Haven’t chosen a project yet.';
|
||||
$lang->bug->noProject = "Haven’t chosen a {$lang->projectCommon} yet.";
|
||||
$lang->bug->noExecution = 'Haven’t chosen a ' . strtolower($lang->execution->common) . ' yet.';
|
||||
|
||||
/* Method list. */
|
||||
@@ -154,7 +154,7 @@ $lang->bug->overdueBugs = 'Überfällig';
|
||||
$lang->bug->allBugs = 'Alle';
|
||||
$lang->bug->byQuery = 'Suche';
|
||||
$lang->bug->needConfirm = 'Story geändert';
|
||||
$lang->bug->allProject = 'All Projects';
|
||||
$lang->bug->allProject = "All {$lang->projectCommon}s";
|
||||
$lang->bug->allProduct = 'Alle' . $lang->productCommon;
|
||||
$lang->bug->my = 'Meine';
|
||||
$lang->bug->yesterdayResolved = 'Gestern gelöst ';
|
||||
@@ -192,8 +192,8 @@ global $config;
|
||||
/* Legend list. */
|
||||
$lang->bug->legendBasicInfo = 'Basis Info';
|
||||
$lang->bug->legendAttatch = 'Anlagen';
|
||||
$lang->bug->legendPRJExecStoryTask = 'Project/' . $lang->executionCommon . '/Story/Task';
|
||||
$lang->bug->legendExecStoryTask = 'Porject/Story/Task';
|
||||
$lang->bug->legendPRJExecStoryTask = "{$lang->SRCommon}/{$lang->executionCommon}/Story/Task";
|
||||
$lang->bug->legendExecStoryTask = "{$lang->SRCommon}/Story/Task";
|
||||
$lang->bug->lblTypeAndSeverity = 'Typ/Schwere';
|
||||
$lang->bug->lblSystemBrowserAndHardware = 'System/Browser';
|
||||
$lang->bug->legendSteps = 'Reproduktionsschritte';
|
||||
|
||||
@@ -17,7 +17,7 @@ $lang->bug->branch = 'Branch/Platform';
|
||||
$lang->bug->productplan = 'Plan';
|
||||
$lang->bug->module = 'Module';
|
||||
$lang->bug->moduleAB = 'Module';
|
||||
$lang->bug->project = 'Project';
|
||||
$lang->bug->project = $lang->projectCommon;
|
||||
$lang->bug->execution = $lang->execution->common;
|
||||
$lang->bug->kanban = 'Kanban';
|
||||
$lang->bug->story = 'Story';
|
||||
@@ -95,9 +95,9 @@ $lang->bug->toCase = 'To Case';
|
||||
$lang->bug->colorTag = 'Color';
|
||||
$lang->bug->fixedRate = 'Fixed Rate';
|
||||
$lang->bug->noticefeedbackBy = 'NoticeFeedbackBy';
|
||||
$lang->bug->selectProjects = 'Select Projects';
|
||||
$lang->bug->selectProjects = "Select {$lang->projectCommon}s";
|
||||
$lang->bug->nextStep = 'Next Step';
|
||||
$lang->bug->noProject = 'Haven’t chosen a project yet.';
|
||||
$lang->bug->noProject = "Haven’t chosen a {$lang->projectCommon} yet.";
|
||||
$lang->bug->noExecution = 'Haven’t chosen a ' . strtolower($lang->execution->common) . ' yet.';
|
||||
|
||||
/* Method list. */
|
||||
@@ -192,8 +192,8 @@ global $config;
|
||||
/* Legend list. */
|
||||
$lang->bug->legendBasicInfo = 'Basic Info';
|
||||
$lang->bug->legendAttatch = 'Files';
|
||||
$lang->bug->legendPRJExecStoryTask = 'Project/' . $lang->executionCommon . '/Story/Task';
|
||||
$lang->bug->legendExecStoryTask = 'Porject/Story/Task';
|
||||
$lang->bug->legendPRJExecStoryTask = "{$lang->SRCommon}/{$lang->executionCommon}/Story/Task";
|
||||
$lang->bug->legendExecStoryTask = "{$lang->SRCommon}/Story/Task";
|
||||
$lang->bug->lblTypeAndSeverity = 'Type/Severity';
|
||||
$lang->bug->lblSystemBrowserAndHardware = 'System/Browser';
|
||||
$lang->bug->legendSteps = 'Repro Steps';
|
||||
|
||||
@@ -17,7 +17,7 @@ $lang->bug->branch = 'Branche/Plateforme';
|
||||
$lang->bug->productplan = 'Plan';
|
||||
$lang->bug->module = 'Module';
|
||||
$lang->bug->moduleAB = 'Module';
|
||||
$lang->bug->project = 'Project';
|
||||
$lang->bug->project = $lang->projectCommon;
|
||||
$lang->bug->execution = $lang->execution->common;
|
||||
$lang->bug->kanban = 'Kanban';
|
||||
$lang->bug->story = 'Story';
|
||||
@@ -95,9 +95,9 @@ $lang->bug->toCase = 'vers CasTest';
|
||||
$lang->bug->colorTag = 'Couleur';
|
||||
$lang->bug->fixedRate = 'Repair Rate';
|
||||
$lang->bug->noticefeedbackBy = 'NoticeFeedbackBy';
|
||||
$lang->bug->selectProjects = 'Select Projects';
|
||||
$lang->bug->selectProjects = "Select {$lang->projectCommon}s";
|
||||
$lang->bug->nextStep = 'Next Step';
|
||||
$lang->bug->noProject = 'Haven’t chosen a project yet.';
|
||||
$lang->bug->noProject = "Haven’t chosen a {$lang->projectCommon} yet.";
|
||||
$lang->bug->noExecution = 'Haven’t chosen a ' . strtolower($lang->execution->common) . ' yet.';
|
||||
|
||||
/* Method list. */
|
||||
@@ -154,7 +154,7 @@ $lang->bug->overdueBugs = 'Retard';
|
||||
$lang->bug->allBugs = 'Tous';
|
||||
$lang->bug->byQuery = 'Rechercher';
|
||||
$lang->bug->needConfirm = 'Story Changée';
|
||||
$lang->bug->allProject = 'All Projects';
|
||||
$lang->bug->allProject = "All {$lang->projectCommon}s";
|
||||
$lang->bug->allProduct = 'Tous les ' . $lang->productCommon . 's';
|
||||
$lang->bug->my = 'Mes';
|
||||
$lang->bug->yesterdayResolved = 'Bugs Résolus Hier ';
|
||||
@@ -192,8 +192,8 @@ global $config;
|
||||
/* Legend list. */
|
||||
$lang->bug->legendBasicInfo = 'Infos de Base';
|
||||
$lang->bug->legendAttatch = 'Fichiers';
|
||||
$lang->bug->legendPRJExecStoryTask = 'Project/' . $lang->executionCommon . '/Story/Task';
|
||||
$lang->bug->legendExecStoryTask = 'Porject/Story/Task';
|
||||
$lang->bug->legendPRJExecStoryTask = "{$lang->SRCommon}/{$lang->executionCommon}/Story/Task";
|
||||
$lang->bug->legendExecStoryTask = "{$lang->SRCommon}/Story/Task";
|
||||
$lang->bug->lblTypeAndSeverity = 'Type/Severité';
|
||||
$lang->bug->lblSystemBrowserAndHardware = 'Système/Browser';
|
||||
$lang->bug->legendSteps = 'Etapes Repro';
|
||||
|
||||
@@ -17,7 +17,7 @@ $lang->bug->branch = '平台/分支';
|
||||
$lang->bug->productplan = '所属' . '计划';
|
||||
$lang->bug->module = '所属模块';
|
||||
$lang->bug->moduleAB = '模块';
|
||||
$lang->bug->project = '所属项目';
|
||||
$lang->bug->project = '所属' . $lang->projectCommon;
|
||||
$lang->bug->execution = '所属' . $lang->execution->common;
|
||||
$lang->bug->kanban = '所属看板';
|
||||
$lang->bug->story = "相关需求";
|
||||
@@ -95,9 +95,9 @@ $lang->bug->toCase = '生成用例';
|
||||
$lang->bug->colorTag = '颜色标签';
|
||||
$lang->bug->fixedRate = '修复率';
|
||||
$lang->bug->noticefeedbackBy = '通知反馈者';
|
||||
$lang->bug->selectProjects = '选择项目';
|
||||
$lang->bug->selectProjects = '选择' . $lang->projectCommon;
|
||||
$lang->bug->nextStep = '下一步';
|
||||
$lang->bug->noProject = '还没有选择项目!';
|
||||
$lang->bug->noProject = "还没有选择{$lang->projectCommon}!";
|
||||
$lang->bug->noExecution = "还没有选择{$lang->execution->common}!";
|
||||
|
||||
/* 方法列表。*/
|
||||
@@ -154,7 +154,7 @@ $lang->bug->overdueBugs = '过期Bug';
|
||||
$lang->bug->allBugs = '所有';
|
||||
$lang->bug->byQuery = '搜索';
|
||||
$lang->bug->needConfirm = "{$lang->SRCommon}变动";
|
||||
$lang->bug->allProject = '所有项目';
|
||||
$lang->bug->allProject = '所有' . $lang->projectCommon;
|
||||
$lang->bug->allProduct = '所有' . $lang->productCommon;
|
||||
$lang->bug->my = '我的';
|
||||
$lang->bug->yesterdayResolved = '昨天解决Bug数';
|
||||
@@ -192,8 +192,8 @@ global $config;
|
||||
/* legend列表。*/
|
||||
$lang->bug->legendBasicInfo = '基本信息';
|
||||
$lang->bug->legendAttatch = '附件';
|
||||
$lang->bug->legendPRJExecStoryTask = "项目/{$lang->executionCommon}/{$lang->SRCommon}/任务";
|
||||
$lang->bug->legendExecStoryTask = "项目/{$lang->SRCommon}/任务";
|
||||
$lang->bug->legendPRJExecStoryTask = "{$lang->projectCommon}/{$lang->executionCommon}/{$lang->SRCommon}/任务";
|
||||
$lang->bug->legendExecStoryTask = "{$lang->projectCommon}/{$lang->SRCommon}/任务";
|
||||
$lang->bug->lblTypeAndSeverity = '类型/严重程度';
|
||||
$lang->bug->lblSystemBrowserAndHardware = '系统/浏览器';
|
||||
$lang->bug->legendSteps = '重现步骤';
|
||||
|
||||
@@ -85,7 +85,7 @@ $lang->kanban->importExecution = $lang->execution->common;
|
||||
$lang->kanban->importBuild = 'Build';
|
||||
$lang->kanban->importTicket = 'Ticket';
|
||||
$lang->kanban->allKanban = 'All Kanban';
|
||||
$lang->kanban->allProjects = 'All Projects';
|
||||
$lang->kanban->allProjects = "All {$lang->projectCommon}s";
|
||||
$lang->kanban->allProducts = 'All Products';
|
||||
$lang->kanban->mine = 'Mine';
|
||||
$lang->kanban->alignment = 'Alignment';
|
||||
@@ -128,7 +128,7 @@ $lang->kanban->cardCountTip = 'Please enter the number of cards';
|
||||
|
||||
$lang->kanban->selectedKanban = 'Please select Kanban';
|
||||
$lang->kanban->selectedProduct = 'Please select Product';
|
||||
$lang->kanban->selectedProject = 'Please select Project';
|
||||
$lang->kanban->selectedProject = 'Please select ' . $lang->projectCommon;
|
||||
$lang->kanban->selectedLane = 'Target Lane';
|
||||
|
||||
$lang->kanban->aclGroup['open'] = 'Open';
|
||||
|
||||
@@ -85,7 +85,7 @@ $lang->kanban->importExecution = $lang->execution->common;
|
||||
$lang->kanban->importBuild = 'Build';
|
||||
$lang->kanban->importTicket = 'Ticket';
|
||||
$lang->kanban->allKanban = 'All Kanban';
|
||||
$lang->kanban->allProjects = 'All Projects';
|
||||
$lang->kanban->allProjects = "All {$lang->projectCommon}s";
|
||||
$lang->kanban->allProducts = 'All Products';
|
||||
$lang->kanban->mine = 'Mine';
|
||||
$lang->kanban->alignment = 'Alignment';
|
||||
@@ -128,7 +128,7 @@ $lang->kanban->cardCountTip = 'Please enter the number of cards';
|
||||
|
||||
$lang->kanban->selectedKanban = 'Please select Kanban';
|
||||
$lang->kanban->selectedProduct = 'Please select Product';
|
||||
$lang->kanban->selectedProject = 'Please select Project';
|
||||
$lang->kanban->selectedProject = 'Please select ' . $lang->projectCommon;
|
||||
$lang->kanban->selectedLane = 'Target Lane';
|
||||
|
||||
$lang->kanban->aclGroup['open'] = 'Open';
|
||||
|
||||
@@ -85,7 +85,7 @@ $lang->kanban->importExecution = $lang->execution->common;
|
||||
$lang->kanban->importBuild = 'Build';
|
||||
$lang->kanban->importTicket = 'Ticket';
|
||||
$lang->kanban->allKanban = 'All Kanban';
|
||||
$lang->kanban->allProjects = 'All Projects';
|
||||
$lang->kanban->allProjects = "All {$lang->projectCommon}s";
|
||||
$lang->kanban->allProducts = 'All Products';
|
||||
$lang->kanban->mine = 'Mine';
|
||||
$lang->kanban->alignment = 'Alignment';
|
||||
@@ -128,7 +128,7 @@ $lang->kanban->cardCountTip = 'Please enter the number of cards';
|
||||
|
||||
$lang->kanban->selectedKanban = 'Please select Kanban';
|
||||
$lang->kanban->selectedProduct = 'Please select Product';
|
||||
$lang->kanban->selectedProject = 'Please select Project';
|
||||
$lang->kanban->selectedProject = 'Please select ' . $lang->projectCommon;
|
||||
$lang->kanban->selectedLane = 'Target Lane';
|
||||
|
||||
$lang->kanban->aclGroup['open'] = 'Open';
|
||||
|
||||
@@ -85,7 +85,7 @@ $lang->kanban->importExecution = $lang->execution->common;
|
||||
$lang->kanban->importBuild = '版本';
|
||||
$lang->kanban->importTicket = '工单';
|
||||
$lang->kanban->allKanban = '所有看板';
|
||||
$lang->kanban->allProjects = '所有项目';
|
||||
$lang->kanban->allProjects = '所有' . $lang->projectCommon;
|
||||
$lang->kanban->allProducts = '所有产品';
|
||||
$lang->kanban->mine = '我负责';
|
||||
$lang->kanban->alignment = '列标题对齐方式';
|
||||
@@ -128,7 +128,7 @@ $lang->kanban->cardCountTip = '请输入卡片数量';
|
||||
|
||||
$lang->kanban->selectedKanban = '请选择看板';
|
||||
$lang->kanban->selectedProduct = '请选择产品';
|
||||
$lang->kanban->selectedProject = '请选择项目';
|
||||
$lang->kanban->selectedProject = '请选择' . $lang->projectCommon;
|
||||
$lang->kanban->selectedLane = '目标泳道';
|
||||
|
||||
$lang->kanban->aclGroup['open'] = '公开';
|
||||
|
||||
@@ -14,7 +14,7 @@ $lang->testreport->title = 'Titel';
|
||||
$lang->testreport->product = $lang->productCommon;
|
||||
$lang->testreport->bugTitle = 'Bug Titel';
|
||||
$lang->testreport->storyTitle = 'Story Titel';
|
||||
$lang->testreport->project = 'Projekt';
|
||||
$lang->testreport->project = $lang->projectCommon;
|
||||
$lang->testreport->execution = 'Execution';
|
||||
$lang->testreport->testtask = 'Test Build';
|
||||
$lang->testreport->tasks = $lang->testreport->testtask;
|
||||
|
||||
@@ -14,7 +14,7 @@ $lang->testreport->title = 'Title';
|
||||
$lang->testreport->product = $lang->productCommon;
|
||||
$lang->testreport->bugTitle = 'Bug';
|
||||
$lang->testreport->storyTitle = 'Story';
|
||||
$lang->testreport->project = 'Project';
|
||||
$lang->testreport->project = $lang->projectCommon;
|
||||
$lang->testreport->execution = 'Execution';
|
||||
$lang->testreport->testtask = 'Test Build';
|
||||
$lang->testreport->tasks = $lang->testreport->testtask;
|
||||
@@ -26,7 +26,7 @@ $lang->testreport->end = 'End';
|
||||
$lang->testreport->stories = 'Story Tested';
|
||||
$lang->testreport->bugs = 'Bug Tested';
|
||||
$lang->testreport->builds = 'Build Info';
|
||||
$lang->testreport->goal = 'Project Goal';
|
||||
$lang->testreport->goal = $lang->projectCommon . ' Goal';
|
||||
$lang->testreport->cases = 'Case';
|
||||
$lang->testreport->bugInfo = 'Bug Distribution';
|
||||
$lang->testreport->report = 'Summary';
|
||||
|
||||
@@ -14,7 +14,7 @@ $lang->testreport->title = 'Titre';
|
||||
$lang->testreport->product = $lang->productCommon;
|
||||
$lang->testreport->bugTitle = 'Bug';
|
||||
$lang->testreport->storyTitle = 'Story';
|
||||
$lang->testreport->project = 'Projet';
|
||||
$lang->testreport->project = $lang->projectCommon;
|
||||
$lang->testreport->execution = 'Execution';
|
||||
$lang->testreport->testtask = 'Campagne';
|
||||
$lang->testreport->tasks = $lang->testreport->testtask;
|
||||
@@ -26,7 +26,7 @@ $lang->testreport->end = 'Fin';
|
||||
$lang->testreport->stories = 'Story Testée';
|
||||
$lang->testreport->bugs = 'Bug Testé';
|
||||
$lang->testreport->builds = 'Info Build';
|
||||
$lang->testreport->goal = 'But Projet';
|
||||
$lang->testreport->goal = 'But ' . $lang->projectCommon;
|
||||
$lang->testreport->cases = 'CasTest';
|
||||
$lang->testreport->bugInfo = 'Distribution Bugs';
|
||||
$lang->testreport->report = 'Résumé';
|
||||
|
||||
@@ -14,7 +14,7 @@ $lang->testreport->title = '标题';
|
||||
$lang->testreport->product = "所属{$lang->productCommon}";
|
||||
$lang->testreport->bugTitle = 'Bug 标题';
|
||||
$lang->testreport->storyTitle = "{$lang->SRCommon}标题";
|
||||
$lang->testreport->project = '所属项目';
|
||||
$lang->testreport->project = '所属' . $lang->projectCommon;
|
||||
$lang->testreport->execution = '所属执行';
|
||||
$lang->testreport->testtask = '测试版本';
|
||||
$lang->testreport->tasks = $lang->testreport->testtask;
|
||||
@@ -26,7 +26,7 @@ $lang->testreport->end = '结束时间';
|
||||
$lang->testreport->stories = "测试的{$lang->SRCommon}";
|
||||
$lang->testreport->bugs = '测试的Bug';
|
||||
$lang->testreport->builds = '版本信息';
|
||||
$lang->testreport->goal = '项目目标';
|
||||
$lang->testreport->goal = $lang->projectCommon . '目标';
|
||||
$lang->testreport->cases = '用例';
|
||||
$lang->testreport->bugInfo = 'Bug分布';
|
||||
$lang->testreport->report = '总结';
|
||||
|
||||
@@ -26,7 +26,7 @@ $lang->testsuite->successSaved = 'Saved';
|
||||
$lang->testsuite->id = 'ID';
|
||||
$lang->testsuite->pri = 'Priority';
|
||||
$lang->testsuite->common = 'Test Suite';
|
||||
$lang->testsuite->project = 'Project';
|
||||
$lang->testsuite->project = $lang->projectCommon;
|
||||
$lang->testsuite->product = $lang->productCommon;
|
||||
$lang->testsuite->name = 'Name';
|
||||
$lang->testsuite->type = 'Type';
|
||||
@@ -56,4 +56,4 @@ $lang->testsuite->lblUnlinkCase = 'Unverknüpfte Fälle';
|
||||
$lang->testsuite->authorList['private'] = 'Privat';
|
||||
$lang->testsuite->authorList['public'] = 'Öffentlich';
|
||||
|
||||
$lang->testsuite->featureBar['browse']['all'] = 'Suite List';
|
||||
$lang->testsuite->featureBar['browse']['all'] = 'Suite List';
|
||||
|
||||
@@ -26,7 +26,7 @@ $lang->testsuite->successSaved = 'Saved';
|
||||
$lang->testsuite->id = 'ID';
|
||||
$lang->testsuite->pri = 'Priority';
|
||||
$lang->testsuite->common = 'Test Suite';
|
||||
$lang->testsuite->project = 'Project';
|
||||
$lang->testsuite->project = $lang->projectCommon;
|
||||
$lang->testsuite->product = $lang->productCommon;
|
||||
$lang->testsuite->name = 'Name';
|
||||
$lang->testsuite->type = 'Type';
|
||||
@@ -56,4 +56,4 @@ $lang->testsuite->lblUnlinkCase = 'Unlink Case';
|
||||
$lang->testsuite->authorList['private'] = 'Private';
|
||||
$lang->testsuite->authorList['public'] = 'Public';
|
||||
|
||||
$lang->testsuite->featureBar['browse']['all'] = 'Suite List';
|
||||
$lang->testsuite->featureBar['browse']['all'] = 'Suite List';
|
||||
|
||||
@@ -26,7 +26,7 @@ $lang->testsuite->successSaved = 'Sauvé';
|
||||
$lang->testsuite->id = 'ID';
|
||||
$lang->testsuite->pri = 'Priority';
|
||||
$lang->testsuite->common = 'Cahier de Recette';
|
||||
$lang->testsuite->project = 'Project';
|
||||
$lang->testsuite->project = $lang->projectCommon;
|
||||
$lang->testsuite->product = $lang->productCommon;
|
||||
$lang->testsuite->name = 'Nom';
|
||||
$lang->testsuite->type = 'Type';
|
||||
@@ -56,4 +56,4 @@ $lang->testsuite->lblUnlinkCase = 'Retirer CasTest';
|
||||
$lang->testsuite->authorList['private'] = 'Privé';
|
||||
$lang->testsuite->authorList['public'] = 'Public';
|
||||
|
||||
$lang->testsuite->featureBar['browse']['all'] = 'Suite List';
|
||||
$lang->testsuite->featureBar['browse']['all'] = 'Suite List';
|
||||
|
||||
@@ -26,7 +26,7 @@ $lang->testsuite->successSaved = '保存成功';
|
||||
$lang->testsuite->id = '编号';
|
||||
$lang->testsuite->pri = '优先级';
|
||||
$lang->testsuite->common = '套件';
|
||||
$lang->testsuite->project = '所属项目';
|
||||
$lang->testsuite->project = '所属' . $lang->projectCommon;
|
||||
$lang->testsuite->product = '所属' . $lang->productCommon;
|
||||
$lang->testsuite->name = '名称';
|
||||
$lang->testsuite->type = '类型';
|
||||
@@ -56,4 +56,4 @@ $lang->testsuite->lblUnlinkCase = '移除用例';
|
||||
$lang->testsuite->authorList['private'] = '私有';
|
||||
$lang->testsuite->authorList['public'] = '公开';
|
||||
|
||||
$lang->testsuite->featureBar['browse']['all'] = '套件列表';
|
||||
$lang->testsuite->featureBar['browse']['all'] = '套件列表';
|
||||
|
||||
Reference in New Issue
Block a user