comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/SInfoI18NStrings.java @ 8928:791714b92b5c

Basically implemented SINFO-Tkh Exports
author gernotbelger
date Thu, 01 Mar 2018 18:49:34 +0100
parents
children 5d5d482da3e9
comparison
equal deleted inserted replaced
8927:04ad2cfce559 8928:791714b92b5c
1 /** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
2 * Software engineering by
3 * Björnsen Beratende Ingenieure GmbH
4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
5 *
6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details.
9 */
10 package org.dive4elements.river.artifacts.sinfo;
11
12 /**
13 * Some commonly used i10n-strings.
14 *
15 * @author Gernot Belger
16 */
17 public interface SInfoI18NStrings {
18
19 public static final String CSV_META_HEADER_RESULT = "sinfo.export.flow_depth.csv.meta.header.result";
20
21 public static final String CSV_META_HEADER_RESULT_LABEL = "sinfo.export.flow_depth.csv.meta.header.result.label";
22
23 public static final String CSV_META_VERSION = "sinfo.export.flow_depth.csv.meta.version";
24
25 public static final String CSV_META_VERSION_LABEL = "sinfo.export.flow_depth.csv.meta.version.label";
26
27 public static final String CSV_META_USER = "sinfo.export.flow_depth.csv.meta.user";
28
29 public static final String CSV_META_USER_LABEL = "sinfo.export.flow_depth.csv.meta.user.label";
30
31 public static final String CSV_META_CREATION = "sinfo.export.flow_depth.csv.meta.creation";
32
33 public static final String CSV_META_CREATION_LABEL = "sinfo.export.flow_depth.csv.meta.creation.label";
34
35 public static final String CSV_META_RIVER = "sinfo.export.flow_depth.csv.meta.river";
36
37 public static final String CSV_META_RIVER_LABEL = "sinfo.export.flow_depth.csv.meta.river.label";
38
39 public static final String CSV_KM_HEADER = "sinfo.export.flow_depth.csv.header.km";
40
41 public static final String CSV_MEAN_BED_HEIGHT_HEADER = "sinfo.export.flow_depth.csv.header.mean_bed_height";
42
43 public static final String CSV_WATERLEVEL_HEADER = "sinfo.export.flow_depth.csv.header.waterlevel";
44
45 public static final String CSV_DISCHARGE_HEADER = "sinfo.export.flow_depth.csv.header.discharge";
46
47 public static final String CSV_LABEL_HEADER = "sinfo.export.flow_depth.csv.header.label";
48
49 public static final String CSV_GAUGE_HEADER = "sinfo.export.flow_depth.csv.header.gauge";
50
51 public static final String CSV_LOCATION_HEADER = "sinfo.export.flow_depth.csv.header.location";
52
53 public static final String CSV_META_HEADER_WATERLEVEL = "sinfo.export.flow_depth.csv.meta.header.waterlevel";
54
55 public static final String CSV_META_HEADER_WATERLEVEL_NAME = "sinfo.export.flow_depth.csv.meta.header.waterlevel.name";
56
57 public static final String CSV_META_HEADER_WATERLEVEL_GAUGE = "sinfo.export.flow_depth.csv.meta.header.waterlevel.gauge";
58
59 public static final String CSV_META_HEADER_WATERLEVEL_YEAR = "sinfo.export.flow_depth.csv.meta.header.waterlevel.year";
60
61 public static final String CSV_META_RANGE = "sinfo.export.flow_depth.csv.meta.range";
62
63 public static final String CSV_META_RANGE_LABEL = "sinfo.export.flow_depth.csv.meta.range.label";
64
65 public static final String CSV_META_HEIGHT_UNIT_RIVER = "sinfo.export.flow_depth.csv.meta.height_unit.river";
66
67 public static final String UNIT_M = "m";
68
69 public static final String UNIT_CM = "cm";
70
71 public static final String UNIT_CUBIC_M = "m³/s";
72 }

http://dive4elements.wald.intevation.org