-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* This is in light of the 2025.01.14 DBX update due to https://arstechnica.com/security/2025/01/microsoft-patches-windows-to-eliminate-secure-boot-bypass-threat/. * Also update application copyright year and a translator's e-mail address.
- Loading branch information
Showing
7 changed files
with
58 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1094,7 +1094,7 @@ msgstr "نسخه %d.%d (Build %d)" | |
|
||
#. • MSG_176 | ||
msgid "English translation: Pete Batard <mailto:[email protected]>" | ||
msgstr "ترجمه فارسی:\\line •سید عرفان <mailto:[email protected]>\\line •ضیاءالدین عظیمی <mailto:[email protected]>" | ||
msgstr "ترجمه فارسی:\\line •سید عرفان <mailto:[email protected]>\\line •ضیاءالدین عظیمی <mailto:[email protected]>" | ||
|
||
#. • MSG_177 | ||
msgid "Report bugs or request enhancements at:" | ||
|
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 |
---|---|---|
|
@@ -10049,7 +10049,7 @@ t MSG_172 "امضای فایل دانلود شده معتبر نیست" | |
t MSG_173 "برای انتخاب کلیک کنید..." | ||
t MSG_174 "Rufus، ابزاری کاربردی و قابلاطمینان برای فرمت کردن درایوهای USB" | ||
t MSG_175 "نسخه %d.%d (Build %d)" | ||
t MSG_176 "ترجمه فارسی:\\line •سید عرفان <mailto:[email protected]>\\line •ضیاءالدین عظیمی <mailto:[email protected]>" | ||
t MSG_176 "ترجمه فارسی:\\line •سید عرفان <mailto:[email protected]>\\line •ضیاءالدین عظیمی <mailto:[email protected]>" | ||
t MSG_177 "گزارش اشکال (Bug) یا درخواست قابلیت جدید و بهبود نرمافزار در:" | ||
t MSG_178 "حقوق نشر دیگران:" | ||
t MSG_179 "سیاست بهروزرسانی:" | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ cat > cmd.sed <<\_EOF | |
1i /*\ | ||
* Rufus: The Reliable USB Formatting Utility\ | ||
* Localization tables - autogenerated from resource.h\ | ||
* Copyright © 2013-2024 Pete Batard <[email protected]>\ | ||
* Copyright © 2013-2025 Pete Batard <[email protected]>\ | ||
*\ | ||
* This program is free software: you can redistribute it and/or modify\ | ||
* it under the terms of the GNU General Public License as published by\ | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Rufus: The Reliable USB Formatting Utility | ||
* Copyright © 2011-2024 Pete Batard <[email protected]> | ||
* Copyright © 2011-2025 Pete Batard <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* Rufus: The Reliable USB Formatting Utility | ||
* Standard Dialog Routines (Browse for folder, About, etc) | ||
* Copyright © 2011-2024 Pete Batard <[email protected]> | ||
* Copyright © 2011-2025 Pete Batard <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -386,7 +386,7 @@ INT_PTR CALLBACK AboutCallback(HWND hDlg, UINT message, WPARAM wParam, LPARAM lP | |
ResizeButtonHeight(hDlg, IDOK); | ||
static_sprintf(about_blurb, about_blurb_format, lmprintf(MSG_174|MSG_RTF), | ||
lmprintf(MSG_175|MSG_RTF, rufus_version[0], rufus_version[1], rufus_version[2]), | ||
"Copyright © 2011-2024 Pete Batard", | ||
"Copyright © 2011-2025 Pete Batard", | ||
lmprintf(MSG_176|MSG_RTF), lmprintf(MSG_177|MSG_RTF), lmprintf(MSG_178|MSG_RTF)); | ||
for (i = 0; i < ARRAYSIZE(hEdit); i++) { | ||
hEdit[i] = GetDlgItem(hDlg, edit_id[i]); | ||
|