diff options
author | Wu Xiaotian <[email protected]> | 2019-11-09 15:33:24 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-12-01 11:39:44 +0100 |
commit | 93881642e533133ef9f455612611002531e4475e (patch) | |
tree | b25e92a1cd42271762116dd226ddabf7e78ad99d /data/pluma.desktop.in.in | |
parent | 6dd6ad739acc075119cb03f62b0cceacef006345 (diff) | |
download | pluma-93881642e533133ef9f455612611002531e4475e.tar.bz2 pluma-93881642e533133ef9f455612611002531e4475e.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'data/pluma.desktop.in.in')
-rw-r--r-- | data/pluma.desktop.in.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/data/pluma.desktop.in.in b/data/pluma.desktop.in.in index 6e83ae9c..24124400 100644 --- a/data/pluma.desktop.in.in +++ b/data/pluma.desktop.in.in @@ -1,17 +1,19 @@ [Desktop Entry] -_Name=Pluma -_GenericName=Text Editor -_Comment=Edit text files +Name=Pluma +GenericName=Text Editor +Comment=Edit text files Exec=pluma %U Terminal=false Type=Application StartupNotify=true MimeType=text/plain; +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=accessories-text-editor Categories=GTK;Utility;TextEditor; +# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=text;editor;MATE;tabs;highlighting;code;multiple;files;pluggable; X-MATE-DocPath=pluma/pluma.xml -_X-MATE-FullName=Pluma Text Editor +X-MATE-FullName=Pluma Text Editor X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=Pluma X-MATE-Bugzilla-Component=general |