Export: for tabular exports, the label for the "friendly name" column must match the one recognized by CSV import (the very standard one, almost unused yet)

SVN:trunk[3682]
This commit is contained in:
Romain Quetiez
2015-08-17 15:28:19 +00:00
parent d29e9b525d
commit a30cb0b4c4
14 changed files with 1435 additions and 1448 deletions

View File

@@ -100,7 +100,7 @@ abstract class TabularBulkExport extends BulkExport
case 'AttributeExternalKey':
case 'AttributeHierarchicalKey':
$aResult[] = array('code' => $sAttCode, 'unique_label' => $oAttDef->GetLabel(), 'label' => Dict::S('Core:BulkExport:Identifier'), 'attdef' => $oAttDef);
$aResult[] = array('code' => $sAttCode.'_friendlyname', 'unique_label' => $oAttDef->GetLabel().'->'.Dict::S('Core:BulkExport:Friendlyname'), 'label' => Dict::S('Core:BulkExport:Friendlyname'), 'attdef' => MetaModel::GetAttributeDef($sClass, $sAttCode.'_friendlyname'));
$aResult[] = array('code' => $sAttCode.'_friendlyname', 'unique_label' => $oAttDef->GetLabel().'->'.Dict::S('Core:FriendlyName-Label'), 'label' => Dict::S('Core:FriendlyName-Label'), 'attdef' => MetaModel::GetAttributeDef($sClass, $sAttCode.'_friendlyname'));
foreach(MetaModel::ListAttributeDefs($sClass) as $sSubAttCode => $oSubAttDef)
{
@@ -159,7 +159,7 @@ abstract class TabularBulkExport extends BulkExport
{
$aAllFields[] = array('code' => $sShortAlias.'id', 'unique_label' => $sShortAlias.Dict::S('Core:BulkExport:Identifier'), 'label' => $sShortAlias.'id', 'subattr' => array(
array('code' => $sShortAlias.'id', 'unique_label' => $sShortAlias.Dict::S('Core:BulkExport:Identifier'), 'label' => $sShortAlias.'id'),
array('code' => $sShortAlias.'friendlyname', 'unique_label' => $sShortAlias.Dict::S('Core:BulkExport:Friendlyname'), 'label' => $sShortAlias.Dict::S('Core:BulkExport:Friendlyname')),
array('code' => $sShortAlias.'friendlyname', 'unique_label' => $sShortAlias.Dict::S('Core:FriendlyName-Label'), 'label' => $sShortAlias.Dict::S('Core:FriendlyName-Label')),
));
}
foreach(MetaModel::ListAttributeDefs($sClass) as $sAttCode => $oAttDef)

View File

@@ -2433,7 +2433,6 @@ Operators:<br/>
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExport:Friendlyname' => 'Full name~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',

View File

@@ -388,7 +388,7 @@ Operatoren:<br/>
'Core:AttributePropertySet+' => 'Liste typloser Eigenschaften (Name und Wert)',
'Core:AttributeFriendlyName' => 'Friendly name',
'Core:AttributeFriendlyName+' => '',
'Core:FriendlyName-Label' => 'Friendly name',
'Core:FriendlyName-Label' => 'Voller Name (Friendly Name)',
'Core:FriendlyName-Description' => 'Friendly name',
'Class:CMDBChangeOp/Attribute:date' => 'Datum',
'Class:CMDBChangeOp/Attribute:date+' => 'Datum und Uhrzeit der Änderungen',
@@ -545,7 +545,6 @@ Operatoren:<br/>
'Core:BulkExport:InvalidParameter_Query' => 'ungültiger Wert für den Paramter "query". Es gibt keinen Eintrag in der Query-Bibliothek, der zu der id "%1$s" korrespondiert.',
'Core:BulkExport:ExportFormatPrompt' => 'Exportformat:',
'Core:BulkExport:Identifier' => 'Identifikator',
'Core:BulkExport:Friendlyname' => 'Voller Name (Friendly Name)',
'Core:BulkExportOf_Class' => '%1$s-Export',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Klicken Sie hier um %1$s herunterzuladen',
'Core:BulkExport:ExportResult' => 'Ergebnis ses Exportvorgangs:',

View File

@@ -154,8 +154,8 @@ Operators:<br/>
'Core:AttributeFriendlyName' => 'Friendly name',
'Core:AttributeFriendlyName+' => 'Attribute created automatically ; the friendly name is computed after several attributes',
'Core:FriendlyName-Label' => 'Friendly name',
'Core:FriendlyName-Description' => 'Friendly name',
'Core:FriendlyName-Label' => 'Full name',
'Core:FriendlyName-Description' => 'Full name',
));
@@ -794,7 +794,6 @@ Dict::Add('EN US', 'English', 'English', array(
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter "query". There is no Query Phrasebook corresponding to the id: "%1$s".',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:',
'Core:BulkExport:Identifier' => 'Identifier',
'Core:BulkExport:Friendlyname' => 'Full name',
'Core:BulkExportOf_Class' => '%1$s Export',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s',
'Core:BulkExport:ExportResult' => 'Result of the export:',

View File

@@ -791,7 +791,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExport:Friendlyname' => 'Full name~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',

View File

@@ -501,8 +501,8 @@ Opérateurs :<br/>
'Core:AttributeFriendlyName' => 'Nom usuel (convivial)',
'Core:AttributeFriendlyName+' => 'Attribut créé automatiquement ; sa valeur est calculée d\'après d\'autres attributs',
'Core:FriendlyName-Label' => 'Nom',
'Core:FriendlyName-Description' => 'Nom usuel',
'Core:FriendlyName-Label' => 'Nom complet',
'Core:FriendlyName-Description' => 'Nom complet',
'Change:ObjectCreated' => 'Elément créé',
'Change:ObjectDeleted' => 'Elément effacé',
@@ -654,7 +654,6 @@ Opérateurs :<br/>
'Core:BulkExport:InvalidParameter_Query' => 'Valeur incorrecte pour le paramètre "query". Il n\'existe aucune entrée dans le livre des requêtes pour l\'identifiant: "%1$s"',
'Core:BulkExport:ExportFormatPrompt' => 'Format d\'export:',
'Core:BulkExport:Identifier' => 'Identifiant',
'Core:BulkExport:Friendlyname' => 'Nom complet',
'Core:BulkExportOf_Class' => 'Export de: %1$s',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Cliquez ici pour télécharger %1$s',
'Core:BulkExport:ExportResult' => 'Résultat de l\'export:',
@@ -695,8 +694,8 @@ Opérateurs :<br/>
'Core:BulkExportQueryPlaceholder' => 'Saisissez une requête OQL...',
'Core:BulkExportCanRunNonInteractive' => 'Cliquez ici pour exécuter l\'export en mode non-interactif.',
'Core:BulkExportLegacyExport' => 'Cliquez ici pour exécuter l\'ancienne version de l\'export.',
'Core:DeletedObjectLabel' => '%1s (effacé)',
'Core:SyncSplitModeCLIOnly' => 'The synchronization can be executed in chunks only if run in mode CLI~~',
'Core:ExecProcess:Code1' => 'Wrong command or command finished with errors (e.g. wrong script name)~~',
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)~~',
'Core:DeletedObjectLabel' => '%1s (effacé)',
'Core:SyncSplitModeCLIOnly' => 'The synchronization can be executed in chunks only if run in mode CLI~~',
'Core:ExecProcess:Code1' => 'Wrong command or command finished with errors (e.g. wrong script name)~~',
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)~~',
));

File diff suppressed because it is too large Load Diff

View File

@@ -753,73 +753,72 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$sec',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sg %2$dh %3$dmin %4$ds',
'Core:DeletedObjectLabel' => '%1s (deleted)~~',
'Core:DeletedObjectTip' => 'The object has been deleted on %1$s (%2$s)~~',
'Core:UnknownObjectLabel' => 'Object not found (class: %1$s, id: %2$d)~~',
'Core:UnknownObjectTip' => 'The object could not be found. It may have been deleted some time ago and the log has been purged since.~~',
'Core:AttributeHierarchicalKey' => 'Hierarchical Key~~',
'Core:AttributeHierarchicalKey+' => 'External (or foreign) key to the parent~~',
'Change:LinkSet:Added' => 'added %1$s~~',
'Change:LinkSet:Removed' => 'removed %1$s~~',
'Change:LinkSet:Modified' => 'modified %1$s~~',
'Class:EventNotificationEmail/Attribute:attachments' => 'Attachments~~',
'Class:TriggerOnObject/Attribute:filter' => 'Filter~~',
'TriggerOnObject:WrongFilterQuery' => 'Wrong filter query: %1$s~~',
'TriggerOnObject:WrongFilterClass' => 'The filter query must return objects of class \"%1$s\"~~',
'Class:TriggerOnThresholdReached' => 'Trigger (on threshold)~~',
'Class:TriggerOnThresholdReached+' => 'Trigger on Stop-Watch threshold reached~~',
'Class:TriggerOnThresholdReached/Attribute:stop_watch_code' => 'Stop watch~~',
'Class:TriggerOnThresholdReached/Attribute:threshold_index' => 'Threshold~~',
'Class:SynchroDataSource/Attribute:database_table_name' => 'Data table~~',
'Class:SynchroDataSource/Attribute:database_table_name+' => 'Name of the table to store the synchronization data. If left empty, a default name will be computed.~~',
'Class:SynchroDataSource/Error:DataTableAlreadyExists' => 'The table %1$s already exists in the database. Please use another name for the synchro data table.~~',
'Core:ExplainWTC:ElapsedTime' => 'Time elapsed (stored as \"%1$s\")~~',
'Core:ExplainWTC:StopWatch-TimeSpent' => 'Time spent for \"%1$s\"~~',
'Core:ExplainWTC:StopWatch-Deadline' => 'Deadline for \"%1$s\" at %2$d%%~~',
'Core:BulkExport:MissingParameter_Param' => 'Missing parameter \"%1$s\"~~',
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExport:Friendlyname' => 'Full name~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',
'Core:BulkExport:RetrievingData' => 'Retrieving data...~~',
'Core:BulkExport:HTMLFormat' => 'Web Page (*.html)~~',
'Core:BulkExport:CSVFormat' => 'Comma Separated Values (*.csv)~~',
'Core:BulkExport:XLSXFormat' => 'Excel 2007 or newer (*.xlsx)~~',
'Core:BulkExport:PDFFormat' => 'PDF Document (*.pdf)~~',
'Core:BulkExport:DragAndDropHelp' => 'Drag and drop the columns\' headers to arrange the columns. Preview of %1$s lines. Total number of lines to export: %2$s.~~',
'Core:BulkExport:EmptyPreview' => 'Select the columns to be exported from the list above~~',
'Core:BulkExport:ColumnsOrder' => 'Columns order~~',
'Core:BulkExport:AvailableColumnsFrom_Class' => 'Available columns from %1$s~~',
'Core:BulkExport:NoFieldSelected' => 'Select at least one column to be exported~~',
'Core:BulkExport:CheckAll' => 'Check All~~',
'Core:BulkExport:UncheckAll' => 'Uncheck All~~',
'Core:BulkExport:ExportCancelledByUser' => 'Export cancelled by the user~~',
'Core:BulkExport:CSVOptions' => 'CSV Options~~',
'Core:BulkExport:CSVLocalization' => 'Localization~~',
'Core:BulkExport:PDFOptions' => 'PDF Options~~',
'Core:BulkExport:PDFPageSize' => 'Page Size:~~',
'Core:BulkExport:PageSize-A4' => 'A4~~',
'Core:BulkExport:PageSize-A3' => 'A3~~',
'Core:BulkExport:PageSize-Letter' => 'Letter~~',
'Core:BulkExport:PDFPageOrientation' => 'Page Orientation:~~',
'Core:BulkExport:PageOrientation-L' => 'Landscape~~',
'Core:BulkExport:PageOrientation-P' => 'Portrait~~',
'Core:BulkExport:XMLFormat' => 'XML file (*.xml)~~',
'Core:BulkExport:XMLOptions' => 'XML Options~~',
'Core:BulkExport:SpreadsheetFormat' => 'Spreadsheet HTML format (*.html)~~',
'Core:BulkExport:SpreadsheetOptions' => 'Spreadsheet Options~~',
'Core:BulkExport:OptionNoLocalize' => 'Do not localize the values (for Enumerated fields)~~',
'Core:BulkExport:ScopeDefinition' => 'Definition of the objects to export~~',
'Core:BulkExportLabelOQLExpression' => 'OQL Query:~~',
'Core:BulkExportLabelPhrasebookEntry' => 'Query Phrasebook Entry:~~',
'Core:BulkExportMessageEmptyOQL' => 'Please enter a valid OQL query.~~',
'Core:BulkExportMessageEmptyPhrasebookEntry' => 'Please select a valid phrasebook entry.~~',
'Core:BulkExportQueryPlaceholder' => 'Type an OQL query here...~~',
'Core:BulkExportCanRunNonInteractive' => 'Click here to run the export in non-interactive mode.~~',
'Core:BulkExportLegacyExport' => 'Click here to access the legacy export.~~',
'Core:DeletedObjectLabel' => '%1s (deleted)~~',
'Core:DeletedObjectTip' => 'The object has been deleted on %1$s (%2$s)~~',
'Core:UnknownObjectLabel' => 'Object not found (class: %1$s, id: %2$d)~~',
'Core:UnknownObjectTip' => 'The object could not be found. It may have been deleted some time ago and the log has been purged since.~~',
'Core:AttributeHierarchicalKey' => 'Hierarchical Key~~',
'Core:AttributeHierarchicalKey+' => 'External (or foreign) key to the parent~~',
'Change:LinkSet:Added' => 'added %1$s~~',
'Change:LinkSet:Removed' => 'removed %1$s~~',
'Change:LinkSet:Modified' => 'modified %1$s~~',
'Class:EventNotificationEmail/Attribute:attachments' => 'Attachments~~',
'Class:TriggerOnObject/Attribute:filter' => 'Filter~~',
'TriggerOnObject:WrongFilterQuery' => 'Wrong filter query: %1$s~~',
'TriggerOnObject:WrongFilterClass' => 'The filter query must return objects of class \"%1$s\"~~',
'Class:TriggerOnThresholdReached' => 'Trigger (on threshold)~~',
'Class:TriggerOnThresholdReached+' => 'Trigger on Stop-Watch threshold reached~~',
'Class:TriggerOnThresholdReached/Attribute:stop_watch_code' => 'Stop watch~~',
'Class:TriggerOnThresholdReached/Attribute:threshold_index' => 'Threshold~~',
'Class:SynchroDataSource/Attribute:database_table_name' => 'Data table~~',
'Class:SynchroDataSource/Attribute:database_table_name+' => 'Name of the table to store the synchronization data. If left empty, a default name will be computed.~~',
'Class:SynchroDataSource/Error:DataTableAlreadyExists' => 'The table %1$s already exists in the database. Please use another name for the synchro data table.~~',
'Core:ExplainWTC:ElapsedTime' => 'Time elapsed (stored as \"%1$s\")~~',
'Core:ExplainWTC:StopWatch-TimeSpent' => 'Time spent for \"%1$s\"~~',
'Core:ExplainWTC:StopWatch-Deadline' => 'Deadline for \"%1$s\" at %2$d%%~~',
'Core:BulkExport:MissingParameter_Param' => 'Missing parameter \"%1$s\"~~',
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',
'Core:BulkExport:RetrievingData' => 'Retrieving data...~~',
'Core:BulkExport:HTMLFormat' => 'Web Page (*.html)~~',
'Core:BulkExport:CSVFormat' => 'Comma Separated Values (*.csv)~~',
'Core:BulkExport:XLSXFormat' => 'Excel 2007 or newer (*.xlsx)~~',
'Core:BulkExport:PDFFormat' => 'PDF Document (*.pdf)~~',
'Core:BulkExport:DragAndDropHelp' => 'Drag and drop the columns\' headers to arrange the columns. Preview of %1$s lines. Total number of lines to export: %2$s.~~',
'Core:BulkExport:EmptyPreview' => 'Select the columns to be exported from the list above~~',
'Core:BulkExport:ColumnsOrder' => 'Columns order~~',
'Core:BulkExport:AvailableColumnsFrom_Class' => 'Available columns from %1$s~~',
'Core:BulkExport:NoFieldSelected' => 'Select at least one column to be exported~~',
'Core:BulkExport:CheckAll' => 'Check All~~',
'Core:BulkExport:UncheckAll' => 'Uncheck All~~',
'Core:BulkExport:ExportCancelledByUser' => 'Export cancelled by the user~~',
'Core:BulkExport:CSVOptions' => 'CSV Options~~',
'Core:BulkExport:CSVLocalization' => 'Localization~~',
'Core:BulkExport:PDFOptions' => 'PDF Options~~',
'Core:BulkExport:PDFPageSize' => 'Page Size:~~',
'Core:BulkExport:PageSize-A4' => 'A4~~',
'Core:BulkExport:PageSize-A3' => 'A3~~',
'Core:BulkExport:PageSize-Letter' => 'Letter~~',
'Core:BulkExport:PDFPageOrientation' => 'Page Orientation:~~',
'Core:BulkExport:PageOrientation-L' => 'Landscape~~',
'Core:BulkExport:PageOrientation-P' => 'Portrait~~',
'Core:BulkExport:XMLFormat' => 'XML file (*.xml)~~',
'Core:BulkExport:XMLOptions' => 'XML Options~~',
'Core:BulkExport:SpreadsheetFormat' => 'Spreadsheet HTML format (*.html)~~',
'Core:BulkExport:SpreadsheetOptions' => 'Spreadsheet Options~~',
'Core:BulkExport:OptionNoLocalize' => 'Do not localize the values (for Enumerated fields)~~',
'Core:BulkExport:ScopeDefinition' => 'Definition of the objects to export~~',
'Core:BulkExportLabelOQLExpression' => 'OQL Query:~~',
'Core:BulkExportLabelPhrasebookEntry' => 'Query Phrasebook Entry:~~',
'Core:BulkExportMessageEmptyOQL' => 'Please enter a valid OQL query.~~',
'Core:BulkExportMessageEmptyPhrasebookEntry' => 'Please select a valid phrasebook entry.~~',
'Core:BulkExportQueryPlaceholder' => 'Type an OQL query here...~~',
'Core:BulkExportCanRunNonInteractive' => 'Click here to run the export in non-interactive mode.~~',
'Core:BulkExportLegacyExport' => 'Click here to access the legacy export.~~',
));
?>

View File

@@ -570,7 +570,6 @@ Operators:<br/>
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExport:Friendlyname' => 'Full name~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',

View File

@@ -793,53 +793,52 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds',
'Core:ExplainWTC:ElapsedTime' => 'Time elapsed (stored as \"%1$s\")~~',
'Core:ExplainWTC:StopWatch-TimeSpent' => 'Time spent for \"%1$s\"~~',
'Core:ExplainWTC:StopWatch-Deadline' => 'Deadline for \"%1$s\" at %2$d%%~~',
'Core:BulkExport:MissingParameter_Param' => 'Missing parameter \"%1$s\"~~',
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExport:Friendlyname' => 'Full name~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',
'Core:BulkExport:RetrievingData' => 'Retrieving data...~~',
'Core:BulkExport:HTMLFormat' => 'Web Page (*.html)~~',
'Core:BulkExport:CSVFormat' => 'Comma Separated Values (*.csv)~~',
'Core:BulkExport:XLSXFormat' => 'Excel 2007 or newer (*.xlsx)~~',
'Core:BulkExport:PDFFormat' => 'PDF Document (*.pdf)~~',
'Core:BulkExport:DragAndDropHelp' => 'Drag and drop the columns\' headers to arrange the columns. Preview of %1$s lines. Total number of lines to export: %2$s.~~',
'Core:BulkExport:EmptyPreview' => 'Select the columns to be exported from the list above~~',
'Core:BulkExport:ColumnsOrder' => 'Columns order~~',
'Core:BulkExport:AvailableColumnsFrom_Class' => 'Available columns from %1$s~~',
'Core:BulkExport:NoFieldSelected' => 'Select at least one column to be exported~~',
'Core:BulkExport:CheckAll' => 'Check All~~',
'Core:BulkExport:UncheckAll' => 'Uncheck All~~',
'Core:BulkExport:ExportCancelledByUser' => 'Export cancelled by the user~~',
'Core:BulkExport:CSVOptions' => 'CSV Options~~',
'Core:BulkExport:CSVLocalization' => 'Localization~~',
'Core:BulkExport:PDFOptions' => 'PDF Options~~',
'Core:BulkExport:PDFPageSize' => 'Page Size:~~',
'Core:BulkExport:PageSize-A4' => 'A4~~',
'Core:BulkExport:PageSize-A3' => 'A3~~',
'Core:BulkExport:PageSize-Letter' => 'Letter~~',
'Core:BulkExport:PDFPageOrientation' => 'Page Orientation:~~',
'Core:BulkExport:PageOrientation-L' => 'Landscape~~',
'Core:BulkExport:PageOrientation-P' => 'Portrait~~',
'Core:BulkExport:XMLFormat' => 'XML file (*.xml)~~',
'Core:BulkExport:XMLOptions' => 'XML Options~~',
'Core:BulkExport:SpreadsheetFormat' => 'Spreadsheet HTML format (*.html)~~',
'Core:BulkExport:SpreadsheetOptions' => 'Spreadsheet Options~~',
'Core:BulkExport:OptionNoLocalize' => 'Do not localize the values (for Enumerated fields)~~',
'Core:BulkExport:ScopeDefinition' => 'Definition of the objects to export~~',
'Core:BulkExportLabelOQLExpression' => 'OQL Query:~~',
'Core:BulkExportLabelPhrasebookEntry' => 'Query Phrasebook Entry:~~',
'Core:BulkExportMessageEmptyOQL' => 'Please enter a valid OQL query.~~',
'Core:BulkExportMessageEmptyPhrasebookEntry' => 'Please select a valid phrasebook entry.~~',
'Core:BulkExportQueryPlaceholder' => 'Type an OQL query here...~~',
'Core:BulkExportCanRunNonInteractive' => 'Click here to run the export in non-interactive mode.~~',
'Core:BulkExportLegacyExport' => 'Click here to access the legacy export.~~',
'Core:ExplainWTC:ElapsedTime' => 'Time elapsed (stored as \"%1$s\")~~',
'Core:ExplainWTC:StopWatch-TimeSpent' => 'Time spent for \"%1$s\"~~',
'Core:ExplainWTC:StopWatch-Deadline' => 'Deadline for \"%1$s\" at %2$d%%~~',
'Core:BulkExport:MissingParameter_Param' => 'Missing parameter \"%1$s\"~~',
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',
'Core:BulkExport:RetrievingData' => 'Retrieving data...~~',
'Core:BulkExport:HTMLFormat' => 'Web Page (*.html)~~',
'Core:BulkExport:CSVFormat' => 'Comma Separated Values (*.csv)~~',
'Core:BulkExport:XLSXFormat' => 'Excel 2007 or newer (*.xlsx)~~',
'Core:BulkExport:PDFFormat' => 'PDF Document (*.pdf)~~',
'Core:BulkExport:DragAndDropHelp' => 'Drag and drop the columns\' headers to arrange the columns. Preview of %1$s lines. Total number of lines to export: %2$s.~~',
'Core:BulkExport:EmptyPreview' => 'Select the columns to be exported from the list above~~',
'Core:BulkExport:ColumnsOrder' => 'Columns order~~',
'Core:BulkExport:AvailableColumnsFrom_Class' => 'Available columns from %1$s~~',
'Core:BulkExport:NoFieldSelected' => 'Select at least one column to be exported~~',
'Core:BulkExport:CheckAll' => 'Check All~~',
'Core:BulkExport:UncheckAll' => 'Uncheck All~~',
'Core:BulkExport:ExportCancelledByUser' => 'Export cancelled by the user~~',
'Core:BulkExport:CSVOptions' => 'CSV Options~~',
'Core:BulkExport:CSVLocalization' => 'Localization~~',
'Core:BulkExport:PDFOptions' => 'PDF Options~~',
'Core:BulkExport:PDFPageSize' => 'Page Size:~~',
'Core:BulkExport:PageSize-A4' => 'A4~~',
'Core:BulkExport:PageSize-A3' => 'A3~~',
'Core:BulkExport:PageSize-Letter' => 'Letter~~',
'Core:BulkExport:PDFPageOrientation' => 'Page Orientation:~~',
'Core:BulkExport:PageOrientation-L' => 'Landscape~~',
'Core:BulkExport:PageOrientation-P' => 'Portrait~~',
'Core:BulkExport:XMLFormat' => 'XML file (*.xml)~~',
'Core:BulkExport:XMLOptions' => 'XML Options~~',
'Core:BulkExport:SpreadsheetFormat' => 'Spreadsheet HTML format (*.html)~~',
'Core:BulkExport:SpreadsheetOptions' => 'Spreadsheet Options~~',
'Core:BulkExport:OptionNoLocalize' => 'Do not localize the values (for Enumerated fields)~~',
'Core:BulkExport:ScopeDefinition' => 'Definition of the objects to export~~',
'Core:BulkExportLabelOQLExpression' => 'OQL Query:~~',
'Core:BulkExportLabelPhrasebookEntry' => 'Query Phrasebook Entry:~~',
'Core:BulkExportMessageEmptyOQL' => 'Please enter a valid OQL query.~~',
'Core:BulkExportMessageEmptyPhrasebookEntry' => 'Please select a valid phrasebook entry.~~',
'Core:BulkExportQueryPlaceholder' => 'Type an OQL query here...~~',
'Core:BulkExportCanRunNonInteractive' => 'Click here to run the export in non-interactive mode.~~',
'Core:BulkExportLegacyExport' => 'Click here to access the legacy export.~~',
));
?>

View File

@@ -783,56 +783,55 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds',
'Class:TriggerOnObject/Attribute:filter' => 'Filter~~',
'TriggerOnObject:WrongFilterQuery' => 'Wrong filter query: %1$s~~',
'TriggerOnObject:WrongFilterClass' => 'The filter query must return objects of class \"%1$s\"~~',
'Core:ExplainWTC:ElapsedTime' => 'Time elapsed (stored as \"%1$s\")~~',
'Core:ExplainWTC:StopWatch-TimeSpent' => 'Time spent for \"%1$s\"~~',
'Core:ExplainWTC:StopWatch-Deadline' => 'Deadline for \"%1$s\" at %2$d%%~~',
'Core:BulkExport:MissingParameter_Param' => 'Missing parameter \"%1$s\"~~',
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExport:Friendlyname' => 'Full name~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',
'Core:BulkExport:RetrievingData' => 'Retrieving data...~~',
'Core:BulkExport:HTMLFormat' => 'Web Page (*.html)~~',
'Core:BulkExport:CSVFormat' => 'Comma Separated Values (*.csv)~~',
'Core:BulkExport:XLSXFormat' => 'Excel 2007 or newer (*.xlsx)~~',
'Core:BulkExport:PDFFormat' => 'PDF Document (*.pdf)~~',
'Core:BulkExport:DragAndDropHelp' => 'Drag and drop the columns\' headers to arrange the columns. Preview of %1$s lines. Total number of lines to export: %2$s.~~',
'Core:BulkExport:EmptyPreview' => 'Select the columns to be exported from the list above~~',
'Core:BulkExport:ColumnsOrder' => 'Columns order~~',
'Core:BulkExport:AvailableColumnsFrom_Class' => 'Available columns from %1$s~~',
'Core:BulkExport:NoFieldSelected' => 'Select at least one column to be exported~~',
'Core:BulkExport:CheckAll' => 'Check All~~',
'Core:BulkExport:UncheckAll' => 'Uncheck All~~',
'Core:BulkExport:ExportCancelledByUser' => 'Export cancelled by the user~~',
'Core:BulkExport:CSVOptions' => 'CSV Options~~',
'Core:BulkExport:CSVLocalization' => 'Localization~~',
'Core:BulkExport:PDFOptions' => 'PDF Options~~',
'Core:BulkExport:PDFPageSize' => 'Page Size:~~',
'Core:BulkExport:PageSize-A4' => 'A4~~',
'Core:BulkExport:PageSize-A3' => 'A3~~',
'Core:BulkExport:PageSize-Letter' => 'Letter~~',
'Core:BulkExport:PDFPageOrientation' => 'Page Orientation:~~',
'Core:BulkExport:PageOrientation-L' => 'Landscape~~',
'Core:BulkExport:PageOrientation-P' => 'Portrait~~',
'Core:BulkExport:XMLFormat' => 'XML file (*.xml)~~',
'Core:BulkExport:XMLOptions' => 'XML Options~~',
'Core:BulkExport:SpreadsheetFormat' => 'Spreadsheet HTML format (*.html)~~',
'Core:BulkExport:SpreadsheetOptions' => 'Spreadsheet Options~~',
'Core:BulkExport:OptionNoLocalize' => 'Do not localize the values (for Enumerated fields)~~',
'Core:BulkExport:ScopeDefinition' => 'Definition of the objects to export~~',
'Core:BulkExportLabelOQLExpression' => 'OQL Query:~~',
'Core:BulkExportLabelPhrasebookEntry' => 'Query Phrasebook Entry:~~',
'Core:BulkExportMessageEmptyOQL' => 'Please enter a valid OQL query.~~',
'Core:BulkExportMessageEmptyPhrasebookEntry' => 'Please select a valid phrasebook entry.~~',
'Core:BulkExportQueryPlaceholder' => 'Type an OQL query here...~~',
'Core:BulkExportCanRunNonInteractive' => 'Click here to run the export in non-interactive mode.~~',
'Core:BulkExportLegacyExport' => 'Click here to access the legacy export.~~',
'Class:TriggerOnObject/Attribute:filter' => 'Filter~~',
'TriggerOnObject:WrongFilterQuery' => 'Wrong filter query: %1$s~~',
'TriggerOnObject:WrongFilterClass' => 'The filter query must return objects of class \"%1$s\"~~',
'Core:ExplainWTC:ElapsedTime' => 'Time elapsed (stored as \"%1$s\")~~',
'Core:ExplainWTC:StopWatch-TimeSpent' => 'Time spent for \"%1$s\"~~',
'Core:ExplainWTC:StopWatch-Deadline' => 'Deadline for \"%1$s\" at %2$d%%~~',
'Core:BulkExport:MissingParameter_Param' => 'Missing parameter \"%1$s\"~~',
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',
'Core:BulkExport:RetrievingData' => 'Retrieving data...~~',
'Core:BulkExport:HTMLFormat' => 'Web Page (*.html)~~',
'Core:BulkExport:CSVFormat' => 'Comma Separated Values (*.csv)~~',
'Core:BulkExport:XLSXFormat' => 'Excel 2007 or newer (*.xlsx)~~',
'Core:BulkExport:PDFFormat' => 'PDF Document (*.pdf)~~',
'Core:BulkExport:DragAndDropHelp' => 'Drag and drop the columns\' headers to arrange the columns. Preview of %1$s lines. Total number of lines to export: %2$s.~~',
'Core:BulkExport:EmptyPreview' => 'Select the columns to be exported from the list above~~',
'Core:BulkExport:ColumnsOrder' => 'Columns order~~',
'Core:BulkExport:AvailableColumnsFrom_Class' => 'Available columns from %1$s~~',
'Core:BulkExport:NoFieldSelected' => 'Select at least one column to be exported~~',
'Core:BulkExport:CheckAll' => 'Check All~~',
'Core:BulkExport:UncheckAll' => 'Uncheck All~~',
'Core:BulkExport:ExportCancelledByUser' => 'Export cancelled by the user~~',
'Core:BulkExport:CSVOptions' => 'CSV Options~~',
'Core:BulkExport:CSVLocalization' => 'Localization~~',
'Core:BulkExport:PDFOptions' => 'PDF Options~~',
'Core:BulkExport:PDFPageSize' => 'Page Size:~~',
'Core:BulkExport:PageSize-A4' => 'A4~~',
'Core:BulkExport:PageSize-A3' => 'A3~~',
'Core:BulkExport:PageSize-Letter' => 'Letter~~',
'Core:BulkExport:PDFPageOrientation' => 'Page Orientation:~~',
'Core:BulkExport:PageOrientation-L' => 'Landscape~~',
'Core:BulkExport:PageOrientation-P' => 'Portrait~~',
'Core:BulkExport:XMLFormat' => 'XML file (*.xml)~~',
'Core:BulkExport:XMLOptions' => 'XML Options~~',
'Core:BulkExport:SpreadsheetFormat' => 'Spreadsheet HTML format (*.html)~~',
'Core:BulkExport:SpreadsheetOptions' => 'Spreadsheet Options~~',
'Core:BulkExport:OptionNoLocalize' => 'Do not localize the values (for Enumerated fields)~~',
'Core:BulkExport:ScopeDefinition' => 'Definition of the objects to export~~',
'Core:BulkExportLabelOQLExpression' => 'OQL Query:~~',
'Core:BulkExportLabelPhrasebookEntry' => 'Query Phrasebook Entry:~~',
'Core:BulkExportMessageEmptyOQL' => 'Please enter a valid OQL query.~~',
'Core:BulkExportMessageEmptyPhrasebookEntry' => 'Please select a valid phrasebook entry.~~',
'Core:BulkExportQueryPlaceholder' => 'Type an OQL query here...~~',
'Core:BulkExportCanRunNonInteractive' => 'Click here to run the export in non-interactive mode.~~',
'Core:BulkExportLegacyExport' => 'Click here to access the legacy export.~~',
));
?>

View File

@@ -788,7 +788,6 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExport:Friendlyname' => 'Full name~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',

View File

@@ -385,52 +385,52 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:lnkTriggerAction/Attribute:trigger_name+' => '',
'Class:lnkTriggerAction/Attribute:order' => 'Order',
'Class:lnkTriggerAction/Attribute:order+' => 'İşlem uygulama sırası',
'Core:DeletedObjectLabel' => '%1s (deleted)~~',
'Core:DeletedObjectTip' => 'The object has been deleted on %1$s (%2$s)~~',
'Core:UnknownObjectLabel' => 'Object not found (class: %1$s, id: %2$d)~~',
'Core:UnknownObjectTip' => 'The object could not be found. It may have been deleted some time ago and the log has been purged since.~~',
'Core:AttributeLinkedSet' => 'Array of objects~~',
'Core:AttributeLinkedSet+' => 'Any kind of objects of the same class or subclass~~',
'Core:AttributeLinkedSetIndirect' => 'Array of objects (N-N)~~',
'Core:AttributeLinkedSetIndirect+' => 'Any kind of objects [subclass] of the same class~~',
'Core:AttributeInteger' => 'Integer~~',
'Core:AttributeInteger+' => 'Numeric value (could be negative)~~',
'Core:AttributeDecimal' => 'Decimal~~',
'Core:AttributeDecimal+' => 'Decimal value (could be negative)~~',
'Core:AttributeBoolean' => 'Boolean~~',
'Core:AttributeBoolean+' => 'Boolean~~',
'Core:AttributeString' => 'String~~',
'Core:AttributeString+' => 'Alphanumeric string~~',
'Core:AttributeClass' => 'Class~~',
'Core:AttributeClass+' => 'Class~~',
'Core:AttributeApplicationLanguage' => 'User language~~',
'Core:AttributeApplicationLanguage+' => 'Language and country (EN US)~~',
'Core:AttributeFinalClass' => 'Class (auto)~~',
'Core:AttributeFinalClass+' => 'Real class of the object (automatically created by the core)~~',
'Core:AttributePassword' => 'Password~~',
'Core:AttributePassword+' => 'Password of an external device~~',
'Core:AttributeEncryptedString' => 'Encrypted string~~',
'Core:AttributeEncryptedString+' => 'String encrypted with a local key~~',
'Core:AttributeText' => 'Text~~',
'Core:AttributeText+' => 'Multiline character string~~',
'Core:AttributeHTML' => 'HTML~~',
'Core:AttributeHTML+' => 'HTML string~~',
'Core:AttributeEmailAddress' => 'Email address~~',
'Core:AttributeEmailAddress+' => 'Email address~~',
'Core:AttributeIPAddress' => 'IP address~~',
'Core:AttributeIPAddress+' => 'IP address~~',
'Core:AttributeOQL' => 'OQL~~',
'Core:AttributeOQL+' => 'Object Query Langage expression~~',
'Core:AttributeEnum' => 'Enum~~',
'Core:AttributeEnum+' => 'List of predefined alphanumeric strings~~',
'Core:AttributeTemplateString' => 'Template string~~',
'Core:AttributeTemplateString+' => 'String containing placeholders~~',
'Core:AttributeTemplateText' => 'Template text~~',
'Core:AttributeTemplateText+' => 'Text containing placeholders~~',
'Core:AttributeTemplateHTML' => 'Template HTML~~',
'Core:AttributeTemplateHTML+' => 'HTML containing placeholders~~',
'Core:AttributeDateTime' => 'Date/time~~',
'Core:AttributeDateTime+' => 'Date and time (year-month-day hh:mm:ss)~~',
'Core:DeletedObjectLabel' => '%1s (deleted)~~',
'Core:DeletedObjectTip' => 'The object has been deleted on %1$s (%2$s)~~',
'Core:UnknownObjectLabel' => 'Object not found (class: %1$s, id: %2$d)~~',
'Core:UnknownObjectTip' => 'The object could not be found. It may have been deleted some time ago and the log has been purged since.~~',
'Core:AttributeLinkedSet' => 'Array of objects~~',
'Core:AttributeLinkedSet+' => 'Any kind of objects of the same class or subclass~~',
'Core:AttributeLinkedSetIndirect' => 'Array of objects (N-N)~~',
'Core:AttributeLinkedSetIndirect+' => 'Any kind of objects [subclass] of the same class~~',
'Core:AttributeInteger' => 'Integer~~',
'Core:AttributeInteger+' => 'Numeric value (could be negative)~~',
'Core:AttributeDecimal' => 'Decimal~~',
'Core:AttributeDecimal+' => 'Decimal value (could be negative)~~',
'Core:AttributeBoolean' => 'Boolean~~',
'Core:AttributeBoolean+' => 'Boolean~~',
'Core:AttributeString' => 'String~~',
'Core:AttributeString+' => 'Alphanumeric string~~',
'Core:AttributeClass' => 'Class~~',
'Core:AttributeClass+' => 'Class~~',
'Core:AttributeApplicationLanguage' => 'User language~~',
'Core:AttributeApplicationLanguage+' => 'Language and country (EN US)~~',
'Core:AttributeFinalClass' => 'Class (auto)~~',
'Core:AttributeFinalClass+' => 'Real class of the object (automatically created by the core)~~',
'Core:AttributePassword' => 'Password~~',
'Core:AttributePassword+' => 'Password of an external device~~',
'Core:AttributeEncryptedString' => 'Encrypted string~~',
'Core:AttributeEncryptedString+' => 'String encrypted with a local key~~',
'Core:AttributeText' => 'Text~~',
'Core:AttributeText+' => 'Multiline character string~~',
'Core:AttributeHTML' => 'HTML~~',
'Core:AttributeHTML+' => 'HTML string~~',
'Core:AttributeEmailAddress' => 'Email address~~',
'Core:AttributeEmailAddress+' => 'Email address~~',
'Core:AttributeIPAddress' => 'IP address~~',
'Core:AttributeIPAddress+' => 'IP address~~',
'Core:AttributeOQL' => 'OQL~~',
'Core:AttributeOQL+' => 'Object Query Langage expression~~',
'Core:AttributeEnum' => 'Enum~~',
'Core:AttributeEnum+' => 'List of predefined alphanumeric strings~~',
'Core:AttributeTemplateString' => 'Template string~~',
'Core:AttributeTemplateString+' => 'String containing placeholders~~',
'Core:AttributeTemplateText' => 'Template text~~',
'Core:AttributeTemplateText+' => 'Text containing placeholders~~',
'Core:AttributeTemplateHTML' => 'Template HTML~~',
'Core:AttributeTemplateHTML+' => 'HTML containing placeholders~~',
'Core:AttributeDateTime' => 'Date/time~~',
'Core:AttributeDateTime+' => 'Date and time (year-month-day hh:mm:ss)~~',
'Core:AttributeDateTime?SmartSearch' => '
<p>
Date format:<br/>
@@ -445,9 +445,9 @@ Operators:<br/>
</p>
<p>
If the time is omitted, it defaults to 00:00:00
</p>~~',
'Core:AttributeDate' => 'Date~~',
'Core:AttributeDate+' => 'Date (year-month-day)~~',
</p>~~',
'Core:AttributeDate' => 'Date~~',
'Core:AttributeDate+' => 'Date (year-month-day)~~',
'Core:AttributeDate?SmartSearch' => '
<p>
Date format:<br/>
@@ -459,307 +459,306 @@ Operators:<br/>
<b>&gt;</b><em>date</em><br/>
<b>&lt;</b><em>date</em><br/>
<b>[</b><em>date</em>,<em>date</em><b>]</b>
</p>~~',
'Core:AttributeDeadline' => 'Deadline~~',
'Core:AttributeDeadline+' => 'Date, displayed relatively to the current time~~',
'Core:AttributeExternalKey' => 'External key~~',
'Core:AttributeExternalKey+' => 'External (or foreign) key~~',
'Core:AttributeHierarchicalKey' => 'Hierarchical Key~~',
'Core:AttributeHierarchicalKey+' => 'External (or foreign) key to the parent~~',
'Core:AttributeExternalField' => 'External field~~',
'Core:AttributeExternalField+' => 'Field mapped to an external key~~',
'Core:AttributeURL' => 'URL~~',
'Core:AttributeURL+' => 'Absolute or relative URL as a text string~~',
'Core:AttributeBlob' => 'Blob~~',
'Core:AttributeBlob+' => 'Any binary content (document)~~',
'Core:AttributeOneWayPassword' => 'One way password~~',
'Core:AttributeOneWayPassword+' => 'One way encrypted (hashed) password~~',
'Core:AttributeTable' => 'Table~~',
'Core:AttributeTable+' => 'Indexed array having two dimensions~~',
'Core:AttributePropertySet' => 'Properties~~',
'Core:AttributePropertySet+' => 'List of untyped properties (name and value)~~',
'Core:AttributeFriendlyName' => 'Friendly name~~',
'Core:AttributeFriendlyName+' => 'Attribute created automatically ; the friendly name is computed after several attributes~~',
'Core:FriendlyName-Label' => 'Friendly name~~',
'Core:FriendlyName-Description' => 'Friendly name~~',
'Change:ObjectModified' => 'Object modified~~',
'Change:AttName_EntryAdded' => '%1$s modified, new entry added.~~',
'Change:LinkSet:Added' => 'added %1$s~~',
'Change:LinkSet:Removed' => 'removed %1$s~~',
'Change:LinkSet:Modified' => 'modified %1$s~~',
'Class:EventNotificationEmail/Attribute:attachments' => 'Attachments~~',
'Class:EventLoginUsage' => 'Login Usage~~',
'Class:EventLoginUsage+' => 'Connection to the application~~',
'Class:EventLoginUsage/Attribute:user_id' => 'Login~~',
'Class:EventLoginUsage/Attribute:user_id+' => 'Login~~',
'Class:EventLoginUsage/Attribute:contact_name' => 'User Name~~',
'Class:EventLoginUsage/Attribute:contact_name+' => 'User Name~~',
'Class:EventLoginUsage/Attribute:contact_email' => 'User Email~~',
'Class:EventLoginUsage/Attribute:contact_email+' => 'Email Address of the User~~',
'Class:TriggerOnObject/Attribute:filter' => 'Filter~~',
'TriggerOnObject:WrongFilterQuery' => 'Wrong filter query: %1$s~~',
'TriggerOnObject:WrongFilterClass' => 'The filter query must return objects of class \"%1$s\"~~',
'Class:TriggerOnPortalUpdate' => 'Trigger (when updated from the portal)~~',
'Class:TriggerOnPortalUpdate+' => 'Trigger on a end-user\'s update from the portal~~',
'Class:TriggerOnThresholdReached' => 'Trigger (on threshold)~~',
'Class:TriggerOnThresholdReached+' => 'Trigger on Stop-Watch threshold reached~~',
'Class:TriggerOnThresholdReached/Attribute:stop_watch_code' => 'Stop watch~~',
'Class:TriggerOnThresholdReached/Attribute:threshold_index' => 'Threshold~~',
'Class:SynchroDataSource/Attribute:name' => 'Name~~',
'Class:SynchroDataSource/Attribute:name+' => 'Name~~',
'Class:SynchroDataSource/Attribute:description' => 'Description~~',
'Class:SynchroDataSource/Attribute:status' => 'Status~~',
'Class:SynchroDataSource/Attribute:scope_class' => 'Target class~~',
'Class:SynchroDataSource/Attribute:user_id' => 'User~~',
'Class:SynchroDataSource/Attribute:notify_contact_id' => 'Contact to notify~~',
'Class:SynchroDataSource/Attribute:notify_contact_id+' => 'Contact to notify in case of error~~',
'Class:SynchroDataSource/Attribute:url_icon' => 'Icon\'s hyperlink~~',
'Class:SynchroDataSource/Attribute:url_icon+' => 'Hyperlink a (small) image representing the application with which iTop is synchronized~~',
'Class:SynchroDataSource/Attribute:url_application' => 'Application\'s hyperlink~~',
'Class:SynchroDataSource/Attribute:url_application+' => 'Hyperlink to the iTop object in the external application with which iTop is synchronized (if applicable). Possible placeholders: $this->attribute$ and $replica->primary_key$~~',
'Class:SynchroDataSource/Attribute:reconciliation_policy' => 'Reconciliation policy~~',
'Class:SynchroDataSource/Attribute:full_load_periodicity' => 'Full load interval~~',
'Class:SynchroDataSource/Attribute:full_load_periodicity+' => 'A complete reload of all data must occur at least as often as specified here~~',
'Class:SynchroDataSource/Attribute:action_on_zero' => 'Action on zero~~',
'Class:SynchroDataSource/Attribute:action_on_zero+' => 'Action taken when the search returns no object~~',
'Class:SynchroDataSource/Attribute:action_on_one' => 'Action on one~~',
'Class:SynchroDataSource/Attribute:action_on_one+' => 'Action taken when the search returns exactly one object~~',
'Class:SynchroDataSource/Attribute:action_on_multiple' => 'Action on many~~',
'Class:SynchroDataSource/Attribute:action_on_multiple+' => 'Action taken when the search returns more than one object~~',
'Class:SynchroDataSource/Attribute:user_delete_policy' => 'Users allowed~~',
'Class:SynchroDataSource/Attribute:user_delete_policy+' => 'Who is allowed to delete synchronized objects~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:never' => 'Nobody~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:depends' => 'Administrators only~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:always' => 'All allowed users~~',
'Class:SynchroDataSource/Attribute:delete_policy_update' => 'Update rules~~',
'Class:SynchroDataSource/Attribute:delete_policy_update+' => 'Syntax: field_name:value; ...~~',
'Class:SynchroDataSource/Attribute:delete_policy_retention' => 'Retention Duration~~',
'Class:SynchroDataSource/Attribute:delete_policy_retention+' => 'How much time an obsolete object is kept before being deleted~~',
'Class:SynchroDataSource/Attribute:database_table_name' => 'Data table~~',
'Class:SynchroDataSource/Attribute:database_table_name+' => 'Name of the table to store the synchronization data. If left empty, a default name will be computed.~~',
'SynchroDataSource:Description' => 'Description~~',
'SynchroDataSource:Reconciliation' => 'Search &amp; reconciliation~~',
'SynchroDataSource:Deletion' => 'Deletion rules~~',
'SynchroDataSource:Status' => 'Status~~',
'SynchroDataSource:Information' => 'Information~~',
'SynchroDataSource:Definition' => 'Definition~~',
'Core:SynchroAttributes' => 'Attributes~~',
'Core:SynchroStatus' => 'Status~~',
'Core:Synchro:ErrorsLabel' => 'Errors~~',
'Core:Synchro:CreatedLabel' => 'Created~~',
'Core:Synchro:ModifiedLabel' => 'Modified~~',
'Core:Synchro:UnchangedLabel' => 'Unchanged~~',
'Core:Synchro:ReconciledErrorsLabel' => 'Errors~~',
'Core:Synchro:ReconciledLabel' => 'Reconciled~~',
'Core:Synchro:ReconciledNewLabel' => 'Created~~',
'Core:SynchroReconcile:Yes' => 'Yes~~',
'Core:SynchroReconcile:No' => 'No~~',
'Core:SynchroUpdate:Yes' => 'Yes~~',
'Core:SynchroUpdate:No' => 'No~~',
'Core:Synchro:LastestStatus' => 'Latest Status~~',
'Core:Synchro:History' => 'Synchronization History~~',
'Core:Synchro:NeverRun' => 'This synchro was never run. No log yet.~~',
'Core:Synchro:SynchroEndedOn_Date' => 'The latest synchronization ended on %1$s.~~',
'Core:Synchro:SynchroRunningStartedOn_Date' => 'The synchronization started on %1$s is still running...~~',
'Menu:DataSources' => 'Synchronization Data Sources~~',
'Menu:DataSources+' => 'All Synchronization Data Sources~~',
'Core:Synchro:label_repl_ignored' => 'Ignored (%1$s)~~',
'Core:Synchro:label_repl_disappeared' => 'Disappeared (%1$s)~~',
'Core:Synchro:label_repl_existing' => 'Existing (%1$s)~~',
'Core:Synchro:label_repl_new' => 'New (%1$s)~~',
'Core:Synchro:label_obj_deleted' => 'Deleted (%1$s)~~',
'Core:Synchro:label_obj_obsoleted' => 'Obsoleted (%1$s)~~',
'Core:Synchro:label_obj_disappeared_errors' => 'Errors (%1$s)~~',
'Core:Synchro:label_obj_disappeared_no_action' => 'No Action (%1$s)~~',
'Core:Synchro:label_obj_unchanged' => 'Unchanged (%1$s)~~',
'Core:Synchro:label_obj_updated' => 'Updated (%1$s)~~',
'Core:Synchro:label_obj_updated_errors' => 'Errors (%1$s)~~',
'Core:Synchro:label_obj_new_unchanged' => 'Unchanged (%1$s)~~',
'Core:Synchro:label_obj_new_updated' => 'Updated (%1$s)~~',
'Core:Synchro:label_obj_created' => 'Created (%1$s)~~',
'Core:Synchro:label_obj_new_errors' => 'Errors (%1$s)~~',
'Core:SynchroLogTitle' => '%1$s - %2$s~~',
'Core:Synchro:Nb_Replica' => 'Replica processed: %1$s~~',
'Core:Synchro:Nb_Class:Objects' => '%1$s: %2$s~~',
'Class:SynchroDataSource/Error:AtLeastOneReconciliationKeyMustBeSpecified' => 'At Least one reconciliation key must be specified, or the reconciliation policy must be to use the primary key.~~',
'Class:SynchroDataSource/Error:DeleteRetentionDurationMustBeSpecified' => 'A delete retention period must be specified, since objects are to be deleted after being marked as obsolete~~',
'Class:SynchroDataSource/Error:DeletePolicyUpdateMustBeSpecified' => 'Obsolete objects are to be updated, but no update is specified.~~',
'Class:SynchroDataSource/Error:DataTableAlreadyExists' => 'The table %1$s already exists in the database. Please use another name for the synchro data table.~~',
'Core:SynchroReplica:PublicData' => 'Public Data~~',
'Core:SynchroReplica:PrivateDetails' => 'Private Details~~',
'Core:SynchroReplica:BackToDataSource' => 'Go Back to the Synchro Data Source: %1$s~~',
'Core:SynchroReplica:ListOfReplicas' => 'List of Replica~~',
'Core:SynchroAttExtKey:ReconciliationById' => 'id (Primary Key)~~',
'Core:SynchroAtt:attcode' => 'Attribute~~',
'Core:SynchroAtt:attcode+' => 'Field of the object~~',
'Core:SynchroAtt:reconciliation' => 'Reconciliation ?~~',
'Core:SynchroAtt:reconciliation+' => 'Used for searching~~',
'Core:SynchroAtt:update' => 'Update ?~~',
'Core:SynchroAtt:update+' => 'Used to update the object~~',
'Core:SynchroAtt:update_policy' => 'Update Policy~~',
'Core:SynchroAtt:update_policy+' => 'Behavior of the updated field~~',
'Core:SynchroAtt:reconciliation_attcode' => 'Reconciliation Key~~',
'Core:SynchroAtt:reconciliation_attcode+' => 'Attribute Code for the External Key Reconciliation~~',
'Core:SyncDataExchangeComment' => '(Data Synchro)~~',
'Core:Synchro:ListOfDataSources' => 'List of data sources:~~',
'Core:Synchro:LastSynchro' => 'Last synchronization:~~',
'Core:Synchro:ThisObjectIsSynchronized' => 'This object is synchronized with an external data source~~',
'Core:Synchro:TheObjectWasCreatedBy_Source' => 'The object was <b>created</b> by the external data source %1$s~~',
'Core:Synchro:TheObjectCanBeDeletedBy_Source' => 'The object <b>can be deleted</b> by the external data source %1$s~~',
'Core:Synchro:TheObjectCannotBeDeletedByUser_Source' => 'You <b>cannot delete the object</b> because it is owned by the external data source %1$s~~',
'TitleSynchroExecution' => 'Execution of the synchronization~~',
'Class:SynchroDataSource:DataTable' => 'Database table: %1$s~~',
'Core:SyncDataSourceObsolete' => 'The data source is marked as obsolete. Operation cancelled.~~',
'Core:SyncDataSourceAccessRestriction' => 'Only adminstrators or the user specified in the data source can execute this operation. Operation cancelled.~~',
'Core:SyncTooManyMissingReplicas' => 'All records have been untouched for some time (all of the objects could be deleted). Please check that the process that writes into the synchronization table is still running. Operation cancelled.~~',
'Core:SyncSplitModeCLIOnly' => 'The synchronization can be executed in chunks only if run in mode CLI~~',
'Core:Synchro:ListReplicas_AllReplicas_Errors_Warnings' => '%1$s replicas, %2$s error(s), %3$s warning(s).~~',
'Core:SynchroReplica:TargetObject' => 'Synchronized Object: %1$s~~',
'Class:AsyncSendEmail' => 'Email (asynchronous)~~',
'Class:AsyncSendEmail/Attribute:to' => 'To~~',
'Class:AsyncSendEmail/Attribute:subject' => 'Subject~~',
'Class:AsyncSendEmail/Attribute:body' => 'Body~~',
'Class:AsyncSendEmail/Attribute:header' => 'Header~~',
'Class:CMDBChangeOpSetAttributeOneWayPassword' => 'Encrypted Password~~',
'Class:CMDBChangeOpSetAttributeOneWayPassword/Attribute:prev_pwd' => 'Previous Value~~',
'Class:CMDBChangeOpSetAttributeEncrypted' => 'Encrypted Field~~',
'Class:CMDBChangeOpSetAttributeEncrypted/Attribute:prevstring' => 'Previous Value~~',
'Class:CMDBChangeOpSetAttributeCaseLog' => 'Case Log~~',
'Class:CMDBChangeOpSetAttributeCaseLog/Attribute:lastentry' => 'Last Entry~~',
'Class:SynchroDataSource' => 'Synchro Data Source~~',
'Class:SynchroDataSource/Attribute:status/Value:implementation' => 'Implementation~~',
'Class:SynchroDataSource/Attribute:status/Value:obsolete' => 'Obsolete~~',
'Class:SynchroDataSource/Attribute:status/Value:production' => 'Production~~',
'Class:SynchroDataSource/Attribute:scope_restriction' => 'Scope restriction~~',
'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_attributes' => 'Use the attributes~~',
'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_primary_key' => 'Use the primary_key field~~',
'Class:SynchroDataSource/Attribute:action_on_zero/Value:create' => 'Create~~',
'Class:SynchroDataSource/Attribute:action_on_zero/Value:error' => 'Error~~',
'Class:SynchroDataSource/Attribute:action_on_one/Value:error' => 'Error~~',
'Class:SynchroDataSource/Attribute:action_on_one/Value:update' => 'Update~~',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:create' => 'Create~~',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:error' => 'Error~~',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:take_first' => 'Take the first one (random?)~~',
'Class:SynchroDataSource/Attribute:delete_policy' => 'Delete Policy~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:delete' => 'Delete~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:ignore' => 'Ignore~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:update' => 'Update~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:update_then_delete' => 'Update then Delete~~',
'Class:SynchroDataSource/Attribute:attribute_list' => 'Attributes List~~',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:administrators' => 'Administrators only~~',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:everybody' => 'Everybody allowed to delete such objects~~',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:nobody' => 'Nobody~~',
'Class:SynchroAttribute' => 'Synchro Attribute~~',
'Class:SynchroAttribute/Attribute:sync_source_id' => 'Synchro Data Source~~',
'Class:SynchroAttribute/Attribute:attcode' => 'Attribute Code~~',
'Class:SynchroAttribute/Attribute:update' => 'Update~~',
'Class:SynchroAttribute/Attribute:reconcile' => 'Reconcile~~',
'Class:SynchroAttribute/Attribute:update_policy' => 'Update Policy~~',
'Class:SynchroAttribute/Attribute:update_policy/Value:master_locked' => 'Locked~~',
'Class:SynchroAttribute/Attribute:update_policy/Value:master_unlocked' => 'Unlocked~~',
'Class:SynchroAttribute/Attribute:update_policy/Value:write_if_empty' => 'Initialize if empty~~',
'Class:SynchroAttribute/Attribute:finalclass' => 'Class~~',
'Class:SynchroAttExtKey' => 'Synchro Attribute (ExtKey)~~',
'Class:SynchroAttExtKey/Attribute:reconciliation_attcode' => 'Reconciliation Attribute~~',
'Class:SynchroAttLinkSet' => 'Synchro Attribute (Linkset)~~',
'Class:SynchroAttLinkSet/Attribute:row_separator' => 'Rows separator~~',
'Class:SynchroAttLinkSet/Attribute:attribute_separator' => 'Attributes separator~~',
'Class:SynchroLog' => 'Synchr Log~~',
'Class:SynchroLog/Attribute:sync_source_id' => 'Synchro Data Source~~',
'Class:SynchroLog/Attribute:start_date' => 'Start Date~~',
'Class:SynchroLog/Attribute:end_date' => 'End Date~~',
'Class:SynchroLog/Attribute:status' => 'Status~~',
'Class:SynchroLog/Attribute:status/Value:completed' => 'Completed~~',
'Class:SynchroLog/Attribute:status/Value:error' => 'Error~~',
'Class:SynchroLog/Attribute:status/Value:running' => 'Still Running~~',
'Class:SynchroLog/Attribute:stats_nb_replica_seen' => 'Nb replica seen~~',
'Class:SynchroLog/Attribute:stats_nb_replica_total' => 'Nb replica total~~',
'Class:SynchroLog/Attribute:stats_nb_obj_deleted' => 'Nb objects deleted~~',
'Class:SynchroLog/Attribute:stats_nb_obj_deleted_errors' => 'Nb of errors while deleting~~',
'Class:SynchroLog/Attribute:stats_nb_obj_obsoleted' => 'Nb objects obsoleted~~',
'Class:SynchroLog/Attribute:stats_nb_obj_obsoleted_errors' => 'Nb of errors while obsoleting~~',
'Class:SynchroLog/Attribute:stats_nb_obj_created' => 'Nb objects created~~',
'Class:SynchroLog/Attribute:stats_nb_obj_created_errors' => 'Nb or errors while creating~~',
'Class:SynchroLog/Attribute:stats_nb_obj_updated' => 'Nb objects updated~~',
'Class:SynchroLog/Attribute:stats_nb_obj_updated_errors' => 'Nb errors while updating~~',
'Class:SynchroLog/Attribute:stats_nb_replica_reconciled_errors' => 'Nb of errors during reconciliation~~',
'Class:SynchroLog/Attribute:stats_nb_replica_disappeared_no_action' => 'Nb replica disappeared~~',
'Class:SynchroLog/Attribute:stats_nb_obj_new_updated' => 'Nb objects updated~~',
'Class:SynchroLog/Attribute:stats_nb_obj_new_unchanged' => 'Nb objects unchanged~~',
'Class:SynchroLog/Attribute:last_error' => 'Last error~~',
'Class:SynchroLog/Attribute:traces' => 'Traces~~',
'Class:SynchroReplica' => 'Synchro Replica~~',
'Class:SynchroReplica/Attribute:sync_source_id' => 'Synchro Data Source~~',
'Class:SynchroReplica/Attribute:dest_id' => 'Destination object (ID)~~',
'Class:SynchroReplica/Attribute:dest_class' => 'Destination type~~',
'Class:SynchroReplica/Attribute:status_last_seen' => 'Last seen~~',
'Class:SynchroReplica/Attribute:status' => 'Status~~',
'Class:SynchroReplica/Attribute:status/Value:modified' => 'Modified~~',
'Class:SynchroReplica/Attribute:status/Value:new' => 'New~~',
'Class:SynchroReplica/Attribute:status/Value:obsolete' => 'Obsolete~~',
'Class:SynchroReplica/Attribute:status/Value:orphan' => 'Orphan~~',
'Class:SynchroReplica/Attribute:status/Value:synchronized' => 'Synchronized~~',
'Class:SynchroReplica/Attribute:status_dest_creator' => 'Object Created ?~~',
'Class:SynchroReplica/Attribute:status_last_error' => 'Last Error~~',
'Class:SynchroReplica/Attribute:status_last_warning' => 'Warnings~~',
'Class:SynchroReplica/Attribute:info_creation_date' => 'Creation Date~~',
'Class:SynchroReplica/Attribute:info_last_modified' => 'Last Modified Date~~',
'Class:appUserPreferences' => 'User Preferences~~',
'Class:appUserPreferences/Attribute:userid' => 'User~~',
'Class:appUserPreferences/Attribute:preferences' => 'Prefs~~',
'Core:ExecProcess:Code1' => 'Wrong command or command finished with errors (e.g. wrong script name)~~',
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)~~',
'Core:Duration_Seconds' => '%1$ds~~',
'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds~~',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds~~',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds~~',
'Core:ExplainWTC:ElapsedTime' => 'Time elapsed (stored as \"%1$s\")~~',
'Core:ExplainWTC:StopWatch-TimeSpent' => 'Time spent for \"%1$s\"~~',
'Core:ExplainWTC:StopWatch-Deadline' => 'Deadline for \"%1$s\" at %2$d%%~~',
'Core:BulkExport:MissingParameter_Param' => 'Missing parameter \"%1$s\"~~',
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExport:Friendlyname' => 'Full name~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',
'Core:BulkExport:RetrievingData' => 'Retrieving data...~~',
'Core:BulkExport:HTMLFormat' => 'Web Page (*.html)~~',
'Core:BulkExport:CSVFormat' => 'Comma Separated Values (*.csv)~~',
'Core:BulkExport:XLSXFormat' => 'Excel 2007 or newer (*.xlsx)~~',
'Core:BulkExport:PDFFormat' => 'PDF Document (*.pdf)~~',
'Core:BulkExport:DragAndDropHelp' => 'Drag and drop the columns\' headers to arrange the columns. Preview of %1$s lines. Total number of lines to export: %2$s.~~',
'Core:BulkExport:EmptyPreview' => 'Select the columns to be exported from the list above~~',
'Core:BulkExport:ColumnsOrder' => 'Columns order~~',
'Core:BulkExport:AvailableColumnsFrom_Class' => 'Available columns from %1$s~~',
'Core:BulkExport:NoFieldSelected' => 'Select at least one column to be exported~~',
'Core:BulkExport:CheckAll' => 'Check All~~',
'Core:BulkExport:UncheckAll' => 'Uncheck All~~',
'Core:BulkExport:ExportCancelledByUser' => 'Export cancelled by the user~~',
'Core:BulkExport:CSVOptions' => 'CSV Options~~',
'Core:BulkExport:CSVLocalization' => 'Localization~~',
'Core:BulkExport:PDFOptions' => 'PDF Options~~',
'Core:BulkExport:PDFPageSize' => 'Page Size:~~',
'Core:BulkExport:PageSize-A4' => 'A4~~',
'Core:BulkExport:PageSize-A3' => 'A3~~',
'Core:BulkExport:PageSize-Letter' => 'Letter~~',
'Core:BulkExport:PDFPageOrientation' => 'Page Orientation:~~',
'Core:BulkExport:PageOrientation-L' => 'Landscape~~',
'Core:BulkExport:PageOrientation-P' => 'Portrait~~',
'Core:BulkExport:XMLFormat' => 'XML file (*.xml)~~',
'Core:BulkExport:XMLOptions' => 'XML Options~~',
'Core:BulkExport:SpreadsheetFormat' => 'Spreadsheet HTML format (*.html)~~',
'Core:BulkExport:SpreadsheetOptions' => 'Spreadsheet Options~~',
'Core:BulkExport:OptionNoLocalize' => 'Do not localize the values (for Enumerated fields)~~',
'Core:BulkExport:ScopeDefinition' => 'Definition of the objects to export~~',
'Core:BulkExportLabelOQLExpression' => 'OQL Query:~~',
'Core:BulkExportLabelPhrasebookEntry' => 'Query Phrasebook Entry:~~',
'Core:BulkExportMessageEmptyOQL' => 'Please enter a valid OQL query.~~',
'Core:BulkExportMessageEmptyPhrasebookEntry' => 'Please select a valid phrasebook entry.~~',
'Core:BulkExportQueryPlaceholder' => 'Type an OQL query here...~~',
'Core:BulkExportCanRunNonInteractive' => 'Click here to run the export in non-interactive mode.~~',
'Core:BulkExportLegacyExport' => 'Click here to access the legacy export.~~',
</p>~~',
'Core:AttributeDeadline' => 'Deadline~~',
'Core:AttributeDeadline+' => 'Date, displayed relatively to the current time~~',
'Core:AttributeExternalKey' => 'External key~~',
'Core:AttributeExternalKey+' => 'External (or foreign) key~~',
'Core:AttributeHierarchicalKey' => 'Hierarchical Key~~',
'Core:AttributeHierarchicalKey+' => 'External (or foreign) key to the parent~~',
'Core:AttributeExternalField' => 'External field~~',
'Core:AttributeExternalField+' => 'Field mapped to an external key~~',
'Core:AttributeURL' => 'URL~~',
'Core:AttributeURL+' => 'Absolute or relative URL as a text string~~',
'Core:AttributeBlob' => 'Blob~~',
'Core:AttributeBlob+' => 'Any binary content (document)~~',
'Core:AttributeOneWayPassword' => 'One way password~~',
'Core:AttributeOneWayPassword+' => 'One way encrypted (hashed) password~~',
'Core:AttributeTable' => 'Table~~',
'Core:AttributeTable+' => 'Indexed array having two dimensions~~',
'Core:AttributePropertySet' => 'Properties~~',
'Core:AttributePropertySet+' => 'List of untyped properties (name and value)~~',
'Core:AttributeFriendlyName' => 'Friendly name~~',
'Core:AttributeFriendlyName+' => 'Attribute created automatically ; the friendly name is computed after several attributes~~',
'Core:FriendlyName-Label' => 'Friendly name~~',
'Core:FriendlyName-Description' => 'Friendly name~~',
'Change:ObjectModified' => 'Object modified~~',
'Change:AttName_EntryAdded' => '%1$s modified, new entry added.~~',
'Change:LinkSet:Added' => 'added %1$s~~',
'Change:LinkSet:Removed' => 'removed %1$s~~',
'Change:LinkSet:Modified' => 'modified %1$s~~',
'Class:EventNotificationEmail/Attribute:attachments' => 'Attachments~~',
'Class:EventLoginUsage' => 'Login Usage~~',
'Class:EventLoginUsage+' => 'Connection to the application~~',
'Class:EventLoginUsage/Attribute:user_id' => 'Login~~',
'Class:EventLoginUsage/Attribute:user_id+' => 'Login~~',
'Class:EventLoginUsage/Attribute:contact_name' => 'User Name~~',
'Class:EventLoginUsage/Attribute:contact_name+' => 'User Name~~',
'Class:EventLoginUsage/Attribute:contact_email' => 'User Email~~',
'Class:EventLoginUsage/Attribute:contact_email+' => 'Email Address of the User~~',
'Class:TriggerOnObject/Attribute:filter' => 'Filter~~',
'TriggerOnObject:WrongFilterQuery' => 'Wrong filter query: %1$s~~',
'TriggerOnObject:WrongFilterClass' => 'The filter query must return objects of class \"%1$s\"~~',
'Class:TriggerOnPortalUpdate' => 'Trigger (when updated from the portal)~~',
'Class:TriggerOnPortalUpdate+' => 'Trigger on a end-user\'s update from the portal~~',
'Class:TriggerOnThresholdReached' => 'Trigger (on threshold)~~',
'Class:TriggerOnThresholdReached+' => 'Trigger on Stop-Watch threshold reached~~',
'Class:TriggerOnThresholdReached/Attribute:stop_watch_code' => 'Stop watch~~',
'Class:TriggerOnThresholdReached/Attribute:threshold_index' => 'Threshold~~',
'Class:SynchroDataSource/Attribute:name' => 'Name~~',
'Class:SynchroDataSource/Attribute:name+' => 'Name~~',
'Class:SynchroDataSource/Attribute:description' => 'Description~~',
'Class:SynchroDataSource/Attribute:status' => 'Status~~',
'Class:SynchroDataSource/Attribute:scope_class' => 'Target class~~',
'Class:SynchroDataSource/Attribute:user_id' => 'User~~',
'Class:SynchroDataSource/Attribute:notify_contact_id' => 'Contact to notify~~',
'Class:SynchroDataSource/Attribute:notify_contact_id+' => 'Contact to notify in case of error~~',
'Class:SynchroDataSource/Attribute:url_icon' => 'Icon\'s hyperlink~~',
'Class:SynchroDataSource/Attribute:url_icon+' => 'Hyperlink a (small) image representing the application with which iTop is synchronized~~',
'Class:SynchroDataSource/Attribute:url_application' => 'Application\'s hyperlink~~',
'Class:SynchroDataSource/Attribute:url_application+' => 'Hyperlink to the iTop object in the external application with which iTop is synchronized (if applicable). Possible placeholders: $this->attribute$ and $replica->primary_key$~~',
'Class:SynchroDataSource/Attribute:reconciliation_policy' => 'Reconciliation policy~~',
'Class:SynchroDataSource/Attribute:full_load_periodicity' => 'Full load interval~~',
'Class:SynchroDataSource/Attribute:full_load_periodicity+' => 'A complete reload of all data must occur at least as often as specified here~~',
'Class:SynchroDataSource/Attribute:action_on_zero' => 'Action on zero~~',
'Class:SynchroDataSource/Attribute:action_on_zero+' => 'Action taken when the search returns no object~~',
'Class:SynchroDataSource/Attribute:action_on_one' => 'Action on one~~',
'Class:SynchroDataSource/Attribute:action_on_one+' => 'Action taken when the search returns exactly one object~~',
'Class:SynchroDataSource/Attribute:action_on_multiple' => 'Action on many~~',
'Class:SynchroDataSource/Attribute:action_on_multiple+' => 'Action taken when the search returns more than one object~~',
'Class:SynchroDataSource/Attribute:user_delete_policy' => 'Users allowed~~',
'Class:SynchroDataSource/Attribute:user_delete_policy+' => 'Who is allowed to delete synchronized objects~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:never' => 'Nobody~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:depends' => 'Administrators only~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:always' => 'All allowed users~~',
'Class:SynchroDataSource/Attribute:delete_policy_update' => 'Update rules~~',
'Class:SynchroDataSource/Attribute:delete_policy_update+' => 'Syntax: field_name:value; ...~~',
'Class:SynchroDataSource/Attribute:delete_policy_retention' => 'Retention Duration~~',
'Class:SynchroDataSource/Attribute:delete_policy_retention+' => 'How much time an obsolete object is kept before being deleted~~',
'Class:SynchroDataSource/Attribute:database_table_name' => 'Data table~~',
'Class:SynchroDataSource/Attribute:database_table_name+' => 'Name of the table to store the synchronization data. If left empty, a default name will be computed.~~',
'SynchroDataSource:Description' => 'Description~~',
'SynchroDataSource:Reconciliation' => 'Search &amp; reconciliation~~',
'SynchroDataSource:Deletion' => 'Deletion rules~~',
'SynchroDataSource:Status' => 'Status~~',
'SynchroDataSource:Information' => 'Information~~',
'SynchroDataSource:Definition' => 'Definition~~',
'Core:SynchroAttributes' => 'Attributes~~',
'Core:SynchroStatus' => 'Status~~',
'Core:Synchro:ErrorsLabel' => 'Errors~~',
'Core:Synchro:CreatedLabel' => 'Created~~',
'Core:Synchro:ModifiedLabel' => 'Modified~~',
'Core:Synchro:UnchangedLabel' => 'Unchanged~~',
'Core:Synchro:ReconciledErrorsLabel' => 'Errors~~',
'Core:Synchro:ReconciledLabel' => 'Reconciled~~',
'Core:Synchro:ReconciledNewLabel' => 'Created~~',
'Core:SynchroReconcile:Yes' => 'Yes~~',
'Core:SynchroReconcile:No' => 'No~~',
'Core:SynchroUpdate:Yes' => 'Yes~~',
'Core:SynchroUpdate:No' => 'No~~',
'Core:Synchro:LastestStatus' => 'Latest Status~~',
'Core:Synchro:History' => 'Synchronization History~~',
'Core:Synchro:NeverRun' => 'This synchro was never run. No log yet.~~',
'Core:Synchro:SynchroEndedOn_Date' => 'The latest synchronization ended on %1$s.~~',
'Core:Synchro:SynchroRunningStartedOn_Date' => 'The synchronization started on %1$s is still running...~~',
'Menu:DataSources' => 'Synchronization Data Sources~~',
'Menu:DataSources+' => 'All Synchronization Data Sources~~',
'Core:Synchro:label_repl_ignored' => 'Ignored (%1$s)~~',
'Core:Synchro:label_repl_disappeared' => 'Disappeared (%1$s)~~',
'Core:Synchro:label_repl_existing' => 'Existing (%1$s)~~',
'Core:Synchro:label_repl_new' => 'New (%1$s)~~',
'Core:Synchro:label_obj_deleted' => 'Deleted (%1$s)~~',
'Core:Synchro:label_obj_obsoleted' => 'Obsoleted (%1$s)~~',
'Core:Synchro:label_obj_disappeared_errors' => 'Errors (%1$s)~~',
'Core:Synchro:label_obj_disappeared_no_action' => 'No Action (%1$s)~~',
'Core:Synchro:label_obj_unchanged' => 'Unchanged (%1$s)~~',
'Core:Synchro:label_obj_updated' => 'Updated (%1$s)~~',
'Core:Synchro:label_obj_updated_errors' => 'Errors (%1$s)~~',
'Core:Synchro:label_obj_new_unchanged' => 'Unchanged (%1$s)~~',
'Core:Synchro:label_obj_new_updated' => 'Updated (%1$s)~~',
'Core:Synchro:label_obj_created' => 'Created (%1$s)~~',
'Core:Synchro:label_obj_new_errors' => 'Errors (%1$s)~~',
'Core:SynchroLogTitle' => '%1$s - %2$s~~',
'Core:Synchro:Nb_Replica' => 'Replica processed: %1$s~~',
'Core:Synchro:Nb_Class:Objects' => '%1$s: %2$s~~',
'Class:SynchroDataSource/Error:AtLeastOneReconciliationKeyMustBeSpecified' => 'At Least one reconciliation key must be specified, or the reconciliation policy must be to use the primary key.~~',
'Class:SynchroDataSource/Error:DeleteRetentionDurationMustBeSpecified' => 'A delete retention period must be specified, since objects are to be deleted after being marked as obsolete~~',
'Class:SynchroDataSource/Error:DeletePolicyUpdateMustBeSpecified' => 'Obsolete objects are to be updated, but no update is specified.~~',
'Class:SynchroDataSource/Error:DataTableAlreadyExists' => 'The table %1$s already exists in the database. Please use another name for the synchro data table.~~',
'Core:SynchroReplica:PublicData' => 'Public Data~~',
'Core:SynchroReplica:PrivateDetails' => 'Private Details~~',
'Core:SynchroReplica:BackToDataSource' => 'Go Back to the Synchro Data Source: %1$s~~',
'Core:SynchroReplica:ListOfReplicas' => 'List of Replica~~',
'Core:SynchroAttExtKey:ReconciliationById' => 'id (Primary Key)~~',
'Core:SynchroAtt:attcode' => 'Attribute~~',
'Core:SynchroAtt:attcode+' => 'Field of the object~~',
'Core:SynchroAtt:reconciliation' => 'Reconciliation ?~~',
'Core:SynchroAtt:reconciliation+' => 'Used for searching~~',
'Core:SynchroAtt:update' => 'Update ?~~',
'Core:SynchroAtt:update+' => 'Used to update the object~~',
'Core:SynchroAtt:update_policy' => 'Update Policy~~',
'Core:SynchroAtt:update_policy+' => 'Behavior of the updated field~~',
'Core:SynchroAtt:reconciliation_attcode' => 'Reconciliation Key~~',
'Core:SynchroAtt:reconciliation_attcode+' => 'Attribute Code for the External Key Reconciliation~~',
'Core:SyncDataExchangeComment' => '(Data Synchro)~~',
'Core:Synchro:ListOfDataSources' => 'List of data sources:~~',
'Core:Synchro:LastSynchro' => 'Last synchronization:~~',
'Core:Synchro:ThisObjectIsSynchronized' => 'This object is synchronized with an external data source~~',
'Core:Synchro:TheObjectWasCreatedBy_Source' => 'The object was <b>created</b> by the external data source %1$s~~',
'Core:Synchro:TheObjectCanBeDeletedBy_Source' => 'The object <b>can be deleted</b> by the external data source %1$s~~',
'Core:Synchro:TheObjectCannotBeDeletedByUser_Source' => 'You <b>cannot delete the object</b> because it is owned by the external data source %1$s~~',
'TitleSynchroExecution' => 'Execution of the synchronization~~',
'Class:SynchroDataSource:DataTable' => 'Database table: %1$s~~',
'Core:SyncDataSourceObsolete' => 'The data source is marked as obsolete. Operation cancelled.~~',
'Core:SyncDataSourceAccessRestriction' => 'Only adminstrators or the user specified in the data source can execute this operation. Operation cancelled.~~',
'Core:SyncTooManyMissingReplicas' => 'All records have been untouched for some time (all of the objects could be deleted). Please check that the process that writes into the synchronization table is still running. Operation cancelled.~~',
'Core:SyncSplitModeCLIOnly' => 'The synchronization can be executed in chunks only if run in mode CLI~~',
'Core:Synchro:ListReplicas_AllReplicas_Errors_Warnings' => '%1$s replicas, %2$s error(s), %3$s warning(s).~~',
'Core:SynchroReplica:TargetObject' => 'Synchronized Object: %1$s~~',
'Class:AsyncSendEmail' => 'Email (asynchronous)~~',
'Class:AsyncSendEmail/Attribute:to' => 'To~~',
'Class:AsyncSendEmail/Attribute:subject' => 'Subject~~',
'Class:AsyncSendEmail/Attribute:body' => 'Body~~',
'Class:AsyncSendEmail/Attribute:header' => 'Header~~',
'Class:CMDBChangeOpSetAttributeOneWayPassword' => 'Encrypted Password~~',
'Class:CMDBChangeOpSetAttributeOneWayPassword/Attribute:prev_pwd' => 'Previous Value~~',
'Class:CMDBChangeOpSetAttributeEncrypted' => 'Encrypted Field~~',
'Class:CMDBChangeOpSetAttributeEncrypted/Attribute:prevstring' => 'Previous Value~~',
'Class:CMDBChangeOpSetAttributeCaseLog' => 'Case Log~~',
'Class:CMDBChangeOpSetAttributeCaseLog/Attribute:lastentry' => 'Last Entry~~',
'Class:SynchroDataSource' => 'Synchro Data Source~~',
'Class:SynchroDataSource/Attribute:status/Value:implementation' => 'Implementation~~',
'Class:SynchroDataSource/Attribute:status/Value:obsolete' => 'Obsolete~~',
'Class:SynchroDataSource/Attribute:status/Value:production' => 'Production~~',
'Class:SynchroDataSource/Attribute:scope_restriction' => 'Scope restriction~~',
'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_attributes' => 'Use the attributes~~',
'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_primary_key' => 'Use the primary_key field~~',
'Class:SynchroDataSource/Attribute:action_on_zero/Value:create' => 'Create~~',
'Class:SynchroDataSource/Attribute:action_on_zero/Value:error' => 'Error~~',
'Class:SynchroDataSource/Attribute:action_on_one/Value:error' => 'Error~~',
'Class:SynchroDataSource/Attribute:action_on_one/Value:update' => 'Update~~',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:create' => 'Create~~',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:error' => 'Error~~',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:take_first' => 'Take the first one (random?)~~',
'Class:SynchroDataSource/Attribute:delete_policy' => 'Delete Policy~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:delete' => 'Delete~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:ignore' => 'Ignore~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:update' => 'Update~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:update_then_delete' => 'Update then Delete~~',
'Class:SynchroDataSource/Attribute:attribute_list' => 'Attributes List~~',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:administrators' => 'Administrators only~~',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:everybody' => 'Everybody allowed to delete such objects~~',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:nobody' => 'Nobody~~',
'Class:SynchroAttribute' => 'Synchro Attribute~~',
'Class:SynchroAttribute/Attribute:sync_source_id' => 'Synchro Data Source~~',
'Class:SynchroAttribute/Attribute:attcode' => 'Attribute Code~~',
'Class:SynchroAttribute/Attribute:update' => 'Update~~',
'Class:SynchroAttribute/Attribute:reconcile' => 'Reconcile~~',
'Class:SynchroAttribute/Attribute:update_policy' => 'Update Policy~~',
'Class:SynchroAttribute/Attribute:update_policy/Value:master_locked' => 'Locked~~',
'Class:SynchroAttribute/Attribute:update_policy/Value:master_unlocked' => 'Unlocked~~',
'Class:SynchroAttribute/Attribute:update_policy/Value:write_if_empty' => 'Initialize if empty~~',
'Class:SynchroAttribute/Attribute:finalclass' => 'Class~~',
'Class:SynchroAttExtKey' => 'Synchro Attribute (ExtKey)~~',
'Class:SynchroAttExtKey/Attribute:reconciliation_attcode' => 'Reconciliation Attribute~~',
'Class:SynchroAttLinkSet' => 'Synchro Attribute (Linkset)~~',
'Class:SynchroAttLinkSet/Attribute:row_separator' => 'Rows separator~~',
'Class:SynchroAttLinkSet/Attribute:attribute_separator' => 'Attributes separator~~',
'Class:SynchroLog' => 'Synchr Log~~',
'Class:SynchroLog/Attribute:sync_source_id' => 'Synchro Data Source~~',
'Class:SynchroLog/Attribute:start_date' => 'Start Date~~',
'Class:SynchroLog/Attribute:end_date' => 'End Date~~',
'Class:SynchroLog/Attribute:status' => 'Status~~',
'Class:SynchroLog/Attribute:status/Value:completed' => 'Completed~~',
'Class:SynchroLog/Attribute:status/Value:error' => 'Error~~',
'Class:SynchroLog/Attribute:status/Value:running' => 'Still Running~~',
'Class:SynchroLog/Attribute:stats_nb_replica_seen' => 'Nb replica seen~~',
'Class:SynchroLog/Attribute:stats_nb_replica_total' => 'Nb replica total~~',
'Class:SynchroLog/Attribute:stats_nb_obj_deleted' => 'Nb objects deleted~~',
'Class:SynchroLog/Attribute:stats_nb_obj_deleted_errors' => 'Nb of errors while deleting~~',
'Class:SynchroLog/Attribute:stats_nb_obj_obsoleted' => 'Nb objects obsoleted~~',
'Class:SynchroLog/Attribute:stats_nb_obj_obsoleted_errors' => 'Nb of errors while obsoleting~~',
'Class:SynchroLog/Attribute:stats_nb_obj_created' => 'Nb objects created~~',
'Class:SynchroLog/Attribute:stats_nb_obj_created_errors' => 'Nb or errors while creating~~',
'Class:SynchroLog/Attribute:stats_nb_obj_updated' => 'Nb objects updated~~',
'Class:SynchroLog/Attribute:stats_nb_obj_updated_errors' => 'Nb errors while updating~~',
'Class:SynchroLog/Attribute:stats_nb_replica_reconciled_errors' => 'Nb of errors during reconciliation~~',
'Class:SynchroLog/Attribute:stats_nb_replica_disappeared_no_action' => 'Nb replica disappeared~~',
'Class:SynchroLog/Attribute:stats_nb_obj_new_updated' => 'Nb objects updated~~',
'Class:SynchroLog/Attribute:stats_nb_obj_new_unchanged' => 'Nb objects unchanged~~',
'Class:SynchroLog/Attribute:last_error' => 'Last error~~',
'Class:SynchroLog/Attribute:traces' => 'Traces~~',
'Class:SynchroReplica' => 'Synchro Replica~~',
'Class:SynchroReplica/Attribute:sync_source_id' => 'Synchro Data Source~~',
'Class:SynchroReplica/Attribute:dest_id' => 'Destination object (ID)~~',
'Class:SynchroReplica/Attribute:dest_class' => 'Destination type~~',
'Class:SynchroReplica/Attribute:status_last_seen' => 'Last seen~~',
'Class:SynchroReplica/Attribute:status' => 'Status~~',
'Class:SynchroReplica/Attribute:status/Value:modified' => 'Modified~~',
'Class:SynchroReplica/Attribute:status/Value:new' => 'New~~',
'Class:SynchroReplica/Attribute:status/Value:obsolete' => 'Obsolete~~',
'Class:SynchroReplica/Attribute:status/Value:orphan' => 'Orphan~~',
'Class:SynchroReplica/Attribute:status/Value:synchronized' => 'Synchronized~~',
'Class:SynchroReplica/Attribute:status_dest_creator' => 'Object Created ?~~',
'Class:SynchroReplica/Attribute:status_last_error' => 'Last Error~~',
'Class:SynchroReplica/Attribute:status_last_warning' => 'Warnings~~',
'Class:SynchroReplica/Attribute:info_creation_date' => 'Creation Date~~',
'Class:SynchroReplica/Attribute:info_last_modified' => 'Last Modified Date~~',
'Class:appUserPreferences' => 'User Preferences~~',
'Class:appUserPreferences/Attribute:userid' => 'User~~',
'Class:appUserPreferences/Attribute:preferences' => 'Prefs~~',
'Core:ExecProcess:Code1' => 'Wrong command or command finished with errors (e.g. wrong script name)~~',
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)~~',
'Core:Duration_Seconds' => '%1$ds~~',
'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds~~',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds~~',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds~~',
'Core:ExplainWTC:ElapsedTime' => 'Time elapsed (stored as \"%1$s\")~~',
'Core:ExplainWTC:StopWatch-TimeSpent' => 'Time spent for \"%1$s\"~~',
'Core:ExplainWTC:StopWatch-Deadline' => 'Deadline for \"%1$s\" at %2$d%%~~',
'Core:BulkExport:MissingParameter_Param' => 'Missing parameter \"%1$s\"~~',
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',
'Core:BulkExport:RetrievingData' => 'Retrieving data...~~',
'Core:BulkExport:HTMLFormat' => 'Web Page (*.html)~~',
'Core:BulkExport:CSVFormat' => 'Comma Separated Values (*.csv)~~',
'Core:BulkExport:XLSXFormat' => 'Excel 2007 or newer (*.xlsx)~~',
'Core:BulkExport:PDFFormat' => 'PDF Document (*.pdf)~~',
'Core:BulkExport:DragAndDropHelp' => 'Drag and drop the columns\' headers to arrange the columns. Preview of %1$s lines. Total number of lines to export: %2$s.~~',
'Core:BulkExport:EmptyPreview' => 'Select the columns to be exported from the list above~~',
'Core:BulkExport:ColumnsOrder' => 'Columns order~~',
'Core:BulkExport:AvailableColumnsFrom_Class' => 'Available columns from %1$s~~',
'Core:BulkExport:NoFieldSelected' => 'Select at least one column to be exported~~',
'Core:BulkExport:CheckAll' => 'Check All~~',
'Core:BulkExport:UncheckAll' => 'Uncheck All~~',
'Core:BulkExport:ExportCancelledByUser' => 'Export cancelled by the user~~',
'Core:BulkExport:CSVOptions' => 'CSV Options~~',
'Core:BulkExport:CSVLocalization' => 'Localization~~',
'Core:BulkExport:PDFOptions' => 'PDF Options~~',
'Core:BulkExport:PDFPageSize' => 'Page Size:~~',
'Core:BulkExport:PageSize-A4' => 'A4~~',
'Core:BulkExport:PageSize-A3' => 'A3~~',
'Core:BulkExport:PageSize-Letter' => 'Letter~~',
'Core:BulkExport:PDFPageOrientation' => 'Page Orientation:~~',
'Core:BulkExport:PageOrientation-L' => 'Landscape~~',
'Core:BulkExport:PageOrientation-P' => 'Portrait~~',
'Core:BulkExport:XMLFormat' => 'XML file (*.xml)~~',
'Core:BulkExport:XMLOptions' => 'XML Options~~',
'Core:BulkExport:SpreadsheetFormat' => 'Spreadsheet HTML format (*.html)~~',
'Core:BulkExport:SpreadsheetOptions' => 'Spreadsheet Options~~',
'Core:BulkExport:OptionNoLocalize' => 'Do not localize the values (for Enumerated fields)~~',
'Core:BulkExport:ScopeDefinition' => 'Definition of the objects to export~~',
'Core:BulkExportLabelOQLExpression' => 'OQL Query:~~',
'Core:BulkExportLabelPhrasebookEntry' => 'Query Phrasebook Entry:~~',
'Core:BulkExportMessageEmptyOQL' => 'Please enter a valid OQL query.~~',
'Core:BulkExportMessageEmptyPhrasebookEntry' => 'Please select a valid phrasebook entry.~~',
'Core:BulkExportQueryPlaceholder' => 'Type an OQL query here...~~',
'Core:BulkExportCanRunNonInteractive' => 'Click here to run the export in non-interactive mode.~~',
'Core:BulkExportLegacyExport' => 'Click here to access the legacy export.~~',
));

View File

@@ -384,52 +384,52 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkTriggerAction/Attribute:trigger_name+' => '',
'Class:lnkTriggerAction/Attribute:order' => '顺序',
'Class:lnkTriggerAction/Attribute:order+' => '动作执行顺序',
'Core:DeletedObjectLabel' => '%1s (deleted)~~',
'Core:DeletedObjectTip' => 'The object has been deleted on %1$s (%2$s)~~',
'Core:UnknownObjectLabel' => 'Object not found (class: %1$s, id: %2$d)~~',
'Core:UnknownObjectTip' => 'The object could not be found. It may have been deleted some time ago and the log has been purged since.~~',
'Core:AttributeLinkedSet' => 'Array of objects~~',
'Core:AttributeLinkedSet+' => 'Any kind of objects of the same class or subclass~~',
'Core:AttributeLinkedSetIndirect' => 'Array of objects (N-N)~~',
'Core:AttributeLinkedSetIndirect+' => 'Any kind of objects [subclass] of the same class~~',
'Core:AttributeInteger' => 'Integer~~',
'Core:AttributeInteger+' => 'Numeric value (could be negative)~~',
'Core:AttributeDecimal' => 'Decimal~~',
'Core:AttributeDecimal+' => 'Decimal value (could be negative)~~',
'Core:AttributeBoolean' => 'Boolean~~',
'Core:AttributeBoolean+' => 'Boolean~~',
'Core:AttributeString' => 'String~~',
'Core:AttributeString+' => 'Alphanumeric string~~',
'Core:AttributeClass' => 'Class~~',
'Core:AttributeClass+' => 'Class~~',
'Core:AttributeApplicationLanguage' => 'User language~~',
'Core:AttributeApplicationLanguage+' => 'Language and country (EN US)~~',
'Core:AttributeFinalClass' => 'Class (auto)~~',
'Core:AttributeFinalClass+' => 'Real class of the object (automatically created by the core)~~',
'Core:AttributePassword' => 'Password~~',
'Core:AttributePassword+' => 'Password of an external device~~',
'Core:AttributeEncryptedString' => 'Encrypted string~~',
'Core:AttributeEncryptedString+' => 'String encrypted with a local key~~',
'Core:AttributeText' => 'Text~~',
'Core:AttributeText+' => 'Multiline character string~~',
'Core:AttributeHTML' => 'HTML~~',
'Core:AttributeHTML+' => 'HTML string~~',
'Core:AttributeEmailAddress' => 'Email address~~',
'Core:AttributeEmailAddress+' => 'Email address~~',
'Core:AttributeIPAddress' => 'IP address~~',
'Core:AttributeIPAddress+' => 'IP address~~',
'Core:AttributeOQL' => 'OQL~~',
'Core:AttributeOQL+' => 'Object Query Langage expression~~',
'Core:AttributeEnum' => 'Enum~~',
'Core:AttributeEnum+' => 'List of predefined alphanumeric strings~~',
'Core:AttributeTemplateString' => 'Template string~~',
'Core:AttributeTemplateString+' => 'String containing placeholders~~',
'Core:AttributeTemplateText' => 'Template text~~',
'Core:AttributeTemplateText+' => 'Text containing placeholders~~',
'Core:AttributeTemplateHTML' => 'Template HTML~~',
'Core:AttributeTemplateHTML+' => 'HTML containing placeholders~~',
'Core:AttributeDateTime' => 'Date/time~~',
'Core:AttributeDateTime+' => 'Date and time (year-month-day hh:mm:ss)~~',
'Core:DeletedObjectLabel' => '%1s (deleted)~~',
'Core:DeletedObjectTip' => 'The object has been deleted on %1$s (%2$s)~~',
'Core:UnknownObjectLabel' => 'Object not found (class: %1$s, id: %2$d)~~',
'Core:UnknownObjectTip' => 'The object could not be found. It may have been deleted some time ago and the log has been purged since.~~',
'Core:AttributeLinkedSet' => 'Array of objects~~',
'Core:AttributeLinkedSet+' => 'Any kind of objects of the same class or subclass~~',
'Core:AttributeLinkedSetIndirect' => 'Array of objects (N-N)~~',
'Core:AttributeLinkedSetIndirect+' => 'Any kind of objects [subclass] of the same class~~',
'Core:AttributeInteger' => 'Integer~~',
'Core:AttributeInteger+' => 'Numeric value (could be negative)~~',
'Core:AttributeDecimal' => 'Decimal~~',
'Core:AttributeDecimal+' => 'Decimal value (could be negative)~~',
'Core:AttributeBoolean' => 'Boolean~~',
'Core:AttributeBoolean+' => 'Boolean~~',
'Core:AttributeString' => 'String~~',
'Core:AttributeString+' => 'Alphanumeric string~~',
'Core:AttributeClass' => 'Class~~',
'Core:AttributeClass+' => 'Class~~',
'Core:AttributeApplicationLanguage' => 'User language~~',
'Core:AttributeApplicationLanguage+' => 'Language and country (EN US)~~',
'Core:AttributeFinalClass' => 'Class (auto)~~',
'Core:AttributeFinalClass+' => 'Real class of the object (automatically created by the core)~~',
'Core:AttributePassword' => 'Password~~',
'Core:AttributePassword+' => 'Password of an external device~~',
'Core:AttributeEncryptedString' => 'Encrypted string~~',
'Core:AttributeEncryptedString+' => 'String encrypted with a local key~~',
'Core:AttributeText' => 'Text~~',
'Core:AttributeText+' => 'Multiline character string~~',
'Core:AttributeHTML' => 'HTML~~',
'Core:AttributeHTML+' => 'HTML string~~',
'Core:AttributeEmailAddress' => 'Email address~~',
'Core:AttributeEmailAddress+' => 'Email address~~',
'Core:AttributeIPAddress' => 'IP address~~',
'Core:AttributeIPAddress+' => 'IP address~~',
'Core:AttributeOQL' => 'OQL~~',
'Core:AttributeOQL+' => 'Object Query Langage expression~~',
'Core:AttributeEnum' => 'Enum~~',
'Core:AttributeEnum+' => 'List of predefined alphanumeric strings~~',
'Core:AttributeTemplateString' => 'Template string~~',
'Core:AttributeTemplateString+' => 'String containing placeholders~~',
'Core:AttributeTemplateText' => 'Template text~~',
'Core:AttributeTemplateText+' => 'Text containing placeholders~~',
'Core:AttributeTemplateHTML' => 'Template HTML~~',
'Core:AttributeTemplateHTML+' => 'HTML containing placeholders~~',
'Core:AttributeDateTime' => 'Date/time~~',
'Core:AttributeDateTime+' => 'Date and time (year-month-day hh:mm:ss)~~',
'Core:AttributeDateTime?SmartSearch' => '
<p>
Date format:<br/>
@@ -444,9 +444,9 @@ Operators:<br/>
</p>
<p>
If the time is omitted, it defaults to 00:00:00
</p>~~',
'Core:AttributeDate' => 'Date~~',
'Core:AttributeDate+' => 'Date (year-month-day)~~',
</p>~~',
'Core:AttributeDate' => 'Date~~',
'Core:AttributeDate+' => 'Date (year-month-day)~~',
'Core:AttributeDate?SmartSearch' => '
<p>
Date format:<br/>
@@ -458,307 +458,306 @@ Operators:<br/>
<b>&gt;</b><em>date</em><br/>
<b>&lt;</b><em>date</em><br/>
<b>[</b><em>date</em>,<em>date</em><b>]</b>
</p>~~',
'Core:AttributeDeadline' => 'Deadline~~',
'Core:AttributeDeadline+' => 'Date, displayed relatively to the current time~~',
'Core:AttributeExternalKey' => 'External key~~',
'Core:AttributeExternalKey+' => 'External (or foreign) key~~',
'Core:AttributeHierarchicalKey' => 'Hierarchical Key~~',
'Core:AttributeHierarchicalKey+' => 'External (or foreign) key to the parent~~',
'Core:AttributeExternalField' => 'External field~~',
'Core:AttributeExternalField+' => 'Field mapped to an external key~~',
'Core:AttributeURL' => 'URL~~',
'Core:AttributeURL+' => 'Absolute or relative URL as a text string~~',
'Core:AttributeBlob' => 'Blob~~',
'Core:AttributeBlob+' => 'Any binary content (document)~~',
'Core:AttributeOneWayPassword' => 'One way password~~',
'Core:AttributeOneWayPassword+' => 'One way encrypted (hashed) password~~',
'Core:AttributeTable' => 'Table~~',
'Core:AttributeTable+' => 'Indexed array having two dimensions~~',
'Core:AttributePropertySet' => 'Properties~~',
'Core:AttributePropertySet+' => 'List of untyped properties (name and value)~~',
'Core:AttributeFriendlyName' => 'Friendly name~~',
'Core:AttributeFriendlyName+' => 'Attribute created automatically ; the friendly name is computed after several attributes~~',
'Core:FriendlyName-Label' => 'Friendly name~~',
'Core:FriendlyName-Description' => 'Friendly name~~',
'Change:ObjectModified' => 'Object modified~~',
'Change:AttName_EntryAdded' => '%1$s modified, new entry added.~~',
'Change:LinkSet:Added' => 'added %1$s~~',
'Change:LinkSet:Removed' => 'removed %1$s~~',
'Change:LinkSet:Modified' => 'modified %1$s~~',
'Class:EventNotificationEmail/Attribute:attachments' => 'Attachments~~',
'Class:EventLoginUsage' => 'Login Usage~~',
'Class:EventLoginUsage+' => 'Connection to the application~~',
'Class:EventLoginUsage/Attribute:user_id' => 'Login~~',
'Class:EventLoginUsage/Attribute:user_id+' => 'Login~~',
'Class:EventLoginUsage/Attribute:contact_name' => 'User Name~~',
'Class:EventLoginUsage/Attribute:contact_name+' => 'User Name~~',
'Class:EventLoginUsage/Attribute:contact_email' => 'User Email~~',
'Class:EventLoginUsage/Attribute:contact_email+' => 'Email Address of the User~~',
'Class:TriggerOnObject/Attribute:filter' => 'Filter~~',
'TriggerOnObject:WrongFilterQuery' => 'Wrong filter query: %1$s~~',
'TriggerOnObject:WrongFilterClass' => 'The filter query must return objects of class \"%1$s\"~~',
'Class:TriggerOnPortalUpdate' => 'Trigger (when updated from the portal)~~',
'Class:TriggerOnPortalUpdate+' => 'Trigger on a end-user\'s update from the portal~~',
'Class:TriggerOnThresholdReached' => 'Trigger (on threshold)~~',
'Class:TriggerOnThresholdReached+' => 'Trigger on Stop-Watch threshold reached~~',
'Class:TriggerOnThresholdReached/Attribute:stop_watch_code' => 'Stop watch~~',
'Class:TriggerOnThresholdReached/Attribute:threshold_index' => 'Threshold~~',
'Class:SynchroDataSource/Attribute:name' => 'Name~~',
'Class:SynchroDataSource/Attribute:name+' => 'Name~~',
'Class:SynchroDataSource/Attribute:description' => 'Description~~',
'Class:SynchroDataSource/Attribute:status' => 'Status~~',
'Class:SynchroDataSource/Attribute:scope_class' => 'Target class~~',
'Class:SynchroDataSource/Attribute:user_id' => 'User~~',
'Class:SynchroDataSource/Attribute:notify_contact_id' => 'Contact to notify~~',
'Class:SynchroDataSource/Attribute:notify_contact_id+' => 'Contact to notify in case of error~~',
'Class:SynchroDataSource/Attribute:url_icon' => 'Icon\'s hyperlink~~',
'Class:SynchroDataSource/Attribute:url_icon+' => 'Hyperlink a (small) image representing the application with which iTop is synchronized~~',
'Class:SynchroDataSource/Attribute:url_application' => 'Application\'s hyperlink~~',
'Class:SynchroDataSource/Attribute:url_application+' => 'Hyperlink to the iTop object in the external application with which iTop is synchronized (if applicable). Possible placeholders: $this->attribute$ and $replica->primary_key$~~',
'Class:SynchroDataSource/Attribute:reconciliation_policy' => 'Reconciliation policy~~',
'Class:SynchroDataSource/Attribute:full_load_periodicity' => 'Full load interval~~',
'Class:SynchroDataSource/Attribute:full_load_periodicity+' => 'A complete reload of all data must occur at least as often as specified here~~',
'Class:SynchroDataSource/Attribute:action_on_zero' => 'Action on zero~~',
'Class:SynchroDataSource/Attribute:action_on_zero+' => 'Action taken when the search returns no object~~',
'Class:SynchroDataSource/Attribute:action_on_one' => 'Action on one~~',
'Class:SynchroDataSource/Attribute:action_on_one+' => 'Action taken when the search returns exactly one object~~',
'Class:SynchroDataSource/Attribute:action_on_multiple' => 'Action on many~~',
'Class:SynchroDataSource/Attribute:action_on_multiple+' => 'Action taken when the search returns more than one object~~',
'Class:SynchroDataSource/Attribute:user_delete_policy' => 'Users allowed~~',
'Class:SynchroDataSource/Attribute:user_delete_policy+' => 'Who is allowed to delete synchronized objects~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:never' => 'Nobody~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:depends' => 'Administrators only~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:always' => 'All allowed users~~',
'Class:SynchroDataSource/Attribute:delete_policy_update' => 'Update rules~~',
'Class:SynchroDataSource/Attribute:delete_policy_update+' => 'Syntax: field_name:value; ...~~',
'Class:SynchroDataSource/Attribute:delete_policy_retention' => 'Retention Duration~~',
'Class:SynchroDataSource/Attribute:delete_policy_retention+' => 'How much time an obsolete object is kept before being deleted~~',
'Class:SynchroDataSource/Attribute:database_table_name' => 'Data table~~',
'Class:SynchroDataSource/Attribute:database_table_name+' => 'Name of the table to store the synchronization data. If left empty, a default name will be computed.~~',
'SynchroDataSource:Description' => 'Description~~',
'SynchroDataSource:Reconciliation' => 'Search &amp; reconciliation~~',
'SynchroDataSource:Deletion' => 'Deletion rules~~',
'SynchroDataSource:Status' => 'Status~~',
'SynchroDataSource:Information' => 'Information~~',
'SynchroDataSource:Definition' => 'Definition~~',
'Core:SynchroAttributes' => 'Attributes~~',
'Core:SynchroStatus' => 'Status~~',
'Core:Synchro:ErrorsLabel' => 'Errors~~',
'Core:Synchro:CreatedLabel' => 'Created~~',
'Core:Synchro:ModifiedLabel' => 'Modified~~',
'Core:Synchro:UnchangedLabel' => 'Unchanged~~',
'Core:Synchro:ReconciledErrorsLabel' => 'Errors~~',
'Core:Synchro:ReconciledLabel' => 'Reconciled~~',
'Core:Synchro:ReconciledNewLabel' => 'Created~~',
'Core:SynchroReconcile:Yes' => 'Yes~~',
'Core:SynchroReconcile:No' => 'No~~',
'Core:SynchroUpdate:Yes' => 'Yes~~',
'Core:SynchroUpdate:No' => 'No~~',
'Core:Synchro:LastestStatus' => 'Latest Status~~',
'Core:Synchro:History' => 'Synchronization History~~',
'Core:Synchro:NeverRun' => 'This synchro was never run. No log yet.~~',
'Core:Synchro:SynchroEndedOn_Date' => 'The latest synchronization ended on %1$s.~~',
'Core:Synchro:SynchroRunningStartedOn_Date' => 'The synchronization started on %1$s is still running...~~',
'Menu:DataSources' => 'Synchronization Data Sources~~',
'Menu:DataSources+' => 'All Synchronization Data Sources~~',
'Core:Synchro:label_repl_ignored' => 'Ignored (%1$s)~~',
'Core:Synchro:label_repl_disappeared' => 'Disappeared (%1$s)~~',
'Core:Synchro:label_repl_existing' => 'Existing (%1$s)~~',
'Core:Synchro:label_repl_new' => 'New (%1$s)~~',
'Core:Synchro:label_obj_deleted' => 'Deleted (%1$s)~~',
'Core:Synchro:label_obj_obsoleted' => 'Obsoleted (%1$s)~~',
'Core:Synchro:label_obj_disappeared_errors' => 'Errors (%1$s)~~',
'Core:Synchro:label_obj_disappeared_no_action' => 'No Action (%1$s)~~',
'Core:Synchro:label_obj_unchanged' => 'Unchanged (%1$s)~~',
'Core:Synchro:label_obj_updated' => 'Updated (%1$s)~~',
'Core:Synchro:label_obj_updated_errors' => 'Errors (%1$s)~~',
'Core:Synchro:label_obj_new_unchanged' => 'Unchanged (%1$s)~~',
'Core:Synchro:label_obj_new_updated' => 'Updated (%1$s)~~',
'Core:Synchro:label_obj_created' => 'Created (%1$s)~~',
'Core:Synchro:label_obj_new_errors' => 'Errors (%1$s)~~',
'Core:SynchroLogTitle' => '%1$s - %2$s~~',
'Core:Synchro:Nb_Replica' => 'Replica processed: %1$s~~',
'Core:Synchro:Nb_Class:Objects' => '%1$s: %2$s~~',
'Class:SynchroDataSource/Error:AtLeastOneReconciliationKeyMustBeSpecified' => 'At Least one reconciliation key must be specified, or the reconciliation policy must be to use the primary key.~~',
'Class:SynchroDataSource/Error:DeleteRetentionDurationMustBeSpecified' => 'A delete retention period must be specified, since objects are to be deleted after being marked as obsolete~~',
'Class:SynchroDataSource/Error:DeletePolicyUpdateMustBeSpecified' => 'Obsolete objects are to be updated, but no update is specified.~~',
'Class:SynchroDataSource/Error:DataTableAlreadyExists' => 'The table %1$s already exists in the database. Please use another name for the synchro data table.~~',
'Core:SynchroReplica:PublicData' => 'Public Data~~',
'Core:SynchroReplica:PrivateDetails' => 'Private Details~~',
'Core:SynchroReplica:BackToDataSource' => 'Go Back to the Synchro Data Source: %1$s~~',
'Core:SynchroReplica:ListOfReplicas' => 'List of Replica~~',
'Core:SynchroAttExtKey:ReconciliationById' => 'id (Primary Key)~~',
'Core:SynchroAtt:attcode' => 'Attribute~~',
'Core:SynchroAtt:attcode+' => 'Field of the object~~',
'Core:SynchroAtt:reconciliation' => 'Reconciliation ?~~',
'Core:SynchroAtt:reconciliation+' => 'Used for searching~~',
'Core:SynchroAtt:update' => 'Update ?~~',
'Core:SynchroAtt:update+' => 'Used to update the object~~',
'Core:SynchroAtt:update_policy' => 'Update Policy~~',
'Core:SynchroAtt:update_policy+' => 'Behavior of the updated field~~',
'Core:SynchroAtt:reconciliation_attcode' => 'Reconciliation Key~~',
'Core:SynchroAtt:reconciliation_attcode+' => 'Attribute Code for the External Key Reconciliation~~',
'Core:SyncDataExchangeComment' => '(Data Synchro)~~',
'Core:Synchro:ListOfDataSources' => 'List of data sources:~~',
'Core:Synchro:LastSynchro' => 'Last synchronization:~~',
'Core:Synchro:ThisObjectIsSynchronized' => 'This object is synchronized with an external data source~~',
'Core:Synchro:TheObjectWasCreatedBy_Source' => 'The object was <b>created</b> by the external data source %1$s~~',
'Core:Synchro:TheObjectCanBeDeletedBy_Source' => 'The object <b>can be deleted</b> by the external data source %1$s~~',
'Core:Synchro:TheObjectCannotBeDeletedByUser_Source' => 'You <b>cannot delete the object</b> because it is owned by the external data source %1$s~~',
'TitleSynchroExecution' => 'Execution of the synchronization~~',
'Class:SynchroDataSource:DataTable' => 'Database table: %1$s~~',
'Core:SyncDataSourceObsolete' => 'The data source is marked as obsolete. Operation cancelled.~~',
'Core:SyncDataSourceAccessRestriction' => 'Only adminstrators or the user specified in the data source can execute this operation. Operation cancelled.~~',
'Core:SyncTooManyMissingReplicas' => 'All records have been untouched for some time (all of the objects could be deleted). Please check that the process that writes into the synchronization table is still running. Operation cancelled.~~',
'Core:SyncSplitModeCLIOnly' => 'The synchronization can be executed in chunks only if run in mode CLI~~',
'Core:Synchro:ListReplicas_AllReplicas_Errors_Warnings' => '%1$s replicas, %2$s error(s), %3$s warning(s).~~',
'Core:SynchroReplica:TargetObject' => 'Synchronized Object: %1$s~~',
'Class:AsyncSendEmail' => 'Email (asynchronous)~~',
'Class:AsyncSendEmail/Attribute:to' => 'To~~',
'Class:AsyncSendEmail/Attribute:subject' => 'Subject~~',
'Class:AsyncSendEmail/Attribute:body' => 'Body~~',
'Class:AsyncSendEmail/Attribute:header' => 'Header~~',
'Class:CMDBChangeOpSetAttributeOneWayPassword' => 'Encrypted Password~~',
'Class:CMDBChangeOpSetAttributeOneWayPassword/Attribute:prev_pwd' => 'Previous Value~~',
'Class:CMDBChangeOpSetAttributeEncrypted' => 'Encrypted Field~~',
'Class:CMDBChangeOpSetAttributeEncrypted/Attribute:prevstring' => 'Previous Value~~',
'Class:CMDBChangeOpSetAttributeCaseLog' => 'Case Log~~',
'Class:CMDBChangeOpSetAttributeCaseLog/Attribute:lastentry' => 'Last Entry~~',
'Class:SynchroDataSource' => 'Synchro Data Source~~',
'Class:SynchroDataSource/Attribute:status/Value:implementation' => 'Implementation~~',
'Class:SynchroDataSource/Attribute:status/Value:obsolete' => 'Obsolete~~',
'Class:SynchroDataSource/Attribute:status/Value:production' => 'Production~~',
'Class:SynchroDataSource/Attribute:scope_restriction' => 'Scope restriction~~',
'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_attributes' => 'Use the attributes~~',
'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_primary_key' => 'Use the primary_key field~~',
'Class:SynchroDataSource/Attribute:action_on_zero/Value:create' => 'Create~~',
'Class:SynchroDataSource/Attribute:action_on_zero/Value:error' => 'Error~~',
'Class:SynchroDataSource/Attribute:action_on_one/Value:error' => 'Error~~',
'Class:SynchroDataSource/Attribute:action_on_one/Value:update' => 'Update~~',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:create' => 'Create~~',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:error' => 'Error~~',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:take_first' => 'Take the first one (random?)~~',
'Class:SynchroDataSource/Attribute:delete_policy' => 'Delete Policy~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:delete' => 'Delete~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:ignore' => 'Ignore~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:update' => 'Update~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:update_then_delete' => 'Update then Delete~~',
'Class:SynchroDataSource/Attribute:attribute_list' => 'Attributes List~~',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:administrators' => 'Administrators only~~',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:everybody' => 'Everybody allowed to delete such objects~~',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:nobody' => 'Nobody~~',
'Class:SynchroAttribute' => 'Synchro Attribute~~',
'Class:SynchroAttribute/Attribute:sync_source_id' => 'Synchro Data Source~~',
'Class:SynchroAttribute/Attribute:attcode' => 'Attribute Code~~',
'Class:SynchroAttribute/Attribute:update' => 'Update~~',
'Class:SynchroAttribute/Attribute:reconcile' => 'Reconcile~~',
'Class:SynchroAttribute/Attribute:update_policy' => 'Update Policy~~',
'Class:SynchroAttribute/Attribute:update_policy/Value:master_locked' => 'Locked~~',
'Class:SynchroAttribute/Attribute:update_policy/Value:master_unlocked' => 'Unlocked~~',
'Class:SynchroAttribute/Attribute:update_policy/Value:write_if_empty' => 'Initialize if empty~~',
'Class:SynchroAttribute/Attribute:finalclass' => 'Class~~',
'Class:SynchroAttExtKey' => 'Synchro Attribute (ExtKey)~~',
'Class:SynchroAttExtKey/Attribute:reconciliation_attcode' => 'Reconciliation Attribute~~',
'Class:SynchroAttLinkSet' => 'Synchro Attribute (Linkset)~~',
'Class:SynchroAttLinkSet/Attribute:row_separator' => 'Rows separator~~',
'Class:SynchroAttLinkSet/Attribute:attribute_separator' => 'Attributes separator~~',
'Class:SynchroLog' => 'Synchr Log~~',
'Class:SynchroLog/Attribute:sync_source_id' => 'Synchro Data Source~~',
'Class:SynchroLog/Attribute:start_date' => 'Start Date~~',
'Class:SynchroLog/Attribute:end_date' => 'End Date~~',
'Class:SynchroLog/Attribute:status' => 'Status~~',
'Class:SynchroLog/Attribute:status/Value:completed' => 'Completed~~',
'Class:SynchroLog/Attribute:status/Value:error' => 'Error~~',
'Class:SynchroLog/Attribute:status/Value:running' => 'Still Running~~',
'Class:SynchroLog/Attribute:stats_nb_replica_seen' => 'Nb replica seen~~',
'Class:SynchroLog/Attribute:stats_nb_replica_total' => 'Nb replica total~~',
'Class:SynchroLog/Attribute:stats_nb_obj_deleted' => 'Nb objects deleted~~',
'Class:SynchroLog/Attribute:stats_nb_obj_deleted_errors' => 'Nb of errors while deleting~~',
'Class:SynchroLog/Attribute:stats_nb_obj_obsoleted' => 'Nb objects obsoleted~~',
'Class:SynchroLog/Attribute:stats_nb_obj_obsoleted_errors' => 'Nb of errors while obsoleting~~',
'Class:SynchroLog/Attribute:stats_nb_obj_created' => 'Nb objects created~~',
'Class:SynchroLog/Attribute:stats_nb_obj_created_errors' => 'Nb or errors while creating~~',
'Class:SynchroLog/Attribute:stats_nb_obj_updated' => 'Nb objects updated~~',
'Class:SynchroLog/Attribute:stats_nb_obj_updated_errors' => 'Nb errors while updating~~',
'Class:SynchroLog/Attribute:stats_nb_replica_reconciled_errors' => 'Nb of errors during reconciliation~~',
'Class:SynchroLog/Attribute:stats_nb_replica_disappeared_no_action' => 'Nb replica disappeared~~',
'Class:SynchroLog/Attribute:stats_nb_obj_new_updated' => 'Nb objects updated~~',
'Class:SynchroLog/Attribute:stats_nb_obj_new_unchanged' => 'Nb objects unchanged~~',
'Class:SynchroLog/Attribute:last_error' => 'Last error~~',
'Class:SynchroLog/Attribute:traces' => 'Traces~~',
'Class:SynchroReplica' => 'Synchro Replica~~',
'Class:SynchroReplica/Attribute:sync_source_id' => 'Synchro Data Source~~',
'Class:SynchroReplica/Attribute:dest_id' => 'Destination object (ID)~~',
'Class:SynchroReplica/Attribute:dest_class' => 'Destination type~~',
'Class:SynchroReplica/Attribute:status_last_seen' => 'Last seen~~',
'Class:SynchroReplica/Attribute:status' => 'Status~~',
'Class:SynchroReplica/Attribute:status/Value:modified' => 'Modified~~',
'Class:SynchroReplica/Attribute:status/Value:new' => 'New~~',
'Class:SynchroReplica/Attribute:status/Value:obsolete' => 'Obsolete~~',
'Class:SynchroReplica/Attribute:status/Value:orphan' => 'Orphan~~',
'Class:SynchroReplica/Attribute:status/Value:synchronized' => 'Synchronized~~',
'Class:SynchroReplica/Attribute:status_dest_creator' => 'Object Created ?~~',
'Class:SynchroReplica/Attribute:status_last_error' => 'Last Error~~',
'Class:SynchroReplica/Attribute:status_last_warning' => 'Warnings~~',
'Class:SynchroReplica/Attribute:info_creation_date' => 'Creation Date~~',
'Class:SynchroReplica/Attribute:info_last_modified' => 'Last Modified Date~~',
'Class:appUserPreferences' => 'User Preferences~~',
'Class:appUserPreferences/Attribute:userid' => 'User~~',
'Class:appUserPreferences/Attribute:preferences' => 'Prefs~~',
'Core:ExecProcess:Code1' => 'Wrong command or command finished with errors (e.g. wrong script name)~~',
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)~~',
'Core:Duration_Seconds' => '%1$ds~~',
'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds~~',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds~~',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds~~',
'Core:ExplainWTC:ElapsedTime' => 'Time elapsed (stored as \"%1$s\")~~',
'Core:ExplainWTC:StopWatch-TimeSpent' => 'Time spent for \"%1$s\"~~',
'Core:ExplainWTC:StopWatch-Deadline' => 'Deadline for \"%1$s\" at %2$d%%~~',
'Core:BulkExport:MissingParameter_Param' => 'Missing parameter \"%1$s\"~~',
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExport:Friendlyname' => 'Full name~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',
'Core:BulkExport:RetrievingData' => 'Retrieving data...~~',
'Core:BulkExport:HTMLFormat' => 'Web Page (*.html)~~',
'Core:BulkExport:CSVFormat' => 'Comma Separated Values (*.csv)~~',
'Core:BulkExport:XLSXFormat' => 'Excel 2007 or newer (*.xlsx)~~',
'Core:BulkExport:PDFFormat' => 'PDF Document (*.pdf)~~',
'Core:BulkExport:DragAndDropHelp' => 'Drag and drop the columns\' headers to arrange the columns. Preview of %1$s lines. Total number of lines to export: %2$s.~~',
'Core:BulkExport:EmptyPreview' => 'Select the columns to be exported from the list above~~',
'Core:BulkExport:ColumnsOrder' => 'Columns order~~',
'Core:BulkExport:AvailableColumnsFrom_Class' => 'Available columns from %1$s~~',
'Core:BulkExport:NoFieldSelected' => 'Select at least one column to be exported~~',
'Core:BulkExport:CheckAll' => 'Check All~~',
'Core:BulkExport:UncheckAll' => 'Uncheck All~~',
'Core:BulkExport:ExportCancelledByUser' => 'Export cancelled by the user~~',
'Core:BulkExport:CSVOptions' => 'CSV Options~~',
'Core:BulkExport:CSVLocalization' => 'Localization~~',
'Core:BulkExport:PDFOptions' => 'PDF Options~~',
'Core:BulkExport:PDFPageSize' => 'Page Size:~~',
'Core:BulkExport:PageSize-A4' => 'A4~~',
'Core:BulkExport:PageSize-A3' => 'A3~~',
'Core:BulkExport:PageSize-Letter' => 'Letter~~',
'Core:BulkExport:PDFPageOrientation' => 'Page Orientation:~~',
'Core:BulkExport:PageOrientation-L' => 'Landscape~~',
'Core:BulkExport:PageOrientation-P' => 'Portrait~~',
'Core:BulkExport:XMLFormat' => 'XML file (*.xml)~~',
'Core:BulkExport:XMLOptions' => 'XML Options~~',
'Core:BulkExport:SpreadsheetFormat' => 'Spreadsheet HTML format (*.html)~~',
'Core:BulkExport:SpreadsheetOptions' => 'Spreadsheet Options~~',
'Core:BulkExport:OptionNoLocalize' => 'Do not localize the values (for Enumerated fields)~~',
'Core:BulkExport:ScopeDefinition' => 'Definition of the objects to export~~',
'Core:BulkExportLabelOQLExpression' => 'OQL Query:~~',
'Core:BulkExportLabelPhrasebookEntry' => 'Query Phrasebook Entry:~~',
'Core:BulkExportMessageEmptyOQL' => 'Please enter a valid OQL query.~~',
'Core:BulkExportMessageEmptyPhrasebookEntry' => 'Please select a valid phrasebook entry.~~',
'Core:BulkExportQueryPlaceholder' => 'Type an OQL query here...~~',
'Core:BulkExportCanRunNonInteractive' => 'Click here to run the export in non-interactive mode.~~',
'Core:BulkExportLegacyExport' => 'Click here to access the legacy export.~~',
</p>~~',
'Core:AttributeDeadline' => 'Deadline~~',
'Core:AttributeDeadline+' => 'Date, displayed relatively to the current time~~',
'Core:AttributeExternalKey' => 'External key~~',
'Core:AttributeExternalKey+' => 'External (or foreign) key~~',
'Core:AttributeHierarchicalKey' => 'Hierarchical Key~~',
'Core:AttributeHierarchicalKey+' => 'External (or foreign) key to the parent~~',
'Core:AttributeExternalField' => 'External field~~',
'Core:AttributeExternalField+' => 'Field mapped to an external key~~',
'Core:AttributeURL' => 'URL~~',
'Core:AttributeURL+' => 'Absolute or relative URL as a text string~~',
'Core:AttributeBlob' => 'Blob~~',
'Core:AttributeBlob+' => 'Any binary content (document)~~',
'Core:AttributeOneWayPassword' => 'One way password~~',
'Core:AttributeOneWayPassword+' => 'One way encrypted (hashed) password~~',
'Core:AttributeTable' => 'Table~~',
'Core:AttributeTable+' => 'Indexed array having two dimensions~~',
'Core:AttributePropertySet' => 'Properties~~',
'Core:AttributePropertySet+' => 'List of untyped properties (name and value)~~',
'Core:AttributeFriendlyName' => 'Friendly name~~',
'Core:AttributeFriendlyName+' => 'Attribute created automatically ; the friendly name is computed after several attributes~~',
'Core:FriendlyName-Label' => 'Friendly name~~',
'Core:FriendlyName-Description' => 'Friendly name~~',
'Change:ObjectModified' => 'Object modified~~',
'Change:AttName_EntryAdded' => '%1$s modified, new entry added.~~',
'Change:LinkSet:Added' => 'added %1$s~~',
'Change:LinkSet:Removed' => 'removed %1$s~~',
'Change:LinkSet:Modified' => 'modified %1$s~~',
'Class:EventNotificationEmail/Attribute:attachments' => 'Attachments~~',
'Class:EventLoginUsage' => 'Login Usage~~',
'Class:EventLoginUsage+' => 'Connection to the application~~',
'Class:EventLoginUsage/Attribute:user_id' => 'Login~~',
'Class:EventLoginUsage/Attribute:user_id+' => 'Login~~',
'Class:EventLoginUsage/Attribute:contact_name' => 'User Name~~',
'Class:EventLoginUsage/Attribute:contact_name+' => 'User Name~~',
'Class:EventLoginUsage/Attribute:contact_email' => 'User Email~~',
'Class:EventLoginUsage/Attribute:contact_email+' => 'Email Address of the User~~',
'Class:TriggerOnObject/Attribute:filter' => 'Filter~~',
'TriggerOnObject:WrongFilterQuery' => 'Wrong filter query: %1$s~~',
'TriggerOnObject:WrongFilterClass' => 'The filter query must return objects of class \"%1$s\"~~',
'Class:TriggerOnPortalUpdate' => 'Trigger (when updated from the portal)~~',
'Class:TriggerOnPortalUpdate+' => 'Trigger on a end-user\'s update from the portal~~',
'Class:TriggerOnThresholdReached' => 'Trigger (on threshold)~~',
'Class:TriggerOnThresholdReached+' => 'Trigger on Stop-Watch threshold reached~~',
'Class:TriggerOnThresholdReached/Attribute:stop_watch_code' => 'Stop watch~~',
'Class:TriggerOnThresholdReached/Attribute:threshold_index' => 'Threshold~~',
'Class:SynchroDataSource/Attribute:name' => 'Name~~',
'Class:SynchroDataSource/Attribute:name+' => 'Name~~',
'Class:SynchroDataSource/Attribute:description' => 'Description~~',
'Class:SynchroDataSource/Attribute:status' => 'Status~~',
'Class:SynchroDataSource/Attribute:scope_class' => 'Target class~~',
'Class:SynchroDataSource/Attribute:user_id' => 'User~~',
'Class:SynchroDataSource/Attribute:notify_contact_id' => 'Contact to notify~~',
'Class:SynchroDataSource/Attribute:notify_contact_id+' => 'Contact to notify in case of error~~',
'Class:SynchroDataSource/Attribute:url_icon' => 'Icon\'s hyperlink~~',
'Class:SynchroDataSource/Attribute:url_icon+' => 'Hyperlink a (small) image representing the application with which iTop is synchronized~~',
'Class:SynchroDataSource/Attribute:url_application' => 'Application\'s hyperlink~~',
'Class:SynchroDataSource/Attribute:url_application+' => 'Hyperlink to the iTop object in the external application with which iTop is synchronized (if applicable). Possible placeholders: $this->attribute$ and $replica->primary_key$~~',
'Class:SynchroDataSource/Attribute:reconciliation_policy' => 'Reconciliation policy~~',
'Class:SynchroDataSource/Attribute:full_load_periodicity' => 'Full load interval~~',
'Class:SynchroDataSource/Attribute:full_load_periodicity+' => 'A complete reload of all data must occur at least as often as specified here~~',
'Class:SynchroDataSource/Attribute:action_on_zero' => 'Action on zero~~',
'Class:SynchroDataSource/Attribute:action_on_zero+' => 'Action taken when the search returns no object~~',
'Class:SynchroDataSource/Attribute:action_on_one' => 'Action on one~~',
'Class:SynchroDataSource/Attribute:action_on_one+' => 'Action taken when the search returns exactly one object~~',
'Class:SynchroDataSource/Attribute:action_on_multiple' => 'Action on many~~',
'Class:SynchroDataSource/Attribute:action_on_multiple+' => 'Action taken when the search returns more than one object~~',
'Class:SynchroDataSource/Attribute:user_delete_policy' => 'Users allowed~~',
'Class:SynchroDataSource/Attribute:user_delete_policy+' => 'Who is allowed to delete synchronized objects~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:never' => 'Nobody~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:depends' => 'Administrators only~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:always' => 'All allowed users~~',
'Class:SynchroDataSource/Attribute:delete_policy_update' => 'Update rules~~',
'Class:SynchroDataSource/Attribute:delete_policy_update+' => 'Syntax: field_name:value; ...~~',
'Class:SynchroDataSource/Attribute:delete_policy_retention' => 'Retention Duration~~',
'Class:SynchroDataSource/Attribute:delete_policy_retention+' => 'How much time an obsolete object is kept before being deleted~~',
'Class:SynchroDataSource/Attribute:database_table_name' => 'Data table~~',
'Class:SynchroDataSource/Attribute:database_table_name+' => 'Name of the table to store the synchronization data. If left empty, a default name will be computed.~~',
'SynchroDataSource:Description' => 'Description~~',
'SynchroDataSource:Reconciliation' => 'Search &amp; reconciliation~~',
'SynchroDataSource:Deletion' => 'Deletion rules~~',
'SynchroDataSource:Status' => 'Status~~',
'SynchroDataSource:Information' => 'Information~~',
'SynchroDataSource:Definition' => 'Definition~~',
'Core:SynchroAttributes' => 'Attributes~~',
'Core:SynchroStatus' => 'Status~~',
'Core:Synchro:ErrorsLabel' => 'Errors~~',
'Core:Synchro:CreatedLabel' => 'Created~~',
'Core:Synchro:ModifiedLabel' => 'Modified~~',
'Core:Synchro:UnchangedLabel' => 'Unchanged~~',
'Core:Synchro:ReconciledErrorsLabel' => 'Errors~~',
'Core:Synchro:ReconciledLabel' => 'Reconciled~~',
'Core:Synchro:ReconciledNewLabel' => 'Created~~',
'Core:SynchroReconcile:Yes' => 'Yes~~',
'Core:SynchroReconcile:No' => 'No~~',
'Core:SynchroUpdate:Yes' => 'Yes~~',
'Core:SynchroUpdate:No' => 'No~~',
'Core:Synchro:LastestStatus' => 'Latest Status~~',
'Core:Synchro:History' => 'Synchronization History~~',
'Core:Synchro:NeverRun' => 'This synchro was never run. No log yet.~~',
'Core:Synchro:SynchroEndedOn_Date' => 'The latest synchronization ended on %1$s.~~',
'Core:Synchro:SynchroRunningStartedOn_Date' => 'The synchronization started on %1$s is still running...~~',
'Menu:DataSources' => 'Synchronization Data Sources~~',
'Menu:DataSources+' => 'All Synchronization Data Sources~~',
'Core:Synchro:label_repl_ignored' => 'Ignored (%1$s)~~',
'Core:Synchro:label_repl_disappeared' => 'Disappeared (%1$s)~~',
'Core:Synchro:label_repl_existing' => 'Existing (%1$s)~~',
'Core:Synchro:label_repl_new' => 'New (%1$s)~~',
'Core:Synchro:label_obj_deleted' => 'Deleted (%1$s)~~',
'Core:Synchro:label_obj_obsoleted' => 'Obsoleted (%1$s)~~',
'Core:Synchro:label_obj_disappeared_errors' => 'Errors (%1$s)~~',
'Core:Synchro:label_obj_disappeared_no_action' => 'No Action (%1$s)~~',
'Core:Synchro:label_obj_unchanged' => 'Unchanged (%1$s)~~',
'Core:Synchro:label_obj_updated' => 'Updated (%1$s)~~',
'Core:Synchro:label_obj_updated_errors' => 'Errors (%1$s)~~',
'Core:Synchro:label_obj_new_unchanged' => 'Unchanged (%1$s)~~',
'Core:Synchro:label_obj_new_updated' => 'Updated (%1$s)~~',
'Core:Synchro:label_obj_created' => 'Created (%1$s)~~',
'Core:Synchro:label_obj_new_errors' => 'Errors (%1$s)~~',
'Core:SynchroLogTitle' => '%1$s - %2$s~~',
'Core:Synchro:Nb_Replica' => 'Replica processed: %1$s~~',
'Core:Synchro:Nb_Class:Objects' => '%1$s: %2$s~~',
'Class:SynchroDataSource/Error:AtLeastOneReconciliationKeyMustBeSpecified' => 'At Least one reconciliation key must be specified, or the reconciliation policy must be to use the primary key.~~',
'Class:SynchroDataSource/Error:DeleteRetentionDurationMustBeSpecified' => 'A delete retention period must be specified, since objects are to be deleted after being marked as obsolete~~',
'Class:SynchroDataSource/Error:DeletePolicyUpdateMustBeSpecified' => 'Obsolete objects are to be updated, but no update is specified.~~',
'Class:SynchroDataSource/Error:DataTableAlreadyExists' => 'The table %1$s already exists in the database. Please use another name for the synchro data table.~~',
'Core:SynchroReplica:PublicData' => 'Public Data~~',
'Core:SynchroReplica:PrivateDetails' => 'Private Details~~',
'Core:SynchroReplica:BackToDataSource' => 'Go Back to the Synchro Data Source: %1$s~~',
'Core:SynchroReplica:ListOfReplicas' => 'List of Replica~~',
'Core:SynchroAttExtKey:ReconciliationById' => 'id (Primary Key)~~',
'Core:SynchroAtt:attcode' => 'Attribute~~',
'Core:SynchroAtt:attcode+' => 'Field of the object~~',
'Core:SynchroAtt:reconciliation' => 'Reconciliation ?~~',
'Core:SynchroAtt:reconciliation+' => 'Used for searching~~',
'Core:SynchroAtt:update' => 'Update ?~~',
'Core:SynchroAtt:update+' => 'Used to update the object~~',
'Core:SynchroAtt:update_policy' => 'Update Policy~~',
'Core:SynchroAtt:update_policy+' => 'Behavior of the updated field~~',
'Core:SynchroAtt:reconciliation_attcode' => 'Reconciliation Key~~',
'Core:SynchroAtt:reconciliation_attcode+' => 'Attribute Code for the External Key Reconciliation~~',
'Core:SyncDataExchangeComment' => '(Data Synchro)~~',
'Core:Synchro:ListOfDataSources' => 'List of data sources:~~',
'Core:Synchro:LastSynchro' => 'Last synchronization:~~',
'Core:Synchro:ThisObjectIsSynchronized' => 'This object is synchronized with an external data source~~',
'Core:Synchro:TheObjectWasCreatedBy_Source' => 'The object was <b>created</b> by the external data source %1$s~~',
'Core:Synchro:TheObjectCanBeDeletedBy_Source' => 'The object <b>can be deleted</b> by the external data source %1$s~~',
'Core:Synchro:TheObjectCannotBeDeletedByUser_Source' => 'You <b>cannot delete the object</b> because it is owned by the external data source %1$s~~',
'TitleSynchroExecution' => 'Execution of the synchronization~~',
'Class:SynchroDataSource:DataTable' => 'Database table: %1$s~~',
'Core:SyncDataSourceObsolete' => 'The data source is marked as obsolete. Operation cancelled.~~',
'Core:SyncDataSourceAccessRestriction' => 'Only adminstrators or the user specified in the data source can execute this operation. Operation cancelled.~~',
'Core:SyncTooManyMissingReplicas' => 'All records have been untouched for some time (all of the objects could be deleted). Please check that the process that writes into the synchronization table is still running. Operation cancelled.~~',
'Core:SyncSplitModeCLIOnly' => 'The synchronization can be executed in chunks only if run in mode CLI~~',
'Core:Synchro:ListReplicas_AllReplicas_Errors_Warnings' => '%1$s replicas, %2$s error(s), %3$s warning(s).~~',
'Core:SynchroReplica:TargetObject' => 'Synchronized Object: %1$s~~',
'Class:AsyncSendEmail' => 'Email (asynchronous)~~',
'Class:AsyncSendEmail/Attribute:to' => 'To~~',
'Class:AsyncSendEmail/Attribute:subject' => 'Subject~~',
'Class:AsyncSendEmail/Attribute:body' => 'Body~~',
'Class:AsyncSendEmail/Attribute:header' => 'Header~~',
'Class:CMDBChangeOpSetAttributeOneWayPassword' => 'Encrypted Password~~',
'Class:CMDBChangeOpSetAttributeOneWayPassword/Attribute:prev_pwd' => 'Previous Value~~',
'Class:CMDBChangeOpSetAttributeEncrypted' => 'Encrypted Field~~',
'Class:CMDBChangeOpSetAttributeEncrypted/Attribute:prevstring' => 'Previous Value~~',
'Class:CMDBChangeOpSetAttributeCaseLog' => 'Case Log~~',
'Class:CMDBChangeOpSetAttributeCaseLog/Attribute:lastentry' => 'Last Entry~~',
'Class:SynchroDataSource' => 'Synchro Data Source~~',
'Class:SynchroDataSource/Attribute:status/Value:implementation' => 'Implementation~~',
'Class:SynchroDataSource/Attribute:status/Value:obsolete' => 'Obsolete~~',
'Class:SynchroDataSource/Attribute:status/Value:production' => 'Production~~',
'Class:SynchroDataSource/Attribute:scope_restriction' => 'Scope restriction~~',
'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_attributes' => 'Use the attributes~~',
'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_primary_key' => 'Use the primary_key field~~',
'Class:SynchroDataSource/Attribute:action_on_zero/Value:create' => 'Create~~',
'Class:SynchroDataSource/Attribute:action_on_zero/Value:error' => 'Error~~',
'Class:SynchroDataSource/Attribute:action_on_one/Value:error' => 'Error~~',
'Class:SynchroDataSource/Attribute:action_on_one/Value:update' => 'Update~~',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:create' => 'Create~~',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:error' => 'Error~~',
'Class:SynchroDataSource/Attribute:action_on_multiple/Value:take_first' => 'Take the first one (random?)~~',
'Class:SynchroDataSource/Attribute:delete_policy' => 'Delete Policy~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:delete' => 'Delete~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:ignore' => 'Ignore~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:update' => 'Update~~',
'Class:SynchroDataSource/Attribute:delete_policy/Value:update_then_delete' => 'Update then Delete~~',
'Class:SynchroDataSource/Attribute:attribute_list' => 'Attributes List~~',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:administrators' => 'Administrators only~~',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:everybody' => 'Everybody allowed to delete such objects~~',
'Class:SynchroDataSource/Attribute:user_delete_policy/Value:nobody' => 'Nobody~~',
'Class:SynchroAttribute' => 'Synchro Attribute~~',
'Class:SynchroAttribute/Attribute:sync_source_id' => 'Synchro Data Source~~',
'Class:SynchroAttribute/Attribute:attcode' => 'Attribute Code~~',
'Class:SynchroAttribute/Attribute:update' => 'Update~~',
'Class:SynchroAttribute/Attribute:reconcile' => 'Reconcile~~',
'Class:SynchroAttribute/Attribute:update_policy' => 'Update Policy~~',
'Class:SynchroAttribute/Attribute:update_policy/Value:master_locked' => 'Locked~~',
'Class:SynchroAttribute/Attribute:update_policy/Value:master_unlocked' => 'Unlocked~~',
'Class:SynchroAttribute/Attribute:update_policy/Value:write_if_empty' => 'Initialize if empty~~',
'Class:SynchroAttribute/Attribute:finalclass' => 'Class~~',
'Class:SynchroAttExtKey' => 'Synchro Attribute (ExtKey)~~',
'Class:SynchroAttExtKey/Attribute:reconciliation_attcode' => 'Reconciliation Attribute~~',
'Class:SynchroAttLinkSet' => 'Synchro Attribute (Linkset)~~',
'Class:SynchroAttLinkSet/Attribute:row_separator' => 'Rows separator~~',
'Class:SynchroAttLinkSet/Attribute:attribute_separator' => 'Attributes separator~~',
'Class:SynchroLog' => 'Synchr Log~~',
'Class:SynchroLog/Attribute:sync_source_id' => 'Synchro Data Source~~',
'Class:SynchroLog/Attribute:start_date' => 'Start Date~~',
'Class:SynchroLog/Attribute:end_date' => 'End Date~~',
'Class:SynchroLog/Attribute:status' => 'Status~~',
'Class:SynchroLog/Attribute:status/Value:completed' => 'Completed~~',
'Class:SynchroLog/Attribute:status/Value:error' => 'Error~~',
'Class:SynchroLog/Attribute:status/Value:running' => 'Still Running~~',
'Class:SynchroLog/Attribute:stats_nb_replica_seen' => 'Nb replica seen~~',
'Class:SynchroLog/Attribute:stats_nb_replica_total' => 'Nb replica total~~',
'Class:SynchroLog/Attribute:stats_nb_obj_deleted' => 'Nb objects deleted~~',
'Class:SynchroLog/Attribute:stats_nb_obj_deleted_errors' => 'Nb of errors while deleting~~',
'Class:SynchroLog/Attribute:stats_nb_obj_obsoleted' => 'Nb objects obsoleted~~',
'Class:SynchroLog/Attribute:stats_nb_obj_obsoleted_errors' => 'Nb of errors while obsoleting~~',
'Class:SynchroLog/Attribute:stats_nb_obj_created' => 'Nb objects created~~',
'Class:SynchroLog/Attribute:stats_nb_obj_created_errors' => 'Nb or errors while creating~~',
'Class:SynchroLog/Attribute:stats_nb_obj_updated' => 'Nb objects updated~~',
'Class:SynchroLog/Attribute:stats_nb_obj_updated_errors' => 'Nb errors while updating~~',
'Class:SynchroLog/Attribute:stats_nb_replica_reconciled_errors' => 'Nb of errors during reconciliation~~',
'Class:SynchroLog/Attribute:stats_nb_replica_disappeared_no_action' => 'Nb replica disappeared~~',
'Class:SynchroLog/Attribute:stats_nb_obj_new_updated' => 'Nb objects updated~~',
'Class:SynchroLog/Attribute:stats_nb_obj_new_unchanged' => 'Nb objects unchanged~~',
'Class:SynchroLog/Attribute:last_error' => 'Last error~~',
'Class:SynchroLog/Attribute:traces' => 'Traces~~',
'Class:SynchroReplica' => 'Synchro Replica~~',
'Class:SynchroReplica/Attribute:sync_source_id' => 'Synchro Data Source~~',
'Class:SynchroReplica/Attribute:dest_id' => 'Destination object (ID)~~',
'Class:SynchroReplica/Attribute:dest_class' => 'Destination type~~',
'Class:SynchroReplica/Attribute:status_last_seen' => 'Last seen~~',
'Class:SynchroReplica/Attribute:status' => 'Status~~',
'Class:SynchroReplica/Attribute:status/Value:modified' => 'Modified~~',
'Class:SynchroReplica/Attribute:status/Value:new' => 'New~~',
'Class:SynchroReplica/Attribute:status/Value:obsolete' => 'Obsolete~~',
'Class:SynchroReplica/Attribute:status/Value:orphan' => 'Orphan~~',
'Class:SynchroReplica/Attribute:status/Value:synchronized' => 'Synchronized~~',
'Class:SynchroReplica/Attribute:status_dest_creator' => 'Object Created ?~~',
'Class:SynchroReplica/Attribute:status_last_error' => 'Last Error~~',
'Class:SynchroReplica/Attribute:status_last_warning' => 'Warnings~~',
'Class:SynchroReplica/Attribute:info_creation_date' => 'Creation Date~~',
'Class:SynchroReplica/Attribute:info_last_modified' => 'Last Modified Date~~',
'Class:appUserPreferences' => 'User Preferences~~',
'Class:appUserPreferences/Attribute:userid' => 'User~~',
'Class:appUserPreferences/Attribute:preferences' => 'Prefs~~',
'Core:ExecProcess:Code1' => 'Wrong command or command finished with errors (e.g. wrong script name)~~',
'Core:ExecProcess:Code255' => 'PHP Error (parsing, or runtime)~~',
'Core:Duration_Seconds' => '%1$ds~~',
'Core:Duration_Minutes_Seconds' => '%1$dmin %2$ds~~',
'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds~~',
'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds~~',
'Core:ExplainWTC:ElapsedTime' => 'Time elapsed (stored as \"%1$s\")~~',
'Core:ExplainWTC:StopWatch-TimeSpent' => 'Time spent for \"%1$s\"~~',
'Core:ExplainWTC:StopWatch-Deadline' => 'Deadline for \"%1$s\" at %2$d%%~~',
'Core:BulkExport:MissingParameter_Param' => 'Missing parameter \"%1$s\"~~',
'Core:BulkExport:InvalidParameter_Query' => 'Invalid value for the parameter \"query\". There is no Query Phrasebook corresponding to the id: \"%1$s\".~~',
'Core:BulkExport:ExportFormatPrompt' => 'Export format:~~',
'Core:BulkExport:Identifier' => 'Identifier~~',
'Core:BulkExportOf_Class' => '%1$s Export~~',
'Core:BulkExport:ClickHereToDownload_FileName' => 'Click here to download %1$s~~',
'Core:BulkExport:ExportResult' => 'Result of the export:~~',
'Core:BulkExport:RetrievingData' => 'Retrieving data...~~',
'Core:BulkExport:HTMLFormat' => 'Web Page (*.html)~~',
'Core:BulkExport:CSVFormat' => 'Comma Separated Values (*.csv)~~',
'Core:BulkExport:XLSXFormat' => 'Excel 2007 or newer (*.xlsx)~~',
'Core:BulkExport:PDFFormat' => 'PDF Document (*.pdf)~~',
'Core:BulkExport:DragAndDropHelp' => 'Drag and drop the columns\' headers to arrange the columns. Preview of %1$s lines. Total number of lines to export: %2$s.~~',
'Core:BulkExport:EmptyPreview' => 'Select the columns to be exported from the list above~~',
'Core:BulkExport:ColumnsOrder' => 'Columns order~~',
'Core:BulkExport:AvailableColumnsFrom_Class' => 'Available columns from %1$s~~',
'Core:BulkExport:NoFieldSelected' => 'Select at least one column to be exported~~',
'Core:BulkExport:CheckAll' => 'Check All~~',
'Core:BulkExport:UncheckAll' => 'Uncheck All~~',
'Core:BulkExport:ExportCancelledByUser' => 'Export cancelled by the user~~',
'Core:BulkExport:CSVOptions' => 'CSV Options~~',
'Core:BulkExport:CSVLocalization' => 'Localization~~',
'Core:BulkExport:PDFOptions' => 'PDF Options~~',
'Core:BulkExport:PDFPageSize' => 'Page Size:~~',
'Core:BulkExport:PageSize-A4' => 'A4~~',
'Core:BulkExport:PageSize-A3' => 'A3~~',
'Core:BulkExport:PageSize-Letter' => 'Letter~~',
'Core:BulkExport:PDFPageOrientation' => 'Page Orientation:~~',
'Core:BulkExport:PageOrientation-L' => 'Landscape~~',
'Core:BulkExport:PageOrientation-P' => 'Portrait~~',
'Core:BulkExport:XMLFormat' => 'XML file (*.xml)~~',
'Core:BulkExport:XMLOptions' => 'XML Options~~',
'Core:BulkExport:SpreadsheetFormat' => 'Spreadsheet HTML format (*.html)~~',
'Core:BulkExport:SpreadsheetOptions' => 'Spreadsheet Options~~',
'Core:BulkExport:OptionNoLocalize' => 'Do not localize the values (for Enumerated fields)~~',
'Core:BulkExport:ScopeDefinition' => 'Definition of the objects to export~~',
'Core:BulkExportLabelOQLExpression' => 'OQL Query:~~',
'Core:BulkExportLabelPhrasebookEntry' => 'Query Phrasebook Entry:~~',
'Core:BulkExportMessageEmptyOQL' => 'Please enter a valid OQL query.~~',
'Core:BulkExportMessageEmptyPhrasebookEntry' => 'Please select a valid phrasebook entry.~~',
'Core:BulkExportQueryPlaceholder' => 'Type an OQL query here...~~',
'Core:BulkExportCanRunNonInteractive' => 'Click here to run the export in non-interactive mode.~~',
'Core:BulkExportLegacyExport' => 'Click here to access the legacy export.~~',
));