mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
15 lines
474 B
PHP
15 lines
474 B
PHP
<?php
|
||
|
||
return array(
|
||
'about_groups_title' => 'Gruplar hakkında',
|
||
'about_groups' => 'Gruplar, kullanıcı izinlerini genellemek için kullanılır.',
|
||
'group_management' => 'Grup Yönetimi',
|
||
'create' => 'Yeni Grup Oluştur',
|
||
'update' => 'Grubu Düzenle',
|
||
'group_name' => 'Grup Adı',
|
||
'group_admin' => 'Grup Yöneticisi',
|
||
'allow' => 'Kabul Et',
|
||
'deny' => 'Reddet',
|
||
|
||
);
|