mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
🌐 Fix typos in EN translations
Report PR #38 modifications, many thanks @jbostoen !
This commit is contained in:
@@ -32,7 +32,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'bkp-mysqldump-ok' => 'mysqldump is present: %1$s',
|
||||
'bkp-mysqldump-notfound' => 'mysqldump could not be found: %1$s - Please make sure it is installed and in the path, or edit the configuration file to tune mysql_bindir.',
|
||||
'bkp-mysqldump-issue' => 'mysqldump could not be executed (retcode=%1$d): Please make sure it is installed and in the path, or edit the configuration file to tune mysql_bindir',
|
||||
'bkp-missing-dir' => 'The target directory %1$s count not be found',
|
||||
'bkp-missing-dir' => 'The target directory %1$s could not be found',
|
||||
'bkp-free-disk-space' => '<b>%1$s free</b> in %2$s',
|
||||
'bkp-dir-not-writeable' => '%1$s is not writeable',
|
||||
'bkp-wrong-format-spec' => 'The current specification to format the file names is wrong (%1$s). A default specification will apply: %2$s',
|
||||
|
||||
@@ -538,9 +538,9 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Server/Attribute:osversion_id+' => '',
|
||||
'Class:Server/Attribute:osversion_name' => 'OS version name',
|
||||
'Class:Server/Attribute:osversion_name+' => '',
|
||||
'Class:Server/Attribute:oslicence_id' => 'OS licence',
|
||||
'Class:Server/Attribute:oslicence_id' => 'OS license',
|
||||
'Class:Server/Attribute:oslicence_id+' => '',
|
||||
'Class:Server/Attribute:oslicence_name' => 'OS licence name',
|
||||
'Class:Server/Attribute:oslicence_name' => 'OS license name',
|
||||
'Class:Server/Attribute:oslicence_name+' => '',
|
||||
'Class:Server/Attribute:cpu' => 'CPU',
|
||||
'Class:Server/Attribute:cpu+' => '',
|
||||
@@ -748,9 +748,9 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:SoftwareInstance/Attribute:software_id+' => '',
|
||||
'Class:SoftwareInstance/Attribute:software_name' => 'Software name',
|
||||
'Class:SoftwareInstance/Attribute:software_name+' => '',
|
||||
'Class:SoftwareInstance/Attribute:softwarelicence_id' => 'Software licence',
|
||||
'Class:SoftwareInstance/Attribute:softwarelicence_id' => 'Software license',
|
||||
'Class:SoftwareInstance/Attribute:softwarelicence_id+' => '',
|
||||
'Class:SoftwareInstance/Attribute:softwarelicence_name' => 'Software licence name',
|
||||
'Class:SoftwareInstance/Attribute:softwarelicence_name' => 'Software license name',
|
||||
'Class:SoftwareInstance/Attribute:softwarelicence_name+' => '',
|
||||
'Class:SoftwareInstance/Attribute:path' => 'Path',
|
||||
'Class:SoftwareInstance/Attribute:path+' => '',
|
||||
@@ -938,9 +938,9 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:VirtualMachine/Attribute:osversion_id+' => '',
|
||||
'Class:VirtualMachine/Attribute:osversion_name' => 'OS version name',
|
||||
'Class:VirtualMachine/Attribute:osversion_name+' => '',
|
||||
'Class:VirtualMachine/Attribute:oslicence_id' => 'OS licence',
|
||||
'Class:VirtualMachine/Attribute:oslicence_id' => 'OS license',
|
||||
'Class:VirtualMachine/Attribute:oslicence_id+' => '',
|
||||
'Class:VirtualMachine/Attribute:oslicence_name' => 'OS licence name',
|
||||
'Class:VirtualMachine/Attribute:oslicence_name' => 'OS license name',
|
||||
'Class:VirtualMachine/Attribute:oslicence_name+' => '',
|
||||
'Class:VirtualMachine/Attribute:cpu' => 'CPU',
|
||||
'Class:VirtualMachine/Attribute:cpu+' => '',
|
||||
@@ -1109,8 +1109,8 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Software/Attribute:softwareinstance_list+' => 'All the software instances for this software',
|
||||
'Class:Software/Attribute:softwarepatch_list' => 'Software Patches',
|
||||
'Class:Software/Attribute:softwarepatch_list+' => 'All the patchs for this software',
|
||||
'Class:Software/Attribute:softwarelicence_list' => 'Software Licences',
|
||||
'Class:Software/Attribute:softwarelicence_list+' => 'All the licences for this software',
|
||||
'Class:Software/Attribute:softwarelicence_list' => 'Software Licenses',
|
||||
'Class:Software/Attribute:softwarelicence_list+' => 'All the licenses for this software',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -1170,7 +1170,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Licence/Attribute:name' => 'Name',
|
||||
'Class:Licence/Attribute:name+' => '',
|
||||
'Class:Licence/Attribute:documents_list' => 'Documents',
|
||||
'Class:Licence/Attribute:documents_list+' => 'All the documents linked to this licence',
|
||||
'Class:Licence/Attribute:documents_list+' => 'All the documents linked to this license',
|
||||
'Class:Licence/Attribute:org_id' => 'Organization',
|
||||
'Class:Licence/Attribute:org_id+' => '',
|
||||
'Class:Licence/Attribute:organization_name' => 'Organization name',
|
||||
@@ -1191,7 +1191,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Licence/Attribute:perpetual/Value:no+' => 'no',
|
||||
'Class:Licence/Attribute:perpetual/Value:yes' => 'yes',
|
||||
'Class:Licence/Attribute:perpetual/Value:yes+' => 'yes',
|
||||
'Class:Licence/Attribute:finalclass' => 'Licence sub-class',
|
||||
'Class:Licence/Attribute:finalclass' => 'License sub-class',
|
||||
'Class:Licence/Attribute:finalclass+' => 'Name of the final class',
|
||||
));
|
||||
|
||||
@@ -1200,16 +1200,16 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:OSLicence' => 'OS Licence',
|
||||
'Class:OSLicence' => 'OS License',
|
||||
'Class:OSLicence+' => '',
|
||||
'Class:OSLicence/Attribute:osversion_id' => 'OS version',
|
||||
'Class:OSLicence/Attribute:osversion_id+' => '',
|
||||
'Class:OSLicence/Attribute:osversion_name' => 'OS version name',
|
||||
'Class:OSLicence/Attribute:osversion_name+' => '',
|
||||
'Class:OSLicence/Attribute:virtualmachines_list' => 'Virtual machines',
|
||||
'Class:OSLicence/Attribute:virtualmachines_list+' => 'All the virtual machines where this licence is used',
|
||||
'Class:OSLicence/Attribute:servers_list' => 'servers',
|
||||
'Class:OSLicence/Attribute:servers_list+' => 'All the servers where this licence is used',
|
||||
'Class:OSLicence/Attribute:virtualmachines_list+' => 'All the virtual machines where this license is used',
|
||||
'Class:OSLicence/Attribute:servers_list' => 'Servers',
|
||||
'Class:OSLicence/Attribute:servers_list+' => 'All the servers where this license is used',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -1217,14 +1217,14 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:SoftwareLicence' => 'Software Licence',
|
||||
'Class:SoftwareLicence' => 'Software License',
|
||||
'Class:SoftwareLicence+' => '',
|
||||
'Class:SoftwareLicence/Attribute:software_id' => 'Software',
|
||||
'Class:SoftwareLicence/Attribute:software_id+' => '',
|
||||
'Class:SoftwareLicence/Attribute:software_name' => 'Software name',
|
||||
'Class:SoftwareLicence/Attribute:software_name+' => '',
|
||||
'Class:SoftwareLicence/Attribute:softwareinstance_list' => 'Software instances',
|
||||
'Class:SoftwareLicence/Attribute:softwareinstance_list+' => 'All the systems where this licence is used',
|
||||
'Class:SoftwareLicence/Attribute:softwareinstance_list+' => 'All the systems where this license is used',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -1232,11 +1232,11 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:lnkDocumentToLicence' => 'Link Document / Licence',
|
||||
'Class:lnkDocumentToLicence' => 'Link Document / License',
|
||||
'Class:lnkDocumentToLicence+' => '',
|
||||
'Class:lnkDocumentToLicence/Attribute:licence_id' => 'Licence',
|
||||
'Class:lnkDocumentToLicence/Attribute:licence_id' => 'License',
|
||||
'Class:lnkDocumentToLicence/Attribute:licence_id+' => '',
|
||||
'Class:lnkDocumentToLicence/Attribute:licence_name' => 'Licence name',
|
||||
'Class:lnkDocumentToLicence/Attribute:licence_name' => 'License name',
|
||||
'Class:lnkDocumentToLicence/Attribute:licence_name+' => '',
|
||||
'Class:lnkDocumentToLicence/Attribute:document_id' => 'Document',
|
||||
'Class:lnkDocumentToLicence/Attribute:document_id+' => '',
|
||||
@@ -1802,88 +1802,88 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Menu:DataAdministration' => 'Data administration',
|
||||
'Menu:DataAdministration+' => 'Data administration',
|
||||
'Menu:Catalogs' => 'Catalogs',
|
||||
'Menu:Catalogs+' => 'Data types',
|
||||
'Menu:Audit' => 'Audit',
|
||||
'Menu:Audit+' => 'Audit',
|
||||
'Menu:CSVImport' => 'CSV import',
|
||||
'Menu:CSVImport+' => 'Bulk creation or update',
|
||||
'Menu:Organization' => 'Organizations',
|
||||
'Menu:Organization+' => 'All organizations',
|
||||
'Menu:Application' => 'Applications',
|
||||
'Menu:Application+' => 'All applications',
|
||||
'Menu:DBServer' => 'Database servers',
|
||||
'Menu:DBServer+' => 'Database servers',
|
||||
'Menu:ConfigManagement' => 'Configuration Management',
|
||||
'Menu:ConfigManagement+' => 'Configuration Management',
|
||||
'Menu:ConfigManagementOverview' => 'Overview',
|
||||
'Menu:ConfigManagementOverview+' => 'Overview',
|
||||
'Menu:Contact' => 'Contacts',
|
||||
'Menu:Contact+' => 'Contacts',
|
||||
'Menu:Contact:Count' => '%1$d contacts',
|
||||
'Menu:Person' => 'Persons',
|
||||
'Menu:Person+' => 'All persons',
|
||||
'Menu:Team' => 'Teams',
|
||||
'Menu:Team+' => 'All teams',
|
||||
'Menu:Document' => 'Documents',
|
||||
'Menu:Document+' => 'All documents',
|
||||
'Menu:Location' => 'Locations',
|
||||
'Menu:DataAdministration' => 'Data administration',
|
||||
'Menu:DataAdministration+' => 'Data administration',
|
||||
'Menu:Catalogs' => 'Catalogs',
|
||||
'Menu:Catalogs+' => 'Data types',
|
||||
'Menu:Audit' => 'Audit',
|
||||
'Menu:Audit+' => 'Audit',
|
||||
'Menu:CSVImport' => 'CSV import',
|
||||
'Menu:CSVImport+' => 'Bulk creation or update',
|
||||
'Menu:Organization' => 'Organizations',
|
||||
'Menu:Organization+' => 'All organizations',
|
||||
'Menu:Application' => 'Applications',
|
||||
'Menu:Application+' => 'All applications',
|
||||
'Menu:DBServer' => 'Database servers',
|
||||
'Menu:DBServer+' => 'Database servers',
|
||||
'Menu:ConfigManagement' => 'Configuration Management',
|
||||
'Menu:ConfigManagement+' => 'Configuration Management',
|
||||
'Menu:ConfigManagementOverview' => 'Overview',
|
||||
'Menu:ConfigManagementOverview+' => 'Overview',
|
||||
'Menu:Contact' => 'Contacts',
|
||||
'Menu:Contact+' => 'Contacts',
|
||||
'Menu:Contact:Count' => '%1$d contacts',
|
||||
'Menu:Person' => 'Persons',
|
||||
'Menu:Person+' => 'All persons',
|
||||
'Menu:Team' => 'Teams',
|
||||
'Menu:Team+' => 'All teams',
|
||||
'Menu:Document' => 'Documents',
|
||||
'Menu:Document+' => 'All documents',
|
||||
'Menu:Location' => 'Locations',
|
||||
|
||||
'Menu:Location+' => 'All locations',
|
||||
'Menu:ConfigManagementCI' => 'Configuration items',
|
||||
'Menu:ConfigManagementCI+' => 'Configuration items',
|
||||
'Menu:BusinessProcess' => 'Business processes',
|
||||
'Menu:BusinessProcess+' => 'All business processes',
|
||||
'Menu:ApplicationSolution' => 'Application solutions',
|
||||
'Menu:ApplicationSolution+' => 'All application solutions',
|
||||
'Menu:ConfigManagementSoftware' => 'Application management',
|
||||
'Menu:Licence' => 'Licences',
|
||||
'Menu:Licence+' => 'All licences',
|
||||
'Menu:Patch' => 'Patches',
|
||||
'Menu:Patch+' => 'All patches',
|
||||
'Menu:ApplicationInstance' => 'Installed software',
|
||||
'Menu:ApplicationInstance+' => 'Applications and database servers',
|
||||
'Menu:ConfigManagementHardware' => 'Infrastructure management',
|
||||
'Menu:Subnet' => 'Subnets',
|
||||
'Menu:Subnet+' => 'All subnets',
|
||||
'Menu:NetworkDevice' => 'Network devices',
|
||||
'Menu:NetworkDevice+' => 'All network devices',
|
||||
'Menu:Server' => 'Servers',
|
||||
'Menu:Server+' => 'All servers',
|
||||
'Menu:Printer' => 'Printers',
|
||||
'Menu:Printer+' => 'All printers',
|
||||
'Menu:MobilePhone' => 'Mobile phones',
|
||||
'Menu:MobilePhone+' => 'All mobile phones',
|
||||
'Menu:PC' => 'Personal computers',
|
||||
'Menu:PC+' => 'All Personal computers',
|
||||
'Menu:NewContact' => 'New contact',
|
||||
'Menu:NewContact+' => 'New contact',
|
||||
'Menu:SearchContacts' => 'Search for contacts',
|
||||
'Menu:SearchContacts+' => 'Search for contacts',
|
||||
'Menu:NewCI' => 'New CI',
|
||||
'Menu:NewCI+' => 'New CI',
|
||||
'Menu:SearchCIs' => 'Search for CIs',
|
||||
'Menu:SearchCIs+' => 'Search for CIs',
|
||||
'Menu:ConfigManagement:Devices' => 'Devices',
|
||||
'Menu:ConfigManagement:AllDevices' => 'Infrastructure',
|
||||
'Menu:ConfigManagement:virtualization' => 'Virtualization',
|
||||
'Menu:ConfigManagement:EndUsers' => 'End user devices',
|
||||
'Menu:ConfigManagement:SWAndApps' => 'Software and applications',
|
||||
'Menu:ConfigManagement:Misc' => 'Miscellaneous',
|
||||
'Menu:Group' => 'Groups of CIs',
|
||||
'Menu:Group+' => 'Groups of CIs',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Shortcuts',
|
||||
'Menu:ConfigManagement:AllContacts' => 'All contacts: %1$d',
|
||||
'Menu:Typology' => 'Typology configuration',
|
||||
'Menu:Typology+' => 'Typology configuration',
|
||||
'Menu:OSVersion' => 'OS versions',
|
||||
'Menu:OSVersion+' => '',
|
||||
'Menu:Software' => 'Software catalog',
|
||||
'Menu:Software+' => 'Software catalog',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Summary',
|
||||
'Menu:ConfigManagement:Typology' => 'Typology configuration',
|
||||
'Menu:Location+' => 'All locations',
|
||||
'Menu:ConfigManagementCI' => 'Configuration items',
|
||||
'Menu:ConfigManagementCI+' => 'Configuration items',
|
||||
'Menu:BusinessProcess' => 'Business processes',
|
||||
'Menu:BusinessProcess+' => 'All business processes',
|
||||
'Menu:ApplicationSolution' => 'Application solutions',
|
||||
'Menu:ApplicationSolution+' => 'All application solutions',
|
||||
'Menu:ConfigManagementSoftware' => 'Application management',
|
||||
'Menu:Licence' => 'Licenses',
|
||||
'Menu:Licence+' => 'All licenses',
|
||||
'Menu:Patch' => 'Patches',
|
||||
'Menu:Patch+' => 'All patches',
|
||||
'Menu:ApplicationInstance' => 'Installed software',
|
||||
'Menu:ApplicationInstance+' => 'Applications and database servers',
|
||||
'Menu:ConfigManagementHardware' => 'Infrastructure management',
|
||||
'Menu:Subnet' => 'Subnets',
|
||||
'Menu:Subnet+' => 'All subnets',
|
||||
'Menu:NetworkDevice' => 'Network devices',
|
||||
'Menu:NetworkDevice+' => 'All network devices',
|
||||
'Menu:Server' => 'Servers',
|
||||
'Menu:Server+' => 'All servers',
|
||||
'Menu:Printer' => 'Printers',
|
||||
'Menu:Printer+' => 'All printers',
|
||||
'Menu:MobilePhone' => 'Mobile phones',
|
||||
'Menu:MobilePhone+' => 'All mobile phones',
|
||||
'Menu:PC' => 'Personal computers',
|
||||
'Menu:PC+' => 'All Personal computers',
|
||||
'Menu:NewContact' => 'New contact',
|
||||
'Menu:NewContact+' => 'New contact',
|
||||
'Menu:SearchContacts' => 'Search for contacts',
|
||||
'Menu:SearchContacts+' => 'Search for contacts',
|
||||
'Menu:NewCI' => 'New CI',
|
||||
'Menu:NewCI+' => 'New CI',
|
||||
'Menu:SearchCIs' => 'Search for CIs',
|
||||
'Menu:SearchCIs+' => 'Search for CIs',
|
||||
'Menu:ConfigManagement:Devices' => 'Devices',
|
||||
'Menu:ConfigManagement:AllDevices' => 'Infrastructure',
|
||||
'Menu:ConfigManagement:virtualization' => 'Virtualization',
|
||||
'Menu:ConfigManagement:EndUsers' => 'End user devices',
|
||||
'Menu:ConfigManagement:SWAndApps' => 'Software and applications',
|
||||
'Menu:ConfigManagement:Misc' => 'Miscellaneous',
|
||||
'Menu:Group' => 'Groups of CIs',
|
||||
'Menu:Group+' => 'Groups of CIs',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Shortcuts',
|
||||
'Menu:ConfigManagement:AllContacts' => 'All contacts: %1$d',
|
||||
'Menu:Typology' => 'Typology configuration',
|
||||
'Menu:Typology+' => 'Typology configuration',
|
||||
'Menu:OSVersion' => 'OS versions',
|
||||
'Menu:OSVersion+' => '',
|
||||
'Menu:Software' => 'Software catalog',
|
||||
'Menu:Software+' => 'Software catalog',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Summary',
|
||||
'Menu:ConfigManagement:Typology' => 'Typology configuration',
|
||||
|
||||
));
|
||||
|
||||
@@ -1891,18 +1891,18 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Server:baseinfo' => 'General information',
|
||||
'Server:Date' => 'Dates',
|
||||
'Server:moreinfo' => 'More information',
|
||||
'Server:otherinfo' => 'Other information',
|
||||
'Server:power' => 'Power supply',
|
||||
'Person:info' => 'General information',
|
||||
'Person:personal_info' => 'Personal information',
|
||||
'Person:notifiy' => 'Notification',
|
||||
'Class:Subnet/Tab:IPUsage' => 'IP Usage',
|
||||
'Class:Subnet/Tab:IPUsage-explain' => 'Interfaces having an IP in the range: <em>%1$s</em> to <em>%2$s</em>',
|
||||
'Class:Subnet/Tab:FreeIPs' => 'Free IPs',
|
||||
'Class:Subnet/Tab:FreeIPs-count' => 'Free IPs: %1$s',
|
||||
'Class:Subnet/Tab:FreeIPs-explain' => 'Here is an extract of 10 free IP addresses',
|
||||
'Class:Document:PreviewTab' => 'Preview',
|
||||
'Server:baseinfo' => 'General information',
|
||||
'Server:Date' => 'Dates',
|
||||
'Server:moreinfo' => 'More information',
|
||||
'Server:otherinfo' => 'Other information',
|
||||
'Server:power' => 'Power supply',
|
||||
'Person:info' => 'General information',
|
||||
'Person:personal_info' => 'Personal information',
|
||||
'Person:notifiy' => 'Notification',
|
||||
'Class:Subnet/Tab:IPUsage' => 'IP Usage',
|
||||
'Class:Subnet/Tab:IPUsage-explain' => 'Interfaces having an IP in the range: <em>%1$s</em> to <em>%2$s</em>',
|
||||
'Class:Subnet/Tab:FreeIPs' => 'Free IPs',
|
||||
'Class:Subnet/Tab:FreeIPs-count' => 'Free IPs: %1$s',
|
||||
'Class:Subnet/Tab:FreeIPs-explain' => 'Here is an extract of 10 free IP addresses',
|
||||
'Class:Document:PreviewTab' => 'Preview',
|
||||
));
|
||||
|
||||
@@ -223,12 +223,12 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:UserRequest/Attribute:user_satisfaction+' => '',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:1' => 'Very satisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:1+' => 'Very satisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:2' => 'Fairly statisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:2+' => 'Fairly statisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:3' => 'Rather Dissatified',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:3+' => 'Rather Dissatified',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:4' => 'Very Dissatisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:4+' => 'Very Dissatisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:2' => 'Fairly satisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:2+' => 'Fairly satisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:3' => 'Rather dissatified',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:3+' => 'Rather dissatified',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:4' => 'Very dissatified',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:4+' => 'Very dissatified',
|
||||
'Class:UserRequest/Attribute:user_comment' => 'User comment',
|
||||
'Class:UserRequest/Attribute:user_comment+' => '',
|
||||
'Class:UserRequest/Attribute:parent_request_id_friendlyname' => 'parent_request_id_friendlyname',
|
||||
|
||||
@@ -227,12 +227,12 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:UserRequest/Attribute:user_satisfaction+' => '',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:1' => 'Very satisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:1+' => 'Very satisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:2' => 'Fairly statisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:2+' => 'Fairly statisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:3' => 'Rather Dissatified',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:3+' => 'Rather Dissatified',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:4' => 'Very Dissatisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:4+' => 'Very Dissatisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:2' => 'Fairly satisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:2+' => 'Fairly satisfied',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:3' => 'Rather dissatified',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:3+' => 'Rather dissatified',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:4' => 'Very dissatified',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:4+' => 'Very dissatified',
|
||||
'Class:UserRequest/Attribute:user_comment' => 'User comment',
|
||||
'Class:UserRequest/Attribute:user_comment+' => '',
|
||||
'Class:UserRequest/Attribute:parent_request_id_friendlyname' => 'parent_request_id_friendlyname',
|
||||
@@ -277,7 +277,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Portal:TitleDetailsFor_Service' => 'Details for Service',
|
||||
'Portal:Button:CreateRequestFromService' => 'Create a Request for this service',
|
||||
'Portal:ListOpenRequests' => 'List open requests',
|
||||
'Portal:UserRequest:MoreInfo' => 'More information',
|
||||
'Portal:UserRequest:MoreInfo' => 'More information',
|
||||
'Portal:Details-Service-Element' => 'Service elements',
|
||||
'Portal:NoClosedTicket' => 'No closed request',
|
||||
'Portal:NoService' => '',
|
||||
|
||||
Reference in New Issue
Block a user