Skip to content

Commit 63f8bc6

Browse files
author
Olivier Giulieri
committed
Small edits
1 parent 5d5a4dd commit 63f8bc6

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

js/i18n/EN.js

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)