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/90d_linse-1.0.xml | 44 ++++++++++---------- server/xml/macros/akselaengde-1.0.xml | 10 ++--- server/xml/macros/aktuelle-1.0.xml | 16 ++++---- server/xml/macros/amd_procedure-1.0.xml | 4 +- server/xml/macros/autorefraktion-1.0.xml | 48 +++++++++++----------- server/xml/macros/central_corneatykkelse-1.0.xml | 20 ++++----- server/xml/macros/cycloplegisk_refraktion-1.0.xml | 4 +- server/xml/macros/egen_brille-1.0.xml | 16 ++++---- server/xml/macros/example.xml | 10 ++--- server/xml/macros/fluorescens_faser-1.0.xml | 4 +- server/xml/macros/fluorescens_injektion-1.0.xml | 4 +- server/xml/macros/fluorescens_konklusion-1.0.xml | 12 +++--- server/xml/macros/header-1.0.xml | 10 ++--- server/xml/macros/henvisning-1.0.xml | 8 ++-- server/xml/macros/informeret_samtykke-1.0.xml | 10 ++--- .../intravitreal_injektion_indikation-1.0.xml | 4 +- server/xml/macros/manifest_refraktion-1.0.xml | 4 +- server/xml/macros/oct_konklusion-1.0.xml | 26 ++++++------ server/xml/macros/oct_maaling-1.0.xml | 16 ++++---- server/xml/macros/oejendrypning-1.0.xml | 8 ++-- server/xml/macros/oejentryk-1.0.xml | 20 ++++----- server/xml/macros/pupilstoerrelse-1.0.xml | 12 +++--- server/xml/macros/ref-spaltelampe-1.0.xml | 8 ++-- server/xml/macros/ref_90d_linse-1.0.xml | 8 ++-- server/xml/macros/ref_aktuelle-1.0.xml | 18 ++++---- .../ref_behandling-kirurgisk_procedure-1.0.xml | 8 ++-- .../xml/macros/ref_efterkontrol-aktuelle-1.0.xml | 6 +-- .../xml/macros/ref_efterkontrol-overskrift-1.0.xml | 6 +-- server/xml/macros/spaltelampe-1.0.xml | 38 ++++++++--------- server/xml/macros/spaltelampe-template-1.0.xml | 8 ++-- server/xml/macros/subjektiv_evaluering-1.0.xml | 4 +- server/xml/macros/tidligere_alment-1.0.xml | 4 +- server/xml/macros/tidligere_oejensygdomme-1.0.xml | 4 +- server/xml/macros/tobaksrygning-1.0.xml | 4 +- server/xml/macros/tonometri-1.0.xml | 20 ++++----- server/xml/macros/topografi-1.0.xml | 12 +++--- server/xml/macros/visus-1.0.xml | 8 ++-- server/xml/macros/visus-autoref-1.0.xml | 8 ++-- server/xml/macros/visus-egen_korr-1.0.xml | 8 ++-- .../xml/macros/visus-manifest_refraktion-1.0.xml | 8 ++-- server/xml/macros/visus-template-1.0.xml | 8 ++-- server/xml/macros/visus-uden_korr-1.0.xml | 8 ++-- server/xml/macros/vurdering_af_fundus-1.0.xml | 14 +++---- server/xml/macros/yderligere_diagnostik-1.0.xml | 6 +-- 44 files changed, 263 insertions(+), 263 deletions(-) diff --git a/server/xml/macros/90d_linse-1.0.xml b/server/xml/macros/90d_linse-1.0.xml index 8a632c9..d18d9be 100644 --- a/server/xml/macros/90d_linse-1.0.xml +++ b/server/xml/macros/90d_linse-1.0.xml @@ -18,17 +18,17 @@ if ( getValue('90d_linse.mangler.odxt') == '' and getValue('90d_linse.mangler.osin') == '' ) then - out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.fundus_visibility.odxt') - .. ' på o.dxt og ' .. getValue('90d_linse.fundus_visibility.osin')..' på venstre.\n' + out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.indblik.odxt') + .. ' på o.dxt og ' .. getValue('90d_linse.indblik.osin')..' på venstre.\n' else if ( getValue('90d_linse.mangler.odxt') == '' ) then - out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.fundus_visibility.odxt') + out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.indblik.odxt') .. ' på o.dxt.\n' end if ( getValue('90d_linse.mangler.osin') == '' ) then - out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.fundus_visibility.osin') + out = 'Inblikket til fundusbaggrunden er ' .. getValue('90d_linse.indblik.osin') ..' på o.sin.\n' end end @@ -38,22 +38,22 @@ if ( getValue('90d_linse.implikation.odxt') == 'retinal hævelse' ) then out = out .. 'På o.dxt findes der retinal hævelse' - if ( getValue('90d_linse.randbl.odxt') ~= '' and getValue('90d_linse.exsudater.odxt') ~= '') + if ( getValue('90d_linse.randbloedninger.odxt') ~= '' and getValue('90d_linse.exsudaterater.odxt') ~= '') then out = out .. ' med randblødning og exhudater.\n' end - if ( getValue('90d_linse.randbl.odxt') == '' and getValue('90d_linse.exsudater.odxt') ~= '') + if ( getValue('90d_linse.randbloedninger.odxt') == '' and getValue('90d_linse.exsudaterater.odxt') ~= '') then out = out .. ' med exhudater.\n' end - if ( getValue('90d_linse.randbl.odxt') ~= '' and getValue('90d_linse.exsudater.odxt') == '') + if ( getValue('90d_linse.randbloedninger.odxt') ~= '' and getValue('90d_linse.exsudaterater.odxt') == '') then out = out .. ' med randblødning.\n' end - if ( getValue('90d_linse.randbl.odxt') == '' and getValue('90d_linse.exsudater.odxt') == '') + if ( getValue('90d_linse.randbloedninger.odxt') == '' and getValue('90d_linse.exsudaterater.odxt') == '') then out = out .. '.\n' end @@ -70,22 +70,22 @@ if ( getValue('90d_linse.implikation.osin') == 'retinal hævelse' ) then out = out .. 'På o.sin findes der retinal hævelse' - if ( getValue('90d_linse.randbl.osin') ~= '' and getValue('90d_linse.exsudater.osin') ~= '') + if ( getValue('90d_linse.randbloedninger.osin') ~= '' and getValue('90d_linse.exsudaterater.osin') ~= '') then out = out .. ' med randblødning og exhudater.\n' end - if ( getValue('90d_linse.randbl.osin') == '' and getValue('90d_linse.exsudater.osin') ~= '') + if ( getValue('90d_linse.randbloedninger.osin') == '' and getValue('90d_linse.exsudaterater.osin') ~= '') then out = out .. ' med exhudater.\n' end - if ( getValue('90d_linse.randbl.osin') ~= '' and getValue('90d_linse.exsudater.osin') == '') + if ( getValue('90d_linse.randbloedninger.osin') ~= '' and getValue('90d_linse.exsudaterater.osin') == '') then out = out .. ' med randblødning.\n' end - if ( getValue('90d_linse.randbl.osin') == '' and getValue('90d_linse.exsudater.osin') == '') + if ( getValue('90d_linse.randbloedninger.osin') == '' and getValue('90d_linse.exsudaterater.osin') == '') then out = out .. '.\n' end @@ -118,11 +118,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 @@ -138,11 +138,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 @@ -200,7 +200,7 @@ - + @@ -215,9 +215,9 @@ - - @@ -233,7 +233,7 @@ - + @@ -248,9 +248,9 @@ - - diff --git a/server/xml/macros/akselaengde-1.0.xml b/server/xml/macros/akselaengde-1.0.xml index af42444..087ce80 100644 --- a/server/xml/macros/akselaengde-1.0.xml +++ b/server/xml/macros/akselaengde-1.0.xml @@ -4,7 +4,7 @@ out = '' if ( getValue('akselaengde.mangler.odxt') == '' or getValue('akselaengde.mangler.osin') == '' ) then - out = out .. 'Akselængde: ' .. getValue('akselaengde.method') .. '\n' + out = out .. 'Akselængde: ' .. getValue('akselaengde.metode') .. '\n' end if ( getValue('akselaengde.mangler.odxt') == '' ) @@ -33,11 +33,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 @@ -53,11 +53,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 diff --git a/server/xml/macros/aktuelle-1.0.xml b/server/xml/macros/aktuelle-1.0.xml index 076d483..5ec3edf 100644 --- a/server/xml/macros/aktuelle-1.0.xml +++ b/server/xml/macros/aktuelle-1.0.xml @@ -43,8 +43,8 @@ if ( getValue('aktuelle.symptomer.odxt') ~= '' or getValue('aktuelle.symptomer.osin') ~= '' ) then - out = out .. 'Symptomerne er opstået ' .. getValue('aktuelle.when') - .. ' og efterfølgende ' .. getValue('aktuelle.then') + out = out .. 'Symptomerne er opstået ' .. getValue('aktuelle.opstaaet') + .. ' og efterfølgende ' .. getValue('aktuelle.efterfoelgende') end return out @@ -85,7 +85,7 @@ formatlanguage="lua" format= " - days = (os.time() - tonumber(getValue('date_odxt'))) / (60 * 60 * 24) + days = (os.time() - tonumber(getValue('dato_odxt'))) / (60 * 60 * 24) num = 0 identifier = '' suffix = '' @@ -152,7 +152,7 @@