mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[core] add provision for Windows 7 sunsetting
* Update the relevant loc messages. * Also add a -z commandline option to force the Windows version (but without letting this option work as an override, if running on an unsupported platform). * Also fix typos and broken URLs.
This commit is contained in:
parent
419522c803
commit
c2fe08080a
8 changed files with 38 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
|||
@echo off
|
||||
if not exist pollock.exe curl https://rufus-web.akeo.ie/locale/pollock.exe --output pollock.exe
|
||||
if not exist pollock.exe curl https://files.akeo.ie/pollock/pollock-1.4.exe --output pollock.exe
|
||||
cls
|
||||
:menu
|
||||
echo 1 - Import .po into .loc
|
||||
|
|
|
@ -2,8 +2,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 3.14\n"
|
||||
"Report-Msgid-Bugs-To: pete@akeo.ie\n"
|
||||
"POT-Creation-Date: 2022-07-27 11:43+0100\n"
|
||||
"PO-Revision-Date: 2022-07-27 11:44+0100\n"
|
||||
"POT-Creation-Date: 2022-11-22 13:30+0000\n"
|
||||
"PO-Revision-Date: 2022-11-22 13:32+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: fr_FR\n"
|
||||
|
@ -13,7 +13,7 @@ msgstr ""
|
|||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Rufus-LanguageName: French (Français)\n"
|
||||
"X-Rufus-LCID: 0x040c, 0x080c, 0x0c0c, 0x100c, 0x140c, 0x180c, 0x1c0c, 0x200c, 0x240c, 0x280c, 0x2c0c, 0x300c, 0x340c, 0x380c, 0xe40c\n"
|
||||
"X-Generator: Poedit 3.1.1\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
|
||||
#. • IDD_DIALOG → IDS_DRIVE_PROPERTIES_TXT
|
||||
msgid "Drive Properties"
|
||||
|
@ -1643,8 +1643,12 @@ msgid "Unsupported Windows version"
|
|||
msgstr "Version de Windows non supportée"
|
||||
|
||||
#. • MSG_294
|
||||
msgid "This version of Windows is no longer supported by Rufus."
|
||||
msgstr "Cette version de Windows n'est plus supportée par Rufus."
|
||||
msgid ""
|
||||
"This version of Windows is no longer supported by Rufus.\n"
|
||||
"The last version of Rufus compatible with this platform is v%d.%d."
|
||||
msgstr ""
|
||||
"Cette version de Windows n'est plus prise en charge par Rufus.\n"
|
||||
"La dernière version de Rufus compatible avec cette plateforme est v%d.%d."
|
||||
|
||||
#. • MSG_295
|
||||
msgid "Warning: Unofficial version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue