-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #404 from NeoCoderMatrix86/289-fixed-table-header
Fixed table header
- Loading branch information
Showing
8 changed files
with
246 additions
and
98 deletions.
There are no files selected for viewing
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
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
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
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
13 changes: 13 additions & 0 deletions
13
AudioCuesheetEditor/Resources/Localization/TrackListControlButtons/de.json
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,13 @@ | ||
{ | ||
"culture": "de", | ||
"translations": { | ||
"Add new track": "Neuen Titel hinzufügen", | ||
"Display selection of tracks": "Auswahl einblenden", | ||
"Delete selected tracks": "Ausgewählte löschen", | ||
"Hide selection of tracks": "Auswahl ausblenden", | ||
"Delete all tracks": "Alle Titel löschen", | ||
"Edit selected tracks": "Ausgewählte Titel bearbeiten", | ||
"Pin table header": "Tabellenkopf anheften", | ||
"Pin the table header to top, displaying all controls above the table while scrolling through the records": "Tabellenkopf anheften, um während des scrollens alle Buttons oberhalb anzuordnen" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
AudioCuesheetEditor/Resources/Localization/TrackListControlButtons/en.json
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,13 @@ | ||
{ | ||
"culture": "en", | ||
"translations": { | ||
"Add new track": "Add new track", | ||
"Display selection of tracks": "Display selection", | ||
"Delete selected tracks": "Delete selected", | ||
"Hide selection of tracks": "Hide selection", | ||
"Delete all tracks": "Delete all tracks", | ||
"Edit selected tracks": "Edit selected tracks", | ||
"Pin table header": "Pin table header", | ||
"Pin the table header to top, displaying all controls above the table while scrolling through the records": "Pin the table header to top, displaying all controls above the table while scrolling through the records" | ||
} | ||
} |
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
Oops, something went wrong.