comparison runtime/lang/menu_cs_cz.iso_8859-2.vim @ 27788:a1effd6bb5ba v8.2.4420

patch 8.2.4420: menu translations are inconsistent Commit: https://github.com/vim/vim/commit/a42535340a906d33173e8b3e82085c161a0524c8 Author: Ada <me@yuhaowen.com> Date: Sat Feb 19 12:06:09 2022 +0000 patch 8.2.4420: menu translations are inconsistent Problem: Menu translations are inconsistent. Solution: Add a Makefile to convert between encodings. (Ada (Haowen) Yu, closes #9801)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Feb 2022 13:15:03 +0100
parents d1bcb0b721cc
children 83dfcad065f9
comparison
equal deleted inserted replaced
27787:f21b1b2a903f 27788:a1effd6bb5ba
1 " Menu Translations: Czech (ISO-8859-2) 1 " Menu Translations: Czech (ISO8859-2)
2 " Maintainer: Jiri Sedlak <jiri_sedlak@users.sourceforge.net> 2 " Maintainer: Jiri Sedlak <jiri_sedlak@users.sourceforge.net>
3 " Previous maintainer: Jiri Brezina 3 " Previous maintainer: Jiri Brezina
4 " Based on: menu.vim (2012-10-21) 4 " Based on: menu.vim (2012-10-21)
5 " Generated from menu_cs_cz.utf-8.vim, DO NOT EDIT
5 6
6 " Quit when menu translations have already been done. 7 " Quit when menu translations have already been done.
7 if exists("did_menu_trans") 8 if exists("did_menu_trans")
8 finish 9 finish
9 endif 10 endif
10 11
11 let did_menu_trans = 1 12 let did_menu_trans = 1
12 let s:keepcpo= &cpo 13 let s:keepcpo= &cpo
13 set cpo&vim 14 set cpo&vim
14 15
15 scriptencoding iso-8859-2 16 scriptencoding iso8859-2
16 17
17 " {{{ File menu 18 " {{{ File menu
18 menutrans &File &Soubor 19 menutrans &File &Soubor
19 menutrans &Open\.\.\.<Tab>:e &Otevřít\.\.\.<Tab>:e 20 menutrans &Open\.\.\.<Tab>:e &Otevřít\.\.\.<Tab>:e
20 menutrans Sp&lit-Open\.\.\.<Tab>:sp Otevřít\ v\ no&vém\ okně\.\.\.<Tab>:sp 21 menutrans Sp&lit-Open\.\.\.<Tab>:sp Otevřít\ v\ no&vém\ okně\.\.\.<Tab>:sp