Skip to content

Commit

Permalink
Add missing translations for AutomaticFieldEditor (#9028)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr authored Aug 4, 2022
1 parent 3b74fbc commit 21976ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<content>
<TabPane fx:id="tabPane" tabClosingPolicy="UNAVAILABLE"/>
</content>
<ButtonType fx:id="saveButton" text="Keep Modifications" buttonData="OK_DONE"/>
<ButtonType fx:id="saveButton" text="%Keep Modifications" buttonData="OK_DONE"/>
<ButtonType fx:constant="CANCEL"/>
</DialogPane>
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Label prefHeight="19.0" prefWidth="48.0" text="From" GridPane.rowIndex="2" />
<Label text="To" GridPane.rowIndex="3" />
<Label prefHeight="19.0" prefWidth="48.0" text="%From" GridPane.rowIndex="2" />
<Label text="%To" GridPane.rowIndex="3" />
<ComboBox fx:id="fromFieldComboBox" editable="true" minWidth="-Infinity" prefHeight="32.0" prefWidth="150.0" GridPane.columnIndex="1" GridPane.hgrow="NEVER" GridPane.rowIndex="2" GridPane.vgrow="NEVER" />
<ComboBox fx:id="toFieldComboBox" editable="true" minWidth="-Infinity" prefHeight="32.0" prefWidth="150.0" GridPane.columnIndex="1" GridPane.rowIndex="3" />
<CheckBox fx:id="overwriteFieldContentCheckBox"
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/l10n/JabRef_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2511,6 +2511,9 @@ Move\ content=Move content
Swap\ content=Swap content
Copy\ or\ move\ the\ content\ of\ one\ field\ to\ another=Copy or move the content of one field to another
Automatic\ field\ editor=Automatic field editor
From=From
Keep\ Modifications=Keep Modifications
To=To
(Note\:\ If\ original\ entries\ lack\ keywords\ to\ qualify\ for\ the\ new\ group\ configuration,\ confirming\ here\ will\ add\ them)=(Note: If original entries lack keywords to qualify for the new group configuration, confirming here will add them)
Assign=Assign
Expand Down

0 comments on commit 21976ad

Please sign in to comment.