comparison artifacts/src/main/java/org/dive4elements/river/artifacts/common/I18NStrings.java @ 8999:e3b3ce32c825

Work on uinfo
author gernotbelger
date Thu, 12 Apr 2018 19:15:42 +0200
parents
children fe561931026c
comparison
equal deleted inserted replaced
8998:c38098b15427 8999:e3b3ce32c825
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.common;
11
12 /**
13 * @author Domenico Nardi Tironi
14 *
15 */
16 public interface I18NStrings {
17 //////////// GENERIC TYPES + UNITS///////////////////////////////////////////////////////////////////////////////
18
19 // TODO: remove "sinfo" for these labels in messages.txt + de.messages.txt
20
21 String CSV_KM_HEADER = "sinfo.export.flow_depth.csv.header.km";
22
23 String CSV_META_HEADER_RESULT_LABEL = "sinfo.export.flow_depth.csv.meta.header.result.label";
24
25 String CSV_META_VERSION_LABEL = "sinfo.export.flow_depth.csv.meta.version.label";
26
27 String CSV_META_USER_LABEL = "sinfo.export.flow_depth.csv.meta.user.label";
28
29 String CSV_META_CREATION_LABEL = "sinfo.export.flow_depth.csv.meta.creation.label";
30
31 String CSV_META_RIVER_LABEL = "sinfo.export.flow_depth.csv.meta.river.label";
32
33 String CSV_META_RANGE_LABEL = "sinfo.export.flow_depth.csv.meta.range.label";
34
35 String CSV_META_HEADER_RESULT = "sinfo.export.flow_depth.csv.meta.header.result";
36
37 String CSV_META_VERSION = "sinfo.export.flow_depth.csv.meta.version";
38
39 String CSV_META_USER = "sinfo.export.flow_depth.csv.meta.user";
40
41 String CSV_META_CREATION = "sinfo.export.flow_depth.csv.meta.creation";
42
43 String CSV_META_RIVER = "sinfo.export.flow_depth.csv.meta.river";
44
45 String CSV_META_RANGE = "sinfo.export.flow_depth.csv.meta.range";
46
47 String CSV_META_HEIGHT_UNIT_RIVER = "sinfo.export.flow_depth.csv.meta.height_unit.river"; // move to child?
48
49 /// sonstiges:
50
51 // Einheiten:
52
53 String UNIT_NONE = "-";
54
55 String UNIT_M = "m";
56
57 String UNIT_KM = "km";
58
59 String UNIT_CM = "cm";
60
61 String UNIT_CM_A = "cm/a";
62
63 String UNIT_CUBIC_M = "m³/s";
64 }

http://dive4elements.wald.intevation.org