Difference between revisions of "Item Customisation"
From IMSMA Wiki
(Created page with "If a country would like to change ''Education'' to e.g. ''Risk Education the following needs to be updated: <ol> <li>C:\IMSMAng\client\resources\com\fgm\imsma\lexicon\ITerms.p...") |
|||
Line 3: | Line 3: | ||
<li>C:\IMSMAng\client\resources\com\fgm\imsma\lexicon\ITerms.properties | <li>C:\IMSMAng\client\resources\com\fgm\imsma\lexicon\ITerms.properties | ||
: Search for ''Education'' and update only the part right of the = | : Search for ''Education'' and update only the part right of the = | ||
− | : MINE_RISK_EDUCATION = Education</li> | + | : e.g. MINE_RISK_EDUCATION = Education</li> |
<li>C:\IMSMAng\client\resources\com\fgm\imsma\lexicon\IMessages.properties | <li>C:\IMSMAng\client\resources\com\fgm\imsma\lexicon\IMessages.properties | ||
: Search for ''Education'' and update only the part right of the = | : Search for ''Education'' and update only the part right of the = | ||
− | : TASK_HAS_WORKITEM = Task with Work Item(s) linked to Activity, Education or QM cannot be deleted.</li> | + | : e.g. TASK_HAS_WORKITEM = Task with Work Item(s) linked to Activity, Education or QM cannot be deleted.</li> |
+ | <li>The option lists' translations should also be updated | ||
+ | : see [[Export and Translate the Terms]].</li> | ||
+ | |||
+ | {{Note | Search with NotePad++ in the English iTerms, iMessages and translation file but update them with Rosetta-J for other languages than English.}} | ||
+ | |||
+ | <li>If the country would like to change the icon used in | ||
+ | :# [[Explore the Toolbars#IMSMA themes toolbar | IMSMA themes toobar]] | ||
+ | :# [[Items Pane]] | ||
+ | :# [[Search Items|Search menu]] | ||
+ | then the png files (mre.png and mre_hi.png) in C:\IMSMAng\client\resources\com\fgm\imsma\client\images has to be updated.</li> | ||
</ol> | </ol> | ||
− | |||
− | |||
{{NavBox Hub}} | {{NavBox Hub}} | ||
[[Category:NoPublic]] | [[Category:NoPublic]] | ||
[[Category:NAA]] | [[Category:NAA]] |
Revision as of 20:33, 18 March 2015
If a country would like to change Education to e.g. Risk Education the following needs to be updated:
- C:\IMSMAng\client\resources\com\fgm\imsma\lexicon\ITerms.properties
- Search for Education and update only the part right of the =
- e.g. MINE_RISK_EDUCATION = Education
- C:\IMSMAng\client\resources\com\fgm\imsma\lexicon\IMessages.properties
- Search for Education and update only the part right of the =
- e.g. TASK_HAS_WORKITEM = Task with Work Item(s) linked to Activity, Education or QM cannot be deleted.
- The option lists' translations should also be updated
- If the country would like to change the icon used in then the png files (mre.png and mre_hi.png) in C:\IMSMAng\client\resources\com\fgm\imsma\client\images has to be updated.
Search with NotePad++ in the English iTerms, iMessages and translation file but update them with Rosetta-J for other languages than English. |