File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,8 @@ Evol.i18n = {
4545 //ListAll:'List All',
4646 //Print:'Print',
4747 //pdf:'PDF',
48- prev :'Previous' ,
49- next :'Next' ,
50- finish :'Finish !' ,
48+
49+ // --- msg & status ---
5150 DeleteEntity :'Delete {0} "{1}"?' , // {0}=entity {1}=leadfield value,
5251 DeleteEntities : 'Delete {0} {1}?' , // delete 5 tasks
5352 Back2SearchResults :'Back to search results' ,
@@ -155,6 +154,18 @@ Evol.i18n = {
155154 bUpdateFilter :'Update filter' ,
156155 bSubmit :'Submit' ,
157156 bCancel :'Cancel'
158- }
157+ } ,
158+
159+ // --- wizard ---
160+ prev :'Previous' ,
161+ next :'Next' ,
162+ finish :'Finish !' /*,
163+
164+ // --- documentation ---
165+ doc:{
166+ entity:'Entity',
167+ fields:'Fields',
168+ uiModel: 'UI Model'
169+ }*/
159170
160171} ;
You can’t perform that action at this time.
0 commit comments