blob: 8e03b325b7f756262c2367403cd9f9458ba292c7 [file] [log] [blame]
Bram Moolenaara60e5362019-04-11 13:11:39 +02001# The vim.desktop file is generated by src/po/Makefile, do NOT edit.
2# Edit the src/po/vim.desktop.in file instead.
Bram Moolenaar1d8d9c02015-11-02 13:29:53 +01003[Desktop Entry]
Bram Moolenaara60e5362019-04-11 13:11:39 +02004# Translators: This is the Application Name used in the Vim desktop file
Bram Moolenaar1d8d9c02015-11-02 13:29:53 +01005Name=Vim
Bram Moolenaara60e5362019-04-11 13:11:39 +02006# Translators: This is the Generic Application Name used in the Vim desktop file
Bram Moolenaar1d8d9c02015-11-02 13:29:53 +01007GenericName=Text Editor
Bram Moolenaara60e5362019-04-11 13:11:39 +02008# Translators: This is the comment used in the Vim desktop file
9Comment=Edit text files
10# The translations should come from the po file. Leave them here for now, they will
11# be overwritten by the po file when generating the desktop.file.
Bram Moolenaarb477af22018-07-15 20:20:18 +020012GenericName[da]=Teksteditor
Bram Moolenaar1d8d9c02015-11-02 13:29:53 +010013GenericName[de]=Texteditor
Bram Moolenaar6dc819b2018-07-03 16:42:19 +020014GenericName[pl]=Edytor tekstu
Bram Moolenaar723dd942019-04-04 13:11:03 +020015GenericName[is]=Ritvinnsluforrit
Bram Moolenaar1d8d9c02015-11-02 13:29:53 +010016Comment[af]=Redigeer tekslêers
17Comment[am]=የጽሑፍ ፋይሎች ያስተካክሉ
18Comment[ar]=حرّر ملفات نصية
19Comment[az]=Mətn fayllarını redaktə edin
20Comment[be]=Рэдагаваньне тэкставых файлаў
21Comment[bg]=Редактиране на текстови файлове
22Comment[bn]=টেক্স্ট ফাইল এডিট করুন
23Comment[bs]=Izmijeni tekstualne datoteke
24Comment[ca]=Edita fitxers de text
25Comment[cs]=Úprava textových souborů
26Comment[cy]=Golygu ffeiliau testun
Bram Moolenaarb477af22018-07-15 20:20:18 +020027Comment[da]=Rediger tekstfiler
Bram Moolenaar1d8d9c02015-11-02 13:29:53 +010028Comment[de]=Textdateien bearbeiten
29Comment[el]=Επεξεργασία αρχείων κειμένου
30Comment[en_CA]=Edit text files
31Comment[en_GB]=Edit text files
32Comment[es]=Edita archivos de texto
33Comment[et]=Redigeeri tekstifaile
34Comment[eu]=Editatu testu-fitxategiak
35Comment[fa]=ویرایش پرونده‌های متنی
36Comment[fi]=Muokkaa tekstitiedostoja
37Comment[fr]=Édite des fichiers texte
38Comment[ga]=Eagar comhad Téacs
39Comment[gu]=લખાણ ફાઇલોમાં ફેરફાર કરો
40Comment[he]=ערוך קבצי טקסט
41Comment[hi]=पाठ फ़ाइलें संपादित करें
42Comment[hr]=Uređivanje tekstualne datoteke
43Comment[hu]=Szövegfájlok szerkesztése
44Comment[id]=Edit file teks
Bram Moolenaar723dd942019-04-04 13:11:03 +020045Comment[is]=Vinna með textaskrár
Bram Moolenaar1d8d9c02015-11-02 13:29:53 +010046Comment[it]=Modifica file di testo
47Comment[ja]=テキストファイルを編集します
48Comment[kn]=ಪಠ್ಯ ಕಡತಗಳನ್ನು ಸಂಪಾದಿಸು
49Comment[ko]=텍스트 파일을 편집합니다
50Comment[lt]=Redaguoti tekstines bylas
51Comment[lv]=Rediģēt teksta failus
52Comment[mk]=Уреди текстуални фајлови
53Comment[ml]=വാചക രചനകള് തിരുത്തുക
54Comment[mn]=Текст файл боловсруулах
55Comment[mr]=गद्य फाइल संपादित करा
56Comment[ms]=Edit fail teks
57Comment[nb]=Rediger tekstfiler
58Comment[ne]=पाठ फाइललाई संशोधन गर्नुहोस्
59Comment[nl]=Tekstbestanden bewerken
60Comment[nn]=Rediger tekstfiler
61Comment[no]=Rediger tekstfiler
62Comment[or]=ପାଠ୍ଯ ଫାଇଲଗୁଡ଼ିକୁ ସମ୍ପାଦନ କରନ୍ତୁ
63Comment[pa]=ਪਾਠ ਫਾਇਲਾਂ ਸੰਪਾਦਨ
Bram Moolenaar6dc819b2018-07-03 16:42:19 +020064Comment[pl]=Edytuj pliki tekstowe
Bram Moolenaar1d8d9c02015-11-02 13:29:53 +010065Comment[pt]=Editar ficheiros de texto
66Comment[pt_BR]=Edite arquivos de texto
67Comment[ro]=Editare fişiere text
68Comment[ru]=Редактор текстовых файлов
69Comment[sk]=Úprava textových súborov
70Comment[sl]=Urejanje datotek z besedili
71Comment[sq]=Përpuno files teksti
72Comment[sr]=Измени текстуалне датотеке
73Comment[sr@Latn]=Izmeni tekstualne datoteke
74Comment[sv]=Redigera textfiler
75Comment[ta]=உரை கோப்புகளை தொகுக்கவும்
76Comment[th]=แก้ไขแฟ้มข้อความ
77Comment[tk]=Metin faýllary editle
78Comment[tr]=Metin dosyalarını düzenle
79Comment[uk]=Редактор текстових файлів
80Comment[vi]=Son tho tp tin văn bn
81Comment[wa]=Asspougnî des fitchîs tecses
82Comment[zh_CN]=编辑文本文件
83Comment[zh_TW]=編輯文字檔
84TryExec=vim
85Exec=vim %F
86Terminal=true
87Type=Application
Bram Moolenaara60e5362019-04-11 13:11:39 +020088# Translators: Search terms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon!
Bram Moolenaar03413f42016-04-12 21:07:15 +020089Keywords=Text;editor;
Bram Moolenaara60e5362019-04-11 13:11:39 +020090# Translators: This is the Icon file name. Do NOT translate
Bram Moolenaar1d8d9c02015-11-02 13:29:53 +010091Icon=gvim
92Categories=Utility;TextEditor;
93StartupNotify=false
94MimeType=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++;