diff options
author | raveit65 <[email protected]> | 2019-11-19 10:12:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-19 13:17:24 +0100 |
commit | 8ad44f15e91c232181f0f95d5448fdd65a06bd4c (patch) | |
tree | 9d73c3f9fe8cd32ab6d8887e83736744bae120af | |
parent | 0ff29d5744072cda5f0bb0b39c646d7b06c348de (diff) | |
download | mate-session-manager-8ad44f15e91c232181f0f95d5448fdd65a06bd4c.tar.bz2 mate-session-manager-8ad44f15e91c232181f0f95d5448fdd65a06bd4c.tar.xz |
desktop files: add translator hints
-rw-r--r-- | data/mate-session-properties.desktop.in | 2 | ||||
-rw-r--r-- | data/mate-wm.desktop.in | 1 | ||||
-rw-r--r-- | data/mate.desktop.in | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/data/mate-session-properties.desktop.in b/data/mate-session-properties.desktop.in index 734288a..c6eac7a 100644 --- a/data/mate-session-properties.desktop.in +++ b/data/mate-session-properties.desktop.in @@ -2,10 +2,12 @@ Name=Startup Applications Comment=Choose what applications to start when you log in Exec=mate-session-properties +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=mate-session-properties Terminal=false Type=Application StartupNotify=true Categories=GTK;Settings;X-MATE-PersonalSettings; +# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=MATE;session;properties;applications;login;start; OnlyShowIn=MATE; diff --git a/data/mate-wm.desktop.in b/data/mate-wm.desktop.in index 47ff329..1182509 100644 --- a/data/mate-wm.desktop.in +++ b/data/mate-wm.desktop.in @@ -2,6 +2,7 @@ Type=Application Name=Window Manager Exec=mate-wm +# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=MATE;window;manager;launch;MDM; NoDisplay=true X-MATE-Autostart-Phase=WindowManager diff --git a/data/mate.desktop.in b/data/mate.desktop.in index e957eea..b8f3224 100644 --- a/data/mate.desktop.in +++ b/data/mate.desktop.in @@ -6,5 +6,6 @@ TryExec=mate-session Icon= Type=Application DesktopNames=MATE +# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=launch;MATE;desktop;session; |