Mercurial > vim
annotate runtime/gvim.desktop @ 30233:8d660a45299f v9.0.0452
patch 9.0.0452: Visual highlighting extends into virtual text prop
Commit: https://github.com/vim/vim/commit/6eda17d881c9b2880ccb2a4d11951939a58f233d
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Sep 12 19:25:11 2022 +0100
patch 9.0.0452: Visual highlighting extends into virtual text prop
Problem: Visual highlighting extends into virtual text prop.
Solution: Do not highlight what isn't actually selected. Fix ordering of
stored text props.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 12 Sep 2022 20:30:06 +0200 |
parents | 729a7c00fabc |
children |
rev | line source |
---|---|
16285
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16267
diff
changeset
|
1 # The gvim.desktop file is generated by src/po/Makefile, do NOT edit. |
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16267
diff
changeset
|
2 # Edit the src/po/gvim.desktop.in file instead. |
7193
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
3 [Desktop Entry] |
16285
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16267
diff
changeset
|
4 # Translators: This is the Application Name used in the GVim desktop file |
28141 | 5 Name[ca]=GVim |
16380 | 6 Name[de]=GVim |
16871 | 7 Name[eo]=GVim |
28933 | 8 Name[es]=GVim |
27321 | 9 Name[fi]=GVim |
18831 | 10 Name[fr]=GVim |
27537 | 11 Name[ga]=GVim |
25056 | 12 Name[it]=GVim |
18615 | 13 Name[ru]=GVim |
18664 | 14 Name[sr]=GVim |
18456 | 15 Name[tr]=GVim |
28777 | 16 Name[uk]=GVim |
29285 | 17 Name[zh_CN]=GVim |
16285
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16267
diff
changeset
|
18 Name=GVim |
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16267
diff
changeset
|
19 # Translators: This is the Generic Application Name used in the Vim desktop file |
28141 | 20 GenericName[ca]=Editor de text |
16380 | 21 GenericName[de]=Texteditor |
16871 | 22 GenericName[eo]=Tekstoredaktilo |
28933 | 23 GenericName[es]=Editor de texto |
27321 | 24 GenericName[fi]=Tekstinmuokkain |
18831 | 25 GenericName[fr]=Éditeur de texte |
27537 | 26 GenericName[ga]=Eagarthóir Téacs |
25056 | 27 GenericName[it]=Editor di testi |
16610 | 28 GenericName[ja]=テキストエディタ |
18615 | 29 GenericName[ru]=Текстовый редактор |
23047 | 30 GenericName[sr]=Едитор текст |
18456 | 31 GenericName[tr]=Metin Düzenleyici |
28777 | 32 GenericName[uk]=Редактор Тексту |
29285 | 33 GenericName[zh_CN]=文本编辑器 |
7193
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
34 GenericName=Text Editor |
16285
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16267
diff
changeset
|
35 # Translators: This is the comment used in the Vim desktop file |
28141 | 36 Comment[ca]=Edita fitxers de text |
16380 | 37 Comment[de]=Textdateien bearbeiten |
16871 | 38 Comment[eo]=Redakti tekstajn dosierojn |
28933 | 39 Comment[es]=Editar archivos de texto |
27321 | 40 Comment[fi]=Muokkaa tekstitiedostoja |
18831 | 41 Comment[fr]=Éditer des fichiers texte |
27537 | 42 Comment[ga]=Cuir comhaid téacs in eagar |
25056 | 43 Comment[it]=Edita file di testo |
16610 | 44 Comment[ja]=テキストファイルを編集します |
18615 | 45 Comment[ru]=Редактирование текстовых файлов |
23047 | 46 Comment[sr]=Уређујте текст фајлове |
18615 | 47 Comment[tr]=Metin dosyaları düzenleyin |
28777 | 48 Comment[uk]=Редагувати текстові файли |
29285 | 49 Comment[zh_CN]=编辑文本文件 |
16285
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16267
diff
changeset
|
50 Comment=Edit text files |
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16267
diff
changeset
|
51 # The translations should come from the po file. Leave them here for now, they will |
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16267
diff
changeset
|
52 # be overwritten by the po file when generating the desktop.file! |
14347 | 53 GenericName[da]=Teksteditor |
14249
4543777545a3
Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents:
8876
diff
changeset
|
54 GenericName[pl]=Edytor tekstu |
16267 | 55 GenericName[is]=Ritvinnsluforrit |
7193
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
56 Comment[af]=Redigeer tekslêers |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
57 Comment[am]=የጽሑፍ ፋይሎች ያስተካክሉ |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
58 Comment[ar]=حرّر ملفات نصية |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
59 Comment[az]=Mətn fayllarını redaktə edin |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
60 Comment[be]=Рэдагаваньне тэкставых файлаў |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
61 Comment[bg]=Редактиране на текстови файлове |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
62 Comment[bn]=টেক্স্ট ফাইল এডিট করুন |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
63 Comment[bs]=Izmijeni tekstualne datoteke |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
64 Comment[cs]=Úprava textových souborů |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
65 Comment[cy]=Golygu ffeiliau testun |
14249
4543777545a3
Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents:
8876
diff
changeset
|
66 Comment[da]=Rediger tekstfiler |
7193
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
67 Comment[el]=Επεξεργασία αρχείων κειμένου |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
68 Comment[en_CA]=Edit text files |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
69 Comment[en_GB]=Edit text files |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
70 Comment[et]=Redigeeri tekstifaile |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
71 Comment[eu]=Editatu testu-fitxategiak |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
72 Comment[fa]=ویرایش پروندههای متنی |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
73 Comment[gu]=લખાણ ફાઇલોમાં ફેરફાર કરો |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
74 Comment[he]=ערוך קבצי טקסט |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
75 Comment[hi]=पाठ फ़ाइलें संपादित करें |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
76 Comment[hr]=Uređivanje tekstualne datoteke |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
77 Comment[hu]=Szövegfájlok szerkesztése |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
78 Comment[id]=Edit file teks |
16208 | 79 Comment[is]=Vinna með textaskrár |
7193
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
80 Comment[kn]=ಪಠ್ಯ ಕಡತಗಳನ್ನು ಸಂಪಾದಿಸು |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
81 Comment[ko]=텍스트 파일을 편집합니다 |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
82 Comment[lt]=Redaguoti tekstines bylas |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
83 Comment[lv]=Rediģēt teksta failus |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
84 Comment[mk]=Уреди текстуални фајлови |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
85 Comment[ml]=വാചക രചനകള് തിരുത്തുക |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
86 Comment[mn]=Текст файл боловсруулах |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
87 Comment[mr]=गद्य फाइल संपादित करा |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
88 Comment[ms]=Edit fail teks |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
89 Comment[nb]=Rediger tekstfiler |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
90 Comment[ne]=पाठ फाइललाई संशोधन गर्नुहोस् |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
91 Comment[nl]=Tekstbestanden bewerken |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
92 Comment[nn]=Rediger tekstfiler |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
93 Comment[no]=Rediger tekstfiler |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
94 Comment[or]=ପାଠ୍ଯ ଫାଇଲଗୁଡ଼ିକୁ ସମ୍ପାଦନ କରନ୍ତୁ |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
95 Comment[pa]=ਪਾਠ ਫਾਇਲਾਂ ਸੰਪਾਦਨ |
14249
4543777545a3
Updated runtime and language files.
Christian Brabandt <cb@256bit.org>
parents:
8876
diff
changeset
|
96 Comment[pl]=Edytuj pliki tekstowe |
7193
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
97 Comment[pt]=Editar ficheiros de texto |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
98 Comment[pt_BR]=Edite arquivos de texto |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
99 Comment[ro]=Editare fişiere text |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
100 Comment[sk]=Úprava textových súborov |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
101 Comment[sl]=Urejanje datotek z besedili |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
102 Comment[sq]=Përpuno files teksti |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
103 Comment[sr@Latn]=Izmeni tekstualne datoteke |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
104 Comment[sv]=Redigera textfiler |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
105 Comment[ta]=உரை கோப்புகளை தொகுக்கவும் |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
106 Comment[th]=แก้ไขแฟ้มข้อความ |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
107 Comment[tk]=Metin faýllary editle |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
108 Comment[vi]=Soạn thảo tập tin văn bản |
28777 | 109 Comment[wa]=Asspougnî des fitcs tecses |
7193
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
110 Comment[zh_TW]=編輯文字檔 |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
111 TryExec=gvim |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
112 Exec=gvim -f %F |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
113 Terminal=false |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
114 Type=Application |
16285
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16267
diff
changeset
|
115 # Translators: Search terms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon! |
28141 | 116 Keywords[ca]=Text;editor; |
16380 | 117 Keywords[de]=Text;Editor; |
16871 | 118 Keywords[eo]=Teksto;redaktilo; |
28933 | 119 Keywords[es]=Texto;editor; |
27321 | 120 Keywords[fi]=Teksti;muokkain;editori; |
18831 | 121 Keywords[fr]=Texte;éditeur; |
27537 | 122 Keywords[ga]=Téacs;eagarthóir; |
25056 | 123 Keywords[it]=Testo;editor; |
16610 | 124 Keywords[ja]=テキスト;エディタ; |
18639 | 125 Keywords[ru]=текст;текстовый редактор; |
18664 | 126 Keywords[sr]=Текст;едитор; |
18456 | 127 Keywords[tr]=Metin;düzenleyici; |
28777 | 128 Keywords[uk]=текст;редактор; |
29285 | 129 Keywords[zh_CN]=Text;editor;文本;编辑器; |
8876
47f17f66da3d
commit https://github.com/vim/vim/commit/03413f44167c4b5cd0012def9bb331e2518c83cf
Christian Brabandt <cb@256bit.org>
parents:
7193
diff
changeset
|
130 Keywords=Text;editor; |
16285
e71261a88630
patch 8.1.1147: desktop file translations are requiring manual updates
Bram Moolenaar <Bram@vim.org>
parents:
16267
diff
changeset
|
131 # Translators: This is the Icon file name. Do NOT translate |
7193
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
132 Icon=gvim |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
133 Categories=Utility;TextEditor; |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
134 StartupNotify=true |
556ead123953
commit https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
135 MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; |