[loc] update Turkish translation to latest

* Added and translated two lines. But i don't know, whether or not Turkish localization is 100% synchronized with English.
* Closes #750
This commit is contained in:
Tmp341 2016-05-09 16:12:33 +03:00 committed by Pete Batard
parent f65dbb11c0
commit d79264846e
2 changed files with 8 additions and 6 deletions

View File

@ -16081,7 +16081,7 @@ t MSG_286 "Zeroing drive: %0.1f%%"
################################################################################
l "tr-TR" "Turkish (Türkçe)" 0x041F
v 1.0.19
v 1.0.20
b "en-US"
# Main dialog
@ -16557,6 +16557,8 @@ 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?"
t MSG_286 "Sürücü sıfırlanıyor: %0.1f%% tamamlandı"
t MSG_287 "USB olmayan çıkarılabilir aygıtlar taranıyor"
################################################################################
l "uk-UA" "Ukrainian (Українська)" 0x0422

View File

@ -33,7 +33,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
EXSTYLE WS_EX_ACCEPTFILES
CAPTION "Rufus 2.9.897"
CAPTION "Rufus 2.9.898"
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
@ -320,8 +320,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,9,897,0
PRODUCTVERSION 2,9,897,0
FILEVERSION 2,9,898,0
PRODUCTVERSION 2,9,898,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -338,13 +338,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "2.9.897"
VALUE "FileVersion", "2.9.898"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "© 2011-2016 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "rufus.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "2.9.897"
VALUE "ProductVersion", "2.9.898"
END
END
BLOCK "VarFileInfo"