* Finish task#8875.
This commit is contained in:
@@ -14,7 +14,9 @@ $lang->my->testCase = 'Meine Fälle';
|
||||
$lang->my->story = 'Meine Storys';
|
||||
$lang->my->createProgram = 'Create Program';
|
||||
$lang->my->project = "My Projects";
|
||||
$lang->my->execution = "My {$lang->execution->common}";
|
||||
$lang->my->execution = "My {$lang->execution->common}s";
|
||||
$lang->my->issue = 'My Issues';
|
||||
$lang->my->risk = 'My Risks';
|
||||
$lang->my->profile = 'Meine Profil';
|
||||
$lang->my->dynamic = 'Meine Verlauf';
|
||||
$lang->my->editProfile = 'Profil bearbeiten';
|
||||
@@ -35,6 +37,7 @@ $lang->my->myExecutions = 'My Stage/Sprint/Iteration';
|
||||
$lang->my->name = 'Name';
|
||||
$lang->my->code = 'Code';
|
||||
$lang->my->projects = 'Project';
|
||||
$lang->my->executions = "{$lang->execution->common}";
|
||||
|
||||
$lang->my->taskMenu = new stdclass();
|
||||
$lang->my->taskMenu->assignedToMe = 'Mir zuweisen';
|
||||
|
||||
Reference in New Issue
Block a user