🐛 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

@@ -86,9 +86,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Class:Query/Attribute:name+' => 'Název dotazu',
'Class:Query/Attribute:description' => 'Popis',
'Class:Query/Attribute:description+' => 'Dlouhý popis dotazu',
'Class:Query/Attribute:fields' => 'Atributy',
'Class:Query/Attribute:fields+' => 'Seznam atributů oddělených čárkami',
'Class:QueryOQL/Attribute:fields' => 'Atributy',
'Class:QueryOQL/Attribute:fields+' => 'Seznam atributů oddělených čárkami',
'Class:QueryOQL' => 'OQL dotaz',
'Class:QueryOQL+' => '',
'Class:QueryOQL/Attribute:oql' => 'Výraz',