mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[loc] additional update to Turkish translation
This commit is contained in:
parent
c45ff77b55
commit
1dc974bb24
2 changed files with 8 additions and 8 deletions
|
@ -13750,9 +13750,9 @@ t MSG_028 "megabyte"
|
|||
t MSG_029 "Varsayılan"
|
||||
# The following gets appended to the file system, cluster size, etc.
|
||||
t MSG_030 "%s (Varsayılan)"
|
||||
t MSG_031 "%s Bölüm Düzeni ve BIOS ya da %s"
|
||||
t MSG_032 "%s Bölüm Düzeni ve BIOS"
|
||||
t MSG_033 "%s Bölüm Düzeni ve UEFI"
|
||||
t MSG_031 "%s Bölüm Düzeni: BIOS ya da %s için"
|
||||
t MSG_032 "BIOS için %s Bölüm Düzeni"
|
||||
t MSG_033 "UEFI için %s Bölüm Düzeni"
|
||||
# Number of bad block check passes (singular for 1 pass, plural for 2 or more passes)
|
||||
t MSG_034 "%d Geçiş"
|
||||
t MSG_035 "%d Geçiş"
|
||||
|
|
10
src/rufus.rc
10
src/rufus.rc
|
@ -32,7 +32,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
IDD_DIALOG DIALOGEX 12, 12, 242, 376
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Rufus 2.4.737"
|
||||
CAPTION "Rufus 2.4.738"
|
||||
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
|
||||
BEGIN
|
||||
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
|
||||
|
@ -317,8 +317,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 2,4,737,0
|
||||
PRODUCTVERSION 2,4,737,0
|
||||
FILEVERSION 2,4,738,0
|
||||
PRODUCTVERSION 2,4,738,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -335,13 +335,13 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
|
||||
VALUE "FileDescription", "Rufus"
|
||||
VALUE "FileVersion", "2.4.737"
|
||||
VALUE "FileVersion", "2.4.738"
|
||||
VALUE "InternalName", "Rufus"
|
||||
VALUE "LegalCopyright", "© 2011-2015 Pete Batard (GPL v3)"
|
||||
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
|
||||
VALUE "OriginalFilename", "rufus.exe"
|
||||
VALUE "ProductName", "Rufus"
|
||||
VALUE "ProductVersion", "2.4.737"
|
||||
VALUE "ProductVersion", "2.4.738"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in a new issue