snipe-it/resources/lang/tr/admin/groups/titles.php
2016-12-03 17:10:05 -08:00

15 lines
448 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'about_groups_title' => 'About Groups',
'about_groups' => 'Groups are used to generalize user permissions.',
'group_management' => 'Grup Yönetimi',
'create' => 'Create New Group',
'update' => 'Edit Group',
'group_name' => 'Grup Adı',
'group_admin' => 'Grup Yöneticisi',
'allow' => 'Kabul Et',
'deny' => 'Reddet',
);