diff options
author | Carlos Ferreira <c.ferreira@acsiiweb.com> | 2016-10-03 20:18:11 +0100 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2016-10-03 15:18:11 -0400 |
commit | a0b408ade486dad97b5de154d04facc2eaf67816 (patch) | |
tree | 514804925c81b6af01d813e46cdc36e4d470464a /app/Locale/sv_SE/translations.php | |
parent | 2f64bc2e8d6dd17eafd8238db66c682199281e45 (diff) |
Sync locales and fixes #2702 (#2705)
Diffstat (limited to 'app/Locale/sv_SE/translations.php')
-rw-r--r-- | app/Locale/sv_SE/translations.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index 92aa77bc..139f39ff 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -1224,4 +1224,15 @@ return array( // 'Insert before this task' => '', // 'Insert after this task' => '', // 'Unlock this user' => '', + // 'Custom Project Roles' => '', + // 'Add a new custom role' => '', + // 'Restrictions for the role "%s"' => '', + // 'Add a new project restriction' => '', + // 'Add a new drag and drop restriction' => '', + // 'Add a new column restriction' => '', + // 'Edit this role' => '', + // 'Remove this role' => '', + // 'There is no restriction for this role.' => '', + // 'Only moving task between those columns is permitted' => '', + // 'Close a task in a specific column when not moved during a given period' => '', ); |