diff --git a/languages/en_us/Settings/Vtiger.php b/languages/en_us/Settings/Vtiger.php
index 652349d151ff588f0d161031fe5850cc02c816a0..228f72ddd6729738f6bd070d4e4866953986eb43 100644
--- a/languages/en_us/Settings/Vtiger.php
+++ b/languages/en_us/Settings/Vtiger.php
@@ -105,6 +105,7 @@ $languageStrings = array(
     'LBL_SELECT_DATE' => 'Select dates',
 
 	'Configuration Editor' => 'Configuration Editor',
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'Update configuration file of the application',
 	'Update configuration file of the application' => 'Update configuration file of the application',
 	'LBL_PERSONAL_EMAIL_TRACKING_INFO' => "To track opens of direct emails sent to contacts, please enable this checkbox. Please note that email sent from Email Campaigns module are always tracked, and not affected by this setting",
 	'LBL_CUSTOMER_PORTAL' => 'Customer Portal',
diff --git a/layouts/v7/modules/Inventory/resources/popup.js b/layouts/v7/modules/Inventory/resources/popup.js
index c8fd89f54601e3fccbb70b27473cde442e7ece1e..89361e947f12806b42f511d72529303c2974c4e7 100644
--- a/layouts/v7/modules/Inventory/resources/popup.js
+++ b/layouts/v7/modules/Inventory/resources/popup.js
@@ -55,7 +55,6 @@ Vtiger_Popup_Js('Inventory_Popup_Js',{},{
 	registerEventForBackToProductsButtonClick : function(){
         var self = this;
 		jQuery('#backToProducts').on('click',function(){
-            console.log('in back to products');
 			self.getPopupPageContainer().html(self.parentProductEle.html());
 		})
 	},
diff --git a/layouts/v7/modules/Portal/resources/Detail.js b/layouts/v7/modules/Portal/resources/Detail.js
index 87ef5732348346fc65736b60af772d4ac857a54c..23ff5401918c2ff9989de5650db660ef25beeaff 100644
--- a/layouts/v7/modules/Portal/resources/Detail.js
+++ b/layouts/v7/modules/Portal/resources/Detail.js
@@ -21,7 +21,6 @@ Vtiger_Detail_Js('Portal_Detail_Js', {}, {
 	registerDetailViewChangeEvent: function () {
 		jQuery('#bookmarksDropdown').change(function () {
 			var selectedBookmark = jQuery('#bookmarksDropdown').val();
-			console.log(selectedBookmark);
 			app.helper.showProgress();
 			var url = 'index.php?module='+app.getModuleName()+'&view=Detail&record='+selectedBookmark;
 			window.location.href = url;
diff --git a/layouts/v7/modules/Rss/resources/List.js b/layouts/v7/modules/Rss/resources/List.js
index e8881516f21daf75a9778cd6a8461c71c5a6229c..e22540f52771345735f5e0de4148cebfe1521d03 100644
--- a/layouts/v7/modules/Rss/resources/List.js
+++ b/layouts/v7/modules/Rss/resources/List.js
@@ -241,8 +241,6 @@ Vtiger_List_Js("Rss_List_Js",{},{
                 app.helper.hideProgress();
                 if (!error) {
                     thisInstance.getRssFeeds().then(function () {
-                        console.log("delete");
-                        console.log(data);
                         thisInstance.loadRssWidget(data);
                     });
                 } else {
@@ -313,8 +311,6 @@ Vtiger_List_Js("Rss_List_Js",{},{
         } else if (data.deleted) {
             widgetContainer.find('a[data-id="' + data.record + '"]').parent().remove();
             var noRssFeedsHtml = '<li  class="noRssFeeds" style="text-align:center">' + app.vtranslate('JS_NO_RECORDS') + '</li>';
-            console.log("lenghtOfFeeds");
-            console.log(lengthOfFeeds);
             if (lengthOfFeeds === 1) {
                 widgetContainer.append(noRssFeedsHtml);
             }
diff --git a/layouts/v7/modules/Settings/Workflows/EditTask.tpl b/layouts/v7/modules/Settings/Workflows/EditTask.tpl
index 6e92a52a292a407c2d6bb9915d2ed5a62b00ea36..69f184c286dba3fe585e9f06de2777320c12cef4 100644
--- a/layouts/v7/modules/Settings/Workflows/EditTask.tpl
+++ b/layouts/v7/modules/Settings/Workflows/EditTask.tpl
@@ -92,8 +92,15 @@
                         {include file="{$TASK_TEMPLATE_PATH}" }
                      </div>
                   </div>
-               </div>	
-               {include file='ModalFooter.tpl'|@vtemplate_path:$MODULE}
+               </div>
+				<div class="modal-overlay-footer clearfix" style="margin-left: 230px; border-left-width: 0px;">
+					<div class="row clearfix">
+						<div class='textAlignCenter col-lg-12 col-md-12 col-sm-12 '>
+							<button type="submit" class="btn btn-success" >{vtranslate('LBL_SAVE', $MODULE)}</button>&nbsp;&nbsp;
+							<a href="#" class="cancelLink" type="reset" data-dismiss="modal">{vtranslate('LBL_CANCEL', $MODULE)}</a>
+						</div>
+					</div>
+				</div>
             </form>
          </div>
      </div>
diff --git a/layouts/v7/modules/Settings/Workflows/EditView.tpl b/layouts/v7/modules/Settings/Workflows/EditView.tpl
index f842a02636b29989196416f11e9af2026f6c2fbe..6baa6108992ed21e33db7ed9a4ba6944b53e44bf 100644
--- a/layouts/v7/modules/Settings/Workflows/EditView.tpl
+++ b/layouts/v7/modules/Settings/Workflows/EditView.tpl
@@ -109,14 +109,14 @@
             </div>
             <div id="workflow_condition">
             </div>
-            <div class='modal-overlay-footer clearfix modal-footer-overwrite-style'>
-                <div class="row clearfix">
-                    <div class='textAlignCenter col-lg-12 col-md-12 col-sm-12 '>
-                        <button type='submit' class='btn btn-success saveButton' >{vtranslate('LBL_SAVE', $MODULE)}</button>&nbsp;&nbsp;
-                        <a class='cancelLink' href="javascript:history.back()" type="reset">{vtranslate('LBL_CANCEL', $MODULE)}</a>
-                    </div>
-                </div>
-            </div>
+			<div class="modal-overlay-footer clearfix">
+				<div class="row clearfix">
+					<div class='textAlignCenter col-lg-12 col-md-12 col-sm-12 '>
+						<button type='submit' class='btn btn-success saveButton' >{vtranslate('LBL_SAVE', $MODULE)}</button>&nbsp;&nbsp;
+						<a class='cancelLink' href="javascript:history.back()" type="reset">{vtranslate('LBL_CANCEL', $MODULE)}</a>
+					</div>
+				</div>
+			</div>
          </form>
       </div>
    </div>
diff --git a/layouts/v7/modules/Settings/Workflows/Tasks/VTCreateEntityTask.tpl b/layouts/v7/modules/Settings/Workflows/Tasks/VTCreateEntityTask.tpl
index b3090bed45989cadbf291ecce7989f8b504e4e2a..c07d53e5caebf7109acd66738eec4378c7e83be3 100644
--- a/layouts/v7/modules/Settings/Workflows/Tasks/VTCreateEntityTask.tpl
+++ b/layouts/v7/modules/Settings/Workflows/Tasks/VTCreateEntityTask.tpl
@@ -27,9 +27,10 @@
                             <option {if $TASK_OBJECT->entity_type eq $MODULE} selected="" {/if} value="{$MODULE}">{vtranslate($MODULE,$MODULE)}</option>
                         {/foreach}	
                     </select>
-                    <span class='sameModuleError alert alert-danger hide' style='margin-left:20px;margin-bottom:0px'>
+					{*let not show this message since workflow will never end in loop*}
+                    {*<span class='sameModuleError alert alert-danger hide' style='margin-left:20px;margin-bottom:0px'>
                         {vtranslate('LBL_SAME_MODULE_ERROR_MIGHT_END_IN_LOOP',$QUALIFIED_MODULE)}
-                    </span>
+                    </span>*}
                 </div>
             </div>
         </div>
diff --git a/layouts/v7/modules/Settings/Workflows/WorkFlowConditions.tpl b/layouts/v7/modules/Settings/Workflows/WorkFlowConditions.tpl
index 7649ff6c57c86742aa664687be1e94a03c61d817..116f7098f87051c4bfce4c363fe7a7779f5ceb0f 100644
--- a/layouts/v7/modules/Settings/Workflows/WorkFlowConditions.tpl
+++ b/layouts/v7/modules/Settings/Workflows/WorkFlowConditions.tpl
@@ -22,7 +22,7 @@
     </div>
     <hr style="margin-top: 0px !important;">
     <div class="editViewBody">
-       <div class="editViewContents">
+       <div class="editViewContents" style="padding-bottom: 0px;">
           <div class="form-group">
              <div class="col-sm-12">
                  {if $IS_FILTER_SAVED_NEW == false}
diff --git a/layouts/v7/modules/Settings/Workflows/resources/AdvanceFilter.js b/layouts/v7/modules/Settings/Workflows/resources/AdvanceFilter.js
index c1204f3c6b74f317a10966cd8835202353402c8b..b6b24f720c71bee7c6e7c4ea3580789006562259 100644
--- a/layouts/v7/modules/Settings/Workflows/resources/AdvanceFilter.js
+++ b/layouts/v7/modules/Settings/Workflows/resources/AdvanceFilter.js
@@ -119,8 +119,6 @@ Vtiger_AdvanceFilter_Js('Workflows_AdvanceFilter_Js',{},{
                             for(var key in picklistValues){
                                 var picklistvalue = conditionValue.replace(/%s/i, picklistValues[key]);
                                 options += '<option value="'+picklistvalue+'"';
-                                console.log(picklistvalue);
-                                console.log(conditionSelected);
                                 if(picklistvalue == conditionSelected){
                                     options += ' selected="selected" ';
                                 }
diff --git a/layouts/v7/modules/Settings/Workflows/resources/Edit.js b/layouts/v7/modules/Settings/Workflows/resources/Edit.js
index df0985110adb69c3c7c0ce506a7557dff11472be..b35855d0a5e6b0fed08019f25cc8611d3098f327 100644
--- a/layouts/v7/modules/Settings/Workflows/resources/Edit.js
+++ b/layouts/v7/modules/Settings/Workflows/resources/Edit.js
@@ -980,8 +980,6 @@ Settings_Vtiger_Edit_Js("Settings_Workflows_Edit_Js", {
       jQuery('#createEntityModule').on('change', function (e) {
          var relatedModule = jQuery(e.currentTarget).val();
          var module_name = jQuery('#module_name').val();
-         console.log(relatedModule);
-         console.log(module_name);
          if( relatedModule == module_name ) {
              jQuery(e.currentTarget).closest('.taskTypeUi').find('.sameModuleError').removeClass('hide');
          } else{
@@ -1004,7 +1002,7 @@ Settings_Vtiger_Edit_Js("Settings_Workflows_Edit_Js", {
             thisInstance.registerAddFieldEvent();
             thisInstance.fieldValueMap = false;
             if (jQuery('#fieldValueMapping').val() != '') {
-               this.fieldValueReMapping();
+               thisInstance.fieldValueReMapping();
             }
             var fields = jQuery('#save_fieldvaluemapping').find('select[name="fieldname"]');
             jQuery.each(fields, function (i, field) {
diff --git a/layouts/v7/modules/Users/resources/List.js b/layouts/v7/modules/Users/resources/List.js
index 8a2134abdd66f0ee3f3d213d9a4a00395dec12e3..a618adcd093e17183aca54a2f79c3e443566c997 100644
--- a/layouts/v7/modules/Users/resources/List.js
+++ b/layouts/v7/modules/Users/resources/List.js
@@ -483,7 +483,6 @@ Settings_Vtiger_List_Js("Settings_Users_List_Js",{
 			if(fieldName == 'first_name') {
 				listSearchParams[1] = new Array();
 				listSearchParams[1].push(searchInfo);
-				console.log('in herer');
 				//To add both lastname and email for search , since all those three are combined to show in list view 
 				var combinedFields = new Array('last_name','email1');
 
diff --git a/layouts/v7/modules/Vtiger/resources/AdvanceSearchList.js b/layouts/v7/modules/Vtiger/resources/AdvanceSearchList.js
index 10bffdcbfa3eecb82a66799bb0d4b2d3f03dd9da..bf1d434bde0629bdee0c91b66746ecb4db040d38 100644
--- a/layouts/v7/modules/Vtiger/resources/AdvanceSearchList.js
+++ b/layouts/v7/modules/Vtiger/resources/AdvanceSearchList.js
@@ -90,7 +90,6 @@ Vtiger_List_Js('Vtiger_AdvanceSearchList_Js',{},{
              app.request.post({data:params}).then(
                  function(error,data) {
                      app.helper.hideProgress();
-                        console.log(error);
                      if(error === null) {
                          app.helper.showSuccessNotification({
                              'message':app.vtranslate('JS_CASE_ACCEPTED_SUCCESSFULLY')
@@ -137,7 +136,6 @@ Vtiger_List_Js('Vtiger_AdvanceSearchList_Js',{},{
        var container= jQuery('.searchResults');
         jQuery('.table-actions').on('click', '.dropdown', function (e) {
             var containerTarget = jQuery(this).closest(container);
-            console.log(containerTarget)
             var dropdown = jQuery(e.currentTarget);
              if(dropdown.find('[data-toggle]').length <=0){ 
  		                return; 
diff --git a/layouts/v7/modules/Vtiger/resources/List.js b/layouts/v7/modules/Vtiger/resources/List.js
index 14d678c8f22a1010e5dedb9e25db3f179401d7b2..6c9e2f6f2489351e50b87c63c17d121da3516ad6 100644
--- a/layouts/v7/modules/Vtiger/resources/List.js
+++ b/layouts/v7/modules/Vtiger/resources/List.js
@@ -2445,7 +2445,6 @@ Vtiger.Class("Vtiger_List_Js", {
 			app.request.post({data: params}).then(
 					function (error, data) {
 						app.helper.hideProgress();
-						console.log(error);
 						if (error === null) {
 							app.helper.showSuccessNotification({
 								'message': app.vtranslate('JS_CASE_ACCEPTED_SUCCESSFULLY')
diff --git a/layouts/v7/modules/Vtiger/resources/ListSidebar.js b/layouts/v7/modules/Vtiger/resources/ListSidebar.js
index ea126f19c479d07c3a12ab3a3d946740bc17fdd7..f26c234e4fa3e52681994c5d58529d14be192e33 100644
--- a/layouts/v7/modules/Vtiger/resources/ListSidebar.js
+++ b/layouts/v7/modules/Vtiger/resources/ListSidebar.js
@@ -255,7 +255,6 @@ Vtiger.Class('Vtiger_ListSidebar_Js',{},{
             params.tag_params = JSON.stringify(listSearchParams);
             params.tag = tagId;
             params.page = '';
-            console.log(params);
             self.loadListView(viewId, params);
         });
         
diff --git a/layouts/v7/modules/Vtiger/resources/RelatedList.js b/layouts/v7/modules/Vtiger/resources/RelatedList.js
index c9973b4833b85957d60111392c588d1140434519..2753b3c94a040c323f3b5bc749a58fedd59be427 100644
--- a/layouts/v7/modules/Vtiger/resources/RelatedList.js
+++ b/layouts/v7/modules/Vtiger/resources/RelatedList.js
@@ -151,7 +151,6 @@ jQuery.Class("Vtiger_RelatedList_Js",{
 	 * Function to select related record for the module
 	 */
     showSelectRelationPopup : function(){
-        console.log("Show select relation popup");
         var popupParams = this.getPopupParams(); 
         var popupjs = new Vtiger_Popup_Js();
         popupjs.showPopup(popupParams,"post.RecordList.click");
diff --git a/modules/Settings/Workflows/models/Record.php b/modules/Settings/Workflows/models/Record.php
index 652b7a834374b98ac5f4260357c2c41d6f23cabf..0f9a741cd53c2b52c1d7dd0a467563cf366a0d08 100644
--- a/modules/Settings/Workflows/models/Record.php
+++ b/modules/Settings/Workflows/models/Record.php
@@ -326,14 +326,14 @@ class Settings_Workflows_Record_Model extends Settings_Vtiger_Record_Model {
 		// List of modules which will not be supported by 'Create Entity' workflow task
 		$filterModules = array('Invoice', 'Quotes', 'SalesOrder', 'PurchaseOrder', 'Emails', 'Calendar', 'Events');
 
-		foreach ($modulesList as $moduleName) {
+		foreach ($modulesList as $moduleName => $translatedModuleName) {
 			$moduleModel = Vtiger_Module_Model::getInstance($moduleName);
 			if (in_array($moduleName, $filterModules))
 				continue;
 			$createModuleModels[$moduleName] = $moduleModel;
-			}
-		return $createModuleModels;
 		}
+		return $createModuleModels;
+	}
 
 
 	/**
@@ -346,11 +346,13 @@ class Settings_Workflows_Record_Model extends Settings_Vtiger_Record_Model {
 			$db = PearDatabase::getInstance();
 
 			$relatedModuleModel = Vtiger_Module_Model::getInstance($relatedModule);
-			$referenceFieldsList = $relatedModuleModel->getFieldsByType('reference');
+			if ($relatedModuleModel) {
+				$referenceFieldsList = $relatedModuleModel->getFieldsByType('reference');
 
-			foreach ($referenceFieldsList as $fieldName => $fieldModel) {
-				if (in_array($this->getModule()->getName(), $fieldModel->getReferenceList())) {
-					return $fieldName;
+				foreach ($referenceFieldsList as $fieldName => $fieldModel) {
+					if (in_array($this->getModule()->getName(), $fieldModel->getReferenceList())) {
+						return $fieldName;
+					}
 				}
 			}
 		}
diff --git a/packages/vtiger/optional/Arabic_ar_ae.zip b/packages/vtiger/optional/Arabic_ar_ae.zip
index 2efd201fbcf7440d70e7f1d18a41e4eef5fd727f..ec6c67f8c2478b7bd24a56b1204858cf5583a2f4 100644
Binary files a/packages/vtiger/optional/Arabic_ar_ae.zip and b/packages/vtiger/optional/Arabic_ar_ae.zip differ
diff --git a/packages/vtiger/optional/BrazilianLanguagePack_bz_bz.zip b/packages/vtiger/optional/BrazilianLanguagePack_bz_bz.zip
index 0e73bdec2e357853ac3c6fe2ec430a5feadace58..ea4227fdbae0c5288cee34e66dea7a8d225c38fb 100644
Binary files a/packages/vtiger/optional/BrazilianLanguagePack_bz_bz.zip and b/packages/vtiger/optional/BrazilianLanguagePack_bz_bz.zip differ
diff --git a/packages/vtiger/optional/BritishLanguagePack_br_br.zip b/packages/vtiger/optional/BritishLanguagePack_br_br.zip
index d16efd48591234e259a4dc88deba673b1f75ab79..96476cae88eb1e4248afad24db65f6e6e7fd00be 100644
Binary files a/packages/vtiger/optional/BritishLanguagePack_br_br.zip and b/packages/vtiger/optional/BritishLanguagePack_br_br.zip differ
diff --git a/packages/vtiger/optional/Deutsch.zip b/packages/vtiger/optional/Deutsch.zip
index 1f01b2e3bc2a82ae5c1099199452d6de3f4d44e3..5acf53ffc892b699534d71f967958affdba96d5d 100644
Binary files a/packages/vtiger/optional/Deutsch.zip and b/packages/vtiger/optional/Deutsch.zip differ
diff --git a/packages/vtiger/optional/Dutch.zip b/packages/vtiger/optional/Dutch.zip
index dcc8411e2e2c1d5fd2001170f538bf63353647b1..d2e9e4541c2e5520472757de3fb33a9f93e9331b 100644
Binary files a/packages/vtiger/optional/Dutch.zip and b/packages/vtiger/optional/Dutch.zip differ
diff --git a/packages/vtiger/optional/French.zip b/packages/vtiger/optional/French.zip
index ff446807379c1f1190745fee071711535af18b80..b5f667ca3dac86cc560a19b9f6a9dc3d4a767c66 100644
Binary files a/packages/vtiger/optional/French.zip and b/packages/vtiger/optional/French.zip differ
diff --git a/packages/vtiger/optional/Hungarian.zip b/packages/vtiger/optional/Hungarian.zip
index f41792905a48b0ad5ba07557fd161ae25b904d3f..8f0f1fec47a7ecdea8a374133fce024161e14388 100644
Binary files a/packages/vtiger/optional/Hungarian.zip and b/packages/vtiger/optional/Hungarian.zip differ
diff --git a/packages/vtiger/optional/ItalianLanguagePack_it_it.zip b/packages/vtiger/optional/ItalianLanguagePack_it_it.zip
index 63210e317ed8ac21532b976646fa7cc323c0a892..c169484486467d56c3f8126bd606c04302476e82 100644
Binary files a/packages/vtiger/optional/ItalianLanguagePack_it_it.zip and b/packages/vtiger/optional/ItalianLanguagePack_it_it.zip differ
diff --git a/packages/vtiger/optional/MexicanSpanishLanguagePack_es_mx.zip b/packages/vtiger/optional/MexicanSpanishLanguagePack_es_mx.zip
index b78e757cd2a934ac50ec67a597ffadfe57627de0..07ca2ba7ff9d77d0f8e219a69fa841a20efeda04 100644
Binary files a/packages/vtiger/optional/MexicanSpanishLanguagePack_es_mx.zip and b/packages/vtiger/optional/MexicanSpanishLanguagePack_es_mx.zip differ
diff --git a/packages/vtiger/optional/PolishLanguagePack_pl_pl.zip b/packages/vtiger/optional/PolishLanguagePack_pl_pl.zip
index a1936b48c0883d38feb355b12fe1cfb6c2e4cce8..ef158e37ffc5c0bf973072218ed1bb78fbdbe300 100644
Binary files a/packages/vtiger/optional/PolishLanguagePack_pl_pl.zip and b/packages/vtiger/optional/PolishLanguagePack_pl_pl.zip differ
diff --git a/packages/vtiger/optional/RomanianLanguagePack_rm_rm.zip b/packages/vtiger/optional/RomanianLanguagePack_rm_rm.zip
index 921857dc94e68fb22916a62a2200809cc730ce19..4da10c45b90c3f3e90646e01b9c0a6e5f9fe63b4 100644
Binary files a/packages/vtiger/optional/RomanianLanguagePack_rm_rm.zip and b/packages/vtiger/optional/RomanianLanguagePack_rm_rm.zip differ
diff --git a/packages/vtiger/optional/Russian.zip b/packages/vtiger/optional/Russian.zip
index 559eca8da17cbd653dc51d643ab17686dadc0779..e908cb2505a0bd6c0d1788b137073058ad691d89 100644
Binary files a/packages/vtiger/optional/Russian.zip and b/packages/vtiger/optional/Russian.zip differ
diff --git a/packages/vtiger/optional/Spanish.zip b/packages/vtiger/optional/Spanish.zip
index 48c1bba35826316d7b229b9264e7a5c700864a4d..d713cea7d9cf683132cd26487f9d66207c54cfcd 100644
Binary files a/packages/vtiger/optional/Spanish.zip and b/packages/vtiger/optional/Spanish.zip differ
diff --git a/packages/vtiger/optional/Sweden_sv_se.zip b/packages/vtiger/optional/Sweden_sv_se.zip
index 4c9763545558b306516a3480c62b087fe9f6de1f..02bb19881039ab33350db3b10bed1714698cf130 100644
Binary files a/packages/vtiger/optional/Sweden_sv_se.zip and b/packages/vtiger/optional/Sweden_sv_se.zip differ
diff --git a/packages/vtiger/optional/TurkishLanguagePack_tr_tr.zip b/packages/vtiger/optional/TurkishLanguagePack_tr_tr.zip
index bb3794178a84aff616b646ecbb4e15b91045f0d9..cfdfd0535f3266f409fcb2611b0fbc55a1fa98b6 100644
Binary files a/packages/vtiger/optional/TurkishLanguagePack_tr_tr.zip and b/packages/vtiger/optional/TurkishLanguagePack_tr_tr.zip differ
diff --git a/pkg/vtiger/translations/Arabic_ar_ae/modules/Settings/Vtiger.php b/pkg/vtiger/translations/Arabic_ar_ae/modules/Settings/Vtiger.php
index ac9a6e790115f1479bf73d055daa865764588525..fd314ab56ab329af6c4d2282233b557771359894 100644
--- a/pkg/vtiger/translations/Arabic_ar_ae/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/Arabic_ar_ae/modules/Settings/Vtiger.php
@@ -105,6 +105,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Create and edit workflows',
 
 	'Configuration Editor' => 'Configuration Editor',
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'ملف التكوين تحديث للتطبيق',
 	'Update configuration file of the application' => 'Update configuration file of the application',
 
 	'LBL_CUSTOMER_PORTAL' => 'Customer Portal',
diff --git a/pkg/vtiger/translations/BrazilianLanguagePack_bz_bz/modules/Settings/Vtiger.php b/pkg/vtiger/translations/BrazilianLanguagePack_bz_bz/modules/Settings/Vtiger.php
index de64a90923fe3ab94cba33a8ebb6a66b3b02ad6e..2bc4a9ba44cd2b7ca38936cc99f2c8cbcf58dacf 100644
--- a/pkg/vtiger/translations/BrazilianLanguagePack_bz_bz/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/BrazilianLanguagePack_bz_bz/modules/Settings/Vtiger.php
@@ -75,6 +75,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS'           => 'Workflows'                   , 
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Criar e Editar Workflows para o vtiger', 
 	'Configuration Editor'         => 'Editor Configuração'       , 
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'arquivo de configuração de atualização do aplicativo',
 	'Update configuration file of the application' => 'Update application configuration file', 
 	'LBL_PERSONAL_EMAIL_TRACKING_INFO' => 'Para acompanhar abre de e-mails enviados para contatos diretos, por favor habilite esta opção. Por favor, note que o email enviado do módulo Campanhas de e-mail são sempre monitorado, e não é afetado por essa configuração',
 	'LBL_CUSTOMER_PORTAL'          => 'Portal do Cliente'           , 
diff --git a/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Settings/Vtiger.php b/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Settings/Vtiger.php
index 6294c316c47e8f3876f8f1dc7278b61f6a5c19c5..ddf3550cfb86f2cae178145cc10948d1449c4ba8 100644
--- a/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Settings/Vtiger.php
@@ -75,6 +75,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS'           => 'Workflows'                   , 
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Create and edit workflows for vtiger CRM', 
 	'Configuration Editor'         => 'Configuration editor'        , 
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'Update configuration file of the application',
 	'Update configuration file of the application' => 'Update application configuration file', 
 	'LBL_CUSTOMER_PORTAL'          => 'Customer Portal'             , 
 	'PORTAL_EXTENSION_DESCRIPTION' => 'Allows you to Configure Customer Portal Plugin', 
diff --git a/pkg/vtiger/translations/Deutsch/modules/Settings/Vtiger.php b/pkg/vtiger/translations/Deutsch/modules/Settings/Vtiger.php
index 9ff956a92585af288204110d3568975e457b5609..928d219c95412ea6e5375998167deb98fa24fb01 100644
--- a/pkg/vtiger/translations/Deutsch/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/Deutsch/modules/Settings/Vtiger.php
@@ -76,6 +76,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS'           => 'Liste der Workflows'         , 
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Anzeige und Gestaltung von Workflows für das CRM', 
 	'Configuration Editor'         => 'Konfiguration Editor'        , 
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'Update-Konfigurationsdatei der Anwendung',
 	'Update configuration file of the application' => 'Update application configuration file', 
 	'LBL_CUSTOMER_PORTAL'          => 'Kundenportal'                , 
 	'PORTAL_EXTENSION_DESCRIPTION' => 'Gestattet das Kundenportal zu konfigurieren', 
diff --git a/pkg/vtiger/translations/Dutch/modules/Settings/Vtiger.php b/pkg/vtiger/translations/Dutch/modules/Settings/Vtiger.php
index d54a703ea7aa5ef61aeb9b18c11c664c321fb8c3..cc01e91d694b9b1dcdce53fcba9af2492cf53155 100644
--- a/pkg/vtiger/translations/Dutch/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/Dutch/modules/Settings/Vtiger.php
@@ -75,6 +75,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS'           => 'Werkstromen'                 , 
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Maak en bewerk de CRM workflows', 
 	'Configuration Editor'         => 'Configuratie bewerker'       , 
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'Update-configuratiebestand van de toepassing',
 	'Update configuration file of the application' => 'Bewerk de configuratie van deze toepassing.', 
 	'LBL_PERSONAL_EMAIL_TRACKING_INFO' => "Om sporen opent direct e-mails gestuurd naar contacten, schakelt u dit vakje. Houdt u er rekening mee dat e-mail verstuurd vanaf E-mail campagnes module worden altijd gevolgd, en niet beïnvloed door deze instelling",
 	'LBL_CUSTOMER_PORTAL'          => 'Klant Portaal'               , 
diff --git a/pkg/vtiger/translations/French/modules/Settings/Vtiger.php b/pkg/vtiger/translations/French/modules/Settings/Vtiger.php
index 05b78d42bf3829303e66e5f71a571a8c5e758ee9..6237df4092b60c41008cb8cc3e118845cf75939b 100644
--- a/pkg/vtiger/translations/French/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/French/modules/Settings/Vtiger.php
@@ -75,6 +75,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS'           => 'Liste des gestionnaires de flux', 
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Lister les gestionnaires de flux définis pour Vtiger', 
 	'Configuration Editor'         => 'Editeur de configuration '   , 
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => "Mise à jour le fichier de configuration de l'application",
 	'Update configuration file of the application' => 'Update application configuration file', 
 	'LBL_CUSTOMER_PORTAL'          => 'Portail client'              , 
 	'PORTAL_EXTENSION_DESCRIPTION' => 'Autorisez-vous à configurer le portail client', 
diff --git a/pkg/vtiger/translations/Hungarian/modules/Settings/Vtiger.php b/pkg/vtiger/translations/Hungarian/modules/Settings/Vtiger.php
index 344b02f42d221d1b5a12be2ba38180e31314b314..b3bb4e04617ece326bd96d042d49f96ec2e74bb3 100644
--- a/pkg/vtiger/translations/Hungarian/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/Hungarian/modules/Settings/Vtiger.php
@@ -77,6 +77,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS'           => 'Automatikus Munkafolyamatok' , 
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Automatikus Munkafolyamat létrehozás és szerkesztés vtiger-hez', 
 	'Configuration Editor'         => 'Konfiguráció Szerkesztő'  , 
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'Frissítés konfigurációs fájl az alkalmazás',
 	'Update configuration file of the application' => 'A vtiger CRM konfigurációs beállításainak szerkesztése', 
 	'LBL_CUSTOMER_PORTAL'          => 'Ügyfélszolgálati Portal'  , 
 	'PORTAL_EXTENSION_DESCRIPTION' => 'Ügyfélszolgálati Portál Plugin beállítás engedélyezve', 
diff --git a/pkg/vtiger/translations/ItalianLanguagePack_it_it/modules/Settings/Vtiger.php b/pkg/vtiger/translations/ItalianLanguagePack_it_it/modules/Settings/Vtiger.php
index c7396d5a2933dfc34009a05d327cf6642057d24f..63920dec9a49fff3802d64ebab18c2cf40aaeaf5 100644
--- a/pkg/vtiger/translations/ItalianLanguagePack_it_it/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/ItalianLanguagePack_it_it/modules/Settings/Vtiger.php
@@ -75,6 +75,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS'           => 'Workflow'                    , 
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Crea e modifica i workflow per vtiger', 
 	'Configuration Editor'         => 'Configuration Editor'        , 
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => "file di configurazione Aggiornamento dell'applicazione",
 	'Update configuration file of the application' => 'Update application configuration file', 
 	'LBL_CUSTOMER_PORTAL'          => 'Portale Clienti'             , 
 	'PORTAL_EXTENSION_DESCRIPTION' => 'Permette di configurare il plugin Portale Clienti', 
diff --git a/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/Vtiger.php b/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/Vtiger.php
index bb23118ff904fd5f77a98f224a440681551126d4..fa8cd51e1617e91aaeff1d549ee2db26a0f10fa7 100644
--- a/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/Vtiger.php
@@ -75,6 +75,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS'           => 'Flujos de trabajo'           , 
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Crear/Editar flujos de trabajo en vtiger CRM', 
 	'Configuration Editor'         => 'Editor de Configuración'    , 
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'Actualizar archivo de configuración de la aplicación',
 	'Update configuration file of the application' => 'Actualizar archivo de configuración', 
 	'LBL_CUSTOMER_PORTAL'          => 'Portal de Cliente'           , 
 	'PORTAL_EXTENSION_DESCRIPTION' => 'Permite Configurar la Extensión Portal del Cliente', 
diff --git a/pkg/vtiger/translations/PolishLanguagePack_pl_pl/modules/Settings/Vtiger.php b/pkg/vtiger/translations/PolishLanguagePack_pl_pl/modules/Settings/Vtiger.php
index 2af20809fff07824b800103e995bddaadf314a51..7649586738054deb13ed45114b4dfbff2cbdd50d 100644
--- a/pkg/vtiger/translations/PolishLanguagePack_pl_pl/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/PolishLanguagePack_pl_pl/modules/Settings/Vtiger.php
@@ -120,6 +120,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Twórz i zarządzają przepływem pracy',
 	
 	'Configuration Editor' => 'Konfiguracja globalna',
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'Zaktualizuj plik konfiguracyjny aplikacji',
 	'Update configuration file of the application' => 'Aktualizuj konfiguracje w pliku config.inc.php.',
 	'LBL_PERSONAL_EMAIL_TRACKING_INFO' => 'Aby śledzić otwiera bezpośrednich e-maile wysyłane do kontaktów, należy włączyć to pole wyboru. Należy pamiętać, że adres e-mail wysłany z modułu kampanii e-mail są zawsze śledzone, i nie wpływa to ustawienie',
 	'LBL_CUSTOMER_PORTAL' => 'Portal Klienta',
diff --git a/pkg/vtiger/translations/RomanianLanguagePack_rm_rm/modules/Settings/Vtiger.php b/pkg/vtiger/translations/RomanianLanguagePack_rm_rm/modules/Settings/Vtiger.php
index 5f7cb87fc9fb23d2daa3365d5306118678497d4c..13540f578def2d1ea74a2cad3088a39d34b1a236 100644
--- a/pkg/vtiger/translations/RomanianLanguagePack_rm_rm/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/RomanianLanguagePack_rm_rm/modules/Settings/Vtiger.php
@@ -75,6 +75,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS'           => 'Workflow-uri'                , 
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Creaza si editeaza workflow-uri pentru vtiger', 
 	'Configuration Editor'         => 'Configuration Editor'        , 
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'fișier de configurare actualizare a aplicației',
 	'Update configuration file of the application' => 'Update application configuration file', 
 	'LBL_PERSONAL_EMAIL_TRACKING_INFO'  => 'Pentru a urmări deschide de e-mailuri directe trimise de contact, vă rugăm să activați această casetă. Vă rugăm să rețineți că e-mail trimis la modul Campanii de e-mail sunt întotdeauna urmărite, și nu sunt afectate de această setare',
 	'LBL_CUSTOMER_PORTAL'          => 'Portal Clienti'              , 
diff --git a/pkg/vtiger/translations/Russian/modules/Settings/Vtiger.php b/pkg/vtiger/translations/Russian/modules/Settings/Vtiger.php
index 9140ce1ef20b5b035e36b930ac426f66ce537848..0ed22bced6352d358e51f839090cfe47de89d2f4 100644
--- a/pkg/vtiger/translations/Russian/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/Russian/modules/Settings/Vtiger.php
@@ -75,6 +75,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS'           => 'Обработчики'      , 
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Создавайте и редактируйте Обработчики для vtiger', 
 	'Configuration Editor'         => 'Редактор Конфигурации', 
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'Файл конфигурации Обновление приложения',
 	'Update configuration file of the application' => 'Обновите файл конфигурации приложения', 
 	'LBL_PERSONAL_EMAIL_TRACKING_INFO' => 'Для отслеживания открывает прямых сообщений, отправленных к контактам, пожалуйста, включите эту опцию. Пожалуйста, обратите внимание, что сообщение, отправленное из модуля кампании по электронной почте всегда отслеживается, и не зависит от этого параметра',
 	'LBL_CUSTOMER_PORTAL'          => 'Клиентский Портал', 
diff --git a/pkg/vtiger/translations/Spanish/modules/Settings/Vtiger.php b/pkg/vtiger/translations/Spanish/modules/Settings/Vtiger.php
index a820bbfa299f4ee1a23728d62cd5f5fea0d3b891..f4f48b8f45f2926a32d1160ecc3eb1dfef83f3e3 100644
--- a/pkg/vtiger/translations/Spanish/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/Spanish/modules/Settings/Vtiger.php
@@ -95,6 +95,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS'           => 'Flujos de Trabajo',
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Crear y editar flujos de trabajo',
 	'Configuration Editor'         => 'Editor de Configuración',
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'Actualizar archivo de configuración de la aplicación',
 	'Update configuration file of the application' => 'Actualizar el fichero de configuración de la aplicación.',
 	'LBL_CUSTOMER_PORTAL'          => 'Portal del Cliente',
 	'PORTAL_EXTENSION_DESCRIPTION' => 'Permite configurar la extensión del portal del cliente',
diff --git a/pkg/vtiger/translations/Sweden_sv_se/modules/Settings/Vtiger.php b/pkg/vtiger/translations/Sweden_sv_se/modules/Settings/Vtiger.php
index 02d8104049705b1cc8790eb4af4bf876f0824e40..9933439add9e0b3f573103ff191513215dae7791 100755
--- a/pkg/vtiger/translations/Sweden_sv_se/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/Sweden_sv_se/modules/Settings/Vtiger.php
@@ -101,6 +101,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'Skapa och redigera arbetsflöden',
 
 	'Configuration Editor' => 'konfiguratorredigeraren',
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'Uppdatera konfigurationsfilen för ansökan',
 	'Update configuration file of the application' => 'Uppdatering konfigurationsfil av programmet',
 	'LBL_PERSONAL_EMAIL_TRACKING_INFO' => 'Om du vill spåra öppnar direkta e-postmeddelanden som skickas till kontakter, vänligen aktivera denna kryssruta. Observera att e-post som skickas från e-postkampanjer modul alltid spåras, och påverkas inte av den här inställningen',
 	'LBL_CUSTOMER_PORTAL' => 'Kundportal',
diff --git a/pkg/vtiger/translations/TurkishLanguagePack_tr_tr/modules/Settings/Vtiger.php b/pkg/vtiger/translations/TurkishLanguagePack_tr_tr/modules/Settings/Vtiger.php
index fee7412b1b66c07eb1ead83e1c698f060fe8552d..358257549a0835bc7daf5bd67d0e84583c27e140 100644
--- a/pkg/vtiger/translations/TurkishLanguagePack_tr_tr/modules/Settings/Vtiger.php
+++ b/pkg/vtiger/translations/TurkishLanguagePack_tr_tr/modules/Settings/Vtiger.php
@@ -75,6 +75,7 @@ $languageStrings = array(
 	'LBL_LIST_WORKFLOWS'           => 'İşakışları'             , 
 	'LBL_LIST_WORKFLOWS_DESCRIPTION' => 'vtiger için İşAkışlarını yarat veya düzenle', 
 	'Configuration Editor'         => 'Configuration Editor'        , 
+	'LBL_CONFIG_EDITOR_DESCRIPTION' => 'Uygulamanın Güncelleme yapılandırma dosyası',
 	'Update configuration file of the application' => 'Update application configuration file', 
 	'LBL_PERSONAL_EMAIL_TRACKING_INFO' => "Kişilerine gönderilen doğrudan e-postaların açar izlemek için bu onay kutusunu etkinleştirin. E-posta Kampanyaları modülünden gönderilen e-posta unutmayın her zaman bu ayardan etkilenmez izlenen ve değil",
 	'LBL_CUSTOMER_PORTAL'          => 'Kullanıcı Portali'         ,