Files
CRM/languages/hu_hu/Settings/Profiles.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

49 lines
3.2 KiB
PHP

<?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(
'Profiles' => 'Profilok' ,
'SINGLE_Profiles' => 'Profil' ,
'LBL_ADD_RECORD' => 'Profil hozzáadása' ,
'LBL_CREATE_PROFILE' => 'Create Profile' , // TODO: Review
'LBL_PROFILE_NAME' => 'Profile name' , // TODO: Review
'LBL_DESCRIPTION' => 'Description' , // TODO: Review
'LBL_EDIT_PRIVILIGES_FOR_THIS_PROFILE' => 'Edit priviliges for this profile', // TODO: Review
'LBL_MODULES' => 'Modules' , // TODO: Review
'LBL_PROFILE_VIEW' => 'Profile view' , // TODO: Review
'LBL_FIELDS' => 'Fields' , // TODO: Review
'LBL_TOOLS' => 'Tools' , // TODO: Review
'LBL_FIELD_AND_TOOL_PRIVILEGES' => 'Mező és a Tool kiváltságok' , // TODO: Review
'LBL_EDIT_RECORD' => 'Edit' , // TODO: Review
'LBL_DUPLICATE_RECORD' => 'Duplicate' , // TODO: Review
'LBL_DELETE_RECORD' => 'Delete' , // TODO: Review
'LBL_VIEW_PRVILIGE' => 'Jogosultságok mutatása' ,
'LBL_EDIT_PRVILIGE' => 'Jogosultságot Létrehoz/Szerkeszt',
'LBL_DELETE_PRVILIGE' => 'Jogosultságot Töröl' ,
'LBL_INIVISIBLE' => 'Invisible' , // TODO: Review
'LBL_READ_ONLY' => 'Read only' , // TODO: Review
'LBL_WRITE' => 'Write' , // TODO: Review
'LBL_DELETE_PROFILE' => 'Delete Profile' , // TODO: Review
'LBL_TRANSFER_ROLES_TO_PROFILE' => 'Transfer roles to profile' , // TODO: Review
'LBL_PROFILES' => 'Profiles' , // TODO: Review
'LBL_CHOOSE_PROFILES' => 'Choose Profiles' , // TODO: Review
'LBL_GLOBAL_PERMISSION_WARNING' => 'Figyelmeztetés: A felhasználók ezzel kapcsolatos profilt elérheti az összes rekordot a CRM',
'LBL_EDIT_PRIVILEGES_OF_THIS_PROFILE' => 'Szerkesztés jogosultságok ez a profil',
'LBL_VIEW_ALL' => 'Összes Megtekintése',
'LBL_EDIT_ALL' => 'A Szerkesztés Minden',
'LBL_VIEW_ALL_DESC' => 'Megtekintheti az összes modult információk',
'LBL_EDIT_ALL_DESC' => 'Szerkesztheti az összes modult információk',
'LBL_DUPLICATES_EXIST' => 'Ismétlődő Profil Létezik',
'LBL_EDIT_PROFILE' => 'Profil Szerkesztése',
);
$jsLanguageStrings = array(
'JS_RECORD_DELETED_SUCCESSFULLY' => 'Profile deleted successfully', // TODO: Review
);