summaryrefslogtreecommitdiff
path: root/app/Locale/pl_PL
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-12-30 14:00:13 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-12-30 14:00:13 -0500
commit66f150d887a34d2b51ff14f22d0fd41a34f8cc77 (patch)
tree56434dfe339bb99c79dd57e86354fc7fafbfd571 /app/Locale/pl_PL
parent7d925a1209e042f6a7217cec160db9b8dc9ad15b (diff)
Improve the list of project members
Diffstat (limited to 'app/Locale/pl_PL')
-rw-r--r--app/Locale/pl_PL/translations.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php
index bcab4874..f385d47c 100644
--- a/app/Locale/pl_PL/translations.php
+++ b/app/Locale/pl_PL/translations.php
@@ -194,7 +194,7 @@ return array(
'Allow this user' => 'Dodaj użytkownika',
'Only those users have access to this project:' => 'Użytkownicy mający dostęp:',
'Don\'t forget that administrators have access to everything.' => 'Pamiętaj: Administratorzy mają zawsze dostęp do wszystkiego!',
- 'revoke' => 'odbierz dostęp',
+ 'Revoke' => 'Odbierz dostęp',
'List of authorized users' => 'Lista użytkowników mających dostęp',
'User' => 'Użytkownik',
// 'Nobody have access to this project.' => '',
@@ -609,8 +609,8 @@ return array(
// 'Default swimlane' => '',
// 'Do you really want to remove this swimlane: "%s"?' => '',
// 'Inactive swimlanes' => '',
- // 'set manager' => '',
- // 'set user' => '',
+ // 'Set project manager' => '',
+ // 'Set project member' => '',
// 'Remove a swimlane' => '',
// 'Rename' => '',
// 'Show default swimlane' => '',
@@ -633,4 +633,8 @@ return array(
// 'Help on Gitlab webhooks' => '',
// 'Integrations' => '',
// 'Integration with third-party services' => '',
+ // 'Role for this project' => '',
+ // 'Project manager' => '',
+ // 'Project member' => '',
+ // 'A project manager can change the settings of the project and have more privileges than a standard user.' => '',
);