mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Prepared the dictionaries for translating new entries (completed the french translation at the same time). Just look for the strings terminated by ~~ and translate them in place and you're done!
SVN:trunk[3651]
This commit is contained in:
@@ -783,6 +783,56 @@ 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.~~',
|
||||
));
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user