Skip to content

Commit

Permalink
[loc] update Indonesian translation to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
apkfx authored and pbatard committed Feb 6, 2016
1 parent e1499c4 commit f66b789
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions res/localization/rufus.loc
Original file line number Diff line number Diff line change
Expand Up @@ -6818,7 +6818,7 @@ t MSG_286 "Meghajtó kinullázása: %0.1f%% kész"

################################################################################
l "id-ID" "Indonesian (Bahasa Indonesia)" 0x0421
v 1.0.18
v 1.0.19
b "en-US"

# Main dialog
Expand Down Expand Up @@ -7138,7 +7138,7 @@ t MSG_158 "Ukuran minimal blok data yang akan menempati sistem berkas"
t MSG_159 "Gunakan bidang ini untuk menyetel karakter Internasional yang diperbolehkan\npada label perangkat"
t MSG_160 "Tombol untuk opsi lanjutan"
t MSG_161 "Periksa blok buruk pada perangkat menggunakan tes pola"
t MSG_162 "Hapus centang pada kotak ini untuk \"tampilkan\" metode format"
t MSG_162 "Hapus centang kotak ini untuk menggunakan metode format \"lambat\""
t MSG_163 "Centang kotak ini untuk membuat perangkat USB bootable"
t MSG_164 "Metode yang akan digunakan untuk membuat perangkat bootable"
t MSG_165 "Klik untuk memilih sebuah image..."
Expand Down Expand Up @@ -7294,6 +7294,12 @@ t MSG_278 "Tipe Boot"
t MSG_279 "Non bootable"
t MSG_280 "Pemilihan image"
t MSG_281 "(Silakan pilih sebuah image)"
t MSG_282 "Penguncian perangkat USB khusus"
t MSG_283 "Tanda tangan digital tidak valid"
t MSG_284 "Berkas exe yang diunduh memiliki tanda tangan digital yang salah."
t MSG_285 "Berkas exe yang diunduh ditandatangani oleh '%s'.\nTanda tangan ini "
"tidak kami kenali dan bisa menjadi pertanda dari aktivitas berbahaya...\n"
"Apakah Anda yakin ingin menjalankan berkas ini?"

################################################################################
l "it-IT" "Italian (Italiano)" 0x0410, 0x0810
Expand Down
10 changes: 5 additions & 5 deletions src/rufus.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.848"
CAPTION "Rufus 2.7.849"
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
Expand Down Expand Up @@ -320,8 +320,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,7,848,0
PRODUCTVERSION 2,7,848,0
FILEVERSION 2,7,849,0
PRODUCTVERSION 2,7,849,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -338,13 +338,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "2.7.848"
VALUE "FileVersion", "2.7.849"
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.7.848"
VALUE "ProductVersion", "2.7.849"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit f66b789

Please sign in to comment.