Skip to content

Commit

Permalink
typo #22
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobanse committed Nov 30, 2023
1 parent 7d0103c commit 52d0249
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion data/po/de_sumo.po
Original file line number Diff line number Diff line change
Expand Up @@ -10567,7 +10567,7 @@ msgstr ""
"zusammen, wenn diese eine maximale Lücke FLOAT zum Nachbarweg haben"

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:118
msgid "Reads shapes from shapefiles FILE+"
msgid "Reads shapes from shapefiles FILE"
msgstr "Liest Shapes aus Shapedatei FILE"

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:122
Expand Down
2 changes: 1 addition & 1 deletion data/po/es_sumo.po
Original file line number Diff line number Diff line change
Expand Up @@ -9599,7 +9599,7 @@ msgid ""
msgstr ""

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:118
msgid "Reads shapes from shapefiles FILE+"
msgid "Reads shapes from shapefiles FILE"
msgstr "Leer formas desde el archivo de formas FILE"

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:122
Expand Down
2 changes: 1 addition & 1 deletion data/po/fr_sumo.po
Original file line number Diff line number Diff line change
Expand Up @@ -9272,7 +9272,7 @@ msgid ""
msgstr ""

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:118
msgid "Reads shapes from shapefiles FILE+"
msgid "Reads shapes from shapefiles FILE"
msgstr ""

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:122
Expand Down
2 changes: 1 addition & 1 deletion data/po/hu_sumo.po
Original file line number Diff line number Diff line change
Expand Up @@ -9310,7 +9310,7 @@ msgid ""
msgstr ""

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:118
msgid "Reads shapes from shapefiles FILE+"
msgid "Reads shapes from shapefiles FILE"
msgstr ""

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:122
Expand Down
2 changes: 1 addition & 1 deletion data/po/it_sumo.po
Original file line number Diff line number Diff line change
Expand Up @@ -9287,7 +9287,7 @@ msgid ""
msgstr ""

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:118
msgid "Reads shapes from shapefiles FILE+"
msgid "Reads shapes from shapefiles FILE"
msgstr ""

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:122
Expand Down
4 changes: 2 additions & 2 deletions data/po/tr_sumo.po
Original file line number Diff line number Diff line change
Expand Up @@ -10232,8 +10232,8 @@ msgstr ""
"ilişkinin tüm yollarından bir poligon oluşturun"

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:118
msgid "Reads shapes from shapefiles FILE+"
msgstr "Şekil dosyalarından şekilleri okur DOSYA+"
msgid "Reads shapes from shapefiles FILE"
msgstr "Şekil dosyalarından şekilleri okur DOSYA"

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:122
msgid "Guesses the shapefile's projection"
Expand Down
4 changes: 2 additions & 2 deletions data/po/zh-Hant_sumo.po
Original file line number Diff line number Diff line change
Expand Up @@ -9353,8 +9353,8 @@ msgid ""
msgstr "如果浮點數(FLOAT) >= 0, 且如果它們都以低於 FLOAT 的間距連接, 則從則從關係內的所有路徑(ways)組合一個多邊形"

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:118
msgid "Reads shapes from shapefiles FILE+"
msgstr "從形狀檔案(shapefiles FILE+) 讀入形狀"
msgid "Reads shapes from shapefiles FILE"
msgstr "從形狀檔案(shapefiles FILE) 讀入形狀"

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:122
msgid "Guesses the shapefile's projection"
Expand Down
4 changes: 2 additions & 2 deletions data/po/zh_sumo.po
Original file line number Diff line number Diff line change
Expand Up @@ -9323,8 +9323,8 @@ msgid ""
msgstr "如果浮点数(FLOAT) >= 0, 且如果它们都以低于 FLOAT 的间距连接, 则从关系內的所有路径(ways)组合一个多边形"

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:118
msgid "Reads shapes from shapefiles FILE+"
msgstr "从形状文件(shapefiles FILE+) 读入形状"
msgid "Reads shapes from shapefiles FILE"
msgstr "从形状文件(shapefiles FILE) 读入形状"

#: C:\Repos\sumo/src\polyconvert\polyconvert_main.cpp:122
msgid "Guesses the shapefile's projection"
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/polyconvert.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ distinct shape file.
| **--osm.keep-full-type** {{DT_BOOL}} | The type will be made of the key-value - pair; *default:* **false** |
| **--osm.use-name** {{DT_BOOL}} | The id will be set from the given 'name' attribute; *default:* **false** |
| **--osm.merge-relations** {{DT_FLOAT}} | If FLOAT >= 0, assemble one polygon from all ways of a relation if they all connect with gaps below FLOAT; *default:* **-1** |
| **--shapefile-prefixes** {{DT_FILE}} | Reads shapes from shapefiles FILE+ |
| **--shapefile-prefixes** {{DT_FILE}} | Reads shapes from shapefiles FILE |
| **--shapefile.guess-projection** {{DT_BOOL}} | Guesses the shapefile's projection; *default:* **false** |
| **--shapefile.traditional-axis-mapping** {{DT_BOOL}} | Use traditional axis order (lon, lat); *default:* **false** |
| **--shapefile.id-column** {{DT_STR}} | Defines in which column the id can be found |
Expand Down
2 changes: 1 addition & 1 deletion src/polyconvert/polyconvert_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ fillOptions() {
oc.addSynonyme("shapefile-prefixes", "shapefile-prefix");
oc.addSynonyme("shapefile-prefixes", "shapefile");
oc.addSynonyme("shapefile-prefixes", "shape-files", true);
oc.addDescription("shapefile-prefixes", "Input", TL("Reads shapes from shapefiles FILE+"));
oc.addDescription("shapefile-prefixes", "Input", TL("Reads shapes from shapefiles FILE"));

oc.doRegister("shapefile.guess-projection", new Option_Bool(false));
oc.addSynonyme("shapefile.guess-projection", "arcview.guess-projection", true);
Expand Down
2 changes: 1 addition & 1 deletion tests/polyconvert/meta/help/output.polyconvert
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Input Options:
--osm.merge-relations FLOAT If FLOAT >= 0, assemble one polygon from
all ways of a relation if they all connect
with gaps below FLOAT
--shapefile-prefixes FILE Reads shapes from shapefiles FILE+
--shapefile-prefixes FILE Reads shapes from shapefiles FILE
--shapefile.guess-projection Guesses the shapefile's projection
--shapefile.traditional-axis-mapping Use traditional axis order (lon, lat)
--shapefile.id-column STR Defines in which column the id can be found
Expand Down
2 changes: 1 addition & 1 deletion tests/polyconvert/meta/write_template_full/cfg.polyconvert
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<osm.keep-full-type value="false" type="BOOL" help="The type will be made of the key-value - pair"/>
<osm.use-name value="false" type="BOOL" help="The id will be set from the given &apos;name&apos; attribute"/>
<osm.merge-relations value="-1" type="FLOAT" help="If FLOAT &gt;= 0, assemble one polygon from all ways of a relation if they all connect with gaps below FLOAT"/>
<shapefile-prefixes value="" synonymes="shape-files shapefile shapefile-prefix" type="FILE" help="Reads shapes from shapefiles FILE+"/>
<shapefile-prefixes value="" synonymes="shape-files shapefile shapefile-prefix" type="FILE" help="Reads shapes from shapefiles FILE"/>
<shapefile.guess-projection value="false" synonymes="arcview.guess-projection" type="BOOL" help="Guesses the shapefile&apos;s projection"/>
<shapefile.traditional-axis-mapping value="false" type="BOOL" help="Use traditional axis order (lon, lat)"/>
<shapefile.id-column value="" synonymes="shape-files.id-name shapefile.id-name" type="STR" help="Defines in which column the id can be found"/>
Expand Down

0 comments on commit 52d0249

Please sign in to comment.