Skip to content

Commit

Permalink
Menu is now responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Apr 10, 2024
1 parent 1f8b97c commit 31304b9
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 79 deletions.
9 changes: 5 additions & 4 deletions AudioCuesheetEditor/Resources/Localization/MainLayout/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"Please check processinghints for errors, otherwise the file is not exportable: {0}": "Bitte prüfen sie die Bearbeitungshinweise auf Fehler. Andernfalls ist Datei nicht exportierbar: {0}",
"Download cuesheet": "Cuesheet herunterladen",
"Save project": "Projekt speichern",
"Open exportprofiles": "Export Profile anzeigen",
"Select ViewMode": "Anzeigemodus auswählen",
"Open exportprofiles": "Exportprofile anzeigen",
"ViewMode": "Anzeigemodus",
"Reset": "Zurücksetzen",
"Delete all tracks": "Alle Titel löschen",
"Reset cuesheet": "Cuesheet zurücksetzen",
Expand All @@ -26,7 +26,7 @@
"Do you really want to delete all tracks? This can not be reversed.": "Möchten Sie wirklich alle Titel löschen? Dies kann nicht rückgängig gemacht werden.",
"Confirm restart of application. All unsaved changes are lost!": "Bitte Bestätigen Sie, dass die komplette Anwendung neugestartet werden soll. Alle ungespeicherten Änderungen werden dadurch verloren!",
"Confirm reset of application. All unsaved changes are lost and the application is reloaded!": "Bitte Bestätigen Sie, dass die komplette Anwendung auf Werkseinstellungen zurückgesetzt werden soll. Alle Daten werden gelöscht und die Anwedung neu geladen. Alle nicht gespeicherten Daten sind gelöscht!",
"ViewModeFull": "Komplette Bearbeitung",
"ViewModeFull": "Detailbearbeitung",
"ViewModeRecord": "Aufnahmemodus",
"ViewModeImport": "Import Assistent",
"Undo": "Rückgängig",
Expand Down Expand Up @@ -71,6 +71,7 @@
"PreGap": "Vorlücke",
"PostGap": "Nachlücke",
"Error details": "Fehlerdetails",
"Reload application": "Applikation neu laden"
"Reload application": "Applikation neu laden",
"Options": "Optionen"
}
}
9 changes: 5 additions & 4 deletions AudioCuesheetEditor/Resources/Localization/MainLayout/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"Please check processinghints for errors, otherwise the file is not exportable: {0}": "Please check processinghints for errors, otherwise the file is not exportable: {0}",
"Download cuesheet": "Download cuesheet",
"Save project": "Save project",
"Open exportprofiles": "Display Export Profiles",
"Select ViewMode": "Select viewmode",
"Open exportprofiles": "Display Exportprofiles",
"ViewMode": "Viewmode",
"Reset": "Reset",
"Delete all tracks": "Delete all tracks",
"Reset cuesheet": "Reset cuesheet",
Expand All @@ -28,7 +28,7 @@
"Confirm reset of application. All unsaved changes are lost and the application is reloaded!": "Please confirm, that you want to reset the whole application. All data will be reset and the application will be reloaded. Every unchanged data will be lost!",
"ViewModeFull": "Full edit mode",
"ViewModeRecord": "Live record mode",
"ViewModeImport": "Import assistant mode",
"ViewModeImport": "Import assistant",
"Undo": "Undo",
"Redo": "Redo",
"Tools": "Tools",
Expand Down Expand Up @@ -71,6 +71,7 @@
"PreGap": "Pregap",
"PostGap": "Postgap",
"Error details": "Error details",
"Reload application": "Reload application"
"Reload application": "Reload application",
"Options": "Options"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Record settings": "Aufnahme Einstellungen",
"Culture setting": "Sprache wählen",
"Default viewmode": "Standard Anzeigemodus",
"ViewModeFull": "Komplette Bearbeitung",
"ViewModeFull": "Detailbearbeitung",
"ViewModeRecord": "Aufnahmemodus",
"ViewModeImport": "Import Assistent",
"Cuesheet filename": "Cuesheet Dateiname",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Default viewmode": "Default viewmode",
"ViewModeFull": "Full edit mode",
"ViewModeRecord": "Live record mode",
"ViewModeImport": "Import assistant mode",
"ViewModeImport": "Import assistant",
"Cuesheet filename": "Cuesheet filename",
"Project filename": "Project filename",
"Automatically link tracks": "Automatically link tracks",
Expand Down
Loading

0 comments on commit 31304b9

Please sign in to comment.