comparison runtime/lang/menu_vi_vn.vim @ 3507:8201108e9cf0

More runtime file fixes for 'compatible' mode.
author Bram Moolenaar <bram@vim.org>
date Tue, 01 May 2012 21:14:34 +0200
parents 48c9c2bf59af
children d1bcb0b721cc
comparison
equal deleted inserted replaced
3506:273fbf501965 3507:8201108e9cf0
12 " 12 "
13 if exists("did_menu_trans") 13 if exists("did_menu_trans")
14 finish 14 finish
15 endif 15 endif
16 let did_menu_trans = 1 16 let did_menu_trans = 1
17 let s:keepcpo= &cpo
18 set cpo&vim
17 19
18 scriptencoding utf-8 20 scriptencoding utf-8
19 21
20 " Top 22 " Top
21 menutrans &File &Tập\ tin 23 menutrans &File &Tập\ tin
325 " 327 "
326 let g:menutrans_fileformat_dialog = "Hãy chọn định dạng tập tin." 328 let g:menutrans_fileformat_dialog = "Hãy chọn định dạng tập tin."
327 let g:menutrans_fileformat_choices = "&Unix\n&Dos\n&Mac\n&Hủy bỏ" 329 let g:menutrans_fileformat_choices = "&Unix\n&Dos\n&Mac\n&Hủy bỏ"
328 " 330 "
329 let menutrans_no_file = "[không có tập tin]" 331 let menutrans_no_file = "[không có tập tin]"
332
333 let &cpo = s:keepcpo
334 unlet s:keepcpo