mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
15 lines
486 B
PHP
15 lines
486 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_groups_title' => 'About Groups',
|
|
'about_groups' => 'Groups are used to generalize user permissions.',
|
|
'group_management' => 'إدارة المجموعة',
|
|
'create' => 'Create New Group',
|
|
'update' => 'Edit Group',
|
|
'group_name' => 'اسم المجموعة',
|
|
'group_admin' => 'إدارة المجموعة',
|
|
'allow' => 'سماح',
|
|
'deny' => 'رفض',
|
|
|
|
);
|