-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c72bb55
Showing
22 changed files
with
2,221 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
README | ||
====== | ||
|
||
The Gridify plugin. | ||
|
||
This plugin allows you to generate a grid of ways (as blocks or as lines) from any four nodes, or way of four nodes. | ||
|
||
Author: Jeroen Hoek ([email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<project name="gridify" default="dist" basedir="."> | ||
<property name="commit.message" value="Commit message"/> | ||
<property name="plugin.main.version" value="10580"/> | ||
|
||
<property name="plugin.author" value="Jeroen Hoek"/> | ||
<property name="plugin.class" value="nl.jeroenhoek.josm.gridify.GridifyPlugin"/> | ||
<property name="plugin.description" value="Generates grids."/> | ||
<property name="plugin.icon" value="images/gridify.png"/> | ||
<property name="plugin.link" value="http://jeroenhoek.nl"/> | ||
<property name="plugin.canloadatruntime" value="true"/> | ||
|
||
<import file="../build-common.xml"/> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Gridify translations. | ||
# Copyright (C) 2018 Jeroen Hoek | ||
# This file is distributed under the same license as the Gridify plugin. | ||
# Jeroen Hoek <[email protected]>, 2018. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: 1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-05-13 12:34+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Jeroen Hoek <[email protected]>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:28 | ||
msgid "Generate a grid of ways from four nodes." | ||
msgstr "" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:32 | ||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:29 | ||
msgid "Gridify" | ||
msgstr "" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:37 | ||
#, java-format | ||
msgid "Tool: {0}" | ||
msgstr "" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:87 | ||
msgid "Select four nodes, or a way consisting of four nodes." | ||
msgstr "" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/Operation.java:47 | ||
msgid "Lines" | ||
msgstr "" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/Operation.java:84 | ||
msgid "Blocks" | ||
msgstr "" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/SourceWayPanel.java:19 | ||
msgid "Copy tags from source way" | ||
msgstr "" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/SourceWayPanel.java:24 | ||
msgid "Delete source way" | ||
msgstr "" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:29 | ||
msgid "Gridify preview" | ||
msgstr "" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:29 | ||
msgid "Cancel" | ||
msgstr "" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:51 | ||
msgid "Output shape" | ||
msgstr "" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:60 | ||
msgid "Grid size" | ||
msgstr "" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:76 | ||
msgid "Source way" | ||
msgstr "" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Gridify translations. | ||
# Copyright (C) 2018 Jeroen Hoek | ||
# This file is distributed under the same license as the Gridify plugin. | ||
# Jeroen Hoek <[email protected]>, 2018. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: 1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-05-13 12:34+0200\n" | ||
"PO-Revision-Date: 2018-05-15 20:20+0200\n" | ||
"Last-Translator: Jeroen Hoek <[email protected]>\n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language-Team: \n" | ||
"X-Generator: Poedit 1.8.7.1\n" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:28 | ||
msgid "Generate a grid of ways from four nodes." | ||
msgstr "Erzeuge ein Gitter von Linien aus vier Punkte." | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:32 | ||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:29 | ||
msgid "Gridify" | ||
msgstr "Gitterfizieren" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:37 | ||
#, java-format | ||
msgid "Tool: {0}" | ||
msgstr "Werkzeuge: {0}" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:87 | ||
msgid "Select four nodes, or a way consisting of four nodes." | ||
msgstr "Wähle vier Punkte, oder ein Linien die aus vier Punkte besteht, aus." | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/Operation.java:47 | ||
msgid "Lines" | ||
msgstr "Linien" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/Operation.java:84 | ||
msgid "Blocks" | ||
msgstr "Blöcke" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/SourceWayPanel.java:19 | ||
msgid "Copy tags from source way" | ||
msgstr "Merkmale von Quelllinie kopieren" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/SourceWayPanel.java:24 | ||
msgid "Delete source way" | ||
msgstr "Quelllinie entfernen" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:29 | ||
msgid "Gridify preview" | ||
msgstr "Vorschau Gitterfizieren" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:29 | ||
msgid "Cancel" | ||
msgstr "Abbrechen" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:51 | ||
msgid "Output shape" | ||
msgstr "Ausgabeform" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:60 | ||
msgid "Grid size" | ||
msgstr "Gittermaß" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:76 | ||
msgid "Source way" | ||
msgstr "Quelllinie" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Gridify translations. | ||
# Copyright (C) 2018 Jeroen Hoek | ||
# This file is distributed under the same license as the Gridify plugin. | ||
# Jeroen Hoek <[email protected]>, 2018. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: 1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-05-13 12:34+0200\n" | ||
"PO-Revision-Date: 2018-05-15 20:48+0200\n" | ||
"Last-Translator: Jeroen Hoek <[email protected]>\n" | ||
"Language: ja\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language-Team: \n" | ||
"X-Generator: Poedit 1.8.7.1\n" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:28 | ||
msgid "Generate a grid of ways from four nodes." | ||
msgstr "4つのノードでウェイのグリッドを作成する。" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:32 | ||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:29 | ||
msgid "Gridify" | ||
msgstr "グリッド化" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:37 | ||
#, java-format | ||
msgid "Tool: {0}" | ||
msgstr "ツール:{0}" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:87 | ||
msgid "Select four nodes, or a way consisting of four nodes." | ||
msgstr "4つのノード、又は4つのノードからならウェイを選択してください。" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/Operation.java:47 | ||
msgid "Lines" | ||
msgstr "線" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/Operation.java:84 | ||
msgid "Blocks" | ||
msgstr "ブロック" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/SourceWayPanel.java:19 | ||
msgid "Copy tags from source way" | ||
msgstr "タグを元のウェイからコピー" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/SourceWayPanel.java:24 | ||
msgid "Delete source way" | ||
msgstr "元のウェイを削除" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:29 | ||
msgid "Gridify preview" | ||
msgstr "グリッド化プレビュー" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:29 | ||
msgid "Cancel" | ||
msgstr "キャンセル" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:51 | ||
msgid "Output shape" | ||
msgstr "出力形" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:60 | ||
msgid "Grid size" | ||
msgstr "グリッドサイズ" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:76 | ||
msgid "Source way" | ||
msgstr "元のウェイ" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Gridify translations. | ||
# Copyright (C) 2018 Jeroen Hoek | ||
# This file is distributed under the same license as the Gridify plugin. | ||
# Jeroen Hoek <[email protected]>, 2018. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: 1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-05-13 12:34+0200\n" | ||
"PO-Revision-Date: 2018-05-13 15:50+0200\n" | ||
"Last-Translator: Jeroen Hoek <[email protected]>\n" | ||
"Language: nl\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language-Team: \n" | ||
"X-Generator: Poedit 1.8.7.1\n" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:28 | ||
msgid "Generate a grid of ways from four nodes." | ||
msgstr "Genereer een raster van wegen op basis van vier knopen." | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:32 | ||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:29 | ||
msgid "Gridify" | ||
msgstr "Rasterficeer" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:37 | ||
#, java-format | ||
msgid "Tool: {0}" | ||
msgstr "Gereedschap: {0}" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/GridifyAction.java:87 | ||
msgid "Select four nodes, or a way consisting of four nodes." | ||
msgstr "Selecteer vier knopen, of een weg bestaande uit vier knopen." | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/Operation.java:47 | ||
msgid "Lines" | ||
msgstr "Lijnen" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/Operation.java:84 | ||
msgid "Blocks" | ||
msgstr "Blokken" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/SourceWayPanel.java:19 | ||
msgid "Copy tags from source way" | ||
msgstr "Kopieer tags van de bronweg" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/SourceWayPanel.java:24 | ||
msgid "Delete source way" | ||
msgstr "Verwijder bronweg" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:29 | ||
msgid "Gridify preview" | ||
msgstr "Voorbeschouwing rasterficeer" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:29 | ||
msgid "Cancel" | ||
msgstr "Annuleren" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:51 | ||
msgid "Output shape" | ||
msgstr "Uitvoervorm" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:60 | ||
msgid "Grid size" | ||
msgstr "Rastermaat" | ||
|
||
#: src/nl/jeroenhoek/josm/gridify/ui/GridifySettingsDialog.java:76 | ||
msgid "Source way" | ||
msgstr "Bronweg" |
Oops, something went wrong.