🐛 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

@@ -73,9 +73,8 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Class:Query/Attribute:name+' => '',
'Class:Query/Attribute:description' => 'Beskrivelse',
'Class:Query/Attribute:description+' => '',
'Class:Query/Attribute:fields' => 'Felter',
'Class:Query/Attribute:fields+' => '',
'Class:QueryOQL/Attribute:fields' => 'Felter',
'Class:QueryOQL/Attribute:fields+' => '',
'Class:QueryOQL' => 'OQL forespørgsel',
'Class:QueryOQL+' => '',
'Class:QueryOQL/Attribute:oql' => 'Udtryk',