From 3eca3c6adaa510e74c73dc3c72224822d7047110 Mon Sep 17 00:00:00 2001 From: Craig Wisniewski Date: Fri, 15 Dec 2023 17:06:09 +1030 Subject: [PATCH 1/2] Refactor EditTokenDialog.action.hero.statBlockRTextScroll --- .../client/ui/token/dialog/edit/TokenPropertiesDialog.form | 2 +- src/main/resources/net/rptools/maptool/language/i18n.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_cs.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_da.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_de.properties | 2 +- .../net/rptools/maptool/language/i18n_en_au.properties | 2 +- .../net/rptools/maptool/language/i18n_en_gb.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_es.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_fr.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_it.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_ja.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_nl.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_pl.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_pt.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_ru.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_sv.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_uk.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_zh.properties | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenPropertiesDialog.form b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenPropertiesDialog.form index d4a0110eb1..c0c45fd5bc 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenPropertiesDialog.form +++ b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenPropertiesDialog.form @@ -1122,7 +1122,7 @@ - + diff --git a/src/main/resources/net/rptools/maptool/language/i18n.properties b/src/main/resources/net/rptools/maptool/language/i18n.properties index 71c5a83f8b..274be9f698 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_cs.properties b/src/main/resources/net/rptools/maptool/language/i18n_cs.properties index 9b30e4810d..eb2254919e 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_cs.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_cs.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_da.properties b/src/main/resources/net/rptools/maptool/language/i18n_da.properties index fb2a4cc714..05b4aed4c3 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_da.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_da.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_de.properties b/src/main/resources/net/rptools/maptool/language/i18n_de.properties index c72ce91040..1501454034 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_de.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_de.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Verbündeter? EditTokenDialog.label.hero.statBlockSearch = Ausdruck\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Durchsuche den Statblock mit dem angegebenen Ausdruck. EditTokenDialog.label.hero.statBlockSearch.tooltip = Geben Sie reinen Text, einen regulären Ausdruck oder einen xPath-Ausdruck ein, um damit den Statblock zu durchsuchen. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Bilder EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_en_au.properties b/src/main/resources/net/rptools/maptool/language/i18n_en_au.properties index 93a78441a2..fe4d4cfeb3 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_en_au.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_en_au.properties @@ -337,7 +337,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_en_gb.properties b/src/main/resources/net/rptools/maptool/language/i18n_en_gb.properties index 93a78441a2..fe4d4cfeb3 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_en_gb.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_en_gb.properties @@ -337,7 +337,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_es.properties b/src/main/resources/net/rptools/maptool/language/i18n_es.properties index 92b80f9826..3b68222d01 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_es.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_es.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_fr.properties b/src/main/resources/net/rptools/maptool/language/i18n_fr.properties index 4d033a360c..eaee8ef6e8 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_fr.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_fr.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_it.properties b/src/main/resources/net/rptools/maptool/language/i18n_it.properties index b5885f83c5..39b6966783 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_it.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_it.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Alleato? EditTokenDialog.label.hero.statBlockSearch = Espressione\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Trova +EditTokenDialog.action.hero.statBlockRTextScroll.label = Trova EditTokenDialog.tab.hero.images = Immagini EditTokenDialog.tab.hero.text = TESTO EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_ja.properties b/src/main/resources/net/rptools/maptool/language/i18n_ja.properties index 6b868aaa77..4773052e93 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_ja.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_ja.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = 味方? EditTokenDialog.label.hero.statBlockSearch = 式: EditTokenDialog.button.hero.statBlockSearch.tooltip = 指定した式によりデータブロックを検索する。 EditTokenDialog.label.hero.statBlockSearch.tooltip = データブロックを検索する、テキスト、正規表現、またはXPath式を入力する。 -EditTokenDialog.action.hero.statBlockRTextScroll = 検索 +EditTokenDialog.action.hero.statBlockRTextScroll.label = 検索 EditTokenDialog.tab.hero.images = 画像 EditTokenDialog.tab.hero.text = テキスト EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_nl.properties b/src/main/resources/net/rptools/maptool/language/i18n_nl.properties index ca0b4a6ae5..1d93a0540b 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_nl.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_nl.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_pl.properties b/src/main/resources/net/rptools/maptool/language/i18n_pl.properties index 8dffb16a24..583df2e728 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_pl.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_pl.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Sojusznik? EditTokenDialog.label.hero.statBlockSearch = Wyrażenie\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Przeszukaj blok statystyk za pomocą podanego wyrażenia. EditTokenDialog.label.hero.statBlockSearch.tooltip = Wprowadź tekst, wyrażenie regularne lub wyrażenie xPath, aby wyszukać blok statystyk. -EditTokenDialog.action.hero.statBlockRTextScroll = Znajdź +EditTokenDialog.action.hero.statBlockRTextScroll.label = Znajdź EditTokenDialog.tab.hero.images = Obrazy EditTokenDialog.tab.hero.text = TEKST EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_pt.properties b/src/main/resources/net/rptools/maptool/language/i18n_pt.properties index 951af6d674..98fb3eb286 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_pt.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_pt.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Aliado? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Imagens EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_ru.properties b/src/main/resources/net/rptools/maptool/language/i18n_ru.properties index 92a7fa9027..8135467e61 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_ru.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_ru.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_sv.properties b/src/main/resources/net/rptools/maptool/language/i18n_sv.properties index 5c18c5c0bb..63cac72e80 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_sv.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_sv.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_uk.properties b/src/main/resources/net/rptools/maptool/language/i18n_uk.properties index 8f036e72a4..eaffab0e8f 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_uk.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_uk.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_zh.properties b/src/main/resources/net/rptools/maptool/language/i18n_zh.properties index 90bc4e795e..71dd632be2 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_zh.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_zh.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll = Find +EditTokenDialog.action.hero.statBlockRTextScroll.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML From 067db24d90fae495a1908bd8b7eb7190e34520c1 Mon Sep 17 00:00:00 2001 From: cwisniew Date: Sat, 16 Dec 2023 17:42:21 +1030 Subject: [PATCH 2/2] Fixes for missed items --- .../client/ui/token/dialog/edit/TokenPropertiesDialog.form | 4 ++-- .../rptools/maptool/client/ui/forms/tokenPropertiesDialog.xml | 4 ++-- .../resources/net/rptools/maptool/language/i18n.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_cs.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_da.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_de.properties | 2 +- .../net/rptools/maptool/language/i18n_en_au.properties | 2 +- .../net/rptools/maptool/language/i18n_en_gb.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_es.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_fr.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_it.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_ja.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_nl.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_pl.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_pt.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_ru.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_sv.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_uk.properties | 2 +- .../resources/net/rptools/maptool/language/i18n_zh.properties | 2 +- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenPropertiesDialog.form b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenPropertiesDialog.form index c0c45fd5bc..133960d5a0 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenPropertiesDialog.form +++ b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenPropertiesDialog.form @@ -1070,7 +1070,7 @@ - + @@ -1122,7 +1122,7 @@ - + diff --git a/src/main/resources/net/rptools/maptool/client/ui/forms/tokenPropertiesDialog.xml b/src/main/resources/net/rptools/maptool/client/ui/forms/tokenPropertiesDialog.xml index 0831544ed8..545a9cced8 100644 --- a/src/main/resources/net/rptools/maptool/client/ui/forms/tokenPropertiesDialog.xml +++ b/src/main/resources/net/rptools/maptool/client/ui/forms/tokenPropertiesDialog.xml @@ -6967,7 +6967,7 @@ Find xmlStatblockSearchButton 334 - EditTokenDialog.action.hero.statBlockRTextScroll + EditTokenDialog.action.hero.statBlockSearch.label EditTokenDialog.button.hero.statBlockSearch.tooltip 25 @@ -7209,7 +7209,7 @@ Find textStatblockSearchButton 334 - EditTokenDialog.action.hero.statBlockRTextScroll + EditTokenDialog.action.hero.statBlockSearch.label EditTokenDialog.button.hero.statBlockSearch.tooltip 25 diff --git a/src/main/resources/net/rptools/maptool/language/i18n.properties b/src/main/resources/net/rptools/maptool/language/i18n.properties index 274be9f698..8f08b610a4 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_cs.properties b/src/main/resources/net/rptools/maptool/language/i18n_cs.properties index eb2254919e..760c4fc35e 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_cs.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_cs.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_da.properties b/src/main/resources/net/rptools/maptool/language/i18n_da.properties index 05b4aed4c3..3e51ab26c4 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_da.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_da.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_de.properties b/src/main/resources/net/rptools/maptool/language/i18n_de.properties index 1501454034..f3bb464863 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_de.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_de.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Verbündeter? EditTokenDialog.label.hero.statBlockSearch = Ausdruck\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Durchsuche den Statblock mit dem angegebenen Ausdruck. EditTokenDialog.label.hero.statBlockSearch.tooltip = Geben Sie reinen Text, einen regulären Ausdruck oder einen xPath-Ausdruck ein, um damit den Statblock zu durchsuchen. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Bilder EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_en_au.properties b/src/main/resources/net/rptools/maptool/language/i18n_en_au.properties index fe4d4cfeb3..8946b1961d 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_en_au.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_en_au.properties @@ -337,7 +337,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_en_gb.properties b/src/main/resources/net/rptools/maptool/language/i18n_en_gb.properties index fe4d4cfeb3..8946b1961d 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_en_gb.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_en_gb.properties @@ -337,7 +337,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_es.properties b/src/main/resources/net/rptools/maptool/language/i18n_es.properties index 3b68222d01..146bd54590 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_es.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_es.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_fr.properties b/src/main/resources/net/rptools/maptool/language/i18n_fr.properties index eaee8ef6e8..a3d5656022 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_fr.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_fr.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_it.properties b/src/main/resources/net/rptools/maptool/language/i18n_it.properties index 39b6966783..6565fc82e9 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_it.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_it.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Alleato? EditTokenDialog.label.hero.statBlockSearch = Espressione\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Trova +EditTokenDialog.action.hero.statBlockSearch.label = Trova EditTokenDialog.tab.hero.images = Immagini EditTokenDialog.tab.hero.text = TESTO EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_ja.properties b/src/main/resources/net/rptools/maptool/language/i18n_ja.properties index 4773052e93..ed0194ac3d 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_ja.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_ja.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = 味方? EditTokenDialog.label.hero.statBlockSearch = 式: EditTokenDialog.button.hero.statBlockSearch.tooltip = 指定した式によりデータブロックを検索する。 EditTokenDialog.label.hero.statBlockSearch.tooltip = データブロックを検索する、テキスト、正規表現、またはXPath式を入力する。 -EditTokenDialog.action.hero.statBlockRTextScroll.label = 検索 +EditTokenDialog.action.hero.statBlockSearch.label = 検索 EditTokenDialog.tab.hero.images = 画像 EditTokenDialog.tab.hero.text = テキスト EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_nl.properties b/src/main/resources/net/rptools/maptool/language/i18n_nl.properties index 1d93a0540b..d66d2953c3 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_nl.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_nl.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_pl.properties b/src/main/resources/net/rptools/maptool/language/i18n_pl.properties index 583df2e728..950d94e451 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_pl.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_pl.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Sojusznik? EditTokenDialog.label.hero.statBlockSearch = Wyrażenie\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Przeszukaj blok statystyk za pomocą podanego wyrażenia. EditTokenDialog.label.hero.statBlockSearch.tooltip = Wprowadź tekst, wyrażenie regularne lub wyrażenie xPath, aby wyszukać blok statystyk. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Znajdź +EditTokenDialog.action.hero.statBlockSearch.label = Znajdź EditTokenDialog.tab.hero.images = Obrazy EditTokenDialog.tab.hero.text = TEKST EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_pt.properties b/src/main/resources/net/rptools/maptool/language/i18n_pt.properties index 98fb3eb286..0eb57015c8 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_pt.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_pt.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Aliado? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Imagens EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_ru.properties b/src/main/resources/net/rptools/maptool/language/i18n_ru.properties index 8135467e61..5c399c09d3 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_ru.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_ru.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_sv.properties b/src/main/resources/net/rptools/maptool/language/i18n_sv.properties index 63cac72e80..1f674d49a8 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_sv.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_sv.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_uk.properties b/src/main/resources/net/rptools/maptool/language/i18n_uk.properties index eaffab0e8f..8b181440a6 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_uk.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_uk.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML diff --git a/src/main/resources/net/rptools/maptool/language/i18n_zh.properties b/src/main/resources/net/rptools/maptool/language/i18n_zh.properties index 71dd632be2..0385cd7b25 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_zh.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_zh.properties @@ -336,7 +336,7 @@ EditTokenDialog.label.hero.isAlly = Ally? EditTokenDialog.label.hero.statBlockSearch = Expression\: EditTokenDialog.button.hero.statBlockSearch.tooltip = Search the statblock using the expression provided. EditTokenDialog.label.hero.statBlockSearch.tooltip = Enter raw text, a regular expression or an xPath expression to search the statblock for. -EditTokenDialog.action.hero.statBlockRTextScroll.label = Find +EditTokenDialog.action.hero.statBlockSearch.label = Find EditTokenDialog.tab.hero.images = Images EditTokenDialog.tab.hero.text = TEXT EditTokenDialog.tab.hero.xml = XML