Skip to content

Commit 1b0ca6d

Browse files
committed
Update translation resources
1 parent 97199a3 commit 1b0ca6d

File tree

7 files changed

+65
-15
lines changed

7 files changed

+65
-15
lines changed

modules/DataLaboratoryPlugin/src/main/resources/org/gephi/datalab/plugin/manipulators/columns/merge/ui/org-gephi-datalab-plugin-manipulators-columns-merge-ui.pot

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,9 @@ msgstr "Default start time:"
6767

6868
msgid "CreateTimeIntervalUI.defaultEndNumberLabel.text"
6969
msgstr "Default end time:"
70+
71+
msgid "CreateTimeIntervalUI.invalid.dateformat"
72+
msgstr "Invalid date format"
73+
74+
msgid "CreateTimeIntervalUI.invalid.number"
75+
msgstr "Invalid number"

modules/DataLaboratoryPlugin/src/main/resources/org/gephi/datalab/plugin/manipulators/columns/org-gephi-datalab-plugin-manipulators-columns.pot

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,10 @@ msgstr ""
7878

7979
msgid "NegateBooleanColumn.name"
8080
msgstr "Negate boolean values"
81+
82+
msgid "ConvertColumnToDynamic.name"
83+
msgstr "Convert column to dynamic"
84+
85+
msgid "ConvertColumnToDynamic.description"
86+
msgstr ""
87+
"Convert an existing column to a dynamic column and optionally replace it"

modules/DataLaboratoryPlugin/src/main/resources/org/gephi/datalab/plugin/manipulators/columns/ui/org-gephi-datalab-plugin-manipulators-columns-ui.pot

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,34 @@ msgstr "Show linear regression"
7171

7272
msgid "NumberColumnStatisticsReportUI.divisionsLabel.text"
7373
msgstr "Divisions:"
74+
75+
msgid "ConvertColumnToDynamicUI.descriptionLabel.text"
76+
msgstr "Convert column ''{0}'' to a dynamic column"
77+
78+
msgid "ConvertColumnToDynamicUI.new.title"
79+
msgstr "{0}_dynamic"
80+
81+
msgid "ConvertColumnToDynamicUI.titleLabel.text"
82+
msgstr "Title:"
83+
84+
msgid "ConvertColumnToDynamicUI.intervalOpenCheckbox.text"
85+
msgstr "Open"
86+
87+
msgid "ConvertColumnToDynamicUI.intervalStartLabel.text"
88+
msgstr "Interval start:"
89+
90+
msgid "ConvertColumnToDynamicUI.intervalStartText.text"
91+
msgstr "-Infinity"
92+
93+
msgid "ConvertColumnToDynamicUI.intervalEndLabel.text"
94+
msgstr "Interval end:"
95+
96+
msgid "ConvertColumnToDynamicUI.intervalEndText.text"
97+
msgstr "Infinity"
98+
99+
msgid "ConvertColumnToDynamicUI.replaceColumnCheckbox.text"
100+
msgstr "Replace column"
101+
102+
msgid "ConvertColumnToDynamicUI.replaceColumnCheckbox.toolTipText"
103+
msgstr ""
104+
"Replace original column with dynamic column instead of creating a new one"

modules/DesktopDataLaboratory/src/main/resources/org/gephi/desktop/datalab/org-gephi-desktop-datalab.pot

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,17 @@ msgstr "Maximum number of columns reached"
122122

123123
msgid "ConfigurationPanel.timeIntervalsAsDates.text"
124124
msgstr "Time intervals as dates"
125+
126+
msgid "TableCSVExporter.dialog.success"
127+
msgstr "Table exported with success"
128+
129+
msgid "TableCSVExporter.dialog.error"
130+
msgstr ""
131+
"An error happened when writing the file. Make sure the file is not in use "
132+
"and you have permissions"
133+
134+
msgid "TableCSVExporter.dialog.error.title"
135+
msgstr "Error"
136+
137+
msgid "TableCSVExporter.filechooser.csvDescription"
138+
msgstr "CSV"

modules/StatisticsPlugin/src/main/resources/org/gephi/statistics/plugin/dynamic/org-gephi-statistics-plugin-dynamic.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ msgid "DynamicNbNodes.graphcolumn.NbEdges"
2222
msgstr "Edge Count"
2323

2424
msgid "DynamicDegree.graphcolumn.AvgDegree"
25-
msgstr "Average Degree"
25+
msgstr "Dynamic Average Degree"
2626

2727
msgid "DynamicDegree.nodecolumn.InDegree"
2828
msgstr "Dynamic In-Degree"

modules/UIUtils/src/main/resources/org/gephi/ui/utils/org-gephi-ui-utils.pot

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,9 @@ msgstr "Histogram"
7777

7878
msgid "ChartsUtils.report.histogram.yLabel"
7979
msgstr "Frequency"
80+
81+
msgid "IntervalBoundValidator.invalid.bound.message"
82+
msgstr "Invalid interval bound (must be a float number or a date)"
83+
84+
msgid "IntervalBoundValidator.invalid.interval.message"
85+
msgstr "Invalid interval (start must be lesser or equal than end)"

modules/Utils/src/main/resources/org/gephi/utils/org-gephi-utils.pot

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,3 @@ msgstr "Utils classes for core"
2020

2121
msgid "OpenIDE-Module-Short-Description"
2222
msgstr "Utils classes for core"
23-
24-
msgid "TableCSVExporter.dialog.success"
25-
msgstr "Table exported with success"
26-
27-
msgid "TableCSVExporter.dialog.error"
28-
msgstr ""
29-
"An error happened when writing the file. Make sure the file is not in use "
30-
"and you have permissions"
31-
32-
msgid "TableCSVExporter.dialog.error.title"
33-
msgstr "Error"
34-
35-
msgid "TableCSVExporter.filechooser.csvDescription"
36-
msgstr "CSV"

0 commit comments

Comments
 (0)