diff options
Diffstat (limited to 'app/Locale/hu_HU')
-rw-r--r-- | app/Locale/hu_HU/translations.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index 5dbbe988..242e74ce 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -194,7 +194,7 @@ return array( 'Allow this user' => 'Engedélyezi ezt a felhasználót', 'Only those users have access to this project:' => 'Csak ezek a felhasználók férhetnek hozzá a projekthez:', 'Don\'t forget that administrators have access to everything.' => 'Ne felejtsük el: a rendszergazdák mindenhez hozzáférnek.', - 'revoke' => 'visszavon', + 'Revoke' => 'Visszavon', 'List of authorized users' => 'Az engedélyezett felhasználók', 'User' => 'Felhasználó', 'Nobody have access to this project.' => 'Senkinek sincs hozzáférése a projekthez.', @@ -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.' => '', ); |