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/egen_brille-1.0.xml | |
parent | 879842169b40803c6d74281e9cd60f6e59d49d78 (diff) |
changed pretty much everything from english to danish in field names
Diffstat (limited to 'server/xml/macros/egen_brille-1.0.xml')
-rw-r--r-- | server/xml/macros/egen_brille-1.0.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/server/xml/macros/egen_brille-1.0.xml b/server/xml/macros/egen_brille-1.0.xml index 4143e3d..f705d0d 100644 --- a/server/xml/macros/egen_brille-1.0.xml +++ b/server/xml/macros/egen_brille-1.0.xml @@ -51,11 +51,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 @@ -71,11 +71,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 @@ -92,7 +92,7 @@ -- convert . to , value = string.gsub(value, '[.]', ',') timestamp = brillemaaler.sf.timestamp.osin - source = brillemaaler.sf.source.osin + source = brillemaaler.sf.kilde.osin end return value, timestamp, source </map> @@ -108,7 +108,7 @@ -- convert . to , value = string.gsub(value, '[.]', ',') timestamp = brillemaaler.cyl.timestamp.osin - source = brillemaaler.cyl.source.osin + source = brillemaaler.cyl.kilde.osin end return value, timestamp, source </map> @@ -124,7 +124,7 @@ -- convert . to , value = string.gsub(value, '[.]', ',') timestamp = brillemaaler.sf.timestamp.odxt - source = brillemaaler.sf.source.odxt + source = brillemaaler.sf.kilde.odxt end return value, timestamp, source </map> @@ -140,7 +140,7 @@ -- convert . to , value = string.gsub(value, '[.]', ',') timestamp = brillemaaler.cyl.timestamp.odxt - source = brillemaaler.cyl.source.odxt + source = brillemaaler.cyl.kilde.odxt end return value, timestamp, source </map> |