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/tonometri-1.0.xml | |
parent | 879842169b40803c6d74281e9cd60f6e59d49d78 (diff) |
changed pretty much everything from english to danish in field names
Diffstat (limited to 'server/xml/macros/tonometri-1.0.xml')
-rw-r--r-- | server/xml/macros/tonometri-1.0.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/server/xml/macros/tonometri-1.0.xml b/server/xml/macros/tonometri-1.0.xml index 7cf9d0e..c2f9fca 100644 --- a/server/xml/macros/tonometri-1.0.xml +++ b/server/xml/macros/tonometri-1.0.xml @@ -4,17 +4,17 @@ out = '' if ( getValue('tonometri.mangler.odxt') == '' or getValue('tonometri.mangler.osin') == '' ) then - out = out .. getValue('tonometri.method') .. ':\n' + out = out .. getValue('tonometri.metode') .. ':\n' end if ( getValue('tonometri.mangler.odxt') == '' ) then - out = out .. 'o.dxt: ' .. getValue('tonometri.pressure.odxt') .. ' mmHg\n' + out = out .. 'o.dxt: ' .. getValue('tonometri.tryk.odxt') .. ' mmHg\n' end if ( getValue('tonometri.mangler.osin') == '' ) then - out = out .. 'o.sin: ' .. getValue('tonometri.pressure.osin') .. ' mmHg\n' + out = out .. 'o.sin: ' .. getValue('tonometri.tryk.osin') .. ' mmHg\n' end return out @@ -35,11 +35,11 @@ then value = '' timestamp = missing_eye_odxt.timestamp - source = missing_eye_odxt.source + source = missing_eye_odxt.kilde else value = 'mangler' timestamp = missing_eye_odxt.timestamp - source = missing_eye_odxt.source + source = missing_eye_odxt.kilde end end return value, timestamp, source @@ -55,11 +55,11 @@ then value = '' timestamp = missing_eye_osin.timestamp - source = missing_eye_osin.source + source = missing_eye_osin.kilde else value = 'mangler' timestamp = missing_eye_osin.timestamp - source = missing_eye_osin.source + source = missing_eye_osin.kilde end end return value, timestamp, source @@ -129,7 +129,7 @@ <frame name="right_eye_frame" caption="o.dxt" layout="hbox"> <label caption="Tryk:"/> <spacer/> - <lineedit name="tonometri.pressure.odxt" regexp="\d{1,2}" script="lt80gt0" value=""/> + <lineedit name="tonometri.tryk.odxt" regexp="\d{1,2}" script="lt80gt0" value=""/> <label caption="mmHg"/> <spacer/> </frame> @@ -144,7 +144,7 @@ <frame name="left_eye_frame" caption="o.sin" layout="hbox"> <label caption="Tryk:"/> <spacer/> - <lineedit name="tonometri.pressure.osin" regexp="\d{1,2}" script="lt80gt0" value=""/> + <lineedit name="tonometri.tryk.osin" regexp="\d{1,2}" script="lt80gt0" value=""/> <label caption="mmHg"/> <spacer/> </frame> @@ -154,7 +154,7 @@ <frame name="device_frame" layout="vbox"> <label caption="Tonometri foretaget med:"/> - <combobox name="tonometri.method" value=""> + <combobox name="tonometri.metode" value=""> <item caption="Lufttonometri" value="Lufttonometri"/> <item caption="Applanationstonometri" value="Applanationstonometri"/> <item caption="Eye Care tonometri" value="Eye Care tonometri"/> |