| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/crest/languages/ar_ae/Settings/ |
Upload File : |
<?php
/*+***********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*************************************************************************************/
$languageStrings = array(
'LBL_TRANSFORM_OWNERSHIP' => 'Transfer ownership',
'SINGLE_Groups' => 'Group',
'LBL_TO_OTHER_GROUP' => 'To Other Group ',
'LBL_ADD_RECORD' => 'Add Group',
'LBL_GROUP_NAME' => 'Group Name',
'LBL_GROUP_MEMBERS' => 'Group Members',
'LBL_ADD_USERS_ROLES' => 'Add Users, Roles...',
'LBL_ROLEANDSUBORDINATE' => 'Role and Subordinates',
'RoleAndSubordinates' => 'Role and Subordinates',
'LBL_DUPLICATES_EXIST' => 'Group Name already Exists',
);
$jsLanguageStrings = array(
'JS_PLEASE_SELECT_ATLEAST_ONE_MEMBER_FOR_A_GROUP' => 'Please select atleast one member for a group',
'JS_RECORD_DELETED_SUCCESSFULLY' => 'Group deleted successfully',
'JS_COMMA_NOT_ALLOWED_GROUP' => 'لا يسمح للأحرف خاصة مثل، "<> في اسم المجموعة.',
);