mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[loc] update Portuguese (Portugal) translation to v1.0.7
This commit is contained in:
parent
14fbbfaa2e
commit
8d48ef7113
2 changed files with 7 additions and 6 deletions
|
@ -5302,7 +5302,7 @@ t MSG_259 "Siłowa aktualizacja"
|
|||
|
||||
################################################################################
|
||||
l "pt-PT" "Portuguese Standard (Português)" 0x0816
|
||||
v 1.0.6
|
||||
v 1.0.7
|
||||
b "en-US"
|
||||
|
||||
# Main dialog
|
||||
|
@ -5540,6 +5540,7 @@ t MSG_089 "A imagem ISO é demasiado grande para o destino selecionado."
|
|||
t MSG_090 "ISO não suportado"
|
||||
t MSG_091 "Quando se usa UEFI como tipo de destino, só são suportadas imagens ISO bootables tipo EFI. "
|
||||
"Selecione uma imagem ISO bootable do tipo EFI ou altere o tipo de destino para BIOS."
|
||||
t MSG_092 "Sistema de arquivos não suportado"
|
||||
t MSG_096 "Só é suportado FAT/FAT32 para este tipo de ISO. Por favor selecione FAT/FAT32 como sistema de arquivos."
|
||||
t MSG_097 "Com NTFS só se podem usar imagens ISO baseadas em 'bootmgr' ou 'WinPE'."
|
||||
t MSG_098 "FAT/FAT32 somente se pode usar quando o tipo de dispositivo destino é UEFI ou se usam imagens baseadas em isolinux."
|
||||
|
|
10
src/rufus.rc
10
src/rufus.rc
|
@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
IDD_DIALOG DIALOGEX 12, 12, 206, 329
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
EXSTYLE WS_EX_APPWINDOW
|
||||
CAPTION "Rufus v1.4.2.377"
|
||||
CAPTION "Rufus v1.4.2.378"
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "Start",IDC_START,94,291,50,14
|
||||
|
@ -288,8 +288,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,4,2,377
|
||||
PRODUCTVERSION 1,4,2,377
|
||||
FILEVERSION 1,4,2,378
|
||||
PRODUCTVERSION 1,4,2,378
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -306,13 +306,13 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
|
||||
VALUE "FileDescription", "Rufus"
|
||||
VALUE "FileVersion", "1.4.2.377"
|
||||
VALUE "FileVersion", "1.4.2.378"
|
||||
VALUE "InternalName", "Rufus"
|
||||
VALUE "LegalCopyright", "© 2011-2014 Pete Batard (GPL v3)"
|
||||
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
|
||||
VALUE "OriginalFilename", "rufus.exe"
|
||||
VALUE "ProductName", "Rufus"
|
||||
VALUE "ProductVersion", "1.4.2.377"
|
||||
VALUE "ProductVersion", "1.4.2.378"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in a new issue