[loc] update Turkish translation to latest

This commit is contained in:
Mehmetali Kuran 2015-10-17 23:14:59 +01:00 committed by Pete Batard
parent 50d8cbaaa7
commit cfe53aafd0
3 changed files with 12 additions and 7 deletions

View File

@ -23,7 +23,7 @@ o Version 1.0.19 (2015.10.15)
Internet in case something is very wrong with its digital signature...
- *NEW* MSG_283 "Invalid signature"
- *NEW* MSG_284 "The downloaded executable is missing a digital signature."
- *NEW* MSG_285 "The downloaded executable is signed by '%s'.\nThis is not a signature we recognize and could "
- *NEW* 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?"
o Version 1.0.18 (2015.09.03)

View File

@ -13876,7 +13876,7 @@ t MSG_281 "(Välj en avbild)"
################################################################################
l "tr-TR" "Turkish (Türkçe)" 0x041F
v 1.0.18
v 1.0.19
b "en-US"
# Main dialog
@ -14347,6 +14347,11 @@ t MSG_278 "Önyükleme türü"
t MSG_279 "Önyüklenebilir değil"
t MSG_280 "Yansıma seçimi"
t MSG_281 "(Lütfen bir yansıma seçin)"
t MSG_282 "Özel USB sürücü kilitleme"
t MSG_283 "Geçersiz imza"
t MSG_284 "İndirilen yürütülebilir dosyanın dijital imzası eksik."
t MSG_285 "İndirilen yürütülebilir dosya '%s' tarafından imzalanmış.\nBu tanımlayabildiğimiz ve kötü niyetli "
"etkinliğini belirtebileceğimiz bir imza değil...\nBu dosyayı çalıştırmak istediğinize emin misiniz?"
################################################################################
l "uk-UA" "Ukrainian (Українська)" 0x0422

View File

@ -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.5.772"
CAPTION "Rufus 2.5.773"
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
@ -319,8 +319,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,5,772,0
PRODUCTVERSION 2,5,772,0
FILEVERSION 2,5,773,0
PRODUCTVERSION 2,5,773,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -337,13 +337,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "2.5.772"
VALUE "FileVersion", "2.5.773"
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.5.772"
VALUE "ProductVersion", "2.5.773"
END
END
BLOCK "VarFileInfo"