Projects management refactoring
This commit is contained in:
@@ -176,7 +176,7 @@ return array(
|
||||
'List of projects' => 'Lista med projekt',
|
||||
'Completed tasks for "%s"' => 'Slutföra uppgifter för "%s"',
|
||||
'%d closed tasks' => '%d stängda uppgifter',
|
||||
'no task for this project' => 'inga uppgifter i detta projekt',
|
||||
'No task for this project' => 'Inga uppgifter i detta projekt',
|
||||
'Public link' => 'Publik länk',
|
||||
'There is no column in your project!' => 'Det saknas kolumner i ditt projekt!',
|
||||
'Change assignee' => 'Ändra uppdragsinnehavare',
|
||||
@@ -191,7 +191,6 @@ return array(
|
||||
'Edit project access list' => 'Ändra projektåtkomst lista',
|
||||
'Edit users access' => 'Användaråtkomst',
|
||||
'Allow this user' => 'Tillåt användare',
|
||||
'Project access list for "%s"' => 'Behörighetslista för "%s"',
|
||||
'Only those users have access to this project:' => 'Bara de användarna har tillgång till detta projekt.',
|
||||
'Don\'t forget that administrators have access to everything.' => 'Glöm inte att administratörerna har rätt att göra allt.',
|
||||
'revoke' => 'Dra tillbaka behörighet',
|
||||
@@ -422,4 +421,17 @@ return array(
|
||||
'[Kanboard] Notification' => '[Kanboard] Notis',
|
||||
'I want to receive notifications only for those projects:' => 'Jag vill endast få notiser för dessa projekt:',
|
||||
'view the task on Kanboard' => 'Visa uppgiften på Kanboard',
|
||||
// 'Public access' => '',
|
||||
// 'Categories management' => '',
|
||||
// 'Users management' => '',
|
||||
// 'Active tasks' => '',
|
||||
// 'Disable public access' => '',
|
||||
// 'Enable public access' => '',
|
||||
// 'Active projects' => '',
|
||||
// 'Inactive projects' => '',
|
||||
// 'Public access disabled' => '',
|
||||
// 'Do you really want to disable this project: "%s"?' => '',
|
||||
// 'Do you really want to duplicate this project: "%s"?' => '',
|
||||
// 'Do you really want to enable this project: "%s"?' => '',
|
||||
// 'Project activation' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user