From 1baf1b7d1a5e99a60259d45e6d1fe6ca58a2cc59 Mon Sep 17 00:00:00 2001 From: Gintaras Venslovas Date: Wed, 26 Jul 2017 11:48:56 +0100 Subject: [PATCH] [loc] update Lithuanian translation to latest --- res/localization/rufus.loc | 9 ++++++++- src/rufus.rc | 10 +++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/res/localization/rufus.loc b/res/localization/rufus.loc index 2a9ea0d6..b1a4e3e8 100644 --- a/res/localization/rufus.loc +++ b/res/localization/rufus.loc @@ -9799,7 +9799,7 @@ t MSG_298 "Izvēlētais ISO fails neatbilst noteiktajam izmēram: %s datu ir kļ ################################################################################ l "lt-LT" "Lithuanian (Lietuvių)" 0x0427 -v 1.0.21 +v 1.0.22 b "en-US" # Main dialog @@ -10265,6 +10265,13 @@ t MSG_291 "Versijos parinktis" t MSG_292 "Prašome pasirinkti Windows versiją, kurią norite įdiegti:" t MSG_293 "Nepalaikoma Windows versija" t MSG_294 "Šios Windows versijos Rufus nebepalaiko." +t MSG_295 "Įspėjimas: Neoficiali versija" +t MSG_296 "Ši Rufus versija NĖRA išleista jos oficialaus kūrėjo(ų).\n\nAr jūs tikrai norite ją vykdyti?" +t MSG_297 "Aptiktas nepilnas ISO" +t MSG_298 "Jūsų pasirinktas ISO failas neatitinka deklaruojamo dydžio: %s duomenų trūksta!\n\n" + "Jei jūs gavote šį failą iš interneto, pabandykite atsisiųsti jį iš naujo ir patikrinkite, " + "ar MD5 or SHA kontrolinės sumos atitinka oficialiąsias.\n\nBeje, jūs galite apskaičiuoti " + "MD5 arba SHA per Rufus, paspaudę '#' mygtuką." ################################################################################ l "ms-MY" "Malay (Bahasa Malaysia)" 0x043e, 0x083e diff --git a/src/rufus.rc b/src/rufus.rc index 77ea5ebb..cabe8aa9 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -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.16.1161" +CAPTION "Rufus 2.16.1162" FONT 8, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8 @@ -366,8 +366,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,16,1161,0 - PRODUCTVERSION 2,16,1161,0 + FILEVERSION 2,16,1162,0 + PRODUCTVERSION 2,16,1162,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -384,13 +384,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "2.16.1161" + VALUE "FileVersion", "2.16.1162" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", " 2011-2017 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "2.16.1161" + VALUE "ProductVersion", "2.16.1162" END END BLOCK "VarFileInfo"