mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 23:08:26 -04:00
[loc] add new message for listing of non-USB removable drives
* Also increase status display timeout for cheat modes
This commit is contained in:
parent
8bd9055d6c
commit
f65dbb11c0
5 changed files with 36 additions and 27 deletions
|
@ -15,6 +15,11 @@ content. PLEASE, do not just look at this Changelog when updating your
|
|||
translation, but always use the English section of rufus.loc as your base.
|
||||
For instance, MSG_114, that was introduced in v1.0.8 is MORE than one line!
|
||||
|
||||
o Version 1.0.20 (2016.05.09)
|
||||
- *NEW* MSG_287 "Detection of non-USB removable drives"
|
||||
Note, this message is followed by either "enabled"/"disabled" (see MSG_250/251) and is similar to MSG_253
|
||||
The message appears on the status bar and can be tested with Ctrl-Alt-F.
|
||||
|
||||
o Version 1.0.19 (2015.10.15)
|
||||
Note: The following message can be tested by pressing Alt-, (That's the 'Alt' and 'comma' keys on your keyboard)
|
||||
In case the message below is not clear, you can consider that it says "Exclusive locking of the USB drive"
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
# http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-LCID%5D.pdf
|
||||
# for the LCID (0x####) codes you should use
|
||||
l "en-US" "English (English)" 0x0409, 0x0809, 0x0c09, 0x1009, 0x1409, 0x1809, 0x1c09, 0x2009, 0x2409, 0x2809, 0x2c09, 0x3009, 0x3409, 0x3809, 0x3c09, 0x4009, 0x4409, 0x4809
|
||||
v 1.0.19
|
||||
v 1.0.20
|
||||
|
||||
# Main dialog
|
||||
g IDD_DIALOG
|
||||
|
@ -548,6 +548,7 @@ t MSG_284 "The downloaded executable is missing a digital signature."
|
|||
t MSG_285 "The downloaded executable is signed by '%s'.\nThis is not a signature we recognize and could "
|
||||
"indicate some form of malicious activity...\nAre you sure you want to run this file?"
|
||||
t MSG_286 "Zeroing drive: %0.1f%% completed"
|
||||
t MSG_287 "Detection of non-USB removable drives"
|
||||
|
||||
################################################################################
|
||||
############################# TRANSLATOR END COPY ##############################
|
||||
|
@ -5033,7 +5034,7 @@ t MSG_285 "Ladatun tiedoston on allekirjoittanut '%s'.\nEmme tunnista kyseistä
|
|||
|
||||
################################################################################
|
||||
l "fr-FR" "French (Français)" 0x040c, 0x080c, 0x0c0c, 0x100c, 0x140c, 0x180c, 0x1c0c, 0x200c, 0x240c, 0x280c, 0x2c0c, 0x300c, 0x340c, 0x380c, 0xe40c
|
||||
v 1.0.19
|
||||
v 1.0.20
|
||||
b "en-US"
|
||||
|
||||
g IDD_DIALOG
|
||||
|
@ -5449,6 +5450,7 @@ t MSG_283 "Signature invalide"
|
|||
t MSG_284 "L'exécutable téléchargé ne possède pas de signature digitale."
|
||||
t MSG_285 "L'exécutable téléchargé est signé par '%s'.\nCe n’est pas une signature que nous reconnaissons et "
|
||||
"pourrait indiquer une activité malicieuse...\nÊtes-vous certain de vouloir lancer ce fichier?"
|
||||
t MSG_287 "Détection disques non-USB détachables"
|
||||
|
||||
################################################################################
|
||||
l "de-DE" "German (Deutsch)" 0x0407, 0x0807, 0x0c07, 0x1007, 0x1407
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue