mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
core/resources: Use geographic coordinates with precision 1 meter (#5232)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<parameter name="location" type="text">
|
||||
<context>location</context>
|
||||
<label>Location</label>
|
||||
<description><![CDATA[The location of this installation.<br>Coordinates as <latitude>,<longitude>[<altitude>]<br>Example: "52.5200066,13.4049540" (Berlin)]]></description>
|
||||
<description><![CDATA[The location of this installation.<br>Coordinates as <latitude>,<longitude>[<altitude>]<br>Example: "52.52000,13.40495" (Berlin)]]></description>
|
||||
</parameter>
|
||||
<parameter name="measurementSystem" type="text">
|
||||
<label>Measurement System</label>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
system.config.i18n.language.label = Language
|
||||
system.config.i18n.language.description = The default language that should be used. If not specified, the system default locale is used.
|
||||
system.config.i18n.location.label = Location
|
||||
system.config.i18n.location.description = The location of this installation.<br>Coordinates as <latitude>,<longitude>[,<altitude>] with the altitude being optional<br>Example: "52.5200066,13.4049540" (Berlin)
|
||||
system.config.i18n.location.description = The location of this installation.<br>Coordinates as <latitude>,<longitude>[,<altitude>] with the altitude being optional<br>Example: "52.52000,13.40495" (Berlin)
|
||||
system.config.i18n.measurementSystem.label = Measurement System
|
||||
system.config.i18n.measurementSystem.description = The measurement system is used for unit conversion.
|
||||
system.config.i18n.measurementSystem.option.SI = Metric
|
||||
|
||||
Reference in New Issue
Block a user