Skip to content

Commit

Permalink
Correct wrong label on preset editor dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
maripo committed Sep 11, 2021
1 parent 28602ec commit 4cbda34
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<property name="commit.message" value="Commit message"/>
<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
<property name="plugin.main.version" value="17084"/>
<property name="plugin.version" value="2.5"/>
<property name="plugin.version" value="2.5.1"/>

<!-- Configure these properties (replace "..." accordingly).
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
Expand Down
16 changes: 8 additions & 8 deletions i18n/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-07 23:00+0900\n"
"POT-Creation-Date: 2021-09-11 23:46+0900\n"
"PO-Revision-Date: 2020-11-03 15:34+0900\n"
"Last-Translator: Mariko GODA <EMAIL@ADDRESS>\n"
"Language-Team: English\n"
Expand Down Expand Up @@ -112,8 +112,8 @@ msgid "Are you sure you want to delete \"{0}\"?"
msgstr ""

#: org/maripo/josm/easypresets/ui/GroupPresetMenu.java:21
#: org/maripo/josm/easypresets/EasyPresetsPlugin.java:34
#: org/maripo/josm/easypresets/data/EasyPresets.java:285
#: org/maripo/josm/easypresets/EasyPresetsPlugin.java:31
#: org/maripo/josm/easypresets/data/EasyPresets.java:323
#, fuzzy
msgid "Custom Presets"
msgstr "Manage Custom Presets"
Expand Down Expand Up @@ -261,7 +261,7 @@ msgid "Preset Editor"
msgstr "Preset Editor"

#: org/maripo/josm/easypresets/ui/editor/PresetEditorDialog.java:168
msgid "PresetEditorDialogreset Name"
msgid "Preset Name"
msgstr ""

#: org/maripo/josm/easypresets/ui/editor/PresetEditorDialog.java:175
Expand Down Expand Up @@ -317,20 +317,20 @@ msgid "New Preset"
msgstr "New Custom Preset"

#: org/maripo/josm/easypresets/data/EasyPreset.java:61
#: org/maripo/josm/easypresets/data/EasyPresets.java:447
#: org/maripo/josm/easypresets/data/EasyPresets.java:485
#, fuzzy, java-format
msgid "Copy of {0}"
msgstr "Tool: {0}"

#: org/maripo/josm/easypresets/data/EasyPresets.java:261
#: org/maripo/josm/easypresets/data/EasyPresets.java:299
msgid "This file is generated by EasyPresets plugin.\n"
msgstr "This file is generated by EasyPresets plugin.\n"

#: org/maripo/josm/easypresets/data/EasyPresets.java:264
#: org/maripo/josm/easypresets/data/EasyPresets.java:302
msgid "It supports just a few tags and attributes.\n"
msgstr "It supports just a few tags and attributes.\n"

#: org/maripo/josm/easypresets/data/EasyPresets.java:265
#: org/maripo/josm/easypresets/data/EasyPresets.java:303
msgid ""
"If you want to share your custom tags with other users, please look through "
"the official document.\n"
Expand Down
2 changes: 1 addition & 1 deletion i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ msgid "Preset Editor"
msgstr "Éditeur du preset"

#: org/maripo/josm/easypresets/ui/editor/PresetEditorDialog.java:168
msgid "PresetEditorDialogreset Name"
msgid "Preset Name"
msgstr "Nom du preset"

#: org/maripo/josm/easypresets/ui/editor/PresetEditorDialog.java:175
Expand Down
16 changes: 8 additions & 8 deletions i18n/hu.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-07 23:00+0900\n"
"POT-Creation-Date: 2021-09-11 23:46+0900\n"
"PO-Revision-Date: 2021-02-06 16:44+0100\n"
"Last-Translator: Meskó Balázs <[email protected]>\n"
"Language-Team: \n"
Expand Down Expand Up @@ -110,8 +110,8 @@ msgid "Are you sure you want to delete \"{0}\"?"
msgstr "Biztos, hogy törlöd a következőt: „{0}”?"

#: org/maripo/josm/easypresets/ui/GroupPresetMenu.java:21
#: org/maripo/josm/easypresets/EasyPresetsPlugin.java:34
#: org/maripo/josm/easypresets/data/EasyPresets.java:285
#: org/maripo/josm/easypresets/EasyPresetsPlugin.java:31
#: org/maripo/josm/easypresets/data/EasyPresets.java:323
msgid "Custom Presets"
msgstr "Egyéni címkesablonok"

Expand Down Expand Up @@ -260,7 +260,7 @@ msgid "Preset Editor"
msgstr "Címkesablon-szerkesztő"

#: org/maripo/josm/easypresets/ui/editor/PresetEditorDialog.java:168
msgid "PresetEditorDialogreset Name"
msgid "Preset Name"
msgstr "Címkesablon neve"

#: org/maripo/josm/easypresets/ui/editor/PresetEditorDialog.java:175
Expand Down Expand Up @@ -316,20 +316,20 @@ msgid "New Preset"
msgstr "Új címkesablon"

#: org/maripo/josm/easypresets/data/EasyPreset.java:61
#: org/maripo/josm/easypresets/data/EasyPresets.java:447
#: org/maripo/josm/easypresets/data/EasyPresets.java:485
#, java-format
msgid "Copy of {0}"
msgstr "{0} másolata"

#: org/maripo/josm/easypresets/data/EasyPresets.java:261
#: org/maripo/josm/easypresets/data/EasyPresets.java:299
msgid "This file is generated by EasyPresets plugin.\n"
msgstr "A fájlt az EasyPresets bővítmény állította elő.\n"

#: org/maripo/josm/easypresets/data/EasyPresets.java:264
#: org/maripo/josm/easypresets/data/EasyPresets.java:302
msgid "It supports just a few tags and attributes.\n"
msgstr "Csak néhány címkét és attribútumot támogat.\n"

#: org/maripo/josm/easypresets/data/EasyPresets.java:265
#: org/maripo/josm/easypresets/data/EasyPresets.java:303
msgid ""
"If you want to share your custom tags with other users, please look through "
"the official document.\n"
Expand Down
16 changes: 8 additions & 8 deletions i18n/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-07 23:00+0900\n"
"POT-Creation-Date: 2021-09-11 23:46+0900\n"
"PO-Revision-Date: 2020-11-03 15:33+0900\n"
"Last-Translator: Mariko GODA <EMAIL@ADDRESS>\n"
"Language-Team: Japanese\n"
Expand Down Expand Up @@ -111,8 +111,8 @@ msgid "Are you sure you want to delete \"{0}\"?"
msgstr "\"{0}\" を削除しますか?"

#: org/maripo/josm/easypresets/ui/GroupPresetMenu.java:21
#: org/maripo/josm/easypresets/EasyPresetsPlugin.java:34
#: org/maripo/josm/easypresets/data/EasyPresets.java:285
#: org/maripo/josm/easypresets/EasyPresetsPlugin.java:31
#: org/maripo/josm/easypresets/data/EasyPresets.java:323
msgid "Custom Presets"
msgstr "カスタムプリセット"

Expand Down Expand Up @@ -261,7 +261,7 @@ msgid "Preset Editor"
msgstr "プリセット編集"

#: org/maripo/josm/easypresets/ui/editor/PresetEditorDialog.java:168
msgid "PresetEditorDialogreset Name"
msgid "Preset Name"
msgstr "プリセットの名前"

#: org/maripo/josm/easypresets/ui/editor/PresetEditorDialog.java:175
Expand Down Expand Up @@ -317,20 +317,20 @@ msgid "New Preset"
msgstr "新規プリセット"

#: org/maripo/josm/easypresets/data/EasyPreset.java:61
#: org/maripo/josm/easypresets/data/EasyPresets.java:447
#: org/maripo/josm/easypresets/data/EasyPresets.java:485
#, java-format
msgid "Copy of {0}"
msgstr "{0}のコピー"

#: org/maripo/josm/easypresets/data/EasyPresets.java:261
#: org/maripo/josm/easypresets/data/EasyPresets.java:299
msgid "This file is generated by EasyPresets plugin.\n"
msgstr "このファイルはプラグイン \"EasyPresets\" によって生成されました。\n"

#: org/maripo/josm/easypresets/data/EasyPresets.java:264
#: org/maripo/josm/easypresets/data/EasyPresets.java:302
msgid "It supports just a few tags and attributes.\n"
msgstr "サポートされているのはごく一部のタグです。\n"

#: org/maripo/josm/easypresets/data/EasyPresets.java:265
#: org/maripo/josm/easypresets/data/EasyPresets.java:303
msgid ""
"If you want to share your custom tags with other users, please look through "
"the official document.\n"
Expand Down
16 changes: 8 additions & 8 deletions i18n/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-07 23:00+0900\n"
"POT-Creation-Date: 2021-09-11 23:46+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -110,8 +110,8 @@ msgid "Are you sure you want to delete \"{0}\"?"
msgstr ""

#: org/maripo/josm/easypresets/ui/GroupPresetMenu.java:21
#: org/maripo/josm/easypresets/EasyPresetsPlugin.java:34
#: org/maripo/josm/easypresets/data/EasyPresets.java:285
#: org/maripo/josm/easypresets/EasyPresetsPlugin.java:31
#: org/maripo/josm/easypresets/data/EasyPresets.java:323
msgid "Custom Presets"
msgstr ""

Expand Down Expand Up @@ -256,7 +256,7 @@ msgid "Preset Editor"
msgstr ""

#: org/maripo/josm/easypresets/ui/editor/PresetEditorDialog.java:168
msgid "PresetEditorDialogreset Name"
msgid "Preset Name"
msgstr ""

#: org/maripo/josm/easypresets/ui/editor/PresetEditorDialog.java:175
Expand Down Expand Up @@ -312,20 +312,20 @@ msgid "New Preset"
msgstr ""

#: org/maripo/josm/easypresets/data/EasyPreset.java:61
#: org/maripo/josm/easypresets/data/EasyPresets.java:447
#: org/maripo/josm/easypresets/data/EasyPresets.java:485
#, java-format
msgid "Copy of {0}"
msgstr ""

#: org/maripo/josm/easypresets/data/EasyPresets.java:261
#: org/maripo/josm/easypresets/data/EasyPresets.java:299
msgid "This file is generated by EasyPresets plugin.\n"
msgstr ""

#: org/maripo/josm/easypresets/data/EasyPresets.java:264
#: org/maripo/josm/easypresets/data/EasyPresets.java:302
msgid "It supports just a few tags and attributes.\n"
msgstr ""

#: org/maripo/josm/easypresets/data/EasyPresets.java:265
#: org/maripo/josm/easypresets/data/EasyPresets.java:303
msgid ""
"If you want to share your custom tags with other users, please look through "
"the official document.\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private void initUI(List<TagEditor> tagEditors) {

final JPanel mainPane = new JPanel(new GridBagLayout());

mainPane.add(new JLabel(tr("PresetEditorDialogreset Name") + ":"), GBC.std().insets(0, 0, 0, 10).anchor(GBC.WEST));
mainPane.add(new JLabel(tr("Preset Name") + ":"), GBC.std().insets(0, 0, 0, 10).anchor(GBC.WEST));
uiPresetName = new JTextField(16);
uiPresetName.setText(name);

Expand Down

0 comments on commit 4cbda34

Please sign in to comment.