mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
🌐 N°7932 Translations - British English (#677)
* Translation into EN GB
This commit is contained in:
committed by
GitHub
parent
ef42a49009
commit
596e26a96f
@@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'CAS:Error:UserNotAllowed' => 'User not allowed',
|
||||||
|
'CAS:Login:SignIn' => 'Sign in with CAS',
|
||||||
|
'CAS:Login:SignInTooltip' => 'Click here to authenticate yourself with the CAS server',
|
||||||
|
));
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: UserExternal
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:UserExternal' => 'External user',
|
||||||
|
'Class:UserExternal+' => 'User authentified outside of '.ITOP_APPLICATION_SHORT,
|
||||||
|
));
|
||||||
@@ -0,0 +1,42 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: UserLDAP
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:UserLDAP' => 'LDAP user',
|
||||||
|
'Class:UserLDAP+' => 'User authenticated by LDAP',
|
||||||
|
'UserLDAP:server' => 'LDAP specifics',
|
||||||
|
));
|
||||||
@@ -0,0 +1,60 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: UserLocal
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:UserLocal' => ITOP_APPLICATION_SHORT.' user',
|
||||||
|
'Class:UserLocal+' => 'User authentified by '.ITOP_APPLICATION_SHORT,
|
||||||
|
'Class:UserLocal/Attribute:password' => 'Password',
|
||||||
|
'Class:UserLocal/Attribute:password+' => 'User authentication string',
|
||||||
|
|
||||||
|
'Class:UserLocal/Attribute:expiration' => 'Password expiration',
|
||||||
|
'Class:UserLocal/Attribute:expiration+' => 'Password expiration status (requires an extension to have an effect)',
|
||||||
|
'Class:UserLocal/Attribute:expiration/Value:can_expire' => 'Can expire',
|
||||||
|
'Class:UserLocal/Attribute:expiration/Value:can_expire+' => '',
|
||||||
|
'Class:UserLocal/Attribute:expiration/Value:never_expire' => 'Never expire',
|
||||||
|
'Class:UserLocal/Attribute:expiration/Value:never_expire+' => '',
|
||||||
|
'Class:UserLocal/Attribute:expiration/Value:force_expire' => 'Expired',
|
||||||
|
'Class:UserLocal/Attribute:expiration/Value:force_expire+' => '',
|
||||||
|
'Class:UserLocal/Attribute:expiration/Value:otp_expire' => 'One-time Password',
|
||||||
|
'Class:UserLocal/Attribute:expiration/Value:otp_expire+' => 'Password cannot be changed by the user.',
|
||||||
|
'Class:UserLocal/Attribute:password_renewed_date' => 'Password renewed on',
|
||||||
|
'Class:UserLocal/Attribute:password_renewed_date+' => 'When the password was last changed',
|
||||||
|
|
||||||
|
'Error:UserLocalPasswordValidator:UserPasswordPolicyRegex:ValidationFailed' => 'Password must be at least 8 characters and include uppercase, lowercase, numeric and special characters.',
|
||||||
|
'UserLocal:password:expiration' => 'The fields below require an extension',
|
||||||
|
'Class:UserLocal/Error:OneTimePasswordChangeIsNotAllowed' => 'Setting password expiration to "One-time password" is not allowed for your own User',
|
||||||
|
));
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'theme:darkmoon' => 'Dark moon',
|
||||||
|
));
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'theme:fullmoon-high-contrast' => 'Fullmoon (High contrast)',
|
||||||
|
));
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'theme:fullmoon-protanopia-deuteranopia' => 'Fullmoon (Protanopia & Deuteranopia)'
|
||||||
|
));
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'theme:fullmoon-tritanopia' => 'Fullmoon (Tritanopia)',
|
||||||
|
));
|
||||||
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Database inconsistencies
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
// Dictionary entries go here
|
||||||
|
'Menu:DBToolsMenu' => 'Database integrity',
|
||||||
|
'DBTools:Class' => 'Class',
|
||||||
|
'DBTools:Title' => 'Database integrity check',
|
||||||
|
'DBTools:ErrorsFound' => 'Errors Found',
|
||||||
|
'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated',
|
||||||
|
'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES',
|
||||||
|
'DBTools:Error' => 'Error',
|
||||||
|
'DBTools:Count' => 'Count',
|
||||||
|
'DBTools:SQLquery' => 'SQL query',
|
||||||
|
'DBTools:FixitSQLquery' => 'SQL query To Fix it (indication)',
|
||||||
|
'DBTools:SQLresult' => 'SQL result',
|
||||||
|
'DBTools:NoError' => 'The database is OK',
|
||||||
|
'DBTools:HideIds' => 'Error List',
|
||||||
|
'DBTools:ShowIds' => 'Detailed view',
|
||||||
|
'DBTools:ShowReport' => 'Report',
|
||||||
|
'DBTools:IntegrityCheck' => 'Integrity check',
|
||||||
|
'DBTools:FetchCheck' => 'Fetch Check (long)',
|
||||||
|
'DBTools:SelectAnalysisType' => 'Select analysis type',
|
||||||
|
|
||||||
|
'DBTools:Analyze' => 'Analyse',
|
||||||
|
'DBTools:Details' => 'Show Details',
|
||||||
|
'DBTools:ShowAll' => 'Show All Errors',
|
||||||
|
|
||||||
|
'DBTools:Inconsistencies' => 'Database inconsistencies',
|
||||||
|
'DBTools:DetailedErrorTitle' => '%2$s error(s) in class %1$s: %3$s',
|
||||||
|
'DBTools:DetailedErrorLimit' => 'List limited to %1$s errors',
|
||||||
|
|
||||||
|
'DBAnalyzer-Integrity-OrphanRecord' => 'Orphan record in `%1$s`, it should have its counterpart in table `%2$s`',
|
||||||
|
'DBAnalyzer-Integrity-InvalidExtKey' => 'Invalid external key %1$s (column: `%2$s.%3$s`)',
|
||||||
|
'DBAnalyzer-Integrity-MissingExtKey' => 'Missing external key %1$s (column: `%2$s.%3$s`)',
|
||||||
|
'DBAnalyzer-Integrity-InvalidValue' => 'Invalid value for %1$s (column: `%2$s.%3$s`)',
|
||||||
|
'DBAnalyzer-Integrity-UsersWithoutProfile' => 'Some user accounts have no profile at all',
|
||||||
|
'DBAnalyzer-Integrity-HKInvalid' => 'Broken hierarchical key `%1$s`',
|
||||||
|
'DBAnalyzer-Fetch-Count-Error' => 'Fetch count error in `%1$s`, %2$d entries fetched / %3$d counted',
|
||||||
|
'DBAnalyzer-Integrity-FinalClass' => 'Field `%2$s`.`%1$s` must have the same value as `%3$s`.`%1$s`',
|
||||||
|
'DBAnalyzer-Integrity-RootFinalClass' => 'Field `%2$s`.`%1$s` must contain a valid class',
|
||||||
|
));
|
||||||
|
|
||||||
|
// Database Info
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'DBTools:DatabaseInfo' => 'Database Information',
|
||||||
|
'DBTools:Base' => 'Base',
|
||||||
|
'DBTools:Size' => 'Size',
|
||||||
|
));
|
||||||
|
|
||||||
|
// Lost attachments
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'DBTools:LostAttachments' => 'Lost attachments',
|
||||||
|
'DBTools:LostAttachments:Disclaimer' => 'Here you can search your database for lost or misplaced attachments. This is NOT a data recovery tool, it does not retrieve deleted data.',
|
||||||
|
|
||||||
|
'DBTools:LostAttachments:Button:Analyze' => 'Analyse',
|
||||||
|
'DBTools:LostAttachments:Button:Restore' => 'Restore',
|
||||||
|
'DBTools:LostAttachments:Button:Restore:Confirm' => 'This action cannot be undone, please confirm that you want to restore the selected files.',
|
||||||
|
'DBTools:LostAttachments:Button:Busy' => 'Please wait...',
|
||||||
|
|
||||||
|
'DBTools:LostAttachments:Step:Analyze' => 'First, search for lost/misplaced attachments by analysing the database.',
|
||||||
|
|
||||||
|
'DBTools:LostAttachments:Step:AnalyzeResults' => 'Analyse results:',
|
||||||
|
'DBTools:LostAttachments:Step:AnalyzeResults:None' => 'Great! Every thing seems to be at the right place.',
|
||||||
|
'DBTools:LostAttachments:Step:AnalyzeResults:Some' => 'Some attachments (%1$d) seem to be misplaced. Take a look at the following list and check the ones you would like to move.',
|
||||||
|
'DBTools:LostAttachments:Step:AnalyzeResults:Item:Filename' => 'Filename',
|
||||||
|
'DBTools:LostAttachments:Step:AnalyzeResults:Item:CurrentLocation' => 'Current location',
|
||||||
|
'DBTools:LostAttachments:Step:AnalyzeResults:Item:TargetLocation' => 'Move to...',
|
||||||
|
|
||||||
|
'DBTools:LostAttachments:Step:RestoreResults' => 'Restore results:',
|
||||||
|
'DBTools:LostAttachments:Step:RestoreResults:Results' => '%1$d/%2$d attachments were restored.',
|
||||||
|
|
||||||
|
'DBTools:LostAttachments:StoredAsInlineImage' => 'Stored as inline image',
|
||||||
|
'DBTools:LostAttachments:History' => 'Attachment "%1$s" restored with DB tools'
|
||||||
|
));
|
||||||
@@ -0,0 +1,81 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Attachments:TabTitle_Count' => 'Attachments (%1$d)',
|
||||||
|
'Attachments:EmptyTabTitle' => 'Attachments',
|
||||||
|
'Attachments:FieldsetTitle' => 'Attachments',
|
||||||
|
'Attachments:DeleteBtn' => 'Delete',
|
||||||
|
'Attachments:History_File_Added' => 'Attachment %1$s added.',
|
||||||
|
'Attachments:History_File_Removed' => 'Attachment %1$s removed.',
|
||||||
|
'Attachments:AddAttachment' => 'Add attachment: ',
|
||||||
|
'Attachments:UploadNotAllowedOnThisSystem' => 'File upload in NOT allowed on this system.',
|
||||||
|
'Attachment:Max_Go' => '(Maximum file size: %1$s GB)',
|
||||||
|
'Attachment:Max_Mo' => '(Maximum file size: %1$s MB)',
|
||||||
|
'Attachment:Max_Ko' => '(Maximum file size: %1$s KB)',
|
||||||
|
'Attachments:NoAttachment' => 'No attachment.',
|
||||||
|
'Attachments:PreviewNotAvailable' => 'Preview not available for this type of attachment.',
|
||||||
|
'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s',
|
||||||
|
'Attachments:Error:UploadedFileEmpty' => 'The received file is empty and cannot be attached.
|
||||||
|
Either you have pushed an empty file,
|
||||||
|
or ask your '.ITOP_APPLICATION_SHORT.' administrator if the '.ITOP_APPLICATION_SHORT.' server disk is full.',
|
||||||
|
'Attachments:Render:Icons' => 'Display as icons',
|
||||||
|
'Attachments:Render:Table' => 'Display as list',
|
||||||
|
'UI:Attachments:DropYourFileHint' => 'Drop files anywhere in this area',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Attachment
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Attachment' => 'Attachment',
|
||||||
|
'Class:Attachment+' => '',
|
||||||
|
'Class:Attachment/Attribute:expire' => 'Expire',
|
||||||
|
'Class:Attachment/Attribute:expire+' => '',
|
||||||
|
'Class:Attachment/Attribute:temp_id' => 'Temporary id',
|
||||||
|
'Class:Attachment/Attribute:temp_id+' => '',
|
||||||
|
'Class:Attachment/Attribute:item_class' => 'Item class',
|
||||||
|
'Class:Attachment/Attribute:item_class+' => '',
|
||||||
|
'Class:Attachment/Attribute:item_id' => 'Item',
|
||||||
|
'Class:Attachment/Attribute:item_id+' => '',
|
||||||
|
'Class:Attachment/Attribute:item_org_id' => 'Item organisation',
|
||||||
|
'Class:Attachment/Attribute:item_org_id+' => '',
|
||||||
|
'Class:Attachment/Attribute:contents' => 'Contents',
|
||||||
|
'Class:Attachment/Attribute:contents+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Attachments:File:Thumbnail' => 'Icon',
|
||||||
|
'Attachments:File:Name' => 'File name',
|
||||||
|
'Attachments:File:Date' => 'Upload date',
|
||||||
|
'Attachments:File:Uploader' => 'Uploaded by',
|
||||||
|
'Attachments:File:Size' => 'Size',
|
||||||
|
'Attachments:File:MimeType' => 'Type',
|
||||||
|
'Attachments:File:DownloadsCount' => 'Downloads',
|
||||||
|
));
|
||||||
|
//
|
||||||
|
// Class: Attachment
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Attachment/Attribute:creation_date' => 'Creation date',
|
||||||
|
'Class:Attachment/Attribute:creation_date+' => '',
|
||||||
|
'Class:Attachment/Attribute:user_id' => 'User id',
|
||||||
|
'Class:Attachment/Attribute:user_id+' => '',
|
||||||
|
'Class:Attachment/Attribute:contact_id' => 'Contact id',
|
||||||
|
'Class:Attachment/Attribute:contact_id+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: TriggerOnAttachmentDownload
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:TriggerOnAttachmentDownload' => 'Trigger (on object\'s attachment download)',
|
||||||
|
'Class:TriggerOnAttachmentDownload+' => 'Trigger on object\'s attachment download of [a child class of] the given class',
|
||||||
|
));
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
|
||||||
|
'bkp-backup-running' => 'A backup is running. Please wait...',
|
||||||
|
'bkp-restore-running' => 'A restore is running. Please wait...',
|
||||||
|
|
||||||
|
'Menu:BackupStatus' => 'Backups',
|
||||||
|
'bkp-status-title' => 'Backups',
|
||||||
|
'bkp-status-checks' => 'Settings and checks',
|
||||||
|
'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 <code>%1$s</code> could not be found',
|
||||||
|
'bkp-free-disk-space' => '<b>%1$s free</b> in <code>%2$s</code>',
|
||||||
|
'bkp-dir-not-writeable' => '%1$s is not writable',
|
||||||
|
'bkp-wrong-format-spec' => 'The current specification to format the file names is wrong (%1$s). A default specification will apply: %2$s',
|
||||||
|
'bkp-name-sample' => 'Backup files are named depending on DB identifiers, date and time. Example: %1$s',
|
||||||
|
'bkp-week-days' => 'Backups will occur <b>every %1$s at %2$s</b>',
|
||||||
|
'bkp-retention' => 'At most <b>%1$d backup files will be kept</b> in the target directory.',
|
||||||
|
'bkp-next-to-delete' => 'Will be deleted when the next backup occurs (see the setting "retention_count")',
|
||||||
|
'bkp-table-file' => 'File',
|
||||||
|
'bkp-table-file+' => 'Only files having the extension .zip are considered as being backup files',
|
||||||
|
'bkp-table-size' => 'Size',
|
||||||
|
'bkp-table-size+' => '',
|
||||||
|
'bkp-table-actions' => 'Actions',
|
||||||
|
'bkp-table-actions+' => '',
|
||||||
|
'bkp-status-backups-auto' => 'Scheduled backups',
|
||||||
|
'bkp-status-backups-manual' => 'Manual backups',
|
||||||
|
'bkp-status-backups-none' => 'No backup yet',
|
||||||
|
'bkp-next-backup' => 'The next backup will occur on <b>%1$s</b> (%2$s) at %3$s.',
|
||||||
|
'bkp-next-backup-unknown' => 'The next backup is <b>not scheduled</b> yet.',
|
||||||
|
'bkp-button-backup-now' => 'Backup now!',
|
||||||
|
'bkp-button-restore-now' => 'Restore!',
|
||||||
|
'bkp-confirm-backup' => 'Please confirm that you do request the backup to occur right now.',
|
||||||
|
'bkp-confirm-restore' => 'Please confirm that you do want to restore the backup %1$s.',
|
||||||
|
'bkp-wait-backup' => 'Please wait for the backup to complete...',
|
||||||
|
'bkp-wait-restore' => 'Please wait for the restore to complete...',
|
||||||
|
'bkp-success-restore' => 'Restore successfully completed.',
|
||||||
|
));
|
||||||
@@ -0,0 +1,72 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
// Note: The classes have been grouped by categories: bizmodel
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
// Classes in 'bizmodel'
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// Class: lnkFunctionalCIToProviderContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkFunctionalCIToProviderContract' => 'Link FunctionalCI / ProviderContract',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id' => 'Provider contract',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_name' => 'Provider contract Name',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_name+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_id' => 'CI',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_name' => 'CI Name',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkFunctionalCIToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkFunctionalCIToService' => 'Link FunctionalCI / Service',
|
||||||
|
'Class:lnkFunctionalCIToService+' => '',
|
||||||
|
'Class:lnkFunctionalCIToService/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:service_id' => 'Service',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:service_name' => 'Service Name',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:functionalci_id' => 'CI',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:functionalci_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:functionalci_name' => 'CI Name',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:functionalci_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: FunctionalCI
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:FunctionalCI/Attribute:providercontracts_list' => 'Provider contracts',
|
||||||
|
'Class:FunctionalCI/Attribute:providercontracts_list+' => 'All the provider contracts for this configuration item',
|
||||||
|
'Class:FunctionalCI/Attribute:services_list' => 'Services',
|
||||||
|
'Class:FunctionalCI/Attribute:services_list+' => 'All the services impacted by this configuration item',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Document
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Document/Attribute:contracts_list' => 'Contracts',
|
||||||
|
'Class:Document/Attribute:contracts_list+' => 'All the contracts linked to this document',
|
||||||
|
'Class:Document/Attribute:services_list' => 'Services',
|
||||||
|
'Class:Document/Attribute:services_list+' => 'All the services linked to this document',
|
||||||
|
));
|
||||||
@@ -0,0 +1,64 @@
|
|||||||
|
<?php
|
||||||
|
// Copyright (C) 2024 Combodo SAS
|
||||||
|
//
|
||||||
|
// This file is part of iTop.
|
||||||
|
//
|
||||||
|
// iTop is free software; you can redistribute it and/or modify
|
||||||
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
|
// (at your option) any later version.
|
||||||
|
//
|
||||||
|
// iTop is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
/**
|
||||||
|
* @author Benjamin Planque <benjamin.planque@combodo.com>
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
// Note: The classes have been grouped by categories: bizmodel
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
// Classes in 'bizmodel'
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkFunctionalCIToTicket
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkFunctionalCIToTicket' => 'Link FunctionalCI / Ticket',
|
||||||
|
'Class:lnkFunctionalCIToTicket+' => '',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Ref',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Ticket title',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI Name',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Impact (text)',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: FunctionalCI
|
||||||
|
//
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:FunctionalCI/Attribute:tickets_list' => 'Tickets',
|
||||||
|
'Class:FunctionalCI/Attribute:tickets_list+' => 'All the tickets for this configuration item',
|
||||||
|
));
|
||||||
@@ -0,0 +1,294 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Menu:ChangeManagement' => 'Change management',
|
||||||
|
'Menu:Change:Overview' => 'Overview',
|
||||||
|
'Menu:Change:Overview+' => '',
|
||||||
|
'Menu:NewChange' => 'New change',
|
||||||
|
'Menu:NewChange+' => 'Create a new change ticket',
|
||||||
|
'Menu:SearchChanges' => 'Search for changes',
|
||||||
|
'Menu:SearchChanges+' => 'Search for change tickets',
|
||||||
|
'Menu:Change:Shortcuts' => 'Shortcuts',
|
||||||
|
'Menu:Change:Shortcuts+' => '',
|
||||||
|
'Menu:WaitingAcceptance' => 'Changes awaiting acceptance',
|
||||||
|
'Menu:WaitingAcceptance+' => '',
|
||||||
|
'Menu:WaitingApproval' => 'Changes awaiting approval',
|
||||||
|
'Menu:WaitingApproval+' => '',
|
||||||
|
'Menu:Changes' => 'Open changes',
|
||||||
|
'Menu:Changes+' => 'All open changes',
|
||||||
|
'Menu:MyChanges' => 'Changes assigned to me',
|
||||||
|
'Menu:MyChanges+' => 'Changes assigned to me (as Agent)',
|
||||||
|
'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => 'Changes by category for the last 7 days',
|
||||||
|
'UI-ChangeManagementOverview-Last-7-days' => 'Number of changes for the last 7 days',
|
||||||
|
'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Changes by domain for the last 7 days',
|
||||||
|
'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Changes by status for the last 7 days',
|
||||||
|
'Tickets:Related:OpenChanges' => 'Open changes',
|
||||||
|
'Tickets:Related:RecentChanges' => 'Recent changes (72h)',
|
||||||
|
));
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Change
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Change' => 'Change',
|
||||||
|
'Class:Change+' => '',
|
||||||
|
'Class:Change/Attribute:status' => 'Status',
|
||||||
|
'Class:Change/Attribute:status+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:new' => 'New',
|
||||||
|
'Class:Change/Attribute:status/Value:new+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:validated' => 'Validated',
|
||||||
|
'Class:Change/Attribute:status/Value:validated+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:rejected' => 'Rejected',
|
||||||
|
'Class:Change/Attribute:status/Value:rejected+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:assigned' => 'Assigned',
|
||||||
|
'Class:Change/Attribute:status/Value:assigned+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:plannedscheduled' => 'Planned and scheduled',
|
||||||
|
'Class:Change/Attribute:status/Value:plannedscheduled+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:approved' => 'Approved',
|
||||||
|
'Class:Change/Attribute:status/Value:approved+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:notapproved' => 'Not approved',
|
||||||
|
'Class:Change/Attribute:status/Value:notapproved+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:implemented' => 'Implemented',
|
||||||
|
'Class:Change/Attribute:status/Value:implemented+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:monitored' => 'Monitored',
|
||||||
|
'Class:Change/Attribute:status/Value:monitored+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:closed' => 'Closed',
|
||||||
|
'Class:Change/Attribute:status/Value:closed+' => '',
|
||||||
|
'Class:Change/Attribute:reason' => 'Reject reason',
|
||||||
|
'Class:Change/Attribute:reason+' => '',
|
||||||
|
'Class:Change/Attribute:requestor_id' => 'Requestor',
|
||||||
|
'Class:Change/Attribute:requestor_id+' => '',
|
||||||
|
'Class:Change/Attribute:requestor_email' => 'Requestor email',
|
||||||
|
'Class:Change/Attribute:requestor_email+' => '',
|
||||||
|
'Class:Change/Attribute:creation_date' => 'Creation date',
|
||||||
|
'Class:Change/Attribute:creation_date+' => '',
|
||||||
|
'Class:Change/Attribute:impact' => 'Impact',
|
||||||
|
'Class:Change/Attribute:impact+' => '',
|
||||||
|
'Class:Change/Attribute:supervisor_group_id' => 'Supervisor team',
|
||||||
|
'Class:Change/Attribute:supervisor_group_id+' => '',
|
||||||
|
'Class:Change/Attribute:supervisor_group_name' => 'Supervisor team name',
|
||||||
|
'Class:Change/Attribute:supervisor_group_name+' => '',
|
||||||
|
'Class:Change/Attribute:supervisor_id' => 'Supervisor',
|
||||||
|
'Class:Change/Attribute:supervisor_id+' => '',
|
||||||
|
'Class:Change/Attribute:supervisor_email' => 'Supervisor email',
|
||||||
|
'Class:Change/Attribute:supervisor_email+' => '',
|
||||||
|
'Class:Change/Attribute:manager_group_id' => 'Manager team',
|
||||||
|
'Class:Change/Attribute:manager_group_id+' => '',
|
||||||
|
'Class:Change/Attribute:manager_group_name' => 'Manager team name',
|
||||||
|
'Class:Change/Attribute:manager_group_name+' => '',
|
||||||
|
'Class:Change/Attribute:manager_id' => 'Manager',
|
||||||
|
'Class:Change/Attribute:manager_id+' => '',
|
||||||
|
'Class:Change/Attribute:manager_email' => 'Manager email',
|
||||||
|
'Class:Change/Attribute:manager_email+' => '',
|
||||||
|
'Class:Change/Attribute:outage' => 'Outage',
|
||||||
|
'Class:Change/Attribute:outage+' => '',
|
||||||
|
'Class:Change/Attribute:outage/Value:no' => 'No',
|
||||||
|
'Class:Change/Attribute:outage/Value:no+' => '',
|
||||||
|
'Class:Change/Attribute:outage/Value:yes' => 'Yes',
|
||||||
|
'Class:Change/Attribute:outage/Value:yes+' => '',
|
||||||
|
'Class:Change/Attribute:fallback' => 'Fallback plan',
|
||||||
|
'Class:Change/Attribute:fallback+' => '',
|
||||||
|
'Class:Change/Attribute:parent_id' => 'Parent change',
|
||||||
|
'Class:Change/Attribute:parent_id+' => '',
|
||||||
|
'Class:Change/Attribute:parent_name' => 'Parent change Ref',
|
||||||
|
'Class:Change/Attribute:parent_name+' => '',
|
||||||
|
'Class:Change/Attribute:related_request_list' => 'Related requests',
|
||||||
|
'Class:Change/Attribute:related_request_list+' => 'All the user requests linked to this change',
|
||||||
|
'Class:Change/Attribute:related_problems_list' => 'Related problems',
|
||||||
|
'Class:Change/Attribute:related_problems_list+' => 'All the problems linked to this change',
|
||||||
|
'Class:Change/Attribute:related_incident_list' => 'Related incidents',
|
||||||
|
'Class:Change/Attribute:related_incident_list+' => 'All the incidents linked to this change',
|
||||||
|
'Class:Change/Attribute:child_changes_list' => 'Child changes',
|
||||||
|
'Class:Change/Attribute:child_changes_list+' => 'All the sub changes linked to this change',
|
||||||
|
'Class:Change/Attribute:parent_id_friendlyname' => 'Parent friendly name',
|
||||||
|
'Class:Change/Attribute:parent_id_friendlyname+' => '',
|
||||||
|
'Class:Change/Attribute:parent_id_finalclass_recall' => 'Change type',
|
||||||
|
'Class:Change/Attribute:parent_id_finalclass_recall+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_validate' => 'Validate',
|
||||||
|
'Class:Change/Stimulus:ev_validate+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_reject' => 'Reject',
|
||||||
|
'Class:Change/Stimulus:ev_reject+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_assign' => 'Assign',
|
||||||
|
'Class:Change/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_reopen' => 'Reopen',
|
||||||
|
'Class:Change/Stimulus:ev_reopen+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_plan' => 'Plan',
|
||||||
|
'Class:Change/Stimulus:ev_plan+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_approve' => 'Approve',
|
||||||
|
'Class:Change/Stimulus:ev_approve+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_replan' => 'Replan',
|
||||||
|
'Class:Change/Stimulus:ev_replan+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_notapprove' => 'Reject',
|
||||||
|
'Class:Change/Stimulus:ev_notapprove+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_implement' => 'Implement',
|
||||||
|
'Class:Change/Stimulus:ev_implement+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_monitor' => 'Monitor',
|
||||||
|
'Class:Change/Stimulus:ev_monitor+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_finish' => 'Finish',
|
||||||
|
'Class:Change/Stimulus:ev_finish+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: RoutineChange
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:RoutineChange' => 'Routine Change',
|
||||||
|
'Class:RoutineChange+' => '',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_validate' => 'Validate',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_validate+' => '',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_reject' => 'Reject',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_reject+' => '',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_assign' => 'Assign',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_reopen' => 'Reopen',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_reopen+' => '',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_plan' => 'Plan',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_plan+' => '',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_approve' => 'Approve',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_approve+' => '',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_replan' => 'Replan',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_replan+' => '',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_notapprove' => 'Do Not Approve',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_notapprove+' => '',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_implement' => 'Implement',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_implement+' => '',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_monitor' => 'Monitor',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_monitor+' => '',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_finish' => 'Finish',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_finish+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ApprovedChange
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:ApprovedChange' => 'Approved Changes',
|
||||||
|
'Class:ApprovedChange+' => '',
|
||||||
|
'Class:ApprovedChange/Attribute:approval_date' => 'Approval Date',
|
||||||
|
'Class:ApprovedChange/Attribute:approval_date+' => '',
|
||||||
|
'Class:ApprovedChange/Attribute:approval_comment' => 'Approval comment',
|
||||||
|
'Class:ApprovedChange/Attribute:approval_comment+' => '',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_validate' => 'Validate',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_validate+' => '',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_reject' => 'Reject',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_reject+' => '',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_assign' => 'Assign',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_reopen' => 'Reopen',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_reopen+' => '',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_plan' => 'Plan',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_plan+' => '',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_approve' => 'Approve',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_approve+' => '',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_replan' => 'Replan',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_replan+' => '',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_notapprove' => 'Reject approval',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_notapprove+' => '',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_implement' => 'Implement',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_implement+' => '',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_monitor' => 'Monitor',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_monitor+' => '',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_finish' => 'Finish',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_finish+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: NormalChange
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:NormalChange' => 'Normal Change',
|
||||||
|
'Class:NormalChange+' => '',
|
||||||
|
'Class:NormalChange/Attribute:acceptance_date' => 'Acceptance date',
|
||||||
|
'Class:NormalChange/Attribute:acceptance_date+' => '',
|
||||||
|
'Class:NormalChange/Attribute:acceptance_comment' => 'Acceptance comment',
|
||||||
|
'Class:NormalChange/Attribute:acceptance_comment+' => '',
|
||||||
|
'Class:NormalChange/Stimulus:ev_validate' => 'Validate',
|
||||||
|
'Class:NormalChange/Stimulus:ev_validate+' => '',
|
||||||
|
'Class:NormalChange/Stimulus:ev_reject' => 'Reject',
|
||||||
|
'Class:NormalChange/Stimulus:ev_reject+' => '',
|
||||||
|
'Class:NormalChange/Stimulus:ev_assign' => 'Assign',
|
||||||
|
'Class:NormalChange/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:NormalChange/Stimulus:ev_reopen' => 'Reopen',
|
||||||
|
'Class:NormalChange/Stimulus:ev_reopen+' => '',
|
||||||
|
'Class:NormalChange/Stimulus:ev_plan' => 'Plan',
|
||||||
|
'Class:NormalChange/Stimulus:ev_plan+' => '',
|
||||||
|
'Class:NormalChange/Stimulus:ev_approve' => 'Approve',
|
||||||
|
'Class:NormalChange/Stimulus:ev_approve+' => '',
|
||||||
|
'Class:NormalChange/Stimulus:ev_replan' => 'Replan',
|
||||||
|
'Class:NormalChange/Stimulus:ev_replan+' => '',
|
||||||
|
'Class:NormalChange/Stimulus:ev_notapprove' => 'Reject approval',
|
||||||
|
'Class:NormalChange/Stimulus:ev_notapprove+' => '',
|
||||||
|
'Class:NormalChange/Stimulus:ev_implement' => 'Implement',
|
||||||
|
'Class:NormalChange/Stimulus:ev_implement+' => '',
|
||||||
|
'Class:NormalChange/Stimulus:ev_monitor' => 'Monitor',
|
||||||
|
'Class:NormalChange/Stimulus:ev_monitor+' => '',
|
||||||
|
'Class:NormalChange/Stimulus:ev_finish' => 'Finish',
|
||||||
|
'Class:NormalChange/Stimulus:ev_finish+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: EmergencyChange
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:EmergencyChange' => 'Emergency Change',
|
||||||
|
'Class:EmergencyChange+' => '',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_validate' => 'Validate',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_validate+' => '',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_reject' => 'Reject',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_reject+' => '',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_assign' => 'Assign',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_reopen' => 'Reopen',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_reopen+' => '',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_plan' => 'Plan',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_plan+' => '',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_approve' => 'Approve',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_approve+' => '',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_replan' => 'Replan',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_replan+' => '',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_notapprove' => 'Reject approval',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_notapprove+' => '',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_implement' => 'Implement',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_implement+' => '',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_monitor' => 'Monitor',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_monitor+' => '',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_finish' => 'Finish',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_finish+' => '',
|
||||||
|
));
|
||||||
@@ -0,0 +1,140 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Menu:ChangeManagement' => 'Change management',
|
||||||
|
'Menu:Change:Overview' => 'Overview',
|
||||||
|
'Menu:Change:Overview+' => '',
|
||||||
|
'Menu:NewChange' => 'New change',
|
||||||
|
'Menu:NewChange+' => 'Create a new change ticket',
|
||||||
|
'Menu:SearchChanges' => 'Search for changes',
|
||||||
|
'Menu:SearchChanges+' => 'Search for change tickets',
|
||||||
|
'Menu:Change:Shortcuts' => 'Shortcuts',
|
||||||
|
'Menu:Change:Shortcuts+' => '',
|
||||||
|
'Menu:WaitingAcceptance' => 'Changes awaiting acceptance',
|
||||||
|
'Menu:WaitingAcceptance+' => '',
|
||||||
|
'Menu:WaitingApproval' => 'Changes awaiting approval',
|
||||||
|
'Menu:WaitingApproval+' => '',
|
||||||
|
'Menu:Changes' => 'Open changes',
|
||||||
|
'Menu:Changes+' => 'All open changes',
|
||||||
|
'Menu:MyChanges' => 'Changes assigned to me',
|
||||||
|
'Menu:MyChanges+' => 'Changes assigned to me (as Agent)',
|
||||||
|
'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => 'Changes by category for the last 7 days',
|
||||||
|
'UI-ChangeManagementOverview-Last-7-days' => 'Number of changes for the last 7 days',
|
||||||
|
'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Changes by domain for the last 7 days',
|
||||||
|
'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Changes by status for the last 7 days',
|
||||||
|
'Tickets:Related:OpenChanges' => 'Open changes',
|
||||||
|
'Tickets:Related:RecentChanges' => 'Recent changes (72h)',
|
||||||
|
));
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Change
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Change' => 'Change',
|
||||||
|
'Class:Change+' => '',
|
||||||
|
'Class:Change/Attribute:status' => 'Status',
|
||||||
|
'Class:Change/Attribute:status+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:new' => 'New',
|
||||||
|
'Class:Change/Attribute:status/Value:new+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:assigned' => 'Assigned',
|
||||||
|
'Class:Change/Attribute:status/Value:assigned+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:planned' => 'Planned',
|
||||||
|
'Class:Change/Attribute:status/Value:planned+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:rejected' => 'Rejected',
|
||||||
|
'Class:Change/Attribute:status/Value:rejected+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:approved' => 'Approved',
|
||||||
|
'Class:Change/Attribute:status/Value:approved+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:closed' => 'Closed',
|
||||||
|
'Class:Change/Attribute:status/Value:closed+' => '',
|
||||||
|
'Class:Change/Attribute:category' => 'Category',
|
||||||
|
'Class:Change/Attribute:category+' => '',
|
||||||
|
'Class:Change/Attribute:category/Value:application' => 'application',
|
||||||
|
'Class:Change/Attribute:category/Value:application+' => 'application',
|
||||||
|
'Class:Change/Attribute:category/Value:hardware' => 'hardware',
|
||||||
|
'Class:Change/Attribute:category/Value:hardware+' => 'hardware',
|
||||||
|
'Class:Change/Attribute:category/Value:network' => 'network',
|
||||||
|
'Class:Change/Attribute:category/Value:network+' => 'network',
|
||||||
|
'Class:Change/Attribute:category/Value:other' => 'other',
|
||||||
|
'Class:Change/Attribute:category/Value:other+' => 'other',
|
||||||
|
'Class:Change/Attribute:category/Value:software' => 'software',
|
||||||
|
'Class:Change/Attribute:category/Value:software+' => 'software',
|
||||||
|
'Class:Change/Attribute:category/Value:system' => 'system',
|
||||||
|
'Class:Change/Attribute:category/Value:system+' => 'system',
|
||||||
|
'Class:Change/Attribute:reject_reason' => 'Reject reason',
|
||||||
|
'Class:Change/Attribute:reject_reason+' => '',
|
||||||
|
'Class:Change/Attribute:changemanager_id' => 'Change manager',
|
||||||
|
'Class:Change/Attribute:changemanager_id+' => '',
|
||||||
|
'Class:Change/Attribute:changemanager_email' => 'Change manager email',
|
||||||
|
'Class:Change/Attribute:changemanager_email+' => '',
|
||||||
|
'Class:Change/Attribute:parent_id' => 'Parent change',
|
||||||
|
'Class:Change/Attribute:parent_id+' => '',
|
||||||
|
'Class:Change/Attribute:parent_name' => 'Parent change ref',
|
||||||
|
'Class:Change/Attribute:parent_name+' => '',
|
||||||
|
'Class:Change/Attribute:creation_date' => 'Creation date',
|
||||||
|
'Class:Change/Attribute:creation_date+' => '',
|
||||||
|
'Class:Change/Attribute:approval_date' => 'Approval date',
|
||||||
|
'Class:Change/Attribute:approval_date+' => '',
|
||||||
|
'Class:Change/Attribute:fallback_plan' => 'Fallback plan',
|
||||||
|
'Class:Change/Attribute:fallback_plan+' => '',
|
||||||
|
'Class:Change/Attribute:related_request_list' => 'Related requests',
|
||||||
|
'Class:Change/Attribute:related_request_list+' => 'All the user requests linked to this change',
|
||||||
|
'Class:Change/Attribute:related_incident_list' => 'Related incidents',
|
||||||
|
'Class:Change/Attribute:related_incident_list+' => 'All the incidents linked to this change',
|
||||||
|
'Class:Change/Attribute:related_problems_list' => 'Related problems',
|
||||||
|
'Class:Change/Attribute:related_problems_list+' => 'All the problems linked to this change',
|
||||||
|
'Class:Change/Attribute:child_changes_list' => 'Child changes',
|
||||||
|
'Class:Change/Attribute:child_changes_list+' => 'All the sub changes linked to this change',
|
||||||
|
'Class:Change/Attribute:parent_id_friendlyname' => 'Parent change friendly name',
|
||||||
|
'Class:Change/Attribute:parent_id_friendlyname+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_assign' => 'Assign',
|
||||||
|
'Class:Change/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_plan' => 'Plan',
|
||||||
|
'Class:Change/Stimulus:ev_plan+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_reject' => 'Reject',
|
||||||
|
'Class:Change/Stimulus:ev_reject+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_reopen' => 'Reopen',
|
||||||
|
'Class:Change/Stimulus:ev_reopen+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_approve' => 'Approve',
|
||||||
|
'Class:Change/Stimulus:ev_approve+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_finish' => 'Close',
|
||||||
|
'Class:Change/Stimulus:ev_finish+' => '',
|
||||||
|
'Class:Change/Attribute:outage' => 'Outage',
|
||||||
|
'Class:Change/Attribute:outage+' => '',
|
||||||
|
'Class:Change/Attribute:outage/Value:no' => 'No',
|
||||||
|
'Class:Change/Attribute:outage/Value:no+' => '',
|
||||||
|
'Class:Change/Attribute:outage/Value:yes' => 'Yes',
|
||||||
|
'Class:Change/Attribute:outage/Value:yes+' => '',
|
||||||
|
));
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,43 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
|
||||||
|
'Menu:ConfigFileEditor' => 'Plain text editor',
|
||||||
|
'config-edit-title' => 'Configuration File Editor',
|
||||||
|
'config-edit-intro' => 'Be very cautious when editing the configuration file.',
|
||||||
|
'config-apply' => 'Apply',
|
||||||
|
'config-apply-title' => 'Apply (Ctrl+S)',
|
||||||
|
'config-cancel' => 'Reset',
|
||||||
|
'config-saved' => 'Successfully recorded.',
|
||||||
|
'config-confirm-cancel' => 'Your changes will be lost.',
|
||||||
|
'config-no-change' => 'No change: the file has been left unchanged.',
|
||||||
|
'config-reverted' => 'The configuration has been reverted.',
|
||||||
|
'config-parse-error' => 'Line %2$d: %1$s.<br/>The file has NOT been updated.',
|
||||||
|
'config-current-line' => 'Editing line: %1$s',
|
||||||
|
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.',
|
||||||
|
'config-error-transaction' => 'Error: invalid Transaction ID. The configuration was <b>NOT</b> modified.',
|
||||||
|
'config-error-file-changed' => 'Error: The Configuration file has changed since you opened it and cannot be saved. Refresh and apply your changes again.',
|
||||||
|
'config-not-allowed-in-demo' => 'Sorry, '.ITOP_APPLICATION_SHORT.' is in <b>demonstration mode</b>: the configuration file cannot be edited.',
|
||||||
|
'config-interactive-not-allowed' => ITOP_APPLICATION_SHORT." interactive edition of the configuration as been disabled. See <code>'config_editor' => 'disabled'</code> in the configuration file.",
|
||||||
|
));
|
||||||
@@ -0,0 +1,127 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'iTopUpdate:UI:PageTitle' => 'Application Upgrade',
|
||||||
|
'itop-core-update:UI:SelectUpdateFile' => 'Application Upgrade',
|
||||||
|
'itop-core-update:UI:ConfirmUpdate' => 'Confirm Application Upgrade',
|
||||||
|
'itop-core-update:UI:UpdateCoreFiles' => 'Application Upgrading',
|
||||||
|
'iTopUpdate:UI:MaintenanceModeActive' => 'The application is currently under maintenance in read-only mode. You have to run a setup to return to normal mode.',
|
||||||
|
'itop-core-update:UI:UpdateDone' => 'Application Upgrade',
|
||||||
|
|
||||||
|
'itop-core-update/Operation:SelectUpdateFile/Title' => 'Application Upgrade',
|
||||||
|
'itop-core-update/Operation:ConfirmUpdate/Title' => 'Confirm Application Upgrade',
|
||||||
|
'itop-core-update/Operation:UpdateCoreFiles/Title' => 'Application Upgrading',
|
||||||
|
'itop-core-update/Operation:UpdateDone/Title' => 'Application Upgrade Done',
|
||||||
|
|
||||||
|
'iTopUpdate:UI:SelectUpdateFile' => 'Select an upgrade file to upload',
|
||||||
|
'iTopUpdate:UI:CheckUpdate' => 'Verify upgrade file',
|
||||||
|
'iTopUpdate:UI:ConfirmInstallFile' => 'You are about to install %1$s',
|
||||||
|
'iTopUpdate:UI:DoUpdate' => 'Upgrade',
|
||||||
|
'iTopUpdate:UI:CurrentVersion' => 'Current installed version',
|
||||||
|
'iTopUpdate:UI:NewVersion' => 'Newly installed version',
|
||||||
|
'iTopUpdate:UI:Back' => 'Back',
|
||||||
|
'iTopUpdate:UI:Cancel' => 'Cancel',
|
||||||
|
'iTopUpdate:UI:Continue' => 'Continue',
|
||||||
|
'iTopUpdate:UI:RunSetup' => 'Run Setup',
|
||||||
|
'iTopUpdate:UI:WithDBBackup' => 'Database backup',
|
||||||
|
'iTopUpdate:UI:WithFilesBackup' => 'Application files backup',
|
||||||
|
'iTopUpdate:UI:WithoutBackup' => 'No backup is planned',
|
||||||
|
'iTopUpdate:UI:Backup' => 'Backup generated before update',
|
||||||
|
'iTopUpdate:UI:DoFilesArchive' => 'Archive application files',
|
||||||
|
'iTopUpdate:UI:UploadArchive' => 'Select a package to upload',
|
||||||
|
'iTopUpdate:UI:ServerFile' => 'Path of a package already on the server',
|
||||||
|
'iTopUpdate:UI:WarningReadOnlyDuringUpdate' => 'During the upgrade, the application will be read-only.',
|
||||||
|
|
||||||
|
'iTopUpdate:UI:Status' => 'Status',
|
||||||
|
'iTopUpdate:UI:Action' => 'Update',
|
||||||
|
'iTopUpdate:UI:Setup' => ITOP_APPLICATION_SHORT.' Setup',
|
||||||
|
'iTopUpdate:UI:History' => 'Versions History',
|
||||||
|
'iTopUpdate:UI:Progress' => 'Progress of the upgrade',
|
||||||
|
|
||||||
|
'iTopUpdate:UI:DoBackup:Label' => 'Backup files and database',
|
||||||
|
'iTopUpdate:UI:DoBackup:Warning' => 'Backup is not recommended due to limited available disk space',
|
||||||
|
|
||||||
|
'iTopUpdate:UI:DiskFreeSpace' => 'Disk free space',
|
||||||
|
'iTopUpdate:UI:ItopDiskSpace' => ITOP_APPLICATION_SHORT.' disk space',
|
||||||
|
'iTopUpdate:UI:DBDiskSpace' => 'Database disk space',
|
||||||
|
'iTopUpdate:UI:FileUploadMaxSize' => 'File upload max size',
|
||||||
|
|
||||||
|
'iTopUpdate:UI:PostMaxSize' => 'PHP ini value post_max_size: %1$s',
|
||||||
|
'iTopUpdate:UI:UploadMaxFileSize' => 'PHP ini value upload_max_filesize: %1$s',
|
||||||
|
|
||||||
|
'iTopUpdate:UI:CanCoreUpdate:Loading' => 'Checking files',
|
||||||
|
'iTopUpdate:UI:CanCoreUpdate:Error' => 'Checking files failed (%1$s)',
|
||||||
|
'iTopUpdate:UI:CanCoreUpdate:ErrorFileNotExist' => 'Checking files failed (File not exist %1$s)',
|
||||||
|
'iTopUpdate:UI:CanCoreUpdate:Failed' => 'Checking files failed',
|
||||||
|
'iTopUpdate:UI:CanCoreUpdate:Yes' => 'Application can be updated',
|
||||||
|
'iTopUpdate:UI:CanCoreUpdate:No' => 'Application cannot be updated: %1$s',
|
||||||
|
'iTopUpdate:UI:CanCoreUpdate:Warning' => 'Warning: application update can fail: %1$s',
|
||||||
|
'iTopUpdate:UI:CannotUpdateUseSetup' => '<b>Some modified files were detected</b>, a partial update cannot be executed.</br>Follow the <a target="_blank" href="%2$s"> procedure</a> in order to manually upgrade your iTop. You must use the <a href="%1$s">setup</a> to update the application.',
|
||||||
|
'iTopUpdate:UI:CheckInProgress' => 'Please wait during integrity check',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'iTopUpdate:UI:SetupLaunch' => 'Launch '.ITOP_APPLICATION_SHORT.' Setup',
|
||||||
|
'iTopUpdate:UI:SetupLaunchConfirm' => 'This will launch '.ITOP_APPLICATION_SHORT.' setup, are you sure?',
|
||||||
|
'iTopUpdate:UI:FastSetupLaunch' => 'Fast Setup',
|
||||||
|
|
||||||
|
// Setup Messages
|
||||||
|
'iTopUpdate:UI:SetupMessage:Ready' => 'Ready to start',
|
||||||
|
'iTopUpdate:UI:SetupMessage:EnterMaintenance' => 'Entering maintenance mode',
|
||||||
|
'iTopUpdate:UI:SetupMessage:Backup' => 'Database backup',
|
||||||
|
'iTopUpdate:UI:SetupMessage:FilesArchive' => 'Archive application files',
|
||||||
|
'iTopUpdate:UI:SetupMessage:CopyFiles' => 'Copy new version files',
|
||||||
|
'iTopUpdate:UI:SetupMessage:CheckCompile' => 'Check application upgrade',
|
||||||
|
'iTopUpdate:UI:SetupMessage:Compile' => 'Upgrade application',
|
||||||
|
'iTopUpdate:UI:SetupMessage:UpdateDatabase' => 'Upgrade database',
|
||||||
|
'iTopUpdate:UI:SetupMessage:ExitMaintenance' => 'Exiting maintenance mode',
|
||||||
|
'iTopUpdate:UI:SetupMessage:UpdateDone' => 'Upgrade completed',
|
||||||
|
|
||||||
|
// Errors
|
||||||
|
'iTopUpdate:Error:MissingFunction' => 'Impossible to start upgrade, missing function',
|
||||||
|
'iTopUpdate:Error:MissingFile' => 'Missing file: %1$s',
|
||||||
|
'iTopUpdate:Error:CorruptedFile' => 'File %1$s is corrupted',
|
||||||
|
'iTopUpdate:Error:BadFileFormat' => 'Upgrade file is not a zip file',
|
||||||
|
'iTopUpdate:Error:BadFileContent' => 'Upgrade file is not an application archive',
|
||||||
|
'iTopUpdate:Error:BadItopProduct' => 'Upgrade file is not compatible with your application',
|
||||||
|
'iTopUpdate:Error:Copy' => 'Error, cannot copy \'%1$s\' to \'%2$s\'',
|
||||||
|
'iTopUpdate:Error:FileNotFound' => 'File not found',
|
||||||
|
'iTopUpdate:Error:NoFile' => 'No file provided',
|
||||||
|
'iTopUpdate:Error:InvalidToken' => 'Invalid token',
|
||||||
|
'iTopUpdate:Error:UpdateFailed' => 'Upgrade failed',
|
||||||
|
'iTopUpdate:Error:FileUploadMaxSizeTooSmall' => 'The upload max size seems too small for update. Please change the PHP configuration.',
|
||||||
|
|
||||||
|
'iTopUpdate:UI:RestoreArchive' => 'You can restore your application from the archive \'%1$s\'',
|
||||||
|
'iTopUpdate:UI:RestoreBackup' => 'You can restore the database from \'%1$s\'',
|
||||||
|
'iTopUpdate:UI:UpdateDone' => 'Upgrade successful',
|
||||||
|
'Menu:iTopUpdate' => 'Application upgrade',
|
||||||
|
'Menu:iTopUpdate+' => 'Application upgrade',
|
||||||
|
|
||||||
|
// Missing itop entries
|
||||||
|
'Class:ModuleInstallation/Attribute:installed' => 'Installed on',
|
||||||
|
'Class:ModuleInstallation/Attribute:name' => 'Name',
|
||||||
|
'Class:ModuleInstallation/Attribute:version' => 'Version',
|
||||||
|
'Class:ModuleInstallation/Attribute:comment' => 'Comment',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
// Dictionary entries go here
|
||||||
|
));
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
// Dictionary entries go here
|
||||||
|
));
|
||||||
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
// Classes in 'bizmodel'
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: FAQ
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:FAQ' => 'FAQ',
|
||||||
|
'Class:FAQ+' => 'Frequently asked questions',
|
||||||
|
'Class:FAQ/Attribute:title' => 'Title',
|
||||||
|
'Class:FAQ/Attribute:title+' => '',
|
||||||
|
'Class:FAQ/Attribute:summary' => 'Summary',
|
||||||
|
'Class:FAQ/Attribute:summary+' => '',
|
||||||
|
'Class:FAQ/Attribute:description' => 'Description',
|
||||||
|
'Class:FAQ/Attribute:description+' => '',
|
||||||
|
'Class:FAQ/Attribute:category_id' => 'Category',
|
||||||
|
'Class:FAQ/Attribute:category_id+' => '',
|
||||||
|
'Class:FAQ/Attribute:category_name' => 'Category name',
|
||||||
|
'Class:FAQ/Attribute:category_name+' => '',
|
||||||
|
'Class:FAQ/Attribute:error_code' => 'Error code',
|
||||||
|
'Class:FAQ/Attribute:error_code+' => '',
|
||||||
|
'Class:FAQ/Attribute:key_words' => 'Key words',
|
||||||
|
'Class:FAQ/Attribute:key_words+' => '',
|
||||||
|
'Class:FAQ/Attribute:domains' => 'Domains',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: FAQCategory
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:FAQCategory' => 'FAQ Category',
|
||||||
|
'Class:FAQCategory+' => 'Category for FAQ',
|
||||||
|
'Class:FAQCategory/Attribute:name' => 'Name',
|
||||||
|
'Class:FAQCategory/Attribute:name+' => '',
|
||||||
|
'Class:FAQCategory/Attribute:faq_list' => 'FAQs',
|
||||||
|
'Class:FAQCategory/Attribute:faq_list+' => 'All the frequently asked questions related to this category',
|
||||||
|
));
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Menu:ProblemManagement' => 'Problem management',
|
||||||
|
'Menu:ProblemManagement+' => 'Problem management',
|
||||||
|
'Menu:Problem:Shortcuts' => 'Shortcuts',
|
||||||
|
'Menu:FAQCategory' => 'FAQ categories',
|
||||||
|
'Menu:FAQCategory+' => 'All FAQ categories',
|
||||||
|
'Menu:FAQ' => 'FAQs',
|
||||||
|
'Menu:FAQ+' => 'All FAQs',
|
||||||
|
'Brick:Portal:FAQ:Menu' => 'FAQ',
|
||||||
|
'Brick:Portal:FAQ:Title' => 'Frequently Asked Questions',
|
||||||
|
'Brick:Portal:FAQ:Title+' => '<p>In a hurry?</p><p>Check out the list of most common questions and (maybe) find the expected answer right away.</p>',
|
||||||
|
));
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
// Errors
|
||||||
|
'FilesInformation:Error:MissingFile' => 'Missing file: %1$s',
|
||||||
|
'FilesInformation:Error:CorruptedFile' => 'File %1$s is corrupted',
|
||||||
|
'FilesInformation:Error:ListCorruptedFile' => 'File(s) corrupted: %1$s',
|
||||||
|
'FilesInformation:Error:CantWriteToFile' => 'Can not write to file %1$s',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,87 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
// Dictionary entries go here
|
||||||
|
'Menu:iTopHub' => 'iTop Hub',
|
||||||
|
'Menu:iTopHub:Register' => 'Connect to iTop Hub',
|
||||||
|
'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your '.ITOP_APPLICATION_SHORT.' instance',
|
||||||
|
'Menu:iTopHub:Register:Description' => '<p>Get access to your community platform iTop Hub!<br>Find all the content and information you need, manage your instances through personalized tools & install more extensions.<br><br>By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.</p>',
|
||||||
|
'Menu:iTopHub:MyExtensions' => 'Deployed extensions',
|
||||||
|
'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of '.ITOP_APPLICATION_SHORT,
|
||||||
|
'Menu:iTopHub:BrowseExtensions' => 'Get extensions from iTop Hub',
|
||||||
|
'Menu:iTopHub:BrowseExtensions+' => 'Browse for more extensions on iTop Hub',
|
||||||
|
'Menu:iTopHub:BrowseExtensions:Description' => '<p>Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !<br>Find the ones that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes.<br><br>By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.</p>',
|
||||||
|
'iTopHub:GoBtn' => 'Go To iTop Hub',
|
||||||
|
'iTopHub:CloseBtn' => 'Close',
|
||||||
|
'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io',
|
||||||
|
'iTopHub:OpenInNewWindow' => 'Open iTop Hub in a new window',
|
||||||
|
'iTopHub:AutoSubmit' => 'Don\'t ask me again. Next time, go to iTop Hub automatically.',
|
||||||
|
'UI:About:RemoteExtensionSource' => 'iTop Hub',
|
||||||
|
'iTopHub:Explanation' => 'By clicking this button you will be redirected to iTop Hub.',
|
||||||
|
|
||||||
|
'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.',
|
||||||
|
'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.',
|
||||||
|
'iTopHub:BackupOk' => 'Backup Ok.',
|
||||||
|
'iTopHub:BackupFailed' => 'Backup failed!',
|
||||||
|
'iTopHub:Landing:Status' => 'Deployment status',
|
||||||
|
'iTopHub:Landing:Install' => 'Deploying extensions...',
|
||||||
|
'iTopHub:CompiledOK' => 'Compilation successful.',
|
||||||
|
'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!<br>'.ITOP_APPLICATION_SHORT.' configuration has NOT been modified.',
|
||||||
|
'iTopHub:FailAuthent' => 'Authentication failed for this action.',
|
||||||
|
|
||||||
|
'iTopHub:InstalledExtensions' => 'Extensions deployed on this instance',
|
||||||
|
'iTopHub:ExtensionCategory:Manual' => 'Extensions deployed manually',
|
||||||
|
'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of '.ITOP_APPLICATION_SHORT.':',
|
||||||
|
'iTopHub:ExtensionCategory:Remote' => 'Extensions deployed from iTop Hub',
|
||||||
|
'iTopHub:ExtensionCategory:Remote+' => 'The following extensions have been deployed from iTop Hub:',
|
||||||
|
'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category',
|
||||||
|
'iTopHub:NoExtensionInThisCategory+' => 'Browse iTop Hub to find the extensions that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes !',
|
||||||
|
'iTopHub:ExtensionNotInstalled' => 'Not installed',
|
||||||
|
'iTopHub:GetMoreExtensions' => 'Get extensions from iTop Hub...',
|
||||||
|
|
||||||
|
'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your '.ITOP_APPLICATION_SHORT.'.',
|
||||||
|
'iTopHub:GoBackToITopBtn' => 'Go Back to '.ITOP_APPLICATION_SHORT,
|
||||||
|
'iTopHub:Uncompressing' => 'Uncompressing extensions...',
|
||||||
|
'iTopHub:InstallationWelcome' => 'Installation of the extensions downloaded from iTop Hub',
|
||||||
|
'iTopHub:DBBackupLabel' => 'Instance backup',
|
||||||
|
'iTopHub:DBBackupSentence' => 'Do a backup of the database and '.ITOP_APPLICATION_SHORT.' configuration before updating',
|
||||||
|
'iTopHub:DeployBtn' => 'Deploy !',
|
||||||
|
'iTopHub:DatabaseBackupProgress' => 'Instance backup...',
|
||||||
|
|
||||||
|
'iTopHub:InstallationEffect:Install' => 'Version: %1$s will be installed.',
|
||||||
|
'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s already installed. Nothing will change.',
|
||||||
|
'iTopHub:InstallationEffect:Upgrade' => 'Will be <b>upgraded</b> from version %1$s to version %2$s.',
|
||||||
|
'iTopHub:InstallationEffect:Downgrade' => 'Will be <b>DOWNGRADED</b> from version %1$s to version %2$s.',
|
||||||
|
'iTopHub:InstallationProgress:DatabaseBackup' => ITOP_APPLICATION_SHORT.' Instance backup...',
|
||||||
|
'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Installation of the extensions',
|
||||||
|
'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.',
|
||||||
|
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s',
|
||||||
|
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation successful!',
|
||||||
|
|
||||||
|
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.',
|
||||||
|
'iTopHub:InstallationStatus:Installed' => 'Installed',
|
||||||
|
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s <b>NOT</b> installed.',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,243 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Menu:IncidentManagement' => 'Incident Management',
|
||||||
|
'Menu:IncidentManagement+' => '',
|
||||||
|
'Menu:Incident:Overview' => 'Overview',
|
||||||
|
'Menu:Incident:Overview+' => '',
|
||||||
|
'Menu:NewIncident' => 'New incident',
|
||||||
|
'Menu:NewIncident+' => 'Create a new incident ticket',
|
||||||
|
'Menu:SearchIncidents' => 'Search for incidents',
|
||||||
|
'Menu:SearchIncidents+' => 'Search for incident tickets',
|
||||||
|
'Menu:Incident:Shortcuts' => 'Shortcuts',
|
||||||
|
'Menu:Incident:Shortcuts+' => '',
|
||||||
|
'Menu:Incident:MyIncidents' => 'Incidents assigned to me',
|
||||||
|
'Menu:Incident:MyIncidents+' => 'Incidents assigned to me (as Agent)',
|
||||||
|
'Menu:Incident:EscalatedIncidents' => 'Escalated incidents',
|
||||||
|
'Menu:Incident:EscalatedIncidents+' => '',
|
||||||
|
'Menu:Incident:OpenIncidents' => 'All open incidents',
|
||||||
|
'Menu:Incident:OpenIncidents+' => '',
|
||||||
|
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Last 14 days incident per priority',
|
||||||
|
'UI-IncidentManagementOverview-Last-14-days' => 'Last 14 days number of incidents',
|
||||||
|
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Open incidents by status',
|
||||||
|
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Open incidents by agent',
|
||||||
|
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Open incidents by customer',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Incident
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Incident' => 'Incident',
|
||||||
|
'Class:Incident+' => '',
|
||||||
|
'Class:Incident/Attribute:status' => 'Status',
|
||||||
|
'Class:Incident/Attribute:status+' => '',
|
||||||
|
'Class:Incident/Attribute:status/Value:new' => 'New',
|
||||||
|
'Class:Incident/Attribute:status/Value:new+' => '',
|
||||||
|
'Class:Incident/Attribute:status/Value:escalated_tto' => 'Escalated TTO',
|
||||||
|
'Class:Incident/Attribute:status/Value:escalated_tto+' => '',
|
||||||
|
'Class:Incident/Attribute:status/Value:assigned' => 'Assigned',
|
||||||
|
'Class:Incident/Attribute:status/Value:assigned+' => '',
|
||||||
|
'Class:Incident/Attribute:status/Value:escalated_ttr' => 'Escalated TTR',
|
||||||
|
'Class:Incident/Attribute:status/Value:escalated_ttr+' => '',
|
||||||
|
'Class:Incident/Attribute:status/Value:waiting_for_approval' => 'Waiting for approval',
|
||||||
|
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '',
|
||||||
|
'Class:Incident/Attribute:status/Value:pending' => 'Pending',
|
||||||
|
'Class:Incident/Attribute:status/Value:pending+' => '',
|
||||||
|
'Class:Incident/Attribute:status/Value:resolved' => 'Resolved',
|
||||||
|
'Class:Incident/Attribute:status/Value:resolved+' => '',
|
||||||
|
'Class:Incident/Attribute:status/Value:closed' => 'Closed',
|
||||||
|
'Class:Incident/Attribute:status/Value:closed+' => '',
|
||||||
|
'Class:Incident/Attribute:impact' => 'Impact',
|
||||||
|
'Class:Incident/Attribute:impact+' => 'Impact is the severity of the incident, how many end users are affected',
|
||||||
|
'Class:Incident/Attribute:impact/Value:1' => 'A department',
|
||||||
|
'Class:Incident/Attribute:impact/Value:1+' => '',
|
||||||
|
'Class:Incident/Attribute:impact/Value:2' => 'A service',
|
||||||
|
'Class:Incident/Attribute:impact/Value:2+' => '',
|
||||||
|
'Class:Incident/Attribute:impact/Value:3' => 'A person',
|
||||||
|
'Class:Incident/Attribute:impact/Value:3+' => '',
|
||||||
|
'Class:Incident/Attribute:priority' => 'Priority',
|
||||||
|
'Class:Incident/Attribute:priority+' => 'Order in which tickets need to be handled',
|
||||||
|
'Class:Incident/Attribute:priority/Value:1' => 'Critical',
|
||||||
|
'Class:Incident/Attribute:priority/Value:1+' => '',
|
||||||
|
'Class:Incident/Attribute:priority/Value:2' => 'High',
|
||||||
|
'Class:Incident/Attribute:priority/Value:2+' => '',
|
||||||
|
'Class:Incident/Attribute:priority/Value:3' => 'Medium',
|
||||||
|
'Class:Incident/Attribute:priority/Value:3+' => '',
|
||||||
|
'Class:Incident/Attribute:priority/Value:4' => 'Low',
|
||||||
|
'Class:Incident/Attribute:priority/Value:4+' => '',
|
||||||
|
'Class:Incident/Attribute:urgency' => 'Urgency',
|
||||||
|
'Class:Incident/Attribute:urgency+' => 'How quickly the fault needs to be resolved',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:1' => 'Critical',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:1+' => '',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:2' => 'High',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:2+' => '',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:3' => 'Medium',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:3+' => '',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:4' => 'Low',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:4+' => '',
|
||||||
|
'Class:Incident/Attribute:origin' => 'Origin',
|
||||||
|
'Class:Incident/Attribute:origin+' => 'What\'s the trigger of this incident ticket creation',
|
||||||
|
'Class:Incident/Attribute:origin/Value:in_person' => 'In-person',
|
||||||
|
'Class:Incident/Attribute:origin/Value:in_person+' => 'Incident created following a face-to-face discussion',
|
||||||
|
'Class:Incident/Attribute:origin/Value:chat' => 'Chat',
|
||||||
|
'Class:Incident/Attribute:origin/Value:chat+' => 'Incident created following a ',
|
||||||
|
'Class:Incident/Attribute:origin/Value:mail' => 'Email',
|
||||||
|
'Class:Incident/Attribute:origin/Value:mail+' => 'Incident created on an email reception',
|
||||||
|
'Class:Incident/Attribute:origin/Value:monitoring' => 'Monitoring',
|
||||||
|
'Class:Incident/Attribute:origin/Value:monitoring+' => 'Incident created on a monitoring alert',
|
||||||
|
'Class:Incident/Attribute:origin/Value:phone' => 'Phone',
|
||||||
|
'Class:Incident/Attribute:origin/Value:phone+' => 'Incident created following a telephone call',
|
||||||
|
'Class:Incident/Attribute:origin/Value:portal' => 'Portal',
|
||||||
|
'Class:Incident/Attribute:origin/Value:portal+' => 'Incident created on the user portal',
|
||||||
|
'Class:Incident/Attribute:service_id' => 'Service',
|
||||||
|
'Class:Incident/Attribute:service_id+' => '',
|
||||||
|
'Class:Incident/Attribute:service_name' => 'Service name',
|
||||||
|
'Class:Incident/Attribute:service_name+' => '',
|
||||||
|
'Class:Incident/Attribute:servicesubcategory_id' => 'Service subcategory',
|
||||||
|
'Class:Incident/Attribute:servicesubcategory_id+' => '',
|
||||||
|
'Class:Incident/Attribute:servicesubcategory_name' => 'Service subcategory name',
|
||||||
|
'Class:Incident/Attribute:servicesubcategory_name+' => '',
|
||||||
|
'Class:Incident/Attribute:escalation_flag' => 'Hot Flag',
|
||||||
|
'Class:Incident/Attribute:escalation_flag+' => '',
|
||||||
|
'Class:Incident/Attribute:escalation_flag/Value:no' => 'No',
|
||||||
|
'Class:Incident/Attribute:escalation_flag/Value:no+' => '',
|
||||||
|
'Class:Incident/Attribute:escalation_flag/Value:yes' => 'Yes',
|
||||||
|
'Class:Incident/Attribute:escalation_flag/Value:yes+' => '',
|
||||||
|
'Class:Incident/Attribute:escalation_reason' => 'Hot reason',
|
||||||
|
'Class:Incident/Attribute:escalation_reason+' => '',
|
||||||
|
'Class:Incident/Attribute:assignment_date' => 'Assignment date',
|
||||||
|
'Class:Incident/Attribute:assignment_date+' => '',
|
||||||
|
'Class:Incident/Attribute:resolution_date' => 'Resolution date',
|
||||||
|
'Class:Incident/Attribute:resolution_date+' => '',
|
||||||
|
'Class:Incident/Attribute:last_pending_date' => 'Last pending date',
|
||||||
|
'Class:Incident/Attribute:last_pending_date+' => '',
|
||||||
|
'Class:Incident/Attribute:cumulatedpending' => 'Cumulated pending',
|
||||||
|
'Class:Incident/Attribute:cumulatedpending+' => '',
|
||||||
|
'Class:Incident/Attribute:tto' => 'TTO',
|
||||||
|
'Class:Incident/Attribute:tto+' => 'Time To Own',
|
||||||
|
'Class:Incident/Attribute:ttr' => 'TTR',
|
||||||
|
'Class:Incident/Attribute:ttr+' => 'Time To Resolve',
|
||||||
|
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO Deadline',
|
||||||
|
'Class:Incident/Attribute:tto_escalation_deadline+' => '',
|
||||||
|
'Class:Incident/Attribute:sla_tto_passed' => 'SLA tto passed',
|
||||||
|
'Class:Incident/Attribute:sla_tto_passed+' => '',
|
||||||
|
'Class:Incident/Attribute:sla_tto_over' => 'SLA tto over',
|
||||||
|
'Class:Incident/Attribute:sla_tto_over+' => '',
|
||||||
|
'Class:Incident/Attribute:ttr_escalation_deadline' => 'TTR Deadline',
|
||||||
|
'Class:Incident/Attribute:ttr_escalation_deadline+' => '',
|
||||||
|
'Class:Incident/Attribute:sla_ttr_passed' => 'SLA ttr passed',
|
||||||
|
'Class:Incident/Attribute:sla_ttr_passed+' => '',
|
||||||
|
'Class:Incident/Attribute:sla_ttr_over' => 'SLA ttr over',
|
||||||
|
'Class:Incident/Attribute:sla_ttr_over+' => '',
|
||||||
|
'Class:Incident/Attribute:time_spent' => 'Resolution delay',
|
||||||
|
'Class:Incident/Attribute:time_spent+' => '',
|
||||||
|
'Class:Incident/Attribute:resolution_code' => 'Resolution code',
|
||||||
|
'Class:Incident/Attribute:resolution_code+' => 'What was done to resolve the incident?',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:assistance' => 'Assistance',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:assistance+' => '',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:bug fixed' => 'Bug fixed',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:bug fixed+' => '',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:hardware repair' => 'Hardware repair',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:hardware repair+' => '',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:other' => 'Other',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:other+' => '',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:software patch' => 'Software patch',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:software patch+' => '',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:system update' => 'System update',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:system update+' => '',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:training' => 'Training',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:training+' => '',
|
||||||
|
'Class:Incident/Attribute:solution' => 'Solution',
|
||||||
|
'Class:Incident/Attribute:solution+' => '',
|
||||||
|
'Class:Incident/Attribute:pending_reason' => 'Pending reason',
|
||||||
|
'Class:Incident/Attribute:pending_reason+' => '',
|
||||||
|
'Class:Incident/Attribute:parent_incident_id' => 'Parent incident',
|
||||||
|
'Class:Incident/Attribute:parent_incident_id+' => '',
|
||||||
|
'Class:Incident/Attribute:parent_incident_ref' => 'Parent incident ref',
|
||||||
|
'Class:Incident/Attribute:parent_incident_ref+' => '',
|
||||||
|
'Class:Incident/Attribute:parent_change_id' => 'Parent change',
|
||||||
|
'Class:Incident/Attribute:parent_change_id+' => '',
|
||||||
|
'Class:Incident/Attribute:parent_change_ref' => 'Parent change ref',
|
||||||
|
'Class:Incident/Attribute:parent_change_ref+' => '',
|
||||||
|
'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id',
|
||||||
|
'Class:Incident/Attribute:parent_problem_id+' => '',
|
||||||
|
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref',
|
||||||
|
'Class:Incident/Attribute:parent_problem_ref+' => '',
|
||||||
|
'Class:Incident/Attribute:related_request_list' => 'Child requests',
|
||||||
|
'Class:Incident/Attribute:related_request_list+' => '',
|
||||||
|
'Class:Incident/Attribute:child_incidents_list' => 'Child incidents',
|
||||||
|
'Class:Incident/Attribute:child_incidents_list+' => 'All the child incidents related to this incident',
|
||||||
|
'Class:Incident/Attribute:public_log' => 'Public log',
|
||||||
|
'Class:Incident/Attribute:public_log+' => '',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction' => 'User satisfaction',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction+' => '',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:1' => 'Very satisfied',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:1+' => '',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:2' => 'Fairly satisfied',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:2+' => '',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:3' => 'Rather Dissatisfied',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:3+' => '',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:4' => 'Very Dissatisfied',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:4+' => '',
|
||||||
|
'Class:Incident/Attribute:user_comment' => 'User comment',
|
||||||
|
'Class:Incident/Attribute:user_comment+' => '',
|
||||||
|
'Class:Incident/Attribute:parent_incident_id_friendlyname' => 'parent_incident_id_friendlyname',
|
||||||
|
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '',
|
||||||
|
'Class:Incident/Stimulus:ev_assign' => 'Assign',
|
||||||
|
'Class:Incident/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:Incident/Stimulus:ev_reassign' => 'Re-assign',
|
||||||
|
'Class:Incident/Stimulus:ev_reassign+' => '',
|
||||||
|
'Class:Incident/Stimulus:ev_pending' => 'Pending',
|
||||||
|
'Class:Incident/Stimulus:ev_pending+' => '',
|
||||||
|
'Class:Incident/Stimulus:ev_timeout' => 'Timeout',
|
||||||
|
'Class:Incident/Stimulus:ev_timeout+' => '',
|
||||||
|
'Class:Incident/Stimulus:ev_autoresolve' => 'Automatic resolve',
|
||||||
|
'Class:Incident/Stimulus:ev_autoresolve+' => '',
|
||||||
|
'Class:Incident/Stimulus:ev_autoclose' => 'Automatic close',
|
||||||
|
'Class:Incident/Stimulus:ev_autoclose+' => '',
|
||||||
|
'Class:Incident/Stimulus:ev_resolve' => 'Mark as resolved',
|
||||||
|
'Class:Incident/Stimulus:ev_resolve+' => '',
|
||||||
|
'Class:Incident/Stimulus:ev_close' => 'Close this request',
|
||||||
|
'Class:Incident/Stimulus:ev_close+' => '',
|
||||||
|
'Class:Incident/Stimulus:ev_reopen' => 'Re-open',
|
||||||
|
'Class:Incident/Stimulus:ev_reopen+' => '',
|
||||||
|
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'Cannot assign the Parent incident to the incident itself',
|
||||||
|
|
||||||
|
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets',
|
||||||
|
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info.',
|
||||||
|
'Tickets:Related:OpenIncidents' => 'Open incidents',
|
||||||
|
));
|
||||||
@@ -0,0 +1,148 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
// Classes in 'bizmodel'
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: KnownError
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:KnownError' => 'Known Error',
|
||||||
|
'Class:KnownError+' => 'Error documented for a known issue',
|
||||||
|
'Class:KnownError/Attribute:name' => 'Name',
|
||||||
|
'Class:KnownError/Attribute:name+' => '',
|
||||||
|
'Class:KnownError/Attribute:org_id' => 'Customer',
|
||||||
|
'Class:KnownError/Attribute:org_id+' => '',
|
||||||
|
'Class:KnownError/Attribute:cust_name' => 'Customer Name',
|
||||||
|
'Class:KnownError/Attribute:cust_name+' => '',
|
||||||
|
'Class:KnownError/Attribute:problem_id' => 'Related Problem',
|
||||||
|
'Class:KnownError/Attribute:problem_id+' => '',
|
||||||
|
'Class:KnownError/Attribute:problem_ref' => 'Related Problem Ref',
|
||||||
|
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||||
|
'Class:KnownError/Attribute:symptom' => 'Symptom',
|
||||||
|
'Class:KnownError/Attribute:symptom+' => '',
|
||||||
|
'Class:KnownError/Attribute:root_cause' => 'Root Cause',
|
||||||
|
'Class:KnownError/Attribute:root_cause+' => '',
|
||||||
|
'Class:KnownError/Attribute:workaround' => 'Work around',
|
||||||
|
'Class:KnownError/Attribute:workaround+' => '',
|
||||||
|
'Class:KnownError/Attribute:solution' => 'Solution',
|
||||||
|
'Class:KnownError/Attribute:solution+' => '',
|
||||||
|
'Class:KnownError/Attribute:error_code' => 'Error Code',
|
||||||
|
'Class:KnownError/Attribute:error_code+' => '',
|
||||||
|
'Class:KnownError/Attribute:domain' => 'Domain',
|
||||||
|
'Class:KnownError/Attribute:domain+' => '',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Application' => 'Application',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Application+' => 'Application',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Desktop' => 'Desktop',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Desktop+' => 'Desktop',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Network' => 'Network',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Network+' => 'Network',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Server' => 'Server',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Server+' => 'Server',
|
||||||
|
'Class:KnownError/Attribute:vendor' => 'Vendor',
|
||||||
|
'Class:KnownError/Attribute:vendor+' => '',
|
||||||
|
'Class:KnownError/Attribute:model' => 'Model',
|
||||||
|
'Class:KnownError/Attribute:model+' => '',
|
||||||
|
'Class:KnownError/Attribute:version' => 'Version',
|
||||||
|
'Class:KnownError/Attribute:version+' => '',
|
||||||
|
'Class:KnownError/Attribute:ci_list' => 'CIs',
|
||||||
|
'Class:KnownError/Attribute:ci_list+' => 'All the configuration items that are related to this known error',
|
||||||
|
'Class:KnownError/Attribute:document_list' => 'Documents',
|
||||||
|
'Class:KnownError/Attribute:document_list+' => 'All the documents linked to this known error',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkErrorToFunctionalCI
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkErrorToFunctionalCI' => 'Link Error / FunctionalCI',
|
||||||
|
'Class:lnkErrorToFunctionalCI+' => 'Infra related to a known error',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_id' => 'CI',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_id+' => '',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_name' => 'CI name',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_name+' => '',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:error_id' => 'Error',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:error_id+' => '',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:error_name' => 'Error name',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:error_name+' => '',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:reason' => 'Reason',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:reason+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkDocumentToError
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkDocumentToError' => 'Link Documents / Errors',
|
||||||
|
'Class:lnkDocumentToError+' => 'A link between a document and a known error',
|
||||||
|
'Class:lnkDocumentToError/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkDocumentToError/Attribute:document_id' => 'Document',
|
||||||
|
'Class:lnkDocumentToError/Attribute:document_id+' => '',
|
||||||
|
'Class:lnkDocumentToError/Attribute:document_name' => 'Document Name',
|
||||||
|
'Class:lnkDocumentToError/Attribute:document_name+' => '',
|
||||||
|
'Class:lnkDocumentToError/Attribute:error_id' => 'Error',
|
||||||
|
'Class:lnkDocumentToError/Attribute:error_id+' => '',
|
||||||
|
'Class:lnkDocumentToError/Attribute:error_name' => 'Error name',
|
||||||
|
'Class:lnkDocumentToError/Attribute:error_name+' => '',
|
||||||
|
'Class:lnkDocumentToError/Attribute:link_type' => 'link_type',
|
||||||
|
'Class:lnkDocumentToError/Attribute:link_type+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Menu:ProblemManagement' => 'Problem Management',
|
||||||
|
'Menu:ProblemManagement+' => 'Problem Management',
|
||||||
|
'Menu:Problem:Shortcuts' => 'Shortcuts',
|
||||||
|
'Menu:NewError' => 'New known error',
|
||||||
|
'Menu:NewError+' => 'Creation of a new known error',
|
||||||
|
'Menu:SearchError' => 'Search for known errors',
|
||||||
|
'Menu:SearchError+' => 'Search for known errors',
|
||||||
|
'Menu:Problem:KnownErrors' => 'All known errors',
|
||||||
|
'Menu:Problem:KnownErrors+' => 'All known errors',
|
||||||
|
));
|
||||||
@@ -0,0 +1,125 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', [
|
||||||
|
'Menu:CreateMailbox' => 'Create a mailbox...',
|
||||||
|
'Menu:OAuthClient' => 'OAuth client',
|
||||||
|
'Menu:OAuthClient+' => '',
|
||||||
|
'Menu:GenerateTokens' => 'Generate access token...',
|
||||||
|
'Menu:RegenerateTokens' => 'Regenerate access token...',
|
||||||
|
|
||||||
|
'itop-oauth-client/Operation:CreateMailBox/Title' => 'Mailbox creation',
|
||||||
|
|
||||||
|
'itop-oauth-client:UsedForSMTP' => 'This OAuth client is used for SMTP',
|
||||||
|
'itop-oauth-client:TestSMTP' => 'Email send test',
|
||||||
|
'itop-oauth-client:MissingOAuthClient' => 'Missing Oauth client for user name %1$s',
|
||||||
|
'itop-oauth-client:Message:MissingToken' => 'Generate access token before using this OAuth client',
|
||||||
|
'itop-oauth-client:Message:RegenerateToken' => 'Regenerate access token to take into account the changes',
|
||||||
|
'itop-oauth-client:Message:TokenCreated' => 'Access token created',
|
||||||
|
'itop-oauth-client:Message:TokenRecreated' => 'Access token regenerated',
|
||||||
|
'itop-oauth-client:Message:TokenError' => 'Access token not generated due to server error',
|
||||||
|
|
||||||
|
'OAuthClient:Name/UseForSMTPMustBeUnique' => 'The combination Login (%1$s) and Use for SMTP (%2$s) has already been used for OAuth Client',
|
||||||
|
|
||||||
|
'OAuthClient:baseinfo' => 'Base Information',
|
||||||
|
'OAuthClient:scope' => 'Scope',
|
||||||
|
]);
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: OAuthClient
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', [
|
||||||
|
'Class:OAuthClient' => 'OAuth Client',
|
||||||
|
'Class:OAuthClient/Attribute:provider' => 'Provider',
|
||||||
|
'Class:OAuthClient/Attribute:provider+' => '',
|
||||||
|
'Class:OAuthClient/Attribute:name' => 'Login',
|
||||||
|
'Class:OAuthClient/Attribute:name+' => 'In general, this is your email address',
|
||||||
|
'Class:OAuthClient/Attribute:status' => 'Status',
|
||||||
|
'Class:OAuthClient/Attribute:status+' => 'After creation, use the action “Generate access token” to be able to use this OAuth client.',
|
||||||
|
'Class:OAuthClient/Attribute:status/Value:active' => 'Access token generated',
|
||||||
|
'Class:OAuthClient/Attribute:status/Value:inactive' => 'No Access token',
|
||||||
|
'Class:OAuthClient/Attribute:description' => 'Description',
|
||||||
|
'Class:OAuthClient/Attribute:description+' => '',
|
||||||
|
'Class:OAuthClient/Attribute:client_id' => 'Client id',
|
||||||
|
'Class:OAuthClient/Attribute:client_id+' => 'A long string of characters provided by your OAuth2 provider',
|
||||||
|
'Class:OAuthClient/Attribute:client_secret' => 'Client secret',
|
||||||
|
'Class:OAuthClient/Attribute:client_secret+' => 'Another long string of characters provided by your OAuth2 provider',
|
||||||
|
'Class:OAuthClient/Attribute:refresh_token' => 'Refresh token',
|
||||||
|
'Class:OAuthClient/Attribute:refresh_token+' => '',
|
||||||
|
'Class:OAuthClient/Attribute:refresh_token_expiration' => 'Refresh token expiration',
|
||||||
|
'Class:OAuthClient/Attribute:refresh_token_expiration+' => '',
|
||||||
|
'Class:OAuthClient/Attribute:token' => 'Access token',
|
||||||
|
'Class:OAuthClient/Attribute:token+' => '',
|
||||||
|
'Class:OAuthClient/Attribute:token_expiration' => 'Access token expiration',
|
||||||
|
'Class:OAuthClient/Attribute:token_expiration+' => '',
|
||||||
|
'Class:OAuthClient/Attribute:redirect_url' => 'Redirect url',
|
||||||
|
'Class:OAuthClient/Attribute:redirect_url+' => <<<EOF
|
||||||
|
This url must be copied in the OAuth2 configuration of the provider
|
||||||
|
Erase the field to recalculate default value
|
||||||
|
EOF
|
||||||
|
,
|
||||||
|
'Class:OAuthClient/Attribute:mailbox_list' => 'Mailbox list',
|
||||||
|
'Class:OAuthClient/Attribute:mailbox_list+' => '',
|
||||||
|
]);
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: OAuthClientAzure
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:OAuthClientAzure' => 'OAuth client for Microsoft Azure',
|
||||||
|
'Class:OAuthClientAzure/Name' => '%1$s (%2$s)',
|
||||||
|
'Class:OAuthClientAzure/Attribute:scope' => 'Scope',
|
||||||
|
'Class:OAuthClientAzure/Attribute:scope+' => 'Usually default selection is appropriate',
|
||||||
|
'Class:OAuthClientAzure/Attribute:scope/Value:SMTP' => 'SMTP',
|
||||||
|
'Class:OAuthClientAzure/Attribute:scope/Value:SMTP+' => '',
|
||||||
|
'Class:OAuthClientAzure/Attribute:scope/Value:IMAP' => 'IMAP',
|
||||||
|
'Class:OAuthClientAzure/Attribute:scope/Value:IMAP+' => '',
|
||||||
|
'Class:OAuthClientAzure/Attribute:advanced_scope' => 'Advanced scope',
|
||||||
|
'Class:OAuthClientAzure/Attribute:advanced_scope+' => 'As soon as you enter something here it takes precedence over the “Scope” selection which is then ignored',
|
||||||
|
'Class:OAuthClientAzure/Attribute:used_scope' => 'Used scope',
|
||||||
|
'Class:OAuthClientAzure/Attribute:used_scope+' => '',
|
||||||
|
'Class:OAuthClientAzure/Attribute:used_scope/Value:simple' => 'Simple',
|
||||||
|
'Class:OAuthClientAzure/Attribute:used_scope/Value:simple+' => '',
|
||||||
|
'Class:OAuthClientAzure/Attribute:used_scope/Value:advanced' => 'Advanced',
|
||||||
|
'Class:OAuthClientAzure/Attribute:used_scope/Value:advanced+' => '',
|
||||||
|
'Class:OAuthClientAzure/Attribute:used_for_smtp' => 'Used for SMTP',
|
||||||
|
'Class:OAuthClientAzure/Attribute:used_for_smtp+' => 'At least one OAuth client must have this flag to “Yes”, if you want iTop to use it for sending mails.',
|
||||||
|
'Class:OAuthClientAzure/Attribute:used_for_smtp/Value:yes' => 'Yes',
|
||||||
|
'Class:OAuthClientAzure/Attribute:used_for_smtp/Value:no' => 'No',
|
||||||
|
'Class:OAuthClientAzure/Attribute:tenant' => 'Tenant',
|
||||||
|
'Class:OAuthClientAzure/Attribute:tenant+' => 'Tenant ID of the configured application. For multi-tenant application, use "common".',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: OAuthClientGoogle
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:OAuthClientGoogle' => 'OAuth client for Google',
|
||||||
|
'Class:OAuthClientGoogle/Name' => '%1$s (%2$s)',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:scope' => 'Scope',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:scope+' => 'Usually default selection is appropriate',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:scope/Value:SMTP' => 'SMTP',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:scope/Value:SMTP+' => '',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:scope/Value:IMAP' => 'IMAP',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:scope/Value:IMAP+' => '',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:advanced_scope' => 'Advanced scope',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:advanced_scope+' => 'As soon as you enter something here it takes precedence over the “Scope” selection which is then ignored',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:used_scope' => 'Used scope',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:used_scope+' => '',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:used_scope/Value:simple' => 'Simple',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:used_scope/Value:simple+' => '',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:used_scope/Value:advanced' => 'Advanced',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:used_scope/Value:advanced+' => '',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:used_for_smtp' => 'Used for SMTP',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:used_for_smtp+' => 'At least one OAuth client must have this flag to “Yes”, if you want iTop to use it for sending mails.',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:used_for_smtp/Value:yes' => 'Yes',
|
||||||
|
'Class:OAuthClientGoogle/Attribute:used_for_smtp/Value:no' => 'No',
|
||||||
|
));
|
||||||
@@ -0,0 +1,142 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Portal
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Page:DefaultTitle' => '%1$s User portal',
|
||||||
|
'Page:PleaseWait' => 'Please wait...',
|
||||||
|
'Page:Home' => 'Home',
|
||||||
|
'Page:GoPortalHome' => 'Home page',
|
||||||
|
'Page:GoPreviousPage' => 'Previous page',
|
||||||
|
'Page:ReloadPage' => 'Reload page',
|
||||||
|
'Portal:Button:Submit' => 'Submit',
|
||||||
|
'Portal:Button:Apply' => 'Update',
|
||||||
|
'Portal:Button:Cancel' => 'Cancel',
|
||||||
|
'Portal:Button:Close' => 'Close',
|
||||||
|
'Portal:Button:Add' => 'Add',
|
||||||
|
'Portal:Button:Remove' => 'Remove',
|
||||||
|
'Portal:Button:Delete' => 'Delete',
|
||||||
|
'Portal:EnvironmentBanner:Title' => 'You are currently in <strong>%1$s</strong> mode',
|
||||||
|
'Portal:EnvironmentBanner:GoToProduction' => 'Go back to PRODUCTION mode',
|
||||||
|
'Error:HTTP:400' => 'Bad request',
|
||||||
|
'Error:HTTP:401' => 'Authentication',
|
||||||
|
'Error:HTTP:404' => 'Page not found',
|
||||||
|
'Error:HTTP:500' => 'Oops! An error has occurred.',
|
||||||
|
'Error:HTTP:GetHelp' => 'Please contact your %1$s administrator if the problem keeps happening.',
|
||||||
|
'Error:XHR:Fail' => 'Could not load data, please contact your %1$s administrator',
|
||||||
|
'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.',
|
||||||
|
'Portal:Datatables:Language:Processing' => 'Please wait...',
|
||||||
|
'Portal:Datatables:Language:Search' => 'Filter:',
|
||||||
|
'Portal:Datatables:Language:LengthMenu' => 'Display _MENU_ items per page',
|
||||||
|
'Portal:Datatables:Language:ZeroRecords' => 'No result',
|
||||||
|
'Portal:Datatables:Language:Info' => 'Page _PAGE_ of _PAGES_',
|
||||||
|
'Portal:Datatables:Language:InfoEmpty' => 'No information',
|
||||||
|
'Portal:Datatables:Language:InfoFiltered' => 'filtered out of _MAX_ items',
|
||||||
|
'Portal:Datatables:Language:EmptyTable' => 'No data available in this table',
|
||||||
|
'Portal:Datatables:Language:DisplayLength:All' => 'All',
|
||||||
|
'Portal:Datatables:Language:Paginate:First' => 'First',
|
||||||
|
'Portal:Datatables:Language:Paginate:Previous' => 'Previous',
|
||||||
|
'Portal:Datatables:Language:Paginate:Next' => 'Next',
|
||||||
|
'Portal:Datatables:Language:Paginate:Last' => 'Last',
|
||||||
|
'Portal:Datatables:Language:Sort:Ascending' => 'enable for an ascending sort',
|
||||||
|
'Portal:Datatables:Language:Sort:Descending' => 'enable for a descending sort',
|
||||||
|
'Portal:Autocomplete:NoResult' => 'No data',
|
||||||
|
'Portal:Attachments:DropZone:Message' => 'Drop your files to add them as attachments',
|
||||||
|
'Portal:File:None' => 'No file',
|
||||||
|
'Portal:File:DisplayInfo' => '<a href="%2$s" class="file_download_link">%1$s</a>',
|
||||||
|
'Portal:File:DisplayInfo+' => '%1$s (%2$s) <a href="%3$s" class="file_open_link" target="_blank">Open</a> / <a href="%4$s" class="file_download_link">Download</a>',
|
||||||
|
'Portal:Calendar-FirstDayOfWeek' => 'en-gb',
|
||||||
|
));
|
||||||
|
|
||||||
|
// Object form
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry',
|
||||||
|
'Portal:Form:Close:Warning' => 'Do you want to leave this form? Data entered may be lost',
|
||||||
|
'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting this form again.',
|
||||||
|
'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting this form again.',
|
||||||
|
));
|
||||||
|
|
||||||
|
// UserProfile brick
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Brick:Portal:UserProfile:Name' => 'User profile',
|
||||||
|
'Brick:Portal:UserProfile:Navigation:Dropdown:MyProfil' => 'My profile',
|
||||||
|
'Brick:Portal:UserProfile:Navigation:Dropdown:Logout' => 'Log off',
|
||||||
|
'Brick:Portal:UserProfile:Password:Title' => 'Password',
|
||||||
|
'Brick:Portal:UserProfile:Password:ChoosePassword' => 'Choose password',
|
||||||
|
'Brick:Portal:UserProfile:Password:ConfirmPassword' => 'Confirm password',
|
||||||
|
'Brick:Portal:UserProfile:Password:CantChangeContactAdministrator' => 'To change your password, please contact your %1$s administrator',
|
||||||
|
'Brick:Portal:UserProfile:Password:CantChangeForUnknownReason' => 'Can\'t change password, please contact your %1$s administrator',
|
||||||
|
'Brick:Portal:UserProfile:PersonalInformations:Title' => 'Personal information',
|
||||||
|
'Brick:Portal:UserProfile:Photo:Title' => 'Photo',
|
||||||
|
));
|
||||||
|
|
||||||
|
// AggregatePageBrick
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Brick:Portal:AggregatePage:DefaultTitle' => 'Dashboard',
|
||||||
|
));
|
||||||
|
|
||||||
|
// BrowseBrick brick
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Brick:Portal:Browse:Name' => 'Browse through items',
|
||||||
|
'Brick:Portal:Browse:Mode:List' => 'List',
|
||||||
|
'Brick:Portal:Browse:Mode:Tree' => 'Tree',
|
||||||
|
'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic',
|
||||||
|
'Brick:Portal:Browse:Action:Drilldown' => 'Drilldown',
|
||||||
|
'Brick:Portal:Browse:Action:View' => 'Details',
|
||||||
|
'Brick:Portal:Browse:Action:Edit' => 'Edit',
|
||||||
|
'Brick:Portal:Browse:Action:Create' => 'Create',
|
||||||
|
'Brick:Portal:Browse:Action:CreateObjectFromThis' => 'New %1$s',
|
||||||
|
'Brick:Portal:Browse:Tree:ExpandAll' => 'Expand all',
|
||||||
|
'Brick:Portal:Browse:Tree:CollapseAll' => 'Collapse all',
|
||||||
|
'Brick:Portal:Browse:Filter:NoData' => 'No item',
|
||||||
|
));
|
||||||
|
|
||||||
|
// ManageBrick brick
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Brick:Portal:Manage:Name' => 'Manage items',
|
||||||
|
'Brick:Portal:Manage:Table:NoData' => 'No item.',
|
||||||
|
'Brick:Portal:Manage:Table:ItemActions' => 'Actions',
|
||||||
|
'Brick:Portal:Manage:DisplayMode:list' => 'List',
|
||||||
|
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Pie Chart',
|
||||||
|
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Bar Chart',
|
||||||
|
'Brick:Portal:Manage:Others' => 'Others',
|
||||||
|
'Brick:Portal:Manage:All' => 'All',
|
||||||
|
'Brick:Portal:Manage:Group' => 'Group',
|
||||||
|
'Brick:Portal:Manage:fct:count' => 'Total',
|
||||||
|
'Brick:Portal:Manage:fct:sum' => 'Sum',
|
||||||
|
'Brick:Portal:Manage:fct:avg' => 'Average',
|
||||||
|
'Brick:Portal:Manage:fct:min' => 'Min',
|
||||||
|
'Brick:Portal:Manage:fct:max' => 'Max',
|
||||||
|
));
|
||||||
|
|
||||||
|
// ObjectBrick brick
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Brick:Portal:Object:Name' => 'Object',
|
||||||
|
'Brick:Portal:Object:Form:Create:Title' => 'New %1$s',
|
||||||
|
'Brick:Portal:Object:Form:Edit:Title' => 'Updating %2$s (%1$s)',
|
||||||
|
'Brick:Portal:Object:Form:View:Title' => '%1$s: %2$s',
|
||||||
|
'Brick:Portal:Object:Form:Stimulus:Title' => 'Please, complete the following information:',
|
||||||
|
'Brick:Portal:Object:Form:Message:Saved' => 'Saved',
|
||||||
|
'Brick:Portal:Object:Form:Message:ObjectSaved' => '%1$s saved',
|
||||||
|
'Brick:Portal:Object:Search:Regular:Title' => 'Select %1$s (%2$s)',
|
||||||
|
'Brick:Portal:Object:Search:Hierarchy:Title' => 'Select %1$s (%2$s)',
|
||||||
|
'Brick:Portal:Object:Copy:TextToCopy' => '%2$s',
|
||||||
|
'Brick:Portal:Object:Copy:Tooltip' => 'Copy object link',
|
||||||
|
'Brick:Portal:Object:Copy:CopiedTooltip' => 'Copied'
|
||||||
|
));
|
||||||
|
|
||||||
|
// CreateBrick brick
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Brick:Portal:Create:Name' => 'Quick creation',
|
||||||
|
'Brick:Portal:Create:ChooseType' => 'Please, choose a type',
|
||||||
|
));
|
||||||
|
|
||||||
|
// Filter brick
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Brick:Portal:Filter:Name' => 'Prefilter a brick',
|
||||||
|
'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi',
|
||||||
|
'Brick:Portal:Filter:SearchInput:Submit' => 'Search',
|
||||||
|
));
|
||||||
@@ -0,0 +1,48 @@
|
|||||||
|
<?php
|
||||||
|
// Copyright (C) 2024 Combodo SAS
|
||||||
|
//
|
||||||
|
// This file is part of iTop.
|
||||||
|
//
|
||||||
|
// iTop is free software; you can redistribute it and/or modify
|
||||||
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
// the Free Software Foundation, either version 3 of the License, or
|
||||||
|
// (at your option) any later version.
|
||||||
|
//
|
||||||
|
// iTop is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU Affero General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
|
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
/**
|
||||||
|
* @author Benjamin Planque <benjamin.planque@combodo.com>
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
// Note: The classes have been grouped by categories: bizmodel
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
// Classes in 'bizmodel'
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'portal:itop-portal' => 'Standard portal',
|
||||||
|
'Page:DefaultTitle' => '%1$s - User portal',
|
||||||
|
'Brick:Portal:UserProfile:Title' => 'My profile',
|
||||||
|
'Brick:Portal:NewRequest:Title' => 'New request',
|
||||||
|
'Brick:Portal:NewRequest:Title+' => '<p>Need help?</p><p>Pick from the services catalogue and submit your request to our support teams.</p>',
|
||||||
|
'Brick:Portal:OngoingRequests:Title' => 'Ongoing requests',
|
||||||
|
'Brick:Portal:OngoingRequests:Title+' => '<p>Follow up with your ongoing requests.</p><p>Check the progress, add comments, attach documents, acknowledge the solution.</p>',
|
||||||
|
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open',
|
||||||
|
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved',
|
||||||
|
'Brick:Portal:ClosedRequests:Title' => 'Closed requests',
|
||||||
|
'Brick:Portal:ListAllRequests:Title' => 'All requests',
|
||||||
|
'Brick:Portal:ListAllRequests:Title+' => '<p>View all requests regardless of their status.</p>',
|
||||||
|
'Brick:Portal:ListAllRequests:Tab' => 'On-going and closed',
|
||||||
|
'Brick:Portal:SearchInAllRequests:Title' => 'Search in all requests',
|
||||||
|
'Brick:Portal:SearchInAllRequests:Title+' => '<p>Regardless of their status.</p>',
|
||||||
|
));
|
||||||
@@ -0,0 +1,151 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
// Classes in 'bizmodel'
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Menu:ProblemManagement' => 'Problem management',
|
||||||
|
'Menu:ProblemManagement+' => 'Problem management',
|
||||||
|
'Menu:Problem:Overview' => 'Overview',
|
||||||
|
'Menu:Problem:Overview+' => 'Overview',
|
||||||
|
'Menu:NewProblem' => 'New problem',
|
||||||
|
'Menu:NewProblem+' => 'New problem',
|
||||||
|
'Menu:SearchProblems' => 'Search for problems',
|
||||||
|
'Menu:SearchProblems+' => 'Search for problems',
|
||||||
|
'Menu:Problem:Shortcuts' => 'Shortcuts',
|
||||||
|
'Menu:Problem:MyProblems' => 'My problems',
|
||||||
|
'Menu:Problem:MyProblems+' => 'My problems',
|
||||||
|
'Menu:Problem:OpenProblems' => 'All open problems',
|
||||||
|
'Menu:Problem:OpenProblems+' => 'All open problems',
|
||||||
|
'UI-ProblemManagementOverview-ProblemByService' => 'Problems by service',
|
||||||
|
'UI-ProblemManagementOverview-ProblemByService+' => 'Problems by service',
|
||||||
|
'UI-ProblemManagementOverview-ProblemByPriority' => 'Problems by priority',
|
||||||
|
'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problems by priority',
|
||||||
|
'UI-ProblemManagementOverview-ProblemUnassigned' => 'Unassigned problems',
|
||||||
|
'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Unassigned problems',
|
||||||
|
'UI:ProblemMgmtMenuOverview:Title' => 'Dashboard for Problem Management',
|
||||||
|
'UI:ProblemMgmtMenuOverview:Title+' => 'Dashboard for Problem Management',
|
||||||
|
|
||||||
|
));
|
||||||
|
//
|
||||||
|
// Class: Problem
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Problem' => 'Problem',
|
||||||
|
'Class:Problem+' => '',
|
||||||
|
'Class:Problem/Attribute:status' => 'Status',
|
||||||
|
'Class:Problem/Attribute:status+' => '',
|
||||||
|
'Class:Problem/Attribute:status/Value:new' => 'New',
|
||||||
|
'Class:Problem/Attribute:status/Value:new+' => '',
|
||||||
|
'Class:Problem/Attribute:status/Value:assigned' => 'Assigned',
|
||||||
|
'Class:Problem/Attribute:status/Value:assigned+' => '',
|
||||||
|
'Class:Problem/Attribute:status/Value:resolved' => 'Resolved',
|
||||||
|
'Class:Problem/Attribute:status/Value:resolved+' => '',
|
||||||
|
'Class:Problem/Attribute:status/Value:closed' => 'Closed',
|
||||||
|
'Class:Problem/Attribute:status/Value:closed+' => '',
|
||||||
|
'Class:Problem/Attribute:service_id' => 'Service',
|
||||||
|
'Class:Problem/Attribute:service_id+' => '',
|
||||||
|
'Class:Problem/Attribute:service_name' => 'Service name',
|
||||||
|
'Class:Problem/Attribute:service_name+' => '',
|
||||||
|
'Class:Problem/Attribute:servicesubcategory_id' => 'Service subcategory',
|
||||||
|
'Class:Problem/Attribute:servicesubcategory_id+' => '',
|
||||||
|
'Class:Problem/Attribute:servicesubcategory_name' => 'Service subcategory',
|
||||||
|
'Class:Problem/Attribute:servicesubcategory_name+' => '',
|
||||||
|
'Class:Problem/Attribute:product' => 'Product',
|
||||||
|
'Class:Problem/Attribute:product+' => '',
|
||||||
|
'Class:Problem/Attribute:impact' => 'Impact',
|
||||||
|
'Class:Problem/Attribute:impact+' => 'Impact is the severity of the problem, how many end users are affected',
|
||||||
|
'Class:Problem/Attribute:impact/Value:1' => 'A Department',
|
||||||
|
'Class:Problem/Attribute:impact/Value:1+' => '',
|
||||||
|
'Class:Problem/Attribute:impact/Value:2' => 'A Service',
|
||||||
|
'Class:Problem/Attribute:impact/Value:2+' => '',
|
||||||
|
'Class:Problem/Attribute:impact/Value:3' => 'A person',
|
||||||
|
'Class:Problem/Attribute:impact/Value:3+' => '',
|
||||||
|
'Class:Problem/Attribute:urgency' => 'Urgency',
|
||||||
|
'Class:Problem/Attribute:urgency+' => 'How quickly the problem needs to be resolved',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:1' => 'Critical',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:1+' => '',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:2' => 'High',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:2+' => '',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:3' => 'Medium',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:3+' => '',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:4' => 'Low',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:4+' => '',
|
||||||
|
'Class:Problem/Attribute:priority' => 'Priority',
|
||||||
|
'Class:Problem/Attribute:priority+' => 'Order in which problems need to be handled',
|
||||||
|
'Class:Problem/Attribute:priority/Value:1' => 'Critical',
|
||||||
|
'Class:Problem/Attribute:priority/Value:1+' => '',
|
||||||
|
'Class:Problem/Attribute:priority/Value:2' => 'High',
|
||||||
|
'Class:Problem/Attribute:priority/Value:2+' => '',
|
||||||
|
'Class:Problem/Attribute:priority/Value:3' => 'Medium',
|
||||||
|
'Class:Problem/Attribute:priority/Value:3+' => '',
|
||||||
|
'Class:Problem/Attribute:priority/Value:4' => 'Low',
|
||||||
|
'Class:Problem/Attribute:priority/Value:4+' => '',
|
||||||
|
'Class:Problem/Attribute:related_change_id' => 'Related Change',
|
||||||
|
'Class:Problem/Attribute:related_change_id+' => '',
|
||||||
|
'Class:Problem/Attribute:related_change_ref' => 'Related Change ref',
|
||||||
|
'Class:Problem/Attribute:related_change_ref+' => '',
|
||||||
|
'Class:Problem/Attribute:assignment_date' => 'Assignment Date',
|
||||||
|
'Class:Problem/Attribute:assignment_date+' => '',
|
||||||
|
'Class:Problem/Attribute:resolution_date' => 'Resolution Date',
|
||||||
|
'Class:Problem/Attribute:resolution_date+' => '',
|
||||||
|
'Class:Problem/Attribute:knownerrors_list' => 'Known Errors',
|
||||||
|
'Class:Problem/Attribute:knownerrors_list+' => 'All the known errors that are linked to this problem',
|
||||||
|
'Class:Problem/Attribute:related_request_list' => 'Related requests',
|
||||||
|
'Class:Problem/Attribute:related_request_list+' => 'All the requests that are related to this problem',
|
||||||
|
'Class:Problem/Attribute:related_incident_list' => 'Related incidents',
|
||||||
|
'Class:Problem/Attribute:related_incident_list+' => 'All the incidents that are related to this problem',
|
||||||
|
'Class:Problem/Stimulus:ev_assign' => 'Assign',
|
||||||
|
'Class:Problem/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:Problem/Stimulus:ev_reassign' => 'Reassign',
|
||||||
|
'Class:Problem/Stimulus:ev_reassign+' => '',
|
||||||
|
'Class:Problem/Stimulus:ev_resolve' => 'Resolve',
|
||||||
|
'Class:Problem/Stimulus:ev_resolve+' => '',
|
||||||
|
'Class:Problem/Stimulus:ev_close' => 'Close',
|
||||||
|
'Class:Problem/Stimulus:ev_close+' => '',
|
||||||
|
));
|
||||||
@@ -0,0 +1,261 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Menu:RequestManagement' => 'Helpdesk',
|
||||||
|
'Menu:RequestManagement+' => '',
|
||||||
|
'Menu:RequestManagementProvider' => 'Helpdesk provider',
|
||||||
|
'Menu:RequestManagementProvider+' => '',
|
||||||
|
'Menu:UserRequest:Provider' => 'Open request transferred to provider',
|
||||||
|
'Menu:UserRequest:Provider+' => '',
|
||||||
|
'Menu:UserRequest:Overview' => 'Overview',
|
||||||
|
'Menu:UserRequest:Overview+' => '',
|
||||||
|
'Menu:NewUserRequest' => 'New user request',
|
||||||
|
'Menu:NewUserRequest+' => 'Create a new user request ticket',
|
||||||
|
'Menu:SearchUserRequests' => 'Search for user requests',
|
||||||
|
'Menu:SearchUserRequests+' => 'Search for user request tickets',
|
||||||
|
'Menu:UserRequest:Shortcuts' => 'Shortcuts',
|
||||||
|
'Menu:UserRequest:Shortcuts+' => '',
|
||||||
|
'Menu:UserRequest:MyRequests' => 'Requests assigned to me',
|
||||||
|
'Menu:UserRequest:MyRequests+' => 'Requests assigned to me (as Agent)',
|
||||||
|
'Menu:UserRequest:MySupportRequests' => "My support calls",
|
||||||
|
'Menu:UserRequest:MySupportRequests+' => "",
|
||||||
|
'Menu:UserRequest:EscalatedRequests' => 'Hot Requests',
|
||||||
|
'Menu:UserRequest:EscalatedRequests+' => '',
|
||||||
|
'Menu:UserRequest:OpenRequests' => 'All open requests',
|
||||||
|
'Menu:UserRequest:OpenRequests+' => '',
|
||||||
|
'UI:WelcomeMenu:MyAssignedCalls' => 'Requests assigned to me',
|
||||||
|
'UI-RequestManagementOverview-RequestByType-last-14-days' => 'Last 14 days request per type',
|
||||||
|
'UI-RequestManagementOverview-Last-14-days' => 'Last 14 days number of requests',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByStatus' => 'Open requests by status',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByAgent' => 'Open requests by agent',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByType' => 'Open requests by type',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByCustomer' => 'Open requests by customer',
|
||||||
|
'Class:UserRequest:KnownErrorList' => 'Known Errors',
|
||||||
|
'Class:UserRequest:KnownErrorList+' => 'Known Errors related to Functional CI linked to the current ticket',
|
||||||
|
));
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: UserRequest
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:UserRequest' => 'User Request',
|
||||||
|
'Class:UserRequest+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status' => 'Status',
|
||||||
|
'Class:UserRequest/Attribute:status+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:new' => 'New',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:new+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_tto' => 'Escalated TTO',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_tto+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:assigned' => 'Assigned',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:assigned+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_ttr' => 'Escalated TTR',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_ttr+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:waiting_for_approval' => 'Waiting for approval',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:waiting_for_approval+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:approved' => 'Approved',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:approved+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:rejected' => 'Rejected',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:rejected+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:pending' => 'Pending',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:pending+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:resolved' => 'Resolved',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:resolved+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:closed' => 'Closed',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:closed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:request_type' => 'Request Type',
|
||||||
|
'Class:UserRequest/Attribute:request_type+' => '',
|
||||||
|
'Class:UserRequest/Attribute:request_type/Value:service_request' => 'Service request',
|
||||||
|
'Class:UserRequest/Attribute:request_type/Value:service_request+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact' => 'Impact',
|
||||||
|
'Class:UserRequest/Attribute:impact+' => 'Impact is the severity of the fault, how many end users are affected.',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:1' => 'A department',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:1+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:2' => 'A service',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:3' => 'A person',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority' => 'Priority',
|
||||||
|
'Class:UserRequest/Attribute:priority+' => 'Order in which tickets need to be handled',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:1' => 'Critical',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:1+' => 'Highest priority',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:2' => 'High',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:3' => 'Medium',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:4' => 'Low',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:4+' => 'Lowest priority',
|
||||||
|
'Class:UserRequest/Attribute:urgency' => 'Urgency',
|
||||||
|
'Class:UserRequest/Attribute:urgency+' => 'How quickly the fault needs to be resolved',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:1' => 'Critical',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:1+' => 'Most urgent',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:2' => 'High',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:3' => 'Medium',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:4' => 'Low',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:4+' => 'Lowest urgency level',
|
||||||
|
'Class:UserRequest/Attribute:origin' => 'Origin',
|
||||||
|
'Class:UserRequest/Attribute:origin+' => 'What\'s the trigger of this request ticket creation',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:in_person' => 'In-person',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:in_person+' => 'Request created following a face-to-face discussion',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:chat' => 'Chat',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:chat+' => 'Request created following a chat discussion',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:mail' => 'Email',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:mail+' => 'Request created on an email reception',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:monitoring' => 'Monitoring',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:monitoring+' => 'Request created on a monitoring alert',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:phone' => 'Phone',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:phone+' => 'Request created following a phone call',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:portal' => 'Portal',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:portal+' => 'Request created on the user portal',
|
||||||
|
'Class:UserRequest/Attribute:approver_id' => 'Approver',
|
||||||
|
'Class:UserRequest/Attribute:approver_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:approver_email' => 'Approver Email',
|
||||||
|
'Class:UserRequest/Attribute:approver_email+' => '',
|
||||||
|
'Class:UserRequest/Attribute:service_id' => 'Service',
|
||||||
|
'Class:UserRequest/Attribute:service_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:service_name' => 'Service name',
|
||||||
|
'Class:UserRequest/Attribute:service_name+' => '',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_id' => 'Service subcategory',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_name' => 'Service subcategory name',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_name+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag' => 'Hot Flag',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:no' => 'No',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:no+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:yes' => 'Yes',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:yes+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_reason' => 'Hot reason',
|
||||||
|
'Class:UserRequest/Attribute:escalation_reason+' => '',
|
||||||
|
'Class:UserRequest/Attribute:assignment_date' => 'Assignment date',
|
||||||
|
'Class:UserRequest/Attribute:assignment_date+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_date' => 'Resolution date',
|
||||||
|
'Class:UserRequest/Attribute:resolution_date+' => '',
|
||||||
|
'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date',
|
||||||
|
'Class:UserRequest/Attribute:last_pending_date+' => '',
|
||||||
|
'Class:UserRequest/Attribute:cumulatedpending' => 'cumulatedpending',
|
||||||
|
'Class:UserRequest/Attribute:cumulatedpending+' => '',
|
||||||
|
'Class:UserRequest/Attribute:tto' => 'TTO',
|
||||||
|
'Class:UserRequest/Attribute:tto+' => 'Time To Own',
|
||||||
|
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||||
|
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve',
|
||||||
|
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO Deadline',
|
||||||
|
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA tto passed',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_passed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_over' => 'SLA tto over',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_over+' => '',
|
||||||
|
'Class:UserRequest/Attribute:ttr_escalation_deadline' => 'TTR Deadline',
|
||||||
|
'Class:UserRequest/Attribute:ttr_escalation_deadline+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_passed' => 'SLA ttr passed',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_passed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_over' => 'SLA ttr over',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_over+' => '',
|
||||||
|
'Class:UserRequest/Attribute:time_spent' => 'Resolution delay',
|
||||||
|
'Class:UserRequest/Attribute:time_spent+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code' => 'Resolution code',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code+' => 'What was done to resolve the request?',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:assistance' => 'Assistance',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:assistance+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:bug fixed' => 'Bug fixed',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:bug fixed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:hardware repair' => 'Hardware repair',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:hardware repair+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:other' => 'Other',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:other+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:software patch' => 'Software patch',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:software patch+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:system update' => 'System update',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:system update+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:training' => 'Training',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:training+' => '',
|
||||||
|
'Class:UserRequest/Attribute:solution' => 'Solution',
|
||||||
|
'Class:UserRequest/Attribute:solution+' => '',
|
||||||
|
'Class:UserRequest/Attribute:pending_reason' => 'Pending reason',
|
||||||
|
'Class:UserRequest/Attribute:pending_reason+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id' => 'Parent request',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_incident_id' => 'Parent incident',
|
||||||
|
'Class:UserRequest/Attribute:parent_incident_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_ref' => 'Ref request',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_ref+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_id' => 'Parent problem',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_ref' => 'Ref problem',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_ref+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_id' => 'Parent change',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_ref' => 'Ref change',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_ref+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_incident_ref' => 'Parent incident ref',
|
||||||
|
'Class:UserRequest/Attribute:parent_incident_ref+' => '',
|
||||||
|
'Class:UserRequest/Attribute:related_request_list' => 'Child Requests',
|
||||||
|
'Class:UserRequest/Attribute:related_request_list+' => 'All the requests that are linked to this parent request',
|
||||||
|
'Class:UserRequest/Attribute:public_log' => 'Public log',
|
||||||
|
'Class:UserRequest/Attribute:public_log+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction' => 'User satisfaction',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:1' => 'Very satisfied',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:1+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:2' => 'Fairly satisfied',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:3' => 'Rather dissatisfied',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:4' => 'Very dissatisfied',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:4+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_comment' => 'User comment',
|
||||||
|
'Class:UserRequest/Attribute:user_comment+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id_friendlyname' => 'parent_request_id_friendlyname',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id_friendlyname+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_assign' => 'Assign',
|
||||||
|
'Class:UserRequest/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reassign' => 'Re-assign',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reassign+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_approve' => 'Approve',
|
||||||
|
'Class:UserRequest/Stimulus:ev_approve+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reject' => 'Reject',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reject+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_pending' => 'Pending',
|
||||||
|
'Class:UserRequest/Stimulus:ev_pending+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_timeout' => 'Timeout',
|
||||||
|
'Class:UserRequest/Stimulus:ev_timeout+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoresolve' => 'Automatic resolve',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoresolve+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoclose' => 'Automatic close',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoclose+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_resolve' => 'Mark as resolved',
|
||||||
|
'Class:UserRequest/Stimulus:ev_resolve+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_close' => 'Close this request',
|
||||||
|
'Class:UserRequest/Stimulus:ev_close+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reopen' => 'Re-open',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reopen+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_wait_for_approval' => 'Wait for approval',
|
||||||
|
'Class:UserRequest/Stimulus:ev_wait_for_approval+' => '',
|
||||||
|
'Class:UserRequest/Error:CannotAssignParentRequestIdToSelf' => 'Cannot assign the Parent request to the request itself',
|
||||||
|
|
||||||
|
'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets',
|
||||||
|
'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info.',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Organization:Overview:UserRequests' => 'User Requests from this organisation',
|
||||||
|
'Organization:Overview:MyUserRequests' => 'My User Requests for this organisation',
|
||||||
|
'Organization:Overview:Tickets' => 'Tickets for this organisation',
|
||||||
|
));
|
||||||
@@ -0,0 +1,289 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Menu:RequestManagement' => 'Helpdesk',
|
||||||
|
'Menu:RequestManagement+' => '',
|
||||||
|
'Menu:RequestManagementProvider' => 'Helpdesk provider',
|
||||||
|
'Menu:RequestManagementProvider+' => '',
|
||||||
|
'Menu:UserRequest:Provider' => 'Open requests transferred to provider',
|
||||||
|
'Menu:UserRequest:Provider+' => '',
|
||||||
|
'Menu:UserRequest:Overview' => 'Overview',
|
||||||
|
'Menu:UserRequest:Overview+' => '',
|
||||||
|
'Menu:NewUserRequest' => 'New user request',
|
||||||
|
'Menu:NewUserRequest+' => 'Create a new user request ticket',
|
||||||
|
'Menu:SearchUserRequests' => 'Search for user requests',
|
||||||
|
'Menu:SearchUserRequests+' => 'Search for user request tickets',
|
||||||
|
'Menu:UserRequest:Shortcuts' => 'Shortcuts',
|
||||||
|
'Menu:UserRequest:Shortcuts+' => '',
|
||||||
|
'Menu:UserRequest:MyRequests' => 'Requests assigned to me',
|
||||||
|
'Menu:UserRequest:MyRequests+' => 'Requests assigned to me (as Agent)',
|
||||||
|
'Menu:UserRequest:MySupportRequests' => "My support calls",
|
||||||
|
'Menu:UserRequest:MySupportRequests+' => "",
|
||||||
|
'Menu:UserRequest:EscalatedRequests' => 'Hot requests',
|
||||||
|
'Menu:UserRequest:EscalatedRequests+' => '',
|
||||||
|
'Menu:UserRequest:OpenRequests' => 'All open requests',
|
||||||
|
'Menu:UserRequest:OpenRequests+' => '',
|
||||||
|
'UI:WelcomeMenu:MyAssignedCalls' => 'Requests assigned to me',
|
||||||
|
'UI-RequestManagementOverview-RequestByType-last-14-days' => 'Requests of the last 14 days (per type)',
|
||||||
|
'UI-RequestManagementOverview-Last-14-days' => 'Requests of the last 14 days (per day)',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByStatus' => 'Open requests by status',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByAgent' => 'Open requests by agent',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByType' => 'Open requests by type',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByCustomer' => 'Open requests by organisation',
|
||||||
|
'Class:UserRequest:KnownErrorList' => 'Known Errors',
|
||||||
|
'Class:UserRequest:KnownErrorList+' => 'Known Errors related to Functional CI linked to the current ticket',
|
||||||
|
'Menu:UserRequest:MyWorkOrders' => 'Work orders assigned to me',
|
||||||
|
'Menu:UserRequest:MyWorkOrders+' => 'All work orders assigned to me',
|
||||||
|
'Class:Problem:KnownProblemList' => 'Known problems',
|
||||||
|
'Tickets:Related:OpenIncidents' => 'Open incidents',
|
||||||
|
));
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: UserRequest
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:UserRequest' => 'User Request',
|
||||||
|
'Class:UserRequest+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status' => 'Status',
|
||||||
|
'Class:UserRequest/Attribute:status+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:new' => 'New',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:new+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_tto' => 'Escalated TTO',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_tto+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:assigned' => 'Assigned',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:assigned+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_ttr' => 'Escalated TTR',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_ttr+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:waiting_for_approval' => 'Waiting for approval',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:waiting_for_approval+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:approved' => 'Approved',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:approved+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:rejected' => 'Rejected',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:rejected+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:pending' => 'Pending',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:pending+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:resolved' => 'Resolved',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:resolved+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:closed' => 'Closed',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:closed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:request_type' => 'Request Type',
|
||||||
|
'Class:UserRequest/Attribute:request_type+' => '',
|
||||||
|
'Class:UserRequest/Attribute:request_type/Value:incident' => 'Incident',
|
||||||
|
'Class:UserRequest/Attribute:request_type/Value:incident+' => '',
|
||||||
|
'Class:UserRequest/Attribute:request_type/Value:service_request' => 'Service request',
|
||||||
|
'Class:UserRequest/Attribute:request_type/Value:service_request+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact' => 'Impact',
|
||||||
|
'Class:UserRequest/Attribute:impact+' => 'Impact is the severity of the fault, how many end users are affected',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:1' => 'A department',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:1+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:2' => 'A service',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:3' => 'A person',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority' => 'Priority',
|
||||||
|
'Class:UserRequest/Attribute:priority+' => 'Order in which tickets need to be handled',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:1' => 'Critical',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:1+' => 'Highest priority',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:2' => 'High',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:3' => 'Medium',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:4' => 'Low',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:4+' => 'Lowest priority',
|
||||||
|
'Class:UserRequest/Attribute:urgency' => 'Urgency',
|
||||||
|
'Class:UserRequest/Attribute:urgency+' => 'How quickly the fault needs to be resolved',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:1' => 'Critical',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:1+' => 'Most urgent',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:2' => 'High',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:3' => 'Medium',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:4' => 'Low',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:4+' => 'Lowest urgency level',
|
||||||
|
'Class:UserRequest/Attribute:origin' => 'Origin',
|
||||||
|
'Class:UserRequest/Attribute:origin+' => 'What\'s the trigger of this request ticket creation',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:in_person' => 'In-person',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:in_person+' => 'Request created following a face-to-face discussion',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:chat' => 'Chat',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:chat+' => 'Request created following a chat discussion',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:mail' => 'Email',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:mail+' => 'Request created on an email reception',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:monitoring' => 'Monitoring',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:monitoring+' => 'Request created on a monitoring alert',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:phone' => 'Phone',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:phone+' => 'Request created following a phone call',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:portal' => 'Portal',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:portal+' => 'Request created on the user portal',
|
||||||
|
'Class:UserRequest/Attribute:approver_id' => 'Approver',
|
||||||
|
'Class:UserRequest/Attribute:approver_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:approver_email' => 'Approver Email',
|
||||||
|
'Class:UserRequest/Attribute:approver_email+' => '',
|
||||||
|
'Class:UserRequest/Attribute:service_id' => 'Service',
|
||||||
|
'Class:UserRequest/Attribute:service_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:service_name' => 'Service name',
|
||||||
|
'Class:UserRequest/Attribute:service_name+' => '',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_id' => 'Service subcategory',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_name' => 'Service subcategory name',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_name+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag' => 'Hot Flag',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:no' => 'No',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:no+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:yes' => 'Yes',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:yes+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_reason' => 'Hot reason',
|
||||||
|
'Class:UserRequest/Attribute:escalation_reason+' => '',
|
||||||
|
'Class:UserRequest/Attribute:assignment_date' => 'Assignment date',
|
||||||
|
'Class:UserRequest/Attribute:assignment_date+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_date' => 'Resolution date',
|
||||||
|
'Class:UserRequest/Attribute:resolution_date+' => '',
|
||||||
|
'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date',
|
||||||
|
'Class:UserRequest/Attribute:last_pending_date+' => '',
|
||||||
|
'Class:UserRequest/Attribute:cumulatedpending' => 'cumulated pending',
|
||||||
|
'Class:UserRequest/Attribute:cumulatedpending+' => '',
|
||||||
|
'Class:UserRequest/Attribute:tto' => 'TTO',
|
||||||
|
'Class:UserRequest/Attribute:tto+' => 'Time To Own',
|
||||||
|
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||||
|
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve',
|
||||||
|
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO Deadline',
|
||||||
|
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA tto passed',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_passed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_over' => 'SLA tto over',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_over+' => '',
|
||||||
|
'Class:UserRequest/Attribute:ttr_escalation_deadline' => 'TTR Deadline',
|
||||||
|
'Class:UserRequest/Attribute:ttr_escalation_deadline+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_passed' => 'SLA ttr passed',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_passed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_over' => 'SLA ttr over',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_over+' => '',
|
||||||
|
'Class:UserRequest/Attribute:time_spent' => 'Resolution delay',
|
||||||
|
'Class:UserRequest/Attribute:time_spent+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code' => 'Resolution code',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code+' => 'What was done to resolve the request?',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:assistance' => 'Assistance',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:assistance+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:bug fixed' => 'Bug fixed',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:bug fixed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:hardware repair' => 'Hardware repair',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:hardware repair+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:other' => 'Other',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:other+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:software patch' => 'Software patch',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:software patch+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:system update' => 'System update',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:system update+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:training' => 'Training',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:training+' => '',
|
||||||
|
'Class:UserRequest/Attribute:solution' => 'Solution',
|
||||||
|
'Class:UserRequest/Attribute:solution+' => '',
|
||||||
|
'Class:UserRequest/Attribute:pending_reason' => 'Pending reason',
|
||||||
|
'Class:UserRequest/Attribute:pending_reason+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id' => 'Parent request',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_ref' => 'Ref request',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_ref+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_id' => 'Parent problem',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_ref' => 'Ref problem',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_ref+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_id' => 'Parent change',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_ref' => 'Ref change',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_ref+' => '',
|
||||||
|
'Class:UserRequest/Attribute:related_request_list' => 'Child Requests',
|
||||||
|
'Class:UserRequest/Attribute:related_request_list+' => 'All the requests that are linked to this parent request',
|
||||||
|
'Class:UserRequest/Attribute:public_log' => 'Public log',
|
||||||
|
'Class:UserRequest/Attribute:public_log+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction' => 'User satisfaction',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:1' => 'Very satisfied',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:1+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:2' => 'Fairly satisfied',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:3' => 'Rather dissatisfied',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:4' => 'Very dissatisfied',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:4+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_comment' => 'User comment',
|
||||||
|
'Class:UserRequest/Attribute:user_comment+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id_friendlyname' => 'parent_request_id_friendlyname',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id_friendlyname+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_assign' => 'Assign',
|
||||||
|
'Class:UserRequest/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reassign' => 'Re-assign',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reassign+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_approve' => 'Approve',
|
||||||
|
'Class:UserRequest/Stimulus:ev_approve+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reject' => 'Reject',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reject+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_pending' => 'Pending',
|
||||||
|
'Class:UserRequest/Stimulus:ev_pending+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_timeout' => 'Timeout',
|
||||||
|
'Class:UserRequest/Stimulus:ev_timeout+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoresolve' => 'Automatic resolve',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoresolve+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoclose' => 'Automatic close',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoclose+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_resolve' => 'Mark as resolved',
|
||||||
|
'Class:UserRequest/Stimulus:ev_resolve+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_close' => 'Close this request',
|
||||||
|
'Class:UserRequest/Stimulus:ev_close+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reopen' => 'Re-open',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reopen+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_wait_for_approval' => 'Wait for approval',
|
||||||
|
'Class:UserRequest/Stimulus:ev_wait_for_approval+' => '',
|
||||||
|
'Class:UserRequest/Error:CannotAssignParentRequestIdToSelf' => 'Cannot assign the Parent request to the request itself',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Portal:TitleDetailsFor_Request' => 'Details for request',
|
||||||
|
'Portal:ButtonUpdate' => 'Update',
|
||||||
|
'Portal:ButtonClose' => 'Close',
|
||||||
|
'Portal:ButtonReopen' => 'Reopen',
|
||||||
|
'Portal:ShowServices' => 'Service catalogue',
|
||||||
|
'Portal:SelectRequestType' => 'Select a type of request',
|
||||||
|
'Portal:SelectServiceElementFrom_Service' => 'Select a service element for %1$s',
|
||||||
|
'Portal:ListServices' => 'List of services',
|
||||||
|
'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:Details-Service-Element' => 'Service elements',
|
||||||
|
'Portal:NoClosedTicket' => 'No closed request',
|
||||||
|
'Portal:NoService' => '',
|
||||||
|
'Portal:ListOpenProblems' => 'On-going problems',
|
||||||
|
'Portal:ShowProblem' => 'Problems',
|
||||||
|
'Portal:ShowFaqs' => 'FAQs',
|
||||||
|
'Portal:NoOpenProblem' => 'No open problem',
|
||||||
|
'Portal:SelectLanguage' => "Change you language",
|
||||||
|
'Portal:LanguageChangedTo_Lang' => 'Language changed to',
|
||||||
|
'Portal:ChooseYourFavoriteLanguage' => 'Choose your favourite language',
|
||||||
|
|
||||||
|
'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets',
|
||||||
|
'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info.',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Organization:Overview:UserRequests' => 'User Requests from this organisation',
|
||||||
|
'Organization:Overview:MyUserRequests' => 'My User Requests for this organisation',
|
||||||
|
'Organization:Overview:Tickets' => 'Tickets for this organisation',
|
||||||
|
));
|
||||||
@@ -0,0 +1,556 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
//
|
||||||
|
// Menu, fieldsets, UI, messages translations
|
||||||
|
//
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Menu:ServiceManagement' => 'Service Management',
|
||||||
|
'Menu:ServiceManagement+' => 'Service Management Overview',
|
||||||
|
'Menu:Service:Overview' => 'Overview',
|
||||||
|
'Menu:Service:Overview+' => '',
|
||||||
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level',
|
||||||
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status',
|
||||||
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less than 30 days',
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Provider contracts',
|
||||||
|
'Menu:ProviderContract+' => 'Provider contracts',
|
||||||
|
'Menu:CustomerContract' => 'Customer contracts',
|
||||||
|
'Menu:CustomerContract+' => 'Customer contracts',
|
||||||
|
'Menu:ServiceSubcategory' => 'Service subcategories',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Service subcategories',
|
||||||
|
'Menu:Service' => 'Services',
|
||||||
|
'Menu:Service+' => 'Services',
|
||||||
|
'Menu:ServiceElement' => 'Sevice elements',
|
||||||
|
'Menu:ServiceElement+' => 'Sevice elements',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => 'Service Level Agreements',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => 'Service Level Targets',
|
||||||
|
'Menu:DeliveryModel' => 'Delivery models',
|
||||||
|
'Menu:DeliveryModel+' => 'Delivery models',
|
||||||
|
'Menu:ServiceFamily' => 'Service families',
|
||||||
|
'Menu:ServiceFamily+' => 'Service families',
|
||||||
|
|
||||||
|
'Contract:baseinfo' => 'General information',
|
||||||
|
'Contract:moreinfo' => 'Contractual information',
|
||||||
|
'Contract:cost' => 'Cost information',
|
||||||
|
));
|
||||||
|
|
||||||
|
/*
|
||||||
|
'UI:ServiceManagementMenu' => 'Gestion des Services',
|
||||||
|
'UI:ServiceManagementMenu+' => 'Gestion des Services',
|
||||||
|
'UI:ServiceManagementMenu:Title' => 'Résumé des services & contrats',
|
||||||
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contrats par niveau de service',
|
||||||
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contrats par état',
|
||||||
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contrats se terminant dans moins de 30 jours',
|
||||||
|
*/
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Organization
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ContractType
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:ContractType' => 'Contract Type',
|
||||||
|
'Class:ContractType+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Contract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Contract' => 'Contract',
|
||||||
|
'Class:Contract+' => '',
|
||||||
|
'Class:Contract/Attribute:name' => 'Name',
|
||||||
|
'Class:Contract/Attribute:name+' => '',
|
||||||
|
'Class:Contract/Attribute:org_id' => 'Organisation',
|
||||||
|
'Class:Contract/Attribute:org_id+' => '',
|
||||||
|
'Class:Contract/Attribute:organization_name' => 'Organisation Name',
|
||||||
|
'Class:Contract/Attribute:organization_name+' => 'Common name',
|
||||||
|
'Class:Contract/Attribute:contacts_list' => 'Contacts',
|
||||||
|
'Class:Contract/Attribute:contacts_list+' => 'All the contacts for this customer contract',
|
||||||
|
'Class:Contract/Attribute:documents_list' => 'Documents',
|
||||||
|
'Class:Contract/Attribute:documents_list+' => 'All the documents for this customer contract',
|
||||||
|
'Class:Contract/Attribute:description' => 'Description',
|
||||||
|
'Class:Contract/Attribute:description+' => '',
|
||||||
|
'Class:Contract/Attribute:start_date' => 'Start date',
|
||||||
|
'Class:Contract/Attribute:start_date+' => '',
|
||||||
|
'Class:Contract/Attribute:end_date' => 'End date',
|
||||||
|
'Class:Contract/Attribute:end_date+' => '',
|
||||||
|
'Class:Contract/Attribute:cost' => 'Cost',
|
||||||
|
'Class:Contract/Attribute:cost+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_currency' => 'Cost Currency',
|
||||||
|
'Class:Contract/Attribute:cost_currency+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:dollars' => 'Dollars',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:dollars+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:euros' => 'Euros',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:euros+' => '',
|
||||||
|
'Class:Contract/Attribute:contracttype_id' => 'Contract type',
|
||||||
|
'Class:Contract/Attribute:contracttype_id+' => '',
|
||||||
|
'Class:Contract/Attribute:contracttype_name' => 'Contract type Name',
|
||||||
|
'Class:Contract/Attribute:contracttype_name+' => '',
|
||||||
|
'Class:Contract/Attribute:billing_frequency' => 'Billing frequency',
|
||||||
|
'Class:Contract/Attribute:billing_frequency+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_unit' => 'Cost unit',
|
||||||
|
'Class:Contract/Attribute:cost_unit+' => '',
|
||||||
|
'Class:Contract/Attribute:provider_id' => 'Provider',
|
||||||
|
'Class:Contract/Attribute:provider_id+' => '',
|
||||||
|
'Class:Contract/Attribute:provider_name' => 'Provider Name',
|
||||||
|
'Class:Contract/Attribute:provider_name+' => '',
|
||||||
|
'Class:Contract/Attribute:status' => 'Status',
|
||||||
|
'Class:Contract/Attribute:status+' => '',
|
||||||
|
'Class:Contract/Attribute:status/Value:implementation' => 'implementation',
|
||||||
|
'Class:Contract/Attribute:status/Value:implementation+' => 'implementation',
|
||||||
|
'Class:Contract/Attribute:status/Value:obsolete' => 'obsolete',
|
||||||
|
'Class:Contract/Attribute:status/Value:obsolete+' => 'obsolete',
|
||||||
|
'Class:Contract/Attribute:status/Value:production' => 'production',
|
||||||
|
'Class:Contract/Attribute:status/Value:production+' => 'production',
|
||||||
|
'Class:Contract/Attribute:finalclass' => 'Contract sub-class',
|
||||||
|
'Class:Contract/Attribute:finalclass+' => 'Name of the final class',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: CustomerContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:CustomerContract' => 'Customer Contract',
|
||||||
|
'Class:CustomerContract+' => '',
|
||||||
|
'Class:CustomerContract/Attribute:services_list' => 'Services',
|
||||||
|
'Class:CustomerContract/Attribute:services_list+' => 'All the services purchased for this contract',
|
||||||
|
'Class:CustomerContract/Attribute:functionalcis_list' => 'CIs',
|
||||||
|
'Class:CustomerContract/Attribute:functionalcis_list+' => 'All the configuration items covered by this contract',
|
||||||
|
'Class:CustomerContract/Attribute:providercontracts_list' => 'Provider contracts',
|
||||||
|
'Class:CustomerContract/Attribute:providercontracts_list+' => 'All the provider contracts to deliver the services for this contract (underpinning contract)',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ProviderContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:ProviderContract' => 'Provider Contract',
|
||||||
|
'Class:ProviderContract+' => '',
|
||||||
|
'Class:ProviderContract/Attribute:functionalcis_list' => 'CIs',
|
||||||
|
'Class:ProviderContract/Attribute:functionalcis_list+' => 'All the configuration items covered by this contract',
|
||||||
|
'Class:ProviderContract/Attribute:sla' => 'SLA',
|
||||||
|
'Class:ProviderContract/Attribute:sla+' => 'Service Level Agreement',
|
||||||
|
'Class:ProviderContract/Attribute:coverage' => 'Service hours',
|
||||||
|
'Class:ProviderContract/Attribute:coverage+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContactToContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkContactToContract' => 'Link Contact / Contract',
|
||||||
|
'Class:lnkContactToContract+' => '',
|
||||||
|
'Class:lnkContactToContract/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_id' => 'Contract',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_id+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_name' => 'Contract Name',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_name+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_id' => 'Contact',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_name' => 'Contact Name',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContractToDocument
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkContractToDocument' => 'Link Contract / Document',
|
||||||
|
'Class:lnkContractToDocument+' => '',
|
||||||
|
'Class:lnkContractToDocument/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_id' => 'Contract',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_id+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_name' => 'Contract Name',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_name+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_id' => 'Document',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_id+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_name' => 'Document Name',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkFunctionalCIToProviderContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkFunctionalCIToProviderContract' => 'Link FunctionalCI / ProviderContract',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id' => 'Provider contract',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_name' => 'Provider contract Name',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_name+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_id' => 'CI',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_name' => 'CI Name',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ServiceFamily
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:ServiceFamily' => 'Service Family',
|
||||||
|
'Class:ServiceFamily+' => '',
|
||||||
|
'Class:ServiceFamily/Attribute:name' => 'Name',
|
||||||
|
'Class:ServiceFamily/Attribute:name+' => '',
|
||||||
|
'Class:ServiceFamily/Attribute:icon' => 'Icon',
|
||||||
|
'Class:ServiceFamily/Attribute:icon+' => '',
|
||||||
|
'Class:ServiceFamily/Attribute:services_list' => 'Services',
|
||||||
|
'Class:ServiceFamily/Attribute:services_list+' => 'All the services in this category',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Service
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Service' => 'Service',
|
||||||
|
'Class:Service+' => '',
|
||||||
|
'Class:Service/ComplementaryName' => '%1$s - %2$s',
|
||||||
|
'Class:Service/Attribute:name' => 'Name',
|
||||||
|
'Class:Service/Attribute:name+' => '',
|
||||||
|
'Class:Service/Attribute:org_id' => 'Provider',
|
||||||
|
'Class:Service/Attribute:org_id+' => '',
|
||||||
|
'Class:Service/Attribute:organization_name' => 'Provider Name',
|
||||||
|
'Class:Service/Attribute:organization_name+' => '',
|
||||||
|
'Class:Service/Attribute:description' => 'Description',
|
||||||
|
'Class:Service/Attribute:description+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Service Family',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Service Family Name',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '',
|
||||||
|
'Class:Service/Attribute:documents_list' => 'Documents',
|
||||||
|
'Class:Service/Attribute:documents_list+' => 'All the documents linked to the service',
|
||||||
|
'Class:Service/Attribute:contacts_list' => 'Contacts',
|
||||||
|
'Class:Service/Attribute:contacts_list+' => 'All the contacts for this service',
|
||||||
|
'Class:Service/Attribute:status' => 'Status',
|
||||||
|
'Class:Service/Attribute:status+' => '',
|
||||||
|
'Class:Service/Attribute:status/Value:implementation' => 'implementation',
|
||||||
|
'Class:Service/Attribute:status/Value:implementation+' => 'implementation',
|
||||||
|
'Class:Service/Attribute:status/Value:obsolete' => 'obsolete',
|
||||||
|
'Class:Service/Attribute:status/Value:obsolete+' => '',
|
||||||
|
'Class:Service/Attribute:status/Value:production' => 'production',
|
||||||
|
'Class:Service/Attribute:status/Value:production+' => '',
|
||||||
|
'Class:Service/Attribute:icon' => 'Icon',
|
||||||
|
'Class:Service/Attribute:icon+' => '',
|
||||||
|
'Class:Service/Attribute:customercontracts_list' => 'Customer contracts',
|
||||||
|
'Class:Service/Attribute:customercontracts_list+' => 'All the customer contracts that have purchased this service',
|
||||||
|
'Class:Service/Attribute:servicesubcategories_list' => 'Service sub categories',
|
||||||
|
'Class:Service/Attribute:servicesubcategories_list+' => 'All the sub categories for this service',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkDocumentToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkDocumentToService' => 'Link Document / Service',
|
||||||
|
'Class:lnkDocumentToService+' => '',
|
||||||
|
'Class:lnkDocumentToService/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_id' => 'Service',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_name' => 'Service Name',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_id' => 'Document',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_id+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_name' => 'Document Name',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContactToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkContactToService' => 'Link Contact / Service',
|
||||||
|
'Class:lnkContactToService+' => '',
|
||||||
|
'Class:lnkContactToService/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkContactToService/Attribute:service_id' => 'Service',
|
||||||
|
'Class:lnkContactToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:service_name' => 'Service Name',
|
||||||
|
'Class:lnkContactToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_id' => 'Contact',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_name' => 'Contact Name',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ServiceSubcategory
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:ServiceSubcategory' => 'Service Subcategory',
|
||||||
|
'Class:ServiceSubcategory+' => '',
|
||||||
|
'Class:ServiceSubcategory/ComplementaryName' => '%1$s - %2$s',
|
||||||
|
'Class:ServiceSubcategory/Attribute:name' => 'Name',
|
||||||
|
'Class:ServiceSubcategory/Attribute:name+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:description' => 'Description',
|
||||||
|
'Class:ServiceSubcategory/Attribute:description+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_id' => 'Service',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_id+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_name' => 'Service Name',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_name+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status' => 'Status',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:implementation' => 'implementation',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:implementation+' => 'implementation',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:obsolete' => 'obsolete',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:obsolete+' => 'obsolete',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:production' => 'production',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:production+' => 'production',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type' => 'Request type',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:incident' => 'incident',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:incident+' => 'incident',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:service_request' => 'service request',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:service_request+' => 'service request',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_provider' => 'Provider Name',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_org_id' => 'Provider',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: SLA
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:SLA' => 'SLA',
|
||||||
|
'Class:SLA+' => '',
|
||||||
|
'Class:SLA/Attribute:name' => 'Name',
|
||||||
|
'Class:SLA/Attribute:name+' => '',
|
||||||
|
'Class:SLA/Attribute:description' => 'description',
|
||||||
|
'Class:SLA/Attribute:description+' => '',
|
||||||
|
'Class:SLA/Attribute:org_id' => 'Organisation',
|
||||||
|
'Class:SLA/Attribute:org_id+' => '',
|
||||||
|
'Class:SLA/Attribute:organization_name' => 'Organisation Name',
|
||||||
|
'Class:SLA/Attribute:organization_name+' => '',
|
||||||
|
'Class:SLA/Attribute:slts_list' => 'SLTs',
|
||||||
|
'Class:SLA/Attribute:slts_list+' => 'All the service level targets for this SLA',
|
||||||
|
'Class:SLA/Attribute:customercontracts_list' => 'Customer contracts',
|
||||||
|
'Class:SLA/Attribute:customercontracts_list+' => 'All the customer contracts using this SLA',
|
||||||
|
'Class:SLA/Error:UniqueLnkCustomerContractToService' => 'Could not save link with Customer contract %1$s and service %2$s : SLA already exists',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: SLT
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:SLT' => 'SLT',
|
||||||
|
'Class:SLT+' => '',
|
||||||
|
'Class:SLT/Attribute:name' => 'Name',
|
||||||
|
'Class:SLT/Attribute:name+' => '',
|
||||||
|
'Class:SLT/Attribute:priority' => 'Priority',
|
||||||
|
'Class:SLT/Attribute:priority+' => '',
|
||||||
|
'Class:SLT/Attribute:priority/Value:1' => 'critical',
|
||||||
|
'Class:SLT/Attribute:priority/Value:1+' => 'critical',
|
||||||
|
'Class:SLT/Attribute:priority/Value:2' => 'high',
|
||||||
|
'Class:SLT/Attribute:priority/Value:2+' => 'high',
|
||||||
|
'Class:SLT/Attribute:priority/Value:3' => 'medium',
|
||||||
|
'Class:SLT/Attribute:priority/Value:3+' => 'medium',
|
||||||
|
'Class:SLT/Attribute:priority/Value:4' => 'low',
|
||||||
|
'Class:SLT/Attribute:priority/Value:4+' => 'low',
|
||||||
|
'Class:SLT/Attribute:request_type' => 'Request type',
|
||||||
|
'Class:SLT/Attribute:request_type+' => '',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:incident' => 'incident',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:incident+' => 'incident',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:service_request' => 'service request',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:service_request+' => 'service request',
|
||||||
|
'Class:SLT/Attribute:metric' => 'Metric',
|
||||||
|
'Class:SLT/Attribute:metric+' => '',
|
||||||
|
'Class:SLT/Attribute:metric/Value:tto' => 'TTO',
|
||||||
|
'Class:SLT/Attribute:metric/Value:tto+' => 'TTO',
|
||||||
|
'Class:SLT/Attribute:metric/Value:ttr' => 'TTR',
|
||||||
|
'Class:SLT/Attribute:metric/Value:ttr+' => 'TTR',
|
||||||
|
'Class:SLT/Attribute:value' => 'Value',
|
||||||
|
'Class:SLT/Attribute:value+' => '',
|
||||||
|
'Class:SLT/Attribute:unit' => 'Unit',
|
||||||
|
'Class:SLT/Attribute:unit+' => '',
|
||||||
|
'Class:SLT/Attribute:unit/Value:hours' => 'hours',
|
||||||
|
'Class:SLT/Attribute:unit/Value:hours+' => 'hours',
|
||||||
|
'Class:SLT/Attribute:unit/Value:minutes' => 'minutes',
|
||||||
|
'Class:SLT/Attribute:unit/Value:minutes+' => 'minutes',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkSLAToSLT
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkSLAToSLT' => 'Link SLA / SLT',
|
||||||
|
'Class:lnkSLAToSLT+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_id' => 'SLA',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_id+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_name' => 'SLA Name',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_name+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_id' => 'SLT',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_id+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_name' => 'SLT Name',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_name+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_metric' => 'SLT metric',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_metric+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_request_type' => 'SLT request type',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_request_type+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_ticket_priority' => 'SLT ticket priority',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_ticket_priority+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value' => 'SLT value',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value_unit' => 'SLT value unit',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value_unit+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkCustomerContractToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkCustomerContractToService' => 'Link Customer Contract / Service',
|
||||||
|
'Class:lnkCustomerContractToService+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_id' => 'Customer contract',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_name' => 'Customer contract Name',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_name+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_id' => 'Service',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_name' => 'Service Name',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_id' => 'SLA',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_name' => 'SLA Name',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkCustomerContractToProviderContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkCustomerContractToProviderContract' => 'Link Customer Contract / Provider Contract',
|
||||||
|
'Class:lnkCustomerContractToProviderContract+' => '',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_id' => 'Customer contract',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_name' => 'Customer contract Name',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_name+' => '',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:providercontract_id' => 'Provider contract',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:providercontract_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:providercontract_name' => 'Provider contract Name',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:providercontract_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkCustomerContractToFunctionalCI
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI' => 'Link Customer Contract / FunctionalCI',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI+' => '',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:customercontract_id' => 'Customer contract',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:customercontract_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:customercontract_name' => 'Customer contract Name',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:customercontract_name+' => '',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:functionalci_id' => 'CI',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:functionalci_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:functionalci_name' => 'CI Name',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:functionalci_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: DeliveryModel
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:DeliveryModel' => 'Delivery Model',
|
||||||
|
'Class:DeliveryModel+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:name' => 'Name',
|
||||||
|
'Class:DeliveryModel/Attribute:name+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:org_id' => 'Organisation',
|
||||||
|
'Class:DeliveryModel/Attribute:org_id+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:organization_name' => 'Organisation Name',
|
||||||
|
'Class:DeliveryModel/Attribute:organization_name+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:description' => 'Description',
|
||||||
|
'Class:DeliveryModel/Attribute:description+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:contacts_list' => 'Contacts',
|
||||||
|
'Class:DeliveryModel/Attribute:contacts_list+' => 'All the contacts (Teams and Persons) for this delivery model',
|
||||||
|
'Class:DeliveryModel/Attribute:customers_list' => 'Customers',
|
||||||
|
'Class:DeliveryModel/Attribute:customers_list+' => 'All the customers having this delivering model',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkDeliveryModelToContact
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkDeliveryModelToContact' => 'Link DeliveryModel / Contact',
|
||||||
|
'Class:lnkDeliveryModelToContact+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id' => 'Delivery model',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_name' => 'Delivery model name',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_name+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_id' => 'Contact',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_name' => 'Contact name',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_name+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_id' => 'Role',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_id+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_name' => 'Role name',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_name+' => '',
|
||||||
|
));
|
||||||
@@ -0,0 +1,514 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
// Menu, fieldsets, UI, messages translations
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Menu:ServiceManagement' => 'Service management',
|
||||||
|
'Menu:ServiceManagement+' => 'Service management overview',
|
||||||
|
'Menu:Service:Overview' => 'Overview',
|
||||||
|
'Menu:Service:Overview+' => '',
|
||||||
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level',
|
||||||
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status',
|
||||||
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less than 30 days',
|
||||||
|
'Menu:ProviderContract' => 'Provider contracts',
|
||||||
|
'Menu:ProviderContract+' => 'Provider contracts',
|
||||||
|
'Menu:CustomerContract' => 'Customer contracts',
|
||||||
|
'Menu:CustomerContract+' => 'Customer contracts',
|
||||||
|
'Menu:ServiceSubcategory' => 'Service subcategories',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Service subcategories',
|
||||||
|
'Menu:Service' => 'Services',
|
||||||
|
'Menu:Service+' => 'Services',
|
||||||
|
'Menu:ServiceElement' => 'Sevice elements',
|
||||||
|
'Menu:ServiceElement+' => 'Sevice elements',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => 'Service Level Agreements',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => 'Service Level Targets',
|
||||||
|
'Menu:DeliveryModel' => 'Delivery models',
|
||||||
|
'Menu:DeliveryModel+' => 'Delivery models',
|
||||||
|
'Menu:ServiceFamily' => 'Service families',
|
||||||
|
'Menu:ServiceFamily+' => 'Service families',
|
||||||
|
'Menu:Procedure' => 'Procedures catalogue',
|
||||||
|
'Menu:Procedure+' => 'All procedures catalogue',
|
||||||
|
|
||||||
|
'Contract:baseinfo' => 'General information',
|
||||||
|
'Contract:moreinfo' => 'Contractual information',
|
||||||
|
'Contract:cost' => 'Cost information',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Organization
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_id+' => 'This is required for Tickets handling.
|
||||||
|
The delivery model specifies the teams to which tickets can be assigned.',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ContractType
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:ContractType' => 'Contract Type',
|
||||||
|
'Class:ContractType+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Contract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Contract' => 'Contract',
|
||||||
|
'Class:Contract+' => '',
|
||||||
|
'Class:Contract/Attribute:name' => 'Name',
|
||||||
|
'Class:Contract/Attribute:name+' => '',
|
||||||
|
'Class:Contract/Attribute:org_id' => 'Customer',
|
||||||
|
'Class:Contract/Attribute:org_id+' => '',
|
||||||
|
'Class:Contract/Attribute:organization_name' => 'Customer Name',
|
||||||
|
'Class:Contract/Attribute:organization_name+' => 'Common name',
|
||||||
|
'Class:Contract/Attribute:contacts_list' => 'Contacts',
|
||||||
|
'Class:Contract/Attribute:contacts_list+' => 'All the contacts for this customer contract',
|
||||||
|
'Class:Contract/Attribute:documents_list' => 'Documents',
|
||||||
|
'Class:Contract/Attribute:documents_list+' => 'All the documents for this customer contract',
|
||||||
|
'Class:Contract/Attribute:description' => 'Description',
|
||||||
|
'Class:Contract/Attribute:description+' => '',
|
||||||
|
'Class:Contract/Attribute:start_date' => 'Start date',
|
||||||
|
'Class:Contract/Attribute:start_date+' => '',
|
||||||
|
'Class:Contract/Attribute:end_date' => 'End date',
|
||||||
|
'Class:Contract/Attribute:end_date+' => '',
|
||||||
|
'Class:Contract/Attribute:cost' => 'Cost',
|
||||||
|
'Class:Contract/Attribute:cost+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_currency' => 'Cost Currency',
|
||||||
|
'Class:Contract/Attribute:cost_currency+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:dollars' => 'Dollars',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:dollars+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:euros' => 'Euros',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:euros+' => '',
|
||||||
|
'Class:Contract/Attribute:contracttype_id' => 'Contract type',
|
||||||
|
'Class:Contract/Attribute:contracttype_id+' => '',
|
||||||
|
'Class:Contract/Attribute:contracttype_name' => 'Contract type Name',
|
||||||
|
'Class:Contract/Attribute:contracttype_name+' => '',
|
||||||
|
'Class:Contract/Attribute:billing_frequency' => 'Billing frequency',
|
||||||
|
'Class:Contract/Attribute:billing_frequency+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_unit' => 'Cost unit',
|
||||||
|
'Class:Contract/Attribute:cost_unit+' => '',
|
||||||
|
'Class:Contract/Attribute:provider_id' => 'Provider',
|
||||||
|
'Class:Contract/Attribute:provider_id+' => '',
|
||||||
|
'Class:Contract/Attribute:provider_name' => 'Provider Name',
|
||||||
|
'Class:Contract/Attribute:provider_name+' => 'Common name',
|
||||||
|
'Class:Contract/Attribute:status' => 'Status',
|
||||||
|
'Class:Contract/Attribute:status+' => '',
|
||||||
|
'Class:Contract/Attribute:status/Value:implementation' => 'implementation',
|
||||||
|
'Class:Contract/Attribute:status/Value:implementation+' => 'implementation',
|
||||||
|
'Class:Contract/Attribute:status/Value:obsolete' => 'obsolete',
|
||||||
|
'Class:Contract/Attribute:status/Value:obsolete+' => 'obsolete',
|
||||||
|
'Class:Contract/Attribute:status/Value:production' => 'production',
|
||||||
|
'Class:Contract/Attribute:status/Value:production+' => 'production',
|
||||||
|
'Class:Contract/Attribute:finalclass' => 'Contract sub-class',
|
||||||
|
'Class:Contract/Attribute:finalclass+' => 'Name of the final class',
|
||||||
|
));
|
||||||
|
//
|
||||||
|
// Class: CustomerContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:CustomerContract' => 'Customer Contract',
|
||||||
|
'Class:CustomerContract+' => '',
|
||||||
|
'Class:CustomerContract/Attribute:services_list' => 'Services',
|
||||||
|
'Class:CustomerContract/Attribute:services_list+' => 'All the services purchased for this contract',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ProviderContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:ProviderContract' => 'Provider Contract',
|
||||||
|
'Class:ProviderContract+' => '',
|
||||||
|
'Class:ProviderContract/Attribute:functionalcis_list' => 'CIs',
|
||||||
|
'Class:ProviderContract/Attribute:functionalcis_list+' => 'All the configuration items covered by this provider contract',
|
||||||
|
'Class:ProviderContract/Attribute:sla' => 'SLA',
|
||||||
|
'Class:ProviderContract/Attribute:sla+' => 'Service Level Agreement',
|
||||||
|
'Class:ProviderContract/Attribute:coverage' => 'Service hours',
|
||||||
|
'Class:ProviderContract/Attribute:coverage+' => '',
|
||||||
|
'Class:ProviderContract/Attribute:contracttype_id' => 'Contract type',
|
||||||
|
'Class:ProviderContract/Attribute:contracttype_id+' => '',
|
||||||
|
'Class:ProviderContract/Attribute:contracttype_name' => 'Contract type name',
|
||||||
|
'Class:ProviderContract/Attribute:contracttype_name+' => '',
|
||||||
|
'Class:ProviderContract/Attribute:services_list' => 'Services',
|
||||||
|
'Class:ProviderContract/Attribute:services_list+' => 'All the services purchased with this contract',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContactToContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkContactToContract' => 'Link Contact / Contract',
|
||||||
|
'Class:lnkContactToContract+' => '',
|
||||||
|
'Class:lnkContactToContract/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_id' => 'Contract',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_id+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_name' => 'Contract Name',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_name+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_id' => 'Contact',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_name' => 'Contact Name',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContractToDocument
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkContractToDocument' => 'Link Contract / Document',
|
||||||
|
'Class:lnkContractToDocument+' => '',
|
||||||
|
'Class:lnkContractToDocument/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_id' => 'Contract',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_id+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_name' => 'Contract Name',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_name+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_id' => 'Document',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_id+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_name' => 'Document Name',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ServiceFamily
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:ServiceFamily' => 'Service Family',
|
||||||
|
'Class:ServiceFamily+' => '',
|
||||||
|
'Class:ServiceFamily/Attribute:name' => 'Name',
|
||||||
|
'Class:ServiceFamily/Attribute:name+' => '',
|
||||||
|
'Class:ServiceFamily/Attribute:icon' => 'Icon',
|
||||||
|
'Class:ServiceFamily/Attribute:icon+' => '',
|
||||||
|
'Class:ServiceFamily/Attribute:services_list' => 'Services',
|
||||||
|
'Class:ServiceFamily/Attribute:services_list+' => 'All the services in this category',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Service
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Service' => 'Service',
|
||||||
|
'Class:Service+' => '',
|
||||||
|
'Class:Service/ComplementaryName' => '%1$s - %2$s',
|
||||||
|
'Class:Service/Attribute:name' => 'Name',
|
||||||
|
'Class:Service/Attribute:name+' => '',
|
||||||
|
'Class:Service/Attribute:org_id' => 'Provider',
|
||||||
|
'Class:Service/Attribute:org_id+' => '',
|
||||||
|
'Class:Service/Attribute:organization_name' => 'Provider Name',
|
||||||
|
'Class:Service/Attribute:organization_name+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Service Family',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Service Family Name',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '',
|
||||||
|
'Class:Service/Attribute:description' => 'Description',
|
||||||
|
'Class:Service/Attribute:description+' => '',
|
||||||
|
'Class:Service/Attribute:documents_list' => 'Documents',
|
||||||
|
'Class:Service/Attribute:documents_list+' => 'All the documents linked to the service',
|
||||||
|
'Class:Service/Attribute:contacts_list' => 'Contacts',
|
||||||
|
'Class:Service/Attribute:contacts_list+' => 'All the contacts for this service',
|
||||||
|
'Class:Service/Attribute:status' => 'Status',
|
||||||
|
'Class:Service/Attribute:status+' => '',
|
||||||
|
'Class:Service/Attribute:status/Value:implementation' => 'implementation',
|
||||||
|
'Class:Service/Attribute:status/Value:implementation+' => 'implementation',
|
||||||
|
'Class:Service/Attribute:status/Value:obsolete' => 'obsolete',
|
||||||
|
'Class:Service/Attribute:status/Value:obsolete+' => '',
|
||||||
|
'Class:Service/Attribute:status/Value:production' => 'production',
|
||||||
|
'Class:Service/Attribute:status/Value:production+' => '',
|
||||||
|
'Class:Service/Attribute:icon' => 'Icon',
|
||||||
|
'Class:Service/Attribute:icon+' => '',
|
||||||
|
'Class:Service/Attribute:customercontracts_list' => 'Customer contracts',
|
||||||
|
'Class:Service/Attribute:customercontracts_list+' => 'All the customer contracts that have purchased this service',
|
||||||
|
'Class:Service/Attribute:providercontracts_list' => 'Provider contracts',
|
||||||
|
'Class:Service/Attribute:providercontracts_list+' => 'All the provider contracts to support this service',
|
||||||
|
'Class:Service/Attribute:functionalcis_list' => 'Depends on CIs',
|
||||||
|
'Class:Service/Attribute:functionalcis_list+' => 'All the configuration items that are used to provide this service',
|
||||||
|
'Class:Service/Attribute:servicesubcategories_list' => 'Service sub categories',
|
||||||
|
'Class:Service/Attribute:servicesubcategories_list+' => 'All the sub categories for this service',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkDocumentToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkDocumentToService' => 'Link Document / Service',
|
||||||
|
'Class:lnkDocumentToService+' => '',
|
||||||
|
'Class:lnkDocumentToService/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_id' => 'Service',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_name' => 'Service Name',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_id' => 'Document',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_id+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_name' => 'Document Name',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContactToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkContactToService' => 'Link Contact / Service',
|
||||||
|
'Class:lnkContactToService+' => '',
|
||||||
|
'Class:lnkContactToService/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkContactToService/Attribute:service_id' => 'Service',
|
||||||
|
'Class:lnkContactToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:service_name' => 'Service Name',
|
||||||
|
'Class:lnkContactToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_id' => 'Contact',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_name' => 'Contact Name',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ServiceSubcategory
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:ServiceSubcategory' => 'Service Subcategory',
|
||||||
|
'Class:ServiceSubcategory+' => '',
|
||||||
|
'Class:ServiceSubcategory/ComplementaryName' => '%1$s - %2$s',
|
||||||
|
'Class:ServiceSubcategory/Attribute:name' => 'Name',
|
||||||
|
'Class:ServiceSubcategory/Attribute:name+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:description' => 'Description',
|
||||||
|
'Class:ServiceSubcategory/Attribute:description+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_id' => 'Service',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_id+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_name' => 'Service name',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_name+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type' => 'Request type',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:incident' => 'incident',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:incident+' => 'incident',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:service_request' => 'service request',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:service_request+' => 'service request',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status' => 'Status',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:implementation' => 'implementation',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:implementation+' => 'implementation',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:obsolete' => 'obsolete',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:obsolete+' => 'obsolete',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:production' => 'production',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:production+' => 'production',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: SLA
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:SLA' => 'SLA',
|
||||||
|
'Class:SLA+' => '',
|
||||||
|
'Class:SLA/Attribute:name' => 'Name',
|
||||||
|
'Class:SLA/Attribute:name+' => '',
|
||||||
|
'Class:SLA/Attribute:description' => 'description',
|
||||||
|
'Class:SLA/Attribute:description+' => '',
|
||||||
|
'Class:SLA/Attribute:org_id' => 'Provider',
|
||||||
|
'Class:SLA/Attribute:org_id+' => '',
|
||||||
|
'Class:SLA/Attribute:organization_name' => 'Provider Name',
|
||||||
|
'Class:SLA/Attribute:organization_name+' => 'Common name',
|
||||||
|
'Class:SLA/Attribute:slts_list' => 'SLTs',
|
||||||
|
'Class:SLA/Attribute:slts_list+' => 'All the service level targets for this SLA',
|
||||||
|
'Class:SLA/Attribute:customercontracts_list' => 'Customer contracts',
|
||||||
|
'Class:SLA/Attribute:customercontracts_list+' => 'All the customer contracted services using this SLA',
|
||||||
|
'Class:SLA/Error:UniqueLnkCustomerContractToService' => 'Could not save link with Customer contract %1$s and service %2$s : SLA already exists',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: SLT
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:SLT' => 'SLT',
|
||||||
|
'Class:SLT+' => '',
|
||||||
|
'Class:SLT/Attribute:name' => 'Name',
|
||||||
|
'Class:SLT/Attribute:name+' => '',
|
||||||
|
'Class:SLT/Attribute:priority' => 'Priority',
|
||||||
|
'Class:SLT/Attribute:priority+' => '',
|
||||||
|
'Class:SLT/Attribute:priority/Value:1' => 'critical',
|
||||||
|
'Class:SLT/Attribute:priority/Value:1+' => 'critical',
|
||||||
|
'Class:SLT/Attribute:priority/Value:2' => 'high',
|
||||||
|
'Class:SLT/Attribute:priority/Value:2+' => 'high',
|
||||||
|
'Class:SLT/Attribute:priority/Value:3' => 'medium',
|
||||||
|
'Class:SLT/Attribute:priority/Value:3+' => 'medium',
|
||||||
|
'Class:SLT/Attribute:priority/Value:4' => 'low',
|
||||||
|
'Class:SLT/Attribute:priority/Value:4+' => 'low',
|
||||||
|
'Class:SLT/Attribute:request_type' => 'Request type',
|
||||||
|
'Class:SLT/Attribute:request_type+' => '',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:incident' => 'incident',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:incident+' => 'incident',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:service_request' => 'service request',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:service_request+' => 'service request',
|
||||||
|
'Class:SLT/Attribute:metric' => 'Metric',
|
||||||
|
'Class:SLT/Attribute:metric+' => '',
|
||||||
|
'Class:SLT/Attribute:metric/Value:tto' => 'TTO',
|
||||||
|
'Class:SLT/Attribute:metric/Value:tto+' => 'TTO',
|
||||||
|
'Class:SLT/Attribute:metric/Value:ttr' => 'TTR',
|
||||||
|
'Class:SLT/Attribute:metric/Value:ttr+' => 'TTR',
|
||||||
|
'Class:SLT/Attribute:value' => 'Value',
|
||||||
|
'Class:SLT/Attribute:value+' => '',
|
||||||
|
'Class:SLT/Attribute:unit' => 'Unit',
|
||||||
|
'Class:SLT/Attribute:unit+' => '',
|
||||||
|
'Class:SLT/Attribute:unit/Value:hours' => 'hours',
|
||||||
|
'Class:SLT/Attribute:unit/Value:hours+' => 'hours',
|
||||||
|
'Class:SLT/Attribute:unit/Value:minutes' => 'minutes',
|
||||||
|
'Class:SLT/Attribute:unit/Value:minutes+' => 'minutes',
|
||||||
|
'Class:SLT/Attribute:slas_list' => 'SLAs',
|
||||||
|
'Class:SLT/Attribute:slas_list+' => 'All the service level agreements using this SLT',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkSLAToSLT
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkSLAToSLT' => 'Link SLA / SLT',
|
||||||
|
'Class:lnkSLAToSLT+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_id' => 'SLA',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_id+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_name' => 'SLA Name',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_name+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_id' => 'SLT',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_id+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_name' => 'SLT Name',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_name+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_metric' => 'Slt metric',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_metric+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_request_type' => 'Slt request type',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_request_type+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_ticket_priority' => 'Slt ticket priority',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_ticket_priority+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value' => 'Slt value',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value_unit' => 'Slt value unit',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value_unit+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkCustomerContractToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkCustomerContractToService' => 'Link Customer Contract / Service',
|
||||||
|
'Class:lnkCustomerContractToService+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_id' => 'Customer contract',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_name' => 'Customer contract Name',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_name+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_id' => 'Service',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_name' => 'Service Name',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_id' => 'SLA',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_name' => 'SLA Name',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkProviderContractToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkProviderContractToService' => 'Link Provider Contract / Service',
|
||||||
|
'Class:lnkProviderContractToService+' => '',
|
||||||
|
'Class:lnkProviderContractToService/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:service_id' => 'Service',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:service_name' => 'Service Name',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:providercontract_id' => 'Provider contract',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:providercontract_id+' => '',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:providercontract_name' => 'Provider contract Name',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:providercontract_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: DeliveryModel
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:DeliveryModel' => 'Delivery Model',
|
||||||
|
'Class:DeliveryModel+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:name' => 'Name',
|
||||||
|
'Class:DeliveryModel/Attribute:name+' => 'Don\'t forget to add teams to this delivery model',
|
||||||
|
'Class:DeliveryModel/Attribute:org_id' => 'Organisation',
|
||||||
|
'Class:DeliveryModel/Attribute:org_id+' => 'Usually the organisation that provides the services',
|
||||||
|
'Class:DeliveryModel/Attribute:organization_name' => 'Organisation Name',
|
||||||
|
'Class:DeliveryModel/Attribute:organization_name+' => 'Common name',
|
||||||
|
'Class:DeliveryModel/Attribute:description' => 'Description',
|
||||||
|
'Class:DeliveryModel/Attribute:description+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:contacts_list' => 'Contacts',
|
||||||
|
'Class:DeliveryModel/Attribute:contacts_list+' => 'All the contacts (Teams and Person) for this delivery model',
|
||||||
|
'Class:DeliveryModel/Attribute:customers_list' => 'Customers',
|
||||||
|
'Class:DeliveryModel/Attribute:customers_list+' => 'All the customers having this delivering model',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkDeliveryModelToContact
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkDeliveryModelToContact' => 'Link Delivery Model / Contact',
|
||||||
|
'Class:lnkDeliveryModelToContact+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id' => 'Delivery model',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_name' => 'Delivery model name',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_name+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_id' => 'Contact',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_name' => 'Contact name',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_name+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_id' => 'Role',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_id+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_name' => 'Role name',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_name+' => '',
|
||||||
|
));
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
// Dictionary entries go here
|
||||||
|
));
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
// Dictionary entries go here
|
||||||
|
));
|
||||||
@@ -0,0 +1,389 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Dictionnary conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
// Class:<class_name>/UniquenessRule:<rule_code>
|
||||||
|
// Class:<class_name>/UniquenessRule:<rule_code>+
|
||||||
|
|
||||||
|
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
// Note: The classes have been grouped by categories: bizmodel
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
// Classes in 'bizmodel'
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Organization
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Organization' => 'Organisation',
|
||||||
|
'Class:Organization+' => '',
|
||||||
|
'Class:Organization/Attribute:name' => 'Name',
|
||||||
|
'Class:Organization/Attribute:name+' => 'Common name',
|
||||||
|
'Class:Organization/Attribute:code' => 'Code',
|
||||||
|
'Class:Organization/Attribute:code+' => 'Organisation code (Siret, DUNS,...)',
|
||||||
|
'Class:Organization/Attribute:status' => 'Status',
|
||||||
|
'Class:Organization/Attribute:status+' => '',
|
||||||
|
'Class:Organization/Attribute:status/Value:active' => 'Active',
|
||||||
|
'Class:Organization/Attribute:status/Value:active+' => 'Active',
|
||||||
|
'Class:Organization/Attribute:status/Value:inactive' => 'Inactive',
|
||||||
|
'Class:Organization/Attribute:status/Value:inactive+' => 'Inactive',
|
||||||
|
'Class:Organization/Attribute:parent_id' => 'Parent',
|
||||||
|
'Class:Organization/Attribute:parent_id+' => 'Parent organisation',
|
||||||
|
'Class:Organization/Attribute:parent_name' => 'Parent name',
|
||||||
|
'Class:Organization/Attribute:parent_name+' => 'Name of the parent organisation',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_name+' => '',
|
||||||
|
'Class:Organization/Attribute:parent_id_friendlyname' => 'Parent',
|
||||||
|
'Class:Organization/Attribute:parent_id_friendlyname+' => 'Parent organisation',
|
||||||
|
'Class:Organization/Attribute:overview' => 'Overview',
|
||||||
|
'Organization:Overview:FunctionalCIs' => 'Configuration items of this organisation',
|
||||||
|
'Organization:Overview:FunctionalCIs:subtitle' => 'by type',
|
||||||
|
'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.' Users within this organization',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Location
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Location' => 'Location',
|
||||||
|
'Class:Location+' => 'Any type of location: Region, Country, City, Site, Building, Floor, Room, Rack,...',
|
||||||
|
'Class:Location/Attribute:name' => 'Name',
|
||||||
|
'Class:Location/Attribute:name+' => '',
|
||||||
|
'Class:Location/Attribute:status' => 'Status',
|
||||||
|
'Class:Location/Attribute:status+' => '',
|
||||||
|
'Class:Location/Attribute:status/Value:active' => 'Active',
|
||||||
|
'Class:Location/Attribute:status/Value:active+' => 'Active',
|
||||||
|
'Class:Location/Attribute:status/Value:inactive' => 'Inactive',
|
||||||
|
'Class:Location/Attribute:status/Value:inactive+' => 'Inactive',
|
||||||
|
'Class:Location/Attribute:org_id' => 'Owner organisation',
|
||||||
|
'Class:Location/Attribute:org_id+' => '',
|
||||||
|
'Class:Location/Attribute:org_name' => 'Name of the owner organisation',
|
||||||
|
'Class:Location/Attribute:org_name+' => '',
|
||||||
|
'Class:Location/Attribute:address' => 'Address',
|
||||||
|
'Class:Location/Attribute:address+' => 'Postal address',
|
||||||
|
'Class:Location/Attribute:postal_code' => 'Postcode',
|
||||||
|
'Class:Location/Attribute:postal_code+' => 'ZIP/Postal code',
|
||||||
|
'Class:Location/Attribute:city' => 'City',
|
||||||
|
'Class:Location/Attribute:city+' => '',
|
||||||
|
'Class:Location/Attribute:country' => 'Country',
|
||||||
|
'Class:Location/Attribute:country+' => '',
|
||||||
|
'Class:Location/Attribute:physicaldevice_list' => 'Devices',
|
||||||
|
'Class:Location/Attribute:physicaldevice_list+' => 'All the devices in this location',
|
||||||
|
'Class:Location/Attribute:person_list' => 'Contacts',
|
||||||
|
'Class:Location/Attribute:person_list+' => 'All the contacts located at this location',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Contact
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Contact' => 'Contact',
|
||||||
|
'Class:Contact+' => '',
|
||||||
|
'Class:Contact/ComplementaryName' => '%1$s - %2$s',
|
||||||
|
'Class:Contact/Attribute:name' => 'Name',
|
||||||
|
'Class:Contact/Attribute:name+' => '',
|
||||||
|
'Class:Contact/Attribute:status' => 'Status',
|
||||||
|
'Class:Contact/Attribute:status+' => '',
|
||||||
|
'Class:Contact/Attribute:status/Value:active' => 'Active',
|
||||||
|
'Class:Contact/Attribute:status/Value:active+' => 'Active',
|
||||||
|
'Class:Contact/Attribute:status/Value:inactive' => 'Inactive',
|
||||||
|
'Class:Contact/Attribute:status/Value:inactive+' => 'Inactive',
|
||||||
|
'Class:Contact/Attribute:org_id' => 'Organisation',
|
||||||
|
'Class:Contact/Attribute:org_id+' => '',
|
||||||
|
'Class:Contact/Attribute:org_name' => 'Organisation name',
|
||||||
|
'Class:Contact/Attribute:org_name+' => '',
|
||||||
|
'Class:Contact/Attribute:email' => 'Email',
|
||||||
|
'Class:Contact/Attribute:email+' => '',
|
||||||
|
'Class:Contact/Attribute:phone' => 'Phone',
|
||||||
|
'Class:Contact/Attribute:phone+' => '',
|
||||||
|
'Class:Contact/Attribute:notify' => 'Notification',
|
||||||
|
'Class:Contact/Attribute:notify+' => 'Flag which can be used by each notification',
|
||||||
|
'Class:Contact/Attribute:notify/Value:no' => 'no',
|
||||||
|
'Class:Contact/Attribute:notify/Value:no+' => 'no',
|
||||||
|
'Class:Contact/Attribute:notify/Value:yes' => 'yes',
|
||||||
|
'Class:Contact/Attribute:notify/Value:yes+' => 'yes',
|
||||||
|
'Class:Contact/Attribute:function' => 'Function',
|
||||||
|
'Class:Contact/Attribute:function+' => '',
|
||||||
|
'Class:Contact/Attribute:cis_list' => 'CIs',
|
||||||
|
'Class:Contact/Attribute:cis_list+' => 'All the configuration items linked to this contact',
|
||||||
|
'Class:Contact/Attribute:finalclass' => 'Contact sub-class',
|
||||||
|
'Class:Contact/Attribute:finalclass+' => 'Name of the final class',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Person
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Person' => 'Person',
|
||||||
|
'Class:Person+' => '',
|
||||||
|
'Class:Person/ComplementaryName' => '%1$s - %2$s',
|
||||||
|
'Class:Person/Attribute:name' => 'Last Name',
|
||||||
|
'Class:Person/Attribute:name+' => '',
|
||||||
|
'Class:Person/Attribute:first_name' => 'First Name',
|
||||||
|
'Class:Person/Attribute:first_name+' => '',
|
||||||
|
'Class:Person/Attribute:employee_number' => 'Employee number',
|
||||||
|
'Class:Person/Attribute:employee_number+' => '',
|
||||||
|
'Class:Person/Attribute:mobile_phone' => 'Mobile phone',
|
||||||
|
'Class:Person/Attribute:mobile_phone+' => '',
|
||||||
|
'Class:Person/Attribute:location_id' => 'Location',
|
||||||
|
'Class:Person/Attribute:location_id+' => '',
|
||||||
|
'Class:Person/Attribute:location_name' => 'Location name',
|
||||||
|
'Class:Person/Attribute:location_name+' => '',
|
||||||
|
'Class:Person/Attribute:manager_id' => 'Manager',
|
||||||
|
'Class:Person/Attribute:manager_id+' => '',
|
||||||
|
'Class:Person/Attribute:manager_name' => 'Manager name',
|
||||||
|
'Class:Person/Attribute:manager_name+' => '',
|
||||||
|
'Class:Person/Attribute:team_list' => 'Teams',
|
||||||
|
'Class:Person/Attribute:team_list+' => 'All the teams this person belongs to',
|
||||||
|
'Class:Person/Attribute:tickets_list' => 'Tickets',
|
||||||
|
'Class:Person/Attribute:tickets_list+' => 'All the tickets this person is the caller',
|
||||||
|
'Class:Person/Attribute:user_list' => 'Users',
|
||||||
|
'Class:Person/Attribute:user_list+' => 'All the Users associated to this person',
|
||||||
|
'Class:Person/Attribute:manager_id_friendlyname' => 'Manager friendly name',
|
||||||
|
'Class:Person/Attribute:manager_id_friendlyname+' => '',
|
||||||
|
'Class:Person/Attribute:picture' => 'Picture',
|
||||||
|
'Class:Person/Attribute:picture+' => '',
|
||||||
|
'Class:Person/UniquenessRule:employee_number+' => 'The employee number must be unique in the organisation',
|
||||||
|
'Class:Person/UniquenessRule:employee_number' => 'there is already a person in \'$this->org_name$\' organisation with the same employee number',
|
||||||
|
'Class:Person/UniquenessRule:name+' => 'The employee name should be unique inside its organisation',
|
||||||
|
'Class:Person/UniquenessRule:name' => 'There is already a person in \'$this->org_name$\' organisation with the same name',
|
||||||
|
'Class:Person/Error:ChangingOrgDenied' => 'Impossible to move this person under organisation \'%1$s\' as it would break his access to the User Portal, his associated user not being allowed on this organisation',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Team
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Team' => 'Team',
|
||||||
|
'Class:Team+' => '',
|
||||||
|
'Class:Team/ComplementaryName' => '%1$s - %2$s',
|
||||||
|
'Class:Team/Attribute:persons_list' => 'Members',
|
||||||
|
'Class:Team/Attribute:persons_list+' => 'All the people belonging to this team',
|
||||||
|
'Class:Team/Attribute:tickets_list' => 'Tickets',
|
||||||
|
'Class:Team/Attribute:tickets_list+' => 'All the tickets assigned to this team',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Document
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Document' => 'Document',
|
||||||
|
'Class:Document+' => '',
|
||||||
|
'Class:Document/ComplementaryName' => '%1$s - %2$s - %3$s',
|
||||||
|
'Class:Document/Attribute:name' => 'Name',
|
||||||
|
'Class:Document/Attribute:name+' => '',
|
||||||
|
'Class:Document/Attribute:org_id' => 'Organisation',
|
||||||
|
'Class:Document/Attribute:org_id+' => '',
|
||||||
|
'Class:Document/Attribute:org_name' => 'Organisation name',
|
||||||
|
'Class:Document/Attribute:org_name+' => '',
|
||||||
|
'Class:Document/Attribute:documenttype_id' => 'Document type',
|
||||||
|
'Class:Document/Attribute:documenttype_id+' => '',
|
||||||
|
'Class:Document/Attribute:documenttype_name' => 'Document type name',
|
||||||
|
'Class:Document/Attribute:documenttype_name+' => '',
|
||||||
|
'Class:Document/Attribute:version' => 'Version',
|
||||||
|
'Class:Document/Attribute:version+' => '',
|
||||||
|
'Class:Document/Attribute:description' => 'Description',
|
||||||
|
'Class:Document/Attribute:description+' => '',
|
||||||
|
'Class:Document/Attribute:status' => 'Status',
|
||||||
|
'Class:Document/Attribute:status+' => '',
|
||||||
|
'Class:Document/Attribute:status/Value:draft' => 'Draft',
|
||||||
|
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||||
|
'Class:Document/Attribute:status/Value:obsolete' => 'Obsolete',
|
||||||
|
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||||
|
'Class:Document/Attribute:status/Value:published' => 'Published',
|
||||||
|
'Class:Document/Attribute:status/Value:published+' => '',
|
||||||
|
'Class:Document/Attribute:cis_list' => 'CIs',
|
||||||
|
'Class:Document/Attribute:cis_list+' => 'All the configuration items linked to this document',
|
||||||
|
'Class:Document/Attribute:finalclass' => 'Document sub-class',
|
||||||
|
'Class:Document/Attribute:finalclass+' => 'Name of the final class',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: DocumentFile
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:DocumentFile' => 'Document File',
|
||||||
|
'Class:DocumentFile+' => '',
|
||||||
|
'Class:DocumentFile/Attribute:file' => 'File',
|
||||||
|
'Class:DocumentFile/Attribute:file+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: DocumentNote
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:DocumentNote' => 'Document Note',
|
||||||
|
'Class:DocumentNote+' => '',
|
||||||
|
'Class:DocumentNote/Attribute:text' => 'Text',
|
||||||
|
'Class:DocumentNote/Attribute:text+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: DocumentWeb
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:DocumentWeb' => 'Document Web',
|
||||||
|
'Class:DocumentWeb+' => '',
|
||||||
|
'Class:DocumentWeb/Attribute:url' => 'URL',
|
||||||
|
'Class:DocumentWeb/Attribute:url+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Typology
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Typology' => 'Typology',
|
||||||
|
'Class:Typology+' => '',
|
||||||
|
'Class:Typology/Attribute:name' => 'Name',
|
||||||
|
'Class:Typology/Attribute:name+' => '',
|
||||||
|
'Class:Typology/Attribute:finalclass' => 'Typology sub-class',
|
||||||
|
'Class:Typology/Attribute:finalclass+' => 'Name of the final class',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: DocumentType
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:DocumentType' => 'Document Type',
|
||||||
|
'Class:DocumentType+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ContactType
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:ContactType' => 'Contact Type',
|
||||||
|
'Class:ContactType+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkPersonToTeam
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkPersonToTeam' => 'Link Person / Team',
|
||||||
|
'Class:lnkPersonToTeam+' => '',
|
||||||
|
'Class:lnkPersonToTeam/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkPersonToTeam/Name+' => '',
|
||||||
|
'Class:lnkPersonToTeam/Attribute:team_id' => 'Team',
|
||||||
|
'Class:lnkPersonToTeam/Attribute:team_id+' => 'A team to which the person belongs',
|
||||||
|
'Class:lnkPersonToTeam/Attribute:team_name' => 'Team name',
|
||||||
|
'Class:lnkPersonToTeam/Attribute:team_name+' => '',
|
||||||
|
'Class:lnkPersonToTeam/Attribute:person_id' => 'Person',
|
||||||
|
'Class:lnkPersonToTeam/Attribute:person_id+' => 'A member of the team',
|
||||||
|
'Class:lnkPersonToTeam/Attribute:person_name' => 'Person name',
|
||||||
|
'Class:lnkPersonToTeam/Attribute:person_name+' => '',
|
||||||
|
'Class:lnkPersonToTeam/Attribute:role_id' => 'Role',
|
||||||
|
'Class:lnkPersonToTeam/Attribute:role_id+' => 'To select within a typology of possible roles',
|
||||||
|
'Class:lnkPersonToTeam/Attribute:role_name' => 'Role name',
|
||||||
|
'Class:lnkPersonToTeam/Attribute:role_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Application Menu
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Menu:DataAdministration' => 'Data administration',
|
||||||
|
'Menu:DataAdministration+' => 'Data administration',
|
||||||
|
'Menu:Catalogs' => 'Catalogues',
|
||||||
|
'Menu:Catalogs+' => 'Data types',
|
||||||
|
'Menu:Audit' => 'Audit',
|
||||||
|
'Menu:Audit+' => 'Audit',
|
||||||
|
'Menu:CSVImport' => 'CSV import',
|
||||||
|
'Menu:CSVImport+' => 'Bulk creation or update',
|
||||||
|
'Menu:Organization' => 'Organisations',
|
||||||
|
'Menu:Organization+' => 'All organisations',
|
||||||
|
'Menu:ConfigManagement' => 'Configuration management',
|
||||||
|
'Menu:ConfigManagement+' => 'Configuration management',
|
||||||
|
'Menu:ConfigManagementCI' => 'Configuration items',
|
||||||
|
'Menu:ConfigManagementCI+' => 'Configuration items',
|
||||||
|
'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:NewContact' => 'New contact',
|
||||||
|
'Menu:NewContact+' => 'New contact',
|
||||||
|
'Menu:SearchContacts' => 'Search for contacts',
|
||||||
|
'Menu:SearchContacts+' => 'Search for contacts',
|
||||||
|
'Menu:ConfigManagement:Shortcuts' => 'Shortcuts',
|
||||||
|
'Menu:ConfigManagement:AllContacts' => 'All contacts: %1$d',
|
||||||
|
'Menu:Typology' => 'Typology configuration',
|
||||||
|
'Menu:Typology+' => 'Typology configuration',
|
||||||
|
'UI_WelcomeMenu_AllConfigItems' => 'Summary',
|
||||||
|
'Menu:ConfigManagement:Typology' => 'Typology configuration',
|
||||||
|
));
|
||||||
|
|
||||||
|
// Add translation for Fieldsets
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Person:info' => 'General information',
|
||||||
|
'User:info' => 'General information',
|
||||||
|
'User:profiles' => 'Profiles (minimum one)',
|
||||||
|
'Person:personal_info' => 'Personal information',
|
||||||
|
'Person:notifiy' => 'Notification',
|
||||||
|
));
|
||||||
|
|
||||||
|
// Themes
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'theme:fullmoon' => 'Full moon',
|
||||||
|
'theme:test-red' => 'Test instance (Red)',
|
||||||
|
));
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'theme:light-grey' => 'Light Grey (deprecated)',
|
||||||
|
));
|
||||||
@@ -0,0 +1,252 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Dictionnay conventions
|
||||||
|
// Class:<class_name>
|
||||||
|
// Class:<class_name>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>+
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||||
|
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Ticket
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:Ticket' => 'Ticket',
|
||||||
|
'Class:Ticket+' => '',
|
||||||
|
'Class:Ticket/Attribute:ref' => 'Ref',
|
||||||
|
'Class:Ticket/Attribute:ref+' => '',
|
||||||
|
'Class:Ticket/Attribute:org_id' => 'Organisation',
|
||||||
|
'Class:Ticket/Attribute:org_id+' => '',
|
||||||
|
'Class:Ticket/Attribute:org_name' => 'Organisation Name',
|
||||||
|
'Class:Ticket/Attribute:org_name+' => '',
|
||||||
|
'Class:Ticket/Attribute:caller_id' => 'Caller',
|
||||||
|
'Class:Ticket/Attribute:caller_id+' => '',
|
||||||
|
'Class:Ticket/Attribute:caller_name' => 'Caller Name',
|
||||||
|
'Class:Ticket/Attribute:caller_name+' => '',
|
||||||
|
'Class:Ticket/Attribute:team_id' => 'Team',
|
||||||
|
'Class:Ticket/Attribute:team_id+' => '',
|
||||||
|
'Class:Ticket/Attribute:team_name' => 'Team Name',
|
||||||
|
'Class:Ticket/Attribute:team_name+' => '',
|
||||||
|
'Class:Ticket/Attribute:agent_id' => 'Agent',
|
||||||
|
'Class:Ticket/Attribute:agent_id+' => '',
|
||||||
|
'Class:Ticket/Attribute:agent_name' => 'Agent Name',
|
||||||
|
'Class:Ticket/Attribute:agent_name+' => '',
|
||||||
|
'Class:Ticket/Attribute:title' => 'Title',
|
||||||
|
'Class:Ticket/Attribute:title+' => '',
|
||||||
|
'Class:Ticket/Attribute:description' => 'Description',
|
||||||
|
'Class:Ticket/Attribute:description+' => '',
|
||||||
|
'Class:Ticket/Attribute:start_date' => 'Start date',
|
||||||
|
'Class:Ticket/Attribute:start_date+' => '',
|
||||||
|
'Class:Ticket/Attribute:end_date' => 'End date',
|
||||||
|
'Class:Ticket/Attribute:end_date+' => '',
|
||||||
|
'Class:Ticket/Attribute:last_update' => 'Last update',
|
||||||
|
'Class:Ticket/Attribute:last_update+' => '',
|
||||||
|
'Class:Ticket/Attribute:close_date' => 'Close date',
|
||||||
|
'Class:Ticket/Attribute:close_date+' => '',
|
||||||
|
'Class:Ticket/Attribute:private_log' => 'Private log',
|
||||||
|
'Class:Ticket/Attribute:private_log+' => '',
|
||||||
|
'Class:Ticket/Attribute:contacts_list' => 'Contacts',
|
||||||
|
'Class:Ticket/Attribute:contacts_list+' => 'All the contacts linked to this ticket',
|
||||||
|
'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
|
||||||
|
'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted by this ticket. Items marked as "Computed" have been automatically marked as impacted. Items marked as "Not impacted" are excluded from the impact.',
|
||||||
|
'Class:Ticket/Attribute:workorders_list' => 'Work orders',
|
||||||
|
'Class:Ticket/Attribute:workorders_list+' => 'All the work orders for this ticket',
|
||||||
|
'Class:Ticket/Attribute:finalclass' => 'Ticket sub-class',
|
||||||
|
'Class:Ticket/Attribute:finalclass+' => 'Name of the final class',
|
||||||
|
'Class:Ticket/Attribute:operational_status' => 'Operational status',
|
||||||
|
'Class:Ticket/Attribute:operational_status+' => 'Computed after the detailed status',
|
||||||
|
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Ongoing',
|
||||||
|
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'Work in progress',
|
||||||
|
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Resolved',
|
||||||
|
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '',
|
||||||
|
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Closed',
|
||||||
|
'Class:Ticket/Attribute:operational_status/Value:closed+' => '',
|
||||||
|
'Ticket:ImpactAnalysis' => 'Impact Analysis',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContactToTicket
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:lnkContactToTicket' => 'Link Contact / Ticket',
|
||||||
|
'Class:lnkContactToTicket+' => '',
|
||||||
|
'Class:lnkContactToTicket/Name' => '%1$s / %2$s',
|
||||||
|
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket',
|
||||||
|
'Class:lnkContactToTicket/Attribute:ticket_id+' => '',
|
||||||
|
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Ref',
|
||||||
|
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
|
||||||
|
'Class:lnkContactToTicket/Attribute:contact_id' => 'Contact',
|
||||||
|
'Class:lnkContactToTicket/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkContactToTicket/Attribute:contact_name' => 'Contact name',
|
||||||
|
'Class:lnkContactToTicket/Attribute:contact_name+' => '',
|
||||||
|
'Class:lnkContactToTicket/Attribute:contact_email' => 'Contact Email',
|
||||||
|
'Class:lnkContactToTicket/Attribute:contact_email+' => '',
|
||||||
|
'Class:lnkContactToTicket/Attribute:role' => 'Role (text)',
|
||||||
|
'Class:lnkContactToTicket/Attribute:role+' => '',
|
||||||
|
'Class:lnkContactToTicket/Attribute:role_code' => 'Role',
|
||||||
|
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually',
|
||||||
|
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed',
|
||||||
|
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: WorkOrder
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Class:WorkOrder' => 'Work Order',
|
||||||
|
'Class:WorkOrder+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:name' => 'Name',
|
||||||
|
'Class:WorkOrder/Attribute:name+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:status' => 'Status',
|
||||||
|
'Class:WorkOrder/Attribute:status+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:status/Value:open' => 'open',
|
||||||
|
'Class:WorkOrder/Attribute:status/Value:open+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:status/Value:closed' => 'closed',
|
||||||
|
'Class:WorkOrder/Attribute:status/Value:closed+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:description' => 'Description',
|
||||||
|
'Class:WorkOrder/Attribute:description+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:ticket_id' => 'Ticket',
|
||||||
|
'Class:WorkOrder/Attribute:ticket_id+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:ticket_ref' => 'Ticket ref',
|
||||||
|
'Class:WorkOrder/Attribute:ticket_ref+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:team_id' => 'Team',
|
||||||
|
'Class:WorkOrder/Attribute:team_id+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:team_name' => 'Team Name',
|
||||||
|
'Class:WorkOrder/Attribute:team_name+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:agent_id' => 'Agent',
|
||||||
|
'Class:WorkOrder/Attribute:agent_id+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:agent_email' => 'Agent email',
|
||||||
|
'Class:WorkOrder/Attribute:agent_email+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:start_date' => 'Start date',
|
||||||
|
'Class:WorkOrder/Attribute:start_date+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:end_date' => 'End date',
|
||||||
|
'Class:WorkOrder/Attribute:end_date+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:log' => 'Log',
|
||||||
|
'Class:WorkOrder/Attribute:log+' => '',
|
||||||
|
'Class:WorkOrder/Stimulus:ev_close' => 'Close',
|
||||||
|
'Class:WorkOrder/Stimulus:ev_close+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
// Fieldset translation
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'Ticket:baseinfo' => 'General Information',
|
||||||
|
'Ticket:date' => 'Dates',
|
||||||
|
'Ticket:contact' => 'Contacts',
|
||||||
|
'Ticket:moreinfo' => 'More Information',
|
||||||
|
'Ticket:relation' => 'Relations',
|
||||||
|
'Ticket:log' => 'Communications',
|
||||||
|
'Ticket:Type' => 'Qualification',
|
||||||
|
'Ticket:support' => 'Support',
|
||||||
|
'Ticket:resolution' => 'Resolution',
|
||||||
|
'Ticket:SLA' => 'SLA report',
|
||||||
|
'WorkOrder:Details' => 'Details',
|
||||||
|
'WorkOrder:Moreinfo' => 'More information',
|
||||||
|
'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s',
|
||||||
|
'Class:cmdbAbstractObject/Method:Set' => 'Set',
|
||||||
|
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value',
|
||||||
|
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'The field to set, in the current object',
|
||||||
|
'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Value',
|
||||||
|
'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'The value to set',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'SetCurrentDate',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Set a field with the current date and time',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Target Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'The field to set, in the current object',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull' => 'SetCurrentDateIfNull',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull+' => 'Set an empty field with the current date and time',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull/Param:1' => 'Target Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull/Param:1+' => 'The field to set, in the current object',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'SetCurrentUser',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Set a field with the currently logged in user',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the "person" attached to the logged in "user").',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime+' => 'Set a field with the time (seconds) elapsed since a date given by another field',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Target Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'The field to set, in the current object',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to "DefaultWorkingTimeComputer" to force a 24x7 scheme',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetIfNull' => 'SetIfNull',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetIfNull+' => 'Set a field only if it is empty, with a static value',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetIfNull/Param:1' => 'Target Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetIfNull/Param:1+' => 'The field to set, in the current object',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetIfNull/Param:2' => 'Value',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetIfNull/Param:2+' => 'The value to set',
|
||||||
|
'Class:cmdbAbstractObject/Method:AddValue' => 'AddValue',
|
||||||
|
'Class:cmdbAbstractObject/Method:AddValue+' => 'Add a fixed value to a field',
|
||||||
|
'Class:cmdbAbstractObject/Method:AddValue/Param:1' => 'Target Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:AddValue/Param:1+' => 'The field to modify, in the current object',
|
||||||
|
'Class:cmdbAbstractObject/Method:AddValue/Param:2' => 'Value',
|
||||||
|
'Class:cmdbAbstractObject/Method:AddValue/Param:2+' => 'Decimal value which will be added, can be negative',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDate' => 'SetComputedDate',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDate+' => 'Set a field with a date computed from another field with extra logic',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:1' => 'Target Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:1+' => 'The field to set, in the current object',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:2' => 'Modifier',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:2+' => 'Textual information to modify the source date, eg. "+3 days"',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:3' => 'Source field',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:3+' => 'The field used as source to apply the Modifier logic',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull' => 'SetComputedDateIfNull',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull+' => 'Set non empty field with a date computed from another field with extra logic',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:1' => 'Target Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:1+' => 'The field to set, in the current object',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:2' => 'Modifier',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:2+' => 'Textual information to modify the source date, eg. "+3 days"',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:3' => 'Source field',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:3+' => 'The field used as source to apply the Modifier logic',
|
||||||
|
'Class:cmdbAbstractObject/Method:Reset' => 'Reset',
|
||||||
|
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value',
|
||||||
|
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'The field to reset, in the current object',
|
||||||
|
'Class:cmdbAbstractObject/Method:Copy' => 'Copy',
|
||||||
|
'Class:cmdbAbstractObject/Method:Copy+' => 'Copy the value of a field to another field',
|
||||||
|
'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Target Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object',
|
||||||
|
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field',
|
||||||
|
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object',
|
||||||
|
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus',
|
||||||
|
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object',
|
||||||
|
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code',
|
||||||
|
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class',
|
||||||
|
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own',
|
||||||
|
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO',
|
||||||
|
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve',
|
||||||
|
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR',
|
||||||
|
));
|
||||||
|
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
// Dictionary entries go here
|
||||||
|
));
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', [
|
||||||
|
'Core:ormValue:ormDocument:DownloadsCount' => '%1s',
|
||||||
|
'Core:ormValue:ormDocument:DownloadsCount+' => 'Downloaded %1$s time(s)',
|
||||||
|
]);
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', [
|
||||||
|
'Class:cmdbAbstractObject/UniquenessRule:no_duplicate' => '%1$s: %2$s is already linked to %3$s: %4$s, duplicates are not allowed on this relation.',
|
||||||
|
]);
|
||||||
1277
dictionaries/en_gb.dictionary.itop.core.php
Normal file
1277
dictionaries/en_gb.dictionary.itop.core.php
Normal file
File diff suppressed because it is too large
Load Diff
1720
dictionaries/en_gb.dictionary.itop.ui.php
Normal file
1720
dictionaries/en_gb.dictionary.itop.ui.php
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
|
||||||
|
// Bulk modify
|
||||||
|
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context',
|
||||||
|
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning',
|
||||||
|
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>',
|
||||||
|
));
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Add an entry in the list',
|
||||||
|
));
|
||||||
@@ -0,0 +1,63 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
|
||||||
|
// Placeholders
|
||||||
|
// $%1s : host object class name
|
||||||
|
// $%2s : host object friendlyname
|
||||||
|
// $%3s : current tab name
|
||||||
|
// $%4s : remote object class name
|
||||||
|
// $%5s : remote object friendlyname
|
||||||
|
|
||||||
|
'UI:Links:Object:New:Modal:Title' => 'Create an object',
|
||||||
|
|
||||||
|
// Create
|
||||||
|
'UI:Links:Create:Button' => 'Create',
|
||||||
|
'UI:Links:Create:Button+' => 'Create a %4$s',
|
||||||
|
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s',
|
||||||
|
|
||||||
|
// Add
|
||||||
|
'UI:Links:Add:Button' => 'Add',
|
||||||
|
'UI:Links:Add:Button+' => 'Add a %4$s',
|
||||||
|
'UI:Links:Add:Modal:Title' => 'Add a %4$s to %2$s',
|
||||||
|
|
||||||
|
// Modify link
|
||||||
|
'UI:Links:ModifyLink:Button' => 'Modify',
|
||||||
|
'UI:Links:ModifyLink:Button+' => 'Modify this link',
|
||||||
|
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s',
|
||||||
|
|
||||||
|
// Modify object
|
||||||
|
'UI:Links:ModifyObject:Button' => 'Modify',
|
||||||
|
'UI:Links:ModifyObject:Button+' => 'Modify this object',
|
||||||
|
'UI:Links:ModifyObject:Modal:Title' => '%5$s',
|
||||||
|
|
||||||
|
// Remove
|
||||||
|
'UI:Links:Remove:Button' => 'Remove',
|
||||||
|
'UI:Links:Remove:Button+' => 'Remove this %4$s',
|
||||||
|
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s',
|
||||||
|
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?',
|
||||||
|
|
||||||
|
// Delete
|
||||||
|
'UI:Links:Delete:Button' => 'Delete',
|
||||||
|
'UI:Links:Delete:Button+' => 'Delete this %4$s',
|
||||||
|
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s',
|
||||||
|
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?',
|
||||||
|
|
||||||
|
// Bulk
|
||||||
|
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects',
|
||||||
|
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects',
|
||||||
|
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object',
|
||||||
|
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object',
|
||||||
|
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects',
|
||||||
|
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects',
|
||||||
|
'UI:Links:Bulk:LinkExistForAllObjects' => 'All objects are already linked',
|
||||||
|
'UI:Links:Bulk:LinkExistForOneObject' => 'One object is linked',
|
||||||
|
'UI:Links:Bulk:LinkExistForXObjects' => '{count} objects are linked',
|
||||||
|
|
||||||
|
// New item
|
||||||
|
'UI:Links:NewItem' => 'New item',
|
||||||
|
));
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:Newsroom:iTopNotification:Label' => ITOP_APPLICATION_SHORT,
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Title' => 'Your ' . ITOP_APPLICATION_SHORT.' news',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:SubTitle' => 'Manage your news, flag them as read or unread, delete them, etc.',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Read:Label' => 'Read',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Unread:Label' => 'Unread',
|
||||||
|
'UI:Newsroom:iTopNotification:SelectMode:Label' => 'Select mode',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:MarkAllAsRead:Label' => 'Mark all as read',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:MarkAllAsUnread:Label' => 'Mark all as unread',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:DeleteAll:Label' => 'Delete all',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:DeleteAll:Success:Message' => 'All %1$s news have been deleted',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:DeleteAll:Confirmation:Title' => 'Delete all news',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:DeleteAll:Confirmation:Message' => 'Are you sure you want to delete all news?',
|
||||||
|
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Empty:Title' => 'No news, you are up to date!',
|
||||||
|
|
||||||
|
// Actions
|
||||||
|
// - Unitary buttons
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:Delete:Label' => 'Delete this news',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:ViewObject:Label' => 'Go to the news URL',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:MarkAsRead:Label' => 'Mark as read',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:MarkAsUnread:Label' => 'Mark as unread',
|
||||||
|
// - Bulk buttons
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:MarkSelectedAsRead:Label' => 'Mark selected as read',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:MarkSelectedAsUnread:Label' => 'Mark selected as unread',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:DeleteSelected:Label' => 'Delete selected',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:DeleteSelected:Confirmation:Title' => 'Delete selected news',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:DeleteSelected:Confirmation:Message' => 'Are you sure you want to delete selected news?',
|
||||||
|
|
||||||
|
// Feedback messages
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:InvalidAction:Message' => 'Invalid action: "%1$s"',
|
||||||
|
// - Mark as read
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:MarkAsRead:NoEvent:Message' => 'No news to mark as read',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:MarkAsRead:Success:Message' => 'The news has been marked as read',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:MarkAsReadMultiple:Success:Message' => '%1$s news have been marked as read',
|
||||||
|
// - Mark as unread
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:MarkAsUnread:NoEvent:Message' => 'No news to mark as read',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:MarkAsUnread:Success:Message' => 'The news has been marked as unread',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:MarkAsUnreadMultiple:Success:Message' => '%1$s news have been marked as unread',
|
||||||
|
// Delete
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:Delete:NoEvent:Message' => 'No news to delete',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:Delete:Success:Message' => 'The news has been deleted',
|
||||||
|
'UI:Newsroom:iTopNotification:ViewAllPage:Action:DeleteMultiple:Success:Message' => '%1$s news have been deleted',
|
||||||
|
));
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:Object:Modal:Title' => 'Create an object',
|
||||||
|
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. The creation of this object will be incomplete, edit it in a full-page form to complete it.',
|
||||||
|
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.',
|
||||||
|
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains mandatory file attribute which cannot be modified in modal mode.',
|
||||||
|
));
|
||||||
@@ -0,0 +1,55 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
// UI elements
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', [
|
||||||
|
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later',
|
||||||
|
'UI:WelcomePopup:Button:AcknowledgeAndNext' => 'Next',
|
||||||
|
'UI:WelcomePopup:Button:AcknowledgeAndClose' => 'Close',
|
||||||
|
]);
|
||||||
|
|
||||||
|
// Message
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', [
|
||||||
|
'UI:WelcomePopup:Message:320_01_Welcome:Title' => 'Welcome to ' . ITOP_APPLICATION_SHORT . ' 3.2',
|
||||||
|
'UI:WelcomePopup:Message:320_01_Welcome:Description' => '<div>Congratulations, you landed on '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||||
|
<br>
|
||||||
|
<div>We\'re excited to announce this new release. </div>
|
||||||
|
<div>In addition to introducing new features such as Newsroom, ' . ITOP_APPLICATION_SHORT . ' 3.2 includes critical security patches, enhanced accessibility and other significant improvements focused on providing you with stability and security.</div>
|
||||||
|
<br>
|
||||||
|
<div>Discover all of '.ITOP_APPLICATION_SHORT.'\'s exciting new features and stay up-to-date with important notifications with our new welcome pop-up!</div>
|
||||||
|
<div>We hope you\'ll enjoy this version as much as we enjoyed imagining and creating it.</div>
|
||||||
|
<br>
|
||||||
|
<div>Customize your '.ITOP_APPLICATION_SHORT.' preferences for a personalized experience.</div>',
|
||||||
|
'UI:WelcomePopup:Message:320_02_Newsroom:Title' => 'Say "Hello" to the newsroom',
|
||||||
|
'UI:WelcomePopup:Message:320_02_Newsroom:Description' => '<div>Say goodbye to cluttered inboxes and hello to personalized alerts with <a href="%1$s" target="_blank">'.ITOP_APPLICATION_SHORT.'\'s Newsroom</a>!</div>
|
||||||
|
<div>Newsroom allows you to easily manage notifications within the platform, so you can stay on top of important updates without constantly checking your email. With the ability to mark messages as read or unread, and automatically delete old notifications, you have complete control over your notifications. </div>
|
||||||
|
<br>
|
||||||
|
<div>Try it out today and streamline your ' . ITOP_APPLICATION_SHORT . '\'s communication experience!</div>',
|
||||||
|
'UI:WelcomePopup:Message:320_03_NotificationsCenter:Title' => 'Notifications centre',
|
||||||
|
'UI:WelcomePopup:Message:320_03_NotificationsCenter:Description' => '<div>As we know your information intake is already at its max, you can now easily choose how you receive your notifications - via email, chat, or even the Newsroom feature</div>
|
||||||
|
<div>You don\'t want to receive a certain type of alerts? Nothing easier with these advanced customization capabilities giving you the flexibility to tailor your experience to your needs. </div>
|
||||||
|
<br>
|
||||||
|
<div>Access your <a href="%1$s" target="_blank">notifications center</a> through the newsroom or through your preferences and avoid information overload on all your communication channels!</div>',
|
||||||
|
'UI:WelcomePopup:Message:320_05_A11yThemes:Title' => 'Accessibility for ' . ITOP_APPLICATION_SHORT . '\'s UI',
|
||||||
|
'UI:WelcomePopup:Message:320_05_A11yThemes:Description' => '<div>To ensure ' . ITOP_APPLICATION_SHORT . '\'s accessibility, our team has been working on <a href="%1$s" target="_blank">new back-office themes</a>. WCAG compliants, those UI focus on making it easier for users with visual impairments to use the solution:
|
||||||
|
<ul>
|
||||||
|
<li><b>Color-blind theme:</b> Designed to help users with colorblindness, this theme actually breaks down in two sub-themes to adapt to specific cases: </li>
|
||||||
|
<ul>
|
||||||
|
<li>One adapted to protanopia and deuteranopia</li>
|
||||||
|
<li>And another one for tritanopia</li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
|
<li><b>High-contrast theme:</b> Increased contrast to allow users an easier distinction between different elements on screen and avoid to rely on color schema to convey information. It can be helpful for users with different pathology from colorblindness to low vision issues.</li>
|
||||||
|
</ul>
|
||||||
|
</div>',
|
||||||
|
'UI:WelcomePopup:Message:320_04_PowerfulNotifications_AdminOnly:Title' => 'Powerful notifications',
|
||||||
|
'UI:WelcomePopup:Message:320_04_PowerfulNotifications_AdminOnly:Description' => '<div>'.ITOP_APPLICATION_SHORT.'\'s Newsroom gives you a new way to <a href="%1$s" target="_blank"><b>automate</b> your alerts based on events</a> with recurrence, so you can easily set up rules that work for you. </div>
|
||||||
|
<div>Our <b>priority-based notifications sorting</b> ensures that important messages are displayed first, while our URL customization options allow you to direct recipients to the right place. </div>
|
||||||
|
<br>
|
||||||
|
<div>With support for <b>multiple languages</b>, you have now complete control over your notifications display.</div>
|
||||||
|
<br>
|
||||||
|
<div>Configure it today and see how much more efficient your alerts process can be!</div>',
|
||||||
|
]);
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Global search
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:Component:Breadcrumbs:PreviousItemsListToggler:Label' => 'Previous pages',
|
||||||
|
));
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Display DataTable
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:Datatables:Language:Processing' => 'Please wait...',
|
||||||
|
'UI:Datatables:Language:LengthMenu' => '_MENU_ per page',
|
||||||
|
'UI:Datatables:Language:ZeroRecords' => 'No result',
|
||||||
|
'UI:Datatables:Language:Info' => '_TOTAL_ item(s)',
|
||||||
|
'UI:Datatables:Language:InfoEmpty' => 'No information',
|
||||||
|
'UI:Datatables:Language:EmptyTable' => 'No data available in this table',
|
||||||
|
'UI:Datatables:Language:Error' => 'An error occurred while running the query',
|
||||||
|
'UI:Datatables:Language:DisplayLength:All' => 'All',
|
||||||
|
'UI:Datatables:Language:Sort:Ascending' => 'enable for an ascending sort',
|
||||||
|
'UI:Datatables:Language:Sort:Descending' => 'enable for a descending sort',
|
||||||
|
'UI:Datatables:Column:RowActions:Label' => '',
|
||||||
|
'UI:Datatables:Column:RowActions:Description' => '',
|
||||||
|
'UI:Datatables:RowActions:ConfirmationDialog' => 'Action Confirmation',
|
||||||
|
'UI:Datatables:RowActions:ConfirmationMessage' => 'Do you confirm action?',
|
||||||
|
));
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Global search
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values',
|
||||||
|
));
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Global search
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application',
|
||||||
|
'UI:Component:GlobalSearch:Input:Placeholder' => 'Search...',
|
||||||
|
'UI:Component:GlobalSearch:Recents:Title' => 'Recents',
|
||||||
|
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'You haven\'t run any search yet',
|
||||||
|
'UI:Component:GlobalSearch:HistoryDisabled' => 'History is disabled',
|
||||||
|
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Open global search',
|
||||||
|
));
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Input
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:Component:Input:ChangeNotAllowed' => 'This change is not allowed',
|
||||||
|
'UI:Component:Input:Password:DoesNotMatch' => 'Passwords do not match',
|
||||||
|
'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s item(s) required',
|
||||||
|
));
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:Modal:Confirmation:DefaultTitle' => 'Confirmation',
|
||||||
|
'UI:Modal:Informative:Title' => 'Informative Modal',
|
||||||
|
'UI:Modal:InformativeError:Title' => 'Error',
|
||||||
|
'UI:Modal:InformativeWarning:Title' => 'Warning',
|
||||||
|
'UI:Modal:InformativeInformation:Title' => 'Information',
|
||||||
|
'UI:Modal:InformativeSuccess:Title' => 'Success',
|
||||||
|
));
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Quick create
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:Component:QuickCreate:Tooltip' => 'Quickly create any type of object',
|
||||||
|
'UI:Component:QuickCreate:Input:Placeholder' => 'Select object type...',
|
||||||
|
'UI:Component:QuickCreate:Recents:Title' => 'Recents',
|
||||||
|
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'You haven\'t create any object yet',
|
||||||
|
'UI:Component:QuickCreate:HistoryDisabled' => 'History is disabled',
|
||||||
|
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Open quick create',
|
||||||
|
));
|
||||||
@@ -0,0 +1,46 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Activity panel
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Expand',
|
||||||
|
'UI:Layout:ActivityPanel:SizeToggler:Reduce:Tooltip' => 'Reduce',
|
||||||
|
'UI:Layout:ActivityPanel:DisplayToggler:Close:Tooltip' => 'Close',
|
||||||
|
'UI:Layout:ActivityPanel:LoadMoreEntries:Tooltip' => 'Load more entries',
|
||||||
|
'UI:Layout:ActivityPanel:LoadAllEntries:Tooltip' => 'Load all previous entries',
|
||||||
|
|
||||||
|
// Tabs
|
||||||
|
'UI:Layout:ActivityPanel:Tab:Activity:Title' => 'Activity',
|
||||||
|
'UI:Layout:ActivityPanel:Tab:Log:DraftIndicator:Tooltip' => 'Draft entry',
|
||||||
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Logs:Title' => 'Logs',
|
||||||
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Logs:Tooltip' => 'Show / hide log entries on this tab',
|
||||||
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Logs:Menu:Hint' => 'Choose which logs to display on this tab',
|
||||||
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Transitions:Title' => 'State changes',
|
||||||
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Transitions:Tooltip' => 'Show / hide state changes on this tab',
|
||||||
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Edits:Title' => 'Edits',
|
||||||
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Edits:Tooltip' => 'Show / hide fields edits on this tab',
|
||||||
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Action:OpenAll:Tooltip' => 'Open all entries',
|
||||||
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Action:CloseAll:Tooltip' => 'Close all entries',
|
||||||
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Info:AuthorsCount:Tooltip' => 'Number of persons interacting in the visible entries',
|
||||||
|
'UI:Layout:ActivityPanel:Tab:Toolbar:Info:MessagesCount:Tooltip' => 'Number of messages in the visible log(s)',
|
||||||
|
|
||||||
|
// Compose button
|
||||||
|
'UI:Layout:ActivityPanel:ComposeButton:Tooltip' => 'Compose a new log entry',
|
||||||
|
|
||||||
|
// Case log entry
|
||||||
|
'UI:Layout:ActivityPanel:MultipleEntriesSaveConfirmation:Title' => 'Multiple logs save',
|
||||||
|
'UI:Layout:ActivityPanel:MultipleEntriesSaveConfirmation:Explanation' => 'By pressing the "save" button, you will submit entries for all the edited logs at once.',
|
||||||
|
|
||||||
|
// Notification entry
|
||||||
|
'UI:Layout:ActivityPanel:NotificationEntry:MessageLink:Tooltip' => 'Click to open the notifications tab and get more information',
|
||||||
|
|
||||||
|
// Placeholder
|
||||||
|
'UI:Layout:ActivityPanel:NoEntry:Placeholder:Hint' => 'It\'s calm up here, no activity yet',
|
||||||
|
|
||||||
|
// Closed cover
|
||||||
|
'UI:Layout:ActivityPanel:ClosedCover:Title' => 'Activity panel',
|
||||||
|
'UI:Layout:ActivityPanel:ClosedCover:Tooltip' => 'Click to open the activity panel',
|
||||||
|
));
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Navigation menu
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Company logo',
|
||||||
|
'UI:Layout:NavigationMenu:Silo:Label' => 'Select organisation to filter on',
|
||||||
|
'UI:Layout:NavigationMenu:Toggler:Tooltip' => 'Expand / Collapse',
|
||||||
|
'UI:Layout:NavigationMenu:Toggler:TooltipWithSiloLabel' => 'Expand / Collapse (Filtered on %1$s)',
|
||||||
|
'UI:Layout:NavigationMenu:MenuFilter:Input:Placeholder' => 'Filter...',
|
||||||
|
'UI:Layout:NavigationMenu:MenuFilter:Input:Tooltip' => 'Type your keywords to filter menus',
|
||||||
|
'UI:Layout:NavigationMenu:MenuFilter:Input:Hint' => 'Matches from all menu groups will be displayed',
|
||||||
|
'UI:Layout:NavigationMenu:MenuFilter:Placeholder:Hint' => 'Seems like there is no matching menu',
|
||||||
|
'UI:Layout:NavigationMenu:UserInfo:WelcomeMessage:Text' => 'Hi %1$s!',
|
||||||
|
'UI:Layout:NavigationMenu:UserInfo:Picture:AltText' => '%1$s\'s contact picture',
|
||||||
|
'UI:Layout:NavigationMenu:UserMenu:Toggler:Label' => 'Open user menu',
|
||||||
|
'UI:Layout:NavigationMenu:KeyboardShortcut:FocusFilter' => 'Filter menu entries',
|
||||||
|
|
||||||
|
));
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', [
|
||||||
|
'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Edit displayed object',
|
||||||
|
'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Delete displayed object',
|
||||||
|
'UI:Layout:ObjectDetails:KeyboardShortcut:NewObject' => 'Create a new object (with same class as displayed object)',
|
||||||
|
'UI:Layout:ObjectDetails:KeyboardShortcut:SaveObject' => 'Save displayed object',
|
||||||
|
'UI:Layout:ObjectDetails:New:Modal:Title' => 'Creation of an object',
|
||||||
|
'UI:Layout:ObjectDetails:DatamodelSchemaLink:Tooltip' => 'Class data model schema',
|
||||||
|
]);
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', [
|
||||||
|
'UIBlock:Error:CannotGetBlocks' => 'Could not retrieve blocks from content area "%1$s" as it does seem to exist for page content "%2$s"',
|
||||||
|
]);
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', [
|
||||||
|
'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs',
|
||||||
|
'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)',
|
||||||
|
'UIBlock:TabContainer:RemoteTabLoad' => 'Click to load this tab',
|
||||||
|
]);
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', [
|
||||||
|
'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s',
|
||||||
|
]);
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Navigation menu
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:ErrorPage:UnstableVersion' => 'You are using an unstable version that may include bugs. If you think this error occurred because of this please send us your feedback!',
|
||||||
|
'UI:ErrorPage:KittyDisclaimer' => 'No kitty were injured during the making of this GIF and release.
|
||||||
|
|
||||||
|
- The R&D Team',
|
||||||
|
));
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:NotificationsCenter:Page:Title' => 'Notifications centre',
|
||||||
|
'UI:NotificationsCenter:Panel:Title' => 'Notifications centre',
|
||||||
|
'UI:NotificationsCenter:Panel:SubTitle' => 'Manage Notifications that you have received : unsubscribe or limit them to a single channel',
|
||||||
|
'UI:NotificationsCenter:Panel:Toolbar:ViewAllNews:Title' => 'View all my news',
|
||||||
|
'UI:NotificationsCenter:Panel:Table:Channels' => 'Channels',
|
||||||
|
'UI:NotificationsCenter:Unsubscribe:Success' => 'You have been successfully unsubscribed from the selected notifications.',
|
||||||
|
'UI:NotificationsCenter:Unsubscribe:Error' => 'An error occurred while unsubscribing from the selected notifications.',
|
||||||
|
'UI:NotificationsCenter:Subscribe:Success' => 'You have been successfully subscribed to the selected notifications.',
|
||||||
|
'UI:NotificationsCenter:Subscribe:Error' => 'An error occurred while subscribing to the selected notifications.',
|
||||||
|
'UI:NotificationsCenter:Channel:OutOf:Text' => '%1$s out of %2$s',
|
||||||
|
'UI:NotificationsCenter:Advanced:Input:Label' => '%1$s: %2$s',
|
||||||
|
));
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Navigation menu
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'core/Operation:Landing/Title' => 'OAuth token creation',
|
||||||
|
));
|
||||||
@@ -0,0 +1,45 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (C) 2024 Combodo SAS
|
||||||
|
* @license https://opensource.org/licenses/AGPL-3.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Navigation menu
|
||||||
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||||
|
'UI:Preferences:Title' => 'Preferences',
|
||||||
|
'UI:Preferences:UserInterface:Title' => 'User interface',
|
||||||
|
'UI:Preferences:General:Title' => 'General',
|
||||||
|
'UI:Preferences:General:Theme' => 'Theme',
|
||||||
|
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)',
|
||||||
|
'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards',
|
||||||
|
'UI:Favorites:General:ShowSummaryCards+' => 'When hovering a hyperlink targeting an object, display a short summary of the object, if available for that class.',
|
||||||
|
'UI:Preferences:Lists:Title' => 'Lists',
|
||||||
|
'UI:Preferences:RichText:Title' => 'Rich text editor',
|
||||||
|
'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state',
|
||||||
|
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expanded',
|
||||||
|
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Collapsed',
|
||||||
|
'UI:Preferences:ActivityPanel:Title' => 'Activity panel',
|
||||||
|
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Entry form opened by default',
|
||||||
|
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Whether the entry form will be opened when displaying an object. If unchecked, you will still be able to open it by clicking the compose button.',
|
||||||
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Application keyboard shortcuts',
|
||||||
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Type a keyboard shortcut',
|
||||||
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Record a keyboard shortcut',
|
||||||
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset',
|
||||||
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Back to default keyboard shortcut',
|
||||||
|
'UI:Preferences:Tabs:Title' => 'Tabs',
|
||||||
|
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
|
||||||
|
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
|
||||||
|
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical',
|
||||||
|
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigation',
|
||||||
|
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classic',
|
||||||
|
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scrollable',
|
||||||
|
'UI:Preferences:General:Toasts' => 'Toast notifications position',
|
||||||
|
'UI:Preferences:General:Toasts:Bottom' => 'Bottom',
|
||||||
|
'UI:Preferences:General:Toasts:Top' => 'Top',
|
||||||
|
'UI:Preferences:ChooseAPlaceholder' => 'User placeholder image',
|
||||||
|
'UI:Preferences:ChooseAPlaceholder+' => 'Choose a placeholder image that will be displayed if the contact linked to your user doesn\'t have one.',
|
||||||
|
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated',
|
||||||
|
'UI:Preferences:Notifications' => 'Notifications',
|
||||||
|
'UI:Preferences:Notifications+' => 'Configure the notifications you want to receive <a href="%1$s">on this page</a>.',
|
||||||
|
|
||||||
|
));
|
||||||
@@ -569,6 +569,7 @@ EOF
|
|||||||
'da' => ['DA DA', 'Danish', 'Dansk'],
|
'da' => ['DA DA', 'Danish', 'Dansk'],
|
||||||
'de' => ['DE DE', 'German', 'Deutsch'],
|
'de' => ['DE DE', 'German', 'Deutsch'],
|
||||||
'en' => ['EN US', 'English', 'English'],
|
'en' => ['EN US', 'English', 'English'],
|
||||||
|
'en_gb' => ['EN GB', 'British English', 'British English'],
|
||||||
'es_cr' => [
|
'es_cr' => [
|
||||||
'ES CR',
|
'ES CR',
|
||||||
'Spanish',
|
'Spanish',
|
||||||
|
|||||||
Reference in New Issue
Block a user