diff options
author | senator <senator> | 2009-11-19 11:10:04 +0000 |
---|---|---|
committer | senator <senator> | 2009-11-19 11:10:04 +0000 |
commit | 5099bca4c9ce61937e6af558402f681e46014df7 (patch) | |
tree | 41cde86c9250bfefa7288afe24f312eb78dfcc34 /server/xml/macros/fluorescens_konklusion-1.0.xml | |
parent | 879842169b40803c6d74281e9cd60f6e59d49d78 (diff) |
changed pretty much everything from english to danish in field names
Diffstat (limited to 'server/xml/macros/fluorescens_konklusion-1.0.xml')
-rw-r--r-- | server/xml/macros/fluorescens_konklusion-1.0.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/server/xml/macros/fluorescens_konklusion-1.0.xml b/server/xml/macros/fluorescens_konklusion-1.0.xml index b8b6235..06dd6f7 100644 --- a/server/xml/macros/fluorescens_konklusion-1.0.xml +++ b/server/xml/macros/fluorescens_konklusion-1.0.xml @@ -21,13 +21,13 @@ then out = out .. getValue('fluorescens.konklusion.) .. '\n' out = out .. 'Membranen er beliggende:' - .. getValue('fluorescens.membrane.position') .. '\n' + .. getValue('fluorescens.membran.position') .. '\n' out = out .. 'Membranstørrelse:' - .. getValue('fluorescens.membrane.size') .. 'µm\n' + .. getValue('fluorescens.membran.stoerrelse') .. 'µm\n' else if( getValue('fluorescens.konklusion.) == 'andet' ) then - out = out .. getValue('fluorescens.konklusion.other') .. '\n' + out = out .. getValue('fluorescens.konklusion.andet') .. '\n' else out = out .. getValue('fluorescens.konklusion.) .. '\n' end @@ -94,7 +94,7 @@ <frame name="andet_frame" layout="hbox"> <label caption="Andet:"/> - <lineedit name="fluorescens.konklusion.other" value=""/> + <lineedit name="fluorescens.konklusion.andet" value=""/> </frame> <frame name="yderligere_info_frame" layout="vbox"> @@ -102,7 +102,7 @@ <frame layout="hbox"> <label caption="Membran beliggenhed:" width="150"/> - <combobox name="fluorescens.membrane.position" value=""> + <combobox name="fluorescens.membran.position" value=""> <item caption="Subfovealt" value="Subfovealt" /> <item caption="Juxtafovealt" value="Juxtafovealt" /> <item caption="Extrafovealt" value="Extrafovealt" /> @@ -112,7 +112,7 @@ <frame layout="hbox"> <label caption="Membranstørrelse:" width="150"/> - <lineedit name="fluorescens.membrane.size" regexp="[0-9,.-]+" value=""/> + <lineedit name="fluorescens.membran.stoerrelse" regexp="[0-9,.-]+" value=""/> <label caption="µm" /> <spacer/> </frame> |