comparison runtime/lang/menu_ru_ru.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 7bc41231fbc7
children 2b11ac90d9e9
comparison
equal deleted inserted replaced
3506:273fbf501965 3507:8201108e9cf0
14 " 14 "
15 if exists("did_menu_trans") 15 if exists("did_menu_trans")
16 finish 16 finish
17 endif 17 endif
18 let did_menu_trans = 1 18 let did_menu_trans = 1
19 let s:keepcpo= &cpo
20 set cpo&vim
19 21
20 scriptencoding utf-8 22 scriptencoding utf-8
21 23
22 " Top 24 " Top
23 menutrans &File &Файл 25 menutrans &File &Файл
292 " 294 "
293 let g:menutrans_fileformat_dialog = "Выберите формат файла." 295 let g:menutrans_fileformat_dialog = "Выберите формат файла."
294 let g:menutrans_fileformat_choices = "&Unix\n&Dos\n&Mac\nО&тмена" 296 let g:menutrans_fileformat_choices = "&Unix\n&Dos\n&Mac\nО&тмена"
295 " 297 "
296 let menutrans_no_file = "[Нет файла]" 298 let menutrans_no_file = "[Нет файла]"
299
300 let &cpo = s:keepcpo
301 unlet s:keepcpo