From 5099bca4c9ce61937e6af558402f681e46014df7 Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 19 Nov 2009 11:10:04 +0000 Subject: changed pretty much everything from english to danish in field names --- server/xml/macros/oct_konklusion-1.0.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'server/xml/macros/oct_konklusion-1.0.xml') diff --git a/server/xml/macros/oct_konklusion-1.0.xml b/server/xml/macros/oct_konklusion-1.0.xml index d8f9bdb..27de1e4 100644 --- a/server/xml/macros/oct_konklusion-1.0.xml +++ b/server/xml/macros/oct_konklusion-1.0.xml @@ -21,18 +21,18 @@ if ( getValue('oct.mangler.odxt') == '' ) then - out = out .. 'OCT o.dxt ' .. getValue('oct.description.odxt') .. '.\n' + out = out .. 'OCT o.dxt ' .. getValue('oct.beskrivelse.odxt') .. '.\n' end if ( getValue('oct.mangler.osin') == '' ) then - out = out .. 'OCT o.sin ' .. getValue('oct.description.osin') .. '.\n' + out = out .. 'OCT o.sin ' .. getValue('oct.beskrivelse.osin') .. '.\n' end end - if ( getValue('oct.comments') ~= '' ) + if ( getValue('oct.kommentarer') ~= '' ) then - out = out .. getValue('oct.comments') .. '\n' + out = out .. getValue('oct.kommentarer') .. '\n' end return out @@ -53,11 +53,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 @@ -73,11 +73,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 @@ -119,12 +119,12 @@