view 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
line wrap: on
line source
/** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
 * Software engineering by
 *  Björnsen Beratende Ingenieure GmbH
 *  Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
 *
 * This file is Free Software under the GNU AGPL (>=v3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out the
 * documentation coming with Dive4Elements River for details.
 */
package org.dive4elements.river.artifacts.sinfo;

/**
 * Some commonly used i10n-strings.
 *
 * @author Gernot Belger
 */
public interface SInfoI18NStrings {

    public static final String CSV_META_HEADER_RESULT = "sinfo.export.flow_depth.csv.meta.header.result";

    public static final String CSV_META_HEADER_RESULT_LABEL = "sinfo.export.flow_depth.csv.meta.header.result.label";

    public static final String CSV_META_VERSION = "sinfo.export.flow_depth.csv.meta.version";

    public static final String CSV_META_VERSION_LABEL = "sinfo.export.flow_depth.csv.meta.version.label";

    public static final String CSV_META_USER = "sinfo.export.flow_depth.csv.meta.user";

    public static final String CSV_META_USER_LABEL = "sinfo.export.flow_depth.csv.meta.user.label";

    public static final String CSV_META_CREATION = "sinfo.export.flow_depth.csv.meta.creation";

    public static final String CSV_META_CREATION_LABEL = "sinfo.export.flow_depth.csv.meta.creation.label";

    public static final String CSV_META_RIVER = "sinfo.export.flow_depth.csv.meta.river";

    public static final String CSV_META_RIVER_LABEL = "sinfo.export.flow_depth.csv.meta.river.label";

    public static final String CSV_KM_HEADER = "sinfo.export.flow_depth.csv.header.km";

    public static final String CSV_MEAN_BED_HEIGHT_HEADER = "sinfo.export.flow_depth.csv.header.mean_bed_height";

    public static final String CSV_WATERLEVEL_HEADER = "sinfo.export.flow_depth.csv.header.waterlevel";

    public static final String CSV_DISCHARGE_HEADER = "sinfo.export.flow_depth.csv.header.discharge";

    public static final String CSV_LABEL_HEADER = "sinfo.export.flow_depth.csv.header.label";

    public static final String CSV_GAUGE_HEADER = "sinfo.export.flow_depth.csv.header.gauge";

    public static final String CSV_LOCATION_HEADER = "sinfo.export.flow_depth.csv.header.location";

    public static final String CSV_META_HEADER_WATERLEVEL = "sinfo.export.flow_depth.csv.meta.header.waterlevel";

    public static final String CSV_META_HEADER_WATERLEVEL_NAME = "sinfo.export.flow_depth.csv.meta.header.waterlevel.name";

    public static final String CSV_META_HEADER_WATERLEVEL_GAUGE = "sinfo.export.flow_depth.csv.meta.header.waterlevel.gauge";

    public static final String CSV_META_HEADER_WATERLEVEL_YEAR = "sinfo.export.flow_depth.csv.meta.header.waterlevel.year";

    public static final String CSV_META_RANGE = "sinfo.export.flow_depth.csv.meta.range";

    public static final String CSV_META_RANGE_LABEL = "sinfo.export.flow_depth.csv.meta.range.label";

    public static final String CSV_META_HEIGHT_UNIT_RIVER = "sinfo.export.flow_depth.csv.meta.height_unit.river";

    public static final String UNIT_M = "m";

    public static final String UNIT_CM = "cm";

    public static final String UNIT_CUBIC_M = "m³/s";
}

http://dive4elements.wald.intevation.org