Skip to content

Commit e7965e2

Browse files
Updated Translation Helper
1 parent e40b253 commit e7965e2

31 files changed

Lines changed: 351 additions & 536 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Raphael Stoeckli
3+
Copyright (c) 2025 Raphael Stoeckli
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

MediaExtracor.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{02EA
1717
Scripts\clean-folder.ps1 = Scripts\clean-folder.ps1
1818
Scripts\copy-info-files.ps1 = Scripts\copy-info-files.ps1
1919
Scripts\generate-portable-zip.ps1 = Scripts\generate-portable-zip.ps1
20-
Scripts\readme.md = Scripts\readme.md
20+
Scripts\README.md = Scripts\README.md
2121
EndProjectSection
2222
EndProject
2323
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Install", "Install", "{A0927149-916C-4552-A1B2-7414278561C1}"
2424
ProjectSection(SolutionItems) = preProject
2525
Install\.gitignore = Install\.gitignore
26-
Install\readme.md = Install\readme.md
26+
Install\README.md = Install\README.md
2727
EndProjectSection
2828
EndProject
2929
Global

MediaExtractor/About.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
3-
* Copyright Raphael Stoeckli © 2023
3+
* Copyright Raphael Stoeckli © 2025
44
* This program is licensed under the MIT License.
55
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
66
*/

MediaExtractor/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
3-
* Copyright Raphael Stoeckli © 2023
3+
* Copyright Raphael Stoeckli © 2025
44
* This program is licensed under the MIT License.
55
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
66
*/

MediaExtractor/ArchiveResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
3-
* Copyright Raphael Stoeckli © 2023
3+
* Copyright Raphael Stoeckli © 2025
44
* This program is licensed under the MIT License.
55
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
66
*/

MediaExtractor/CommandHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
3-
* Copyright Raphael Stoeckli © 2023
3+
* Copyright Raphael Stoeckli © 2025
44
* This program is licensed under the MIT License.
55
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
66
*/

MediaExtractor/ExistingFileDialog.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
3-
* Copyright Raphael Stoeckli © 2023
3+
* Copyright Raphael Stoeckli © 2025
44
* This program is licensed under the MIT License.
55
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
66
*/

MediaExtractor/Extractor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
3-
* Copyright Raphael Stoeckli © 2023
3+
* Copyright Raphael Stoeckli © 2025
44
* This program is licensed under the MIT License.
55
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
66
*/

MediaExtractor/ExtractorItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
3-
* Copyright Raphael Stoeckli © 2023
3+
* Copyright Raphael Stoeckli © 2025
44
* This program is licensed under the MIT License.
55
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
66
*/

MediaExtractor/I18N.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
3-
* Copyright Raphael Stoeckli © 2023
3+
* Copyright Raphael Stoeckli © 2025
44
* This program is licensed under the MIT License.
55
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
66
*/

0 commit comments

Comments
 (0)