1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
[Desktop Entry]
Name=Taquin
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=org.gnome.Taquin
# Translators: a GenericName that gives the application goal, as defined in the desktop file spec
GenericName=15-puzzle
# Translators: a Comment that gives the application function, as defined in the desktop file spec
Comment=Slide tiles to their correct places
# Translators: some search Keywords to find this application, as defined in the desktop file spec. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
Keywords=puzzle;
Exec=gnome-taquin
Terminal=false
Type=Application
Categories=GNOME;GTK;Game;LogicGame;
StartupNotify=true
DBusActivatable=true
Actions=fifteen;sixteen;
[Desktop Action fifteen]
# Translators: an action Name, as defined in the desktop file spec; name of the traditional Taquin game
Name=15-Puzzle
Exec=gnome-taquin --fifteen
[Desktop Action sixteen]
# Translators: an action Name, as defined in the desktop file spec; name of the alternative game
Name=16-Puzzle
Exec=gnome-taquin --sixteen
|