annotate runtime/gvim.desktop @ 19774:00a1b89256ea v8.2.0443

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