🐛 N°1834 Query Phrasebook : fix fields dictionary key

This commit is contained in:
Pierre Goiffon
2018-12-05 16:58:34 +01:00
parent 2766fad61a
commit fca5a625d2
14 changed files with 28 additions and 42 deletions

View File

@@ -84,9 +84,8 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:Query/Attribute:name+' => 'Identificativi della query',
'Class:Query/Attribute:description' => 'Descrizione',
'Class:Query/Attribute:description+' => 'Descrizione dettagliata della query(scopo, usagoetc.)',
'Class:Query/Attribute:fields' => 'Campi',
'Class:Query/Attribute:fields+' => 'Lista di attributi separati da virgola (o alias.attributo) per l\'esportazione',
'Class:QueryOQL/Attribute:fields' => 'Campi',
'Class:QueryOQL/Attribute:fields+' => 'Lista di attributi separati da virgola (o alias.attributo) per l\'esportazione',
'Class:QueryOQL' => 'OQL Query',
'Class:QueryOQL+' => 'Una query basata su Object Query Language',
'Class:QueryOQL/Attribute:oql' => 'Espressione',