Removed obsolete program-links, efltk.conf and ede.conf.

Added some additional menu entries.
Removed unsed build rules.
Fixing autostart code due the latest try_exec() changes.
This commit is contained in:
Sanel Zukan 2009-10-03 07:24:06 +00:00
parent b3d8cf13e4
commit f472787139
86 changed files with 263 additions and 2101 deletions

View File

@ -47,18 +47,15 @@ EDE_PREFIX_SUBDIR ?= "ede" ;
# directories used by build system
PREFIX ?= "$(prefix)" ;
EDE_BIN_DIR ?= "$(bindir)" ;
EDE_CONFIG_DIR ?= "/etc/xdg/ede" ; # use XDG default for config dir
EDE_DATA_DIR ?= "$(datadir)" ;
EDE_CONFIG_DIR ?= "/etc/xdg/$(EDE_PREFIX_SUBDIR)" ;
EDE_MENU_DIR ?= "/etc/xdg/menus" ; # use XDG default for menu dir
EDE_ICON_DIR ?= "$(EDE_DATA_DIR)/icons" ;
EDE_MIME_DIR ?= "$(EDE_DATA_DIR)/mime" ; # use XDG mime path
EDE_DOC_DIR ?= "$(docdir)/ede-$(EDE_VERSION)" ;
EDE_THEMES_DIR ?= "$(datadir)/$(EDE_PREFIX_SUBDIR)/themes" ;
EDE_TIPS_DIR ?= "$(datadir)/$(EDE_PREFIX_SUBDIR)/tips" ;
EDE_PANEL_APPLETS_DIR ?= "$(datadir)/$(EDE_PREFIX_SUBDIR)/panel-applets" ;
# do not put EDE_PREFIX_SUBDIR since this is XDG mime path
EDE_MIME_DIR ?= "$(datadir)/mime" ;
# TODO: should be removed; old directory layout
EDE_CONFIG_DIR_OLD ?= "$(datadir)/config" ;
EDE_ICON_DIR ?= "$(datadir)/icons" ;
EDE_DESKTOP_FILE_DIR ?= "$(datadir)/desktop" ;
EDE_THEMES_DIR ?= "$(EDE_DATA_DIR)/$(EDE_PREFIX_SUBDIR)/themes" ;
EDE_TIPS_DIR ?= "$(EDE_DATA_DIR)/$(EDE_PREFIX_SUBDIR)/tips" ;
EDE_PANEL_APPLETS_DIR ?= "$(EDE_DATA_DIR)/$(EDE_PREFIX_SUBDIR)/panel-applets" ;
OPTIMFLAGS ?= @EDE_OPTIM_FLAGS@ ;
DEBUGFLAGS ?= @EDE_DEBUG_FLAGS@ ;

View File

@ -38,7 +38,9 @@ SubInclude TOP services ;
# they will not be compiled if eFLTK wasn't found
SubInclude TOP edewm ;
SubInclude TOP ede-panel ;
#SubInclude TOP ede-panel ;
SubInclude TOP ede-panel-new ;
# efiler is not compileable at all
if $(WITH_EFILER) = 1 {

View File

@ -97,18 +97,6 @@ rule InstallEdeIcons
}
}
# InstallEdeDesktopFiles [targets] ;
rule InstallEdeDesktopFiles
{
InstallData $(EDE_DESKTOP_FILE_DIR) : $(<) ;
}
# InstallEdeConfigFilesOld [targets] ;
rule InstallEdeConfigFilesOld
{
InstallData $(EDE_CONFIG_DIR_OLD) : $(<) ;
}
# InstallEdeConfigFiles [targets] ;
rule InstallEdeConfigFiles
{
@ -121,6 +109,12 @@ rule InstallEdeTips
InstallData $(EDE_TIPS_DIR) : $(<) ;
}
# InstallEdeMenu [targets] ;
rule InstallEdeMenu [targets]
{
InstallData $(EDE_MENU_DIR) : $(<) ;
}
# InstallEdeMimeFiles [targets] ;
# Installs XDG mime files and run update-mime-database
rule InstallEdeMimeFiles

View File

@ -10,12 +10,10 @@
SubDir TOP data ;
PLINKS = [ Wildcard programs-links : *.desktop : programs-links ] ;
CONFS = [ Wildcard *.conf ] ;
InstallEdeProgram startede ;
InstallEdeConfigFiles $(CONFS) ;
InstallEdeDesktopFiles $(PLINKS) ;
# install entry for login/desktop managers
InstallData /usr/share/xsessions : ede.desktop ;
@ -23,3 +21,4 @@ Clean distclean : ede.desktop ;
SubInclude TOP data mime-types ;
SubInclude TOP data icon-themes ;
SubInclude TOP data menu ;

View File

@ -1,63 +0,0 @@
# EFLTK Configuration - Version 2,000300
[Keyboard]
Layout=en
Repeat=1
ClickVolume=50
RecentKeyboards=us
[IconManager]
Label Fontsize=10
Label Maxwidth=55
Gridspacing=10
Label Foreground=7
Label Background=2037550592
OneClickExec=0
[Panel]
Volume Control=evolume
Time and date=etimedate
AutoHide=0
Workspaces=true
RunBrowser=true
CPUMonitor=true
SoundMixer=true
VariableWidthTaskbar=false
ShowUsernameOnMenu=true
ShowDesktop=true
[Desktop]
Wallpaper=
Color=RGB(76,108,178)
Opacity=205
Use=0
[Workspaces]
Count=4
(null)=9@9
[Web]
Browser=mozilla
[Terminal]
Terminal=xterm
[System]
UseSudo=false
[Mouse]
Accel=2
Thresh=4
[Bell]
Volume=50
Pitch=440
Duration=200
[Screen]
Delay=15
Pattern=2
CheckBlank=1
RadioBlank=1
RadioPattern=0

View File

@ -1,23 +0,0 @@
# EFLTK Configuration - Version 2,000300
[Images]
State Effects=1
[Menus]
Effects=0
Delay=0
Subwindow Effect=0
Effect Type=0
Speed=1
[Tooltips]
Effects=0
Effect Type=0
Enabled=1
Delay=1
[MDI]
Animate=0
Opaque=0

22
data/menu/Jamfile Normal file
View File

@ -0,0 +1,22 @@
#
# $Id$
#
# Part of Equinox Desktop Environment (EDE).
# Copyright (c) 2009 EDE Authors.
#
# This program is licensed under terms of the
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP data menu ;
InstallEdeMenu ede-applications.menu ;
MENU_APPLICATIONS = [ Wildcard applications : *.desktop : applications ] ;
DESKTOP_DIRECTORIES = [ Wildcard desktop-directories : *.directory : desktop-directories ] ;
# install .desktop files
InstallData [ FDirName $(EDE_DATA_DIR) applications ] : $(MENU_APPLICATIONS) ;
# install .directory files
InstallData [ FDirName $(EDE_DATA_DIR) desktop-directories ] : $(DESKTOP_DIRECTORIES) ;

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Type=Application
Encoding=UTF-8
Exec=ede-calc
Icon=empty
Categories=Utility;
Name=Calculator
Comment=Simple Scientific Calculator

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Type=Application
Encoding=UTF-8
Exec=ede-conf
Icon=computer
Categories=X-EDE;Settings;
Name=Configure EDE
Comment=Configure various EDE parts

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Type=Application
Encoding=UTF-8
Exec=ede-image-view
Icon=graphics-image-viewer
Categories=Graphics;2DGraphics;
Name=Image Viewer
Comment=View images and photographs

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Type=Application
Encoding=UTF-8
Exec=ede-tip
Icon=dialog-information
Categories=Utility;
Name=EDE Tips
Comment=Useful EDE Tips

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Type=Application
Encoding=UTF-8
Exec=xterm -fn 9x15
Icon=utilities-terminal
Categories=Utility;
Name=X11 Terminal
Comment=Standard X11 terminal

View File

@ -1,66 +0,0 @@
[Desktop Entry]
Name=Applications
Name[sl]=Programi
Name[bg]=Ďđčëîćĺíč˙
Name[ca]=Aplicacions
Name[cs]=Aplikace
Name[da]=Applikationer
Name[de]=Anwendungen
Name[el]=ĹöáńěďăÝň
Name[es]=Aplicaciones
Name[et]=Rakendused
Name[eu]=Aplikazioak
Name[fi]=Sovellukset
Name[fr]=Applications
Name[ga]=Feidhmchláir
Name[gl]=Aplicacións
Name[hu]=Alkalmazások
Name[it]=Applicazioni
Name[ja]=Ľ˘Ľ×ĽęĽąĄźĽˇĽçĽó
Name[ko]=ŔŔżë ÇÁˇÎą×ˇĽ
Name[nl]=Toepassingen
Name[no]=Applikasjoner
Name[pl]=Aplikacje
Name[pt]=Aplicaçőes
Name[pt_BR]=Aplicaçőes
Name[ro]=Aplicaţii
Name[ru]=đŇÉĚĎÖĹÎÉŃ
Name[sk]=Aplikácie
Name[sv]=Applikationer
Name[tr]=Uygulamalar
Name[uk]=äĎÄÁÔËÉ
Name[zh_CN.GB2312]=ÓŚÓĂłĚĘ˝
Name[zh_TW.Big5]=ŔłĽÎľ{ŚĄ
Comment=Applications menu
Comment[sl]=Menu programov
Comment[bg]=Ďđčëîćíč ďđîăđŕěč
Comment[ca]=Menú d'aplicacions
Comment[da]=Applikationsmenu
Comment[de]=Anwendungsmenü
Comment[el]=Ěĺíďý Ĺöáńěďăţí
Comment[es]=Menú de Aplicaciones
Comment[et]=Rakendusprogrammid
Comment[eu]=Aplikazioen menua
Comment[fi]=Sovellusohjelmavalikko
Comment[fr]=Menu Applications
Comment[ga]=Clár Feidhhmchláir
Comment[gl]=Menú de Aplicacións
Comment[hu]=Alkalmazások menü
Comment[it]=Programmi applicativi
Comment[ja]=Ľ˘Ľ×ĽęĽąĄźĽˇĽçĽóĽáĽËĽĺĄź
Comment[ko]=ŔŔżë ÇÁˇÎą×ˇĽ ¸Ţ´ş
Comment[nl]=Toepassingen menu
Comment[no]=Applikasjonsmeny
Comment[pl]=Menu aplikacji
Comment[pt]=Menu das Aplicaçőes
Comment[pt_BR]=Menu das Aplicaçőes
Comment[ro]=Meniul aplicaţii
Comment[ru]=íĹÎŔ ĐŇÉĚĎÖĹÎÉĘ
Comment[sk]=Menu aplikácií
Comment[sv]=Applikationsmeny
Comment[tr]=Uygulamalar mönüsü
Comment[uk]=íĹÎŔ ÄĎÄÁÔËŚ×
Comment[zh_CN.GB2312]=ÓŚÓĂłĚʽѥľĽ
Comment[zh_TW.Big5]=ŔłĽÎľ{ŚĄżďłć
Icon=gnome-applications.png
Type=Directory

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Casino
Name[sk]=Casino
Exec=ecasino
Icon=misc.png

View File

@ -1,56 +0,0 @@
[Desktop Entry]
Name=Development
Name[sl]=Razvoj
Name[bg]=Đŕçđŕáîňęŕ
Name[cs]=Vývoj
Name[da]=Programudvikling
Name[de]=Entwicklung
Name[el]=ÁíÜđôőîç ĺöáńěďăţí
Name[es]=Desarrollo
Name[fi]=Ohjelmointi
Name[fr]=Développement
Name[ga]=Forbairt
Name[gl]=Desenvolvemento
Name[hu]=Fejlesztés
Name[it]=Sviluppo
Name[ja]=łŤČŻĽÄĄźĽë
Name[lt]=Programavimas
Name[no]=Utvikling
Name[pl]=Programowanie
Name[pt_BR]=Desenvolvimento
Name[ro]=Dezvoltare
Name[sk]=Vývoj
Name[sv]=Programutveckling
Name[tr]=Uygulama yazýýlýmlarý
Name[uk]=ňĎÚŇĎÂËÁ
Name[wa]=Programaedje
Name[zh_CN.GB2312]=Číźţˇ˘Őšš¤žß
Name[zh_TW.Big5]=łnĹéľoŽi¤u¨ă
Comment=Tools for software development
Comment[sl]=Orodja za razvoj programske opreme
Comment[bg]=Číńňđóěĺíňč çŕ đŕçđŕáîňęŕ íŕ ńîôňóĺđ
Comment[cs]=Nástroje pro vývoj aplikací
Comment[da]=Vćrktřjer for programudvikling
Comment[de]=Werkzeuge zur Softwareentwicklung
Comment[el]=Ĺńăáëĺßá áíÜđôőîçň ĺöáńěďăţí
Comment[fi]=Ohjelmointityökaluja
Comment[fr]=Outils de développement logiciel
Comment[ga]=Bogearraí Fhorbairt
Comment[gl]=Utilidades para o desenvolvemento de aplicacións
Comment[hu]=Eszközök programok fejlesztéséhez
Comment[it]=Applicativi per lo sviluppo
Comment[ja]=łŤČŻ¤Î¤ż¤á¤ÎĽÄĄźĽë
Comment[lt]=Árankiai programinës árangos kűrimui
Comment[no]=Verktřy for programvareutvikling
Comment[pl]=Narzędzia do tworzenia oprogramowania
Comment[pt_BR]=Applets para desenvolvimento de software
Comment[ro]=Unelte pentru dezvoltare software
Comment[sk]=Nástroje pre vývoj softvéru
Comment[sv]=Verktyg för programutveckling
Comment[tr]=Uygulama yazmak için uygulamalar
Comment[uk]=śÎÓÔŇŐÍĹÎÔ ÄĚŃ ŇĎÚŇĎÂËÉ ĐŇĎÇŇÁÍÎĎÇĎ ÚÁÂĹÚĐĹŢĹÎÎŃ
Comment[wa]=Usteyes pol programaedje di programes
Comment[zh_CN.GB2312]=ÓĂŔ´ˇ˘ŐšČíźţľÄš¤žßłĚĘ˝
Comment[zh_TW.Big5]=ĽÎ¨Óś}ľołnĹ骺¤u¨ăľ{ŚĄ
Icon=gnome-devel.png
Type=Directory

View File

@ -1,74 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Emacs
Name[sl]=Emacs
Name[bg]=Emacs
Name[ca]=Emacs
Name[cs]=Emacs
Name[da]=Emacs
Name[de]=Emacs
Name[el]=Emacs
Name[es]=Emacs
Name[et]=Emacs
Name[eu]=Emacs
Name[fi]=Emacs
Name[fr]=Emacs
Name[ga]=Emacs
Name[gl]=Emacs
Name[it]=Emacs
Name[ja]=Emacs
Name[ko]=Ŕ̸ƽş
Name[nl]=Emacs
Name[no]=Emacs
Name[pl]=Emacs
Name[pt]=Emacs
Name[pt_BR]=Emacs
Name[ro]=Emacs
Name[ru]=Emacs
Name[sk]=Emacs
Name[sv]=Emacs
Name[tr]=Emacs
Name[uk]=Emacs
Name[wa]=Emacs
Name[zh_CN.GB2312]=Emacs
Name[zh_TW.Big5]=Emacs
Comment=Emacs text editor
Comment[sl]=Urejevalnik besedil Emacs
Comment[bg]=Emacs ňĺęńňîâ đĺäŕęňîđ
Comment[ca]=L'editor de text Emacs
Comment[cs]=Textový editor Emacs
Comment[da]=Tekstredigeringsprogrammet Emacs
Comment[de]=Der Texteditor Emacs
Comment[el]=ĹđĺîĺńăáóôŢň ęĺéěÝíďő Emacs
Comment[es]=Editor de textos Emacs
Comment[et]=tekstiredaktor Emacs
Comment[eu]=Emacs testu editorea
Comment[fi]=Emacs-editori
Comment[fr]=Éditeur de texte Emacs
Comment[ga]=Eagarthóir Teacs Emacs
Comment[gl]=Editor de texto Emacs
Comment[hu]=Emacs szövegszerkesztő
Comment[it]=Editor di testo Emacs
Comment[ja]=EmacsĽĆĽ­ĽšĽČĽ¨ĽÇĽŁĽż
Comment[ko]=Ŕ̸ƽş šŽź­ ĆíÁýąâ
Comment[nl]=Emacs tekst editor
Comment[no]=Skriveprogrammet Emacs
Comment[pl]=Edytor tekstu Emacs
Comment[pt]=Editor de texto Emacs
Comment[pt_BR]=Editor de texto Emacs
Comment[ro]=Editorul de texte Emacs
Comment[ru]=ôĹËÓÔĎ×ŮĘ ŇĹÄÁËÔĎŇ Emacs
Comment[sk]=Textový editor Emacs
Comment[sv]=Emacs texteditor
Comment[tr]=Emacs metin editörü
Comment[uk]=ôĹËÓÔĎ×ÉĘ ŇĹÄÁËÔĎŇ
Comment[wa]=L' aspougneu di tekse Emacs
Comment[zh_CN.GB2312]=Emacs ÎÄ×ֱ༩Ć÷
Comment[zh_TW.Big5]=Emacs ¤ĺŚr˝s˝ržš
TryExec=emacs
Exec=emacs
Icon=access2.png
Terminal=0
Type=Application

View File

@ -1,73 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Eterm
Name[sl]=Eterm
Name[bg]=Eterm
Name[ca]=Eterm
Name[cs]=Eterm
Name[da]=Eterm
Name[de]=Eterm
Name[el]=Eterm
Name[es]=Eterm
Name[eu]=Eterm
Name[fi]=Eterm
Name[fr]=Eterm
Name[ga]=Eterm
Name[gl]=Eterm
Name[it]=Eterm
Name[ja]=Eterm
Name[ko]=Eterm
Name[nl]=Eterm
Name[no]=Eterm
Name[pl]=Eterm
Name[pl]=Eterm
Name[pt]=Eterm
Name[pt_BR]=Eterm
Name[ro]=Eterm
Name[ru]=Eterm ÔĹŇÍÉÎÁĚ
Name[sk]=Eterm
Name[sv]=Eterm
Name[tr]=Eterm
Name[uk]=Eterm
Name[wa]=Eterm
Name[zh_CN.GB2312]=Eterm
Name[zh_TW.Big5]=Eterm
Comment=Eterm
Comment[sl]=Terminal Eterm
Comment[bg]=Eterm Ňĺđěčíŕë
Comment[ca]=Emulador de terminal Eterm
Comment[cs]=Terminálový emulátor Eterm
Comment[da]=Eterm terminalemulering
Comment[de]=Terminalemulator: Eterm
Comment[el]=ĐńďóďěďéůôŢň Ôĺńěáôéęďý Eterm
Comment[es]=Terminal Eterm
Comment[et]=Terminal Eterm
Comment[eu]=Eterm terminala
Comment[fi]=Eterm pääte-emulaattori
Comment[fr]=Émulateur de terminal Eterm
Comment[ga]=Aithriseoir teirminéal Eterm
Comment[gl]=Emulador de terminal Eterm
Comment[it]=Programma di emulazione di terminale
Comment[ja]=EtermĽżĄźĽßĽĘĽë
Comment[ko]=Eterm Ĺ͚̳Î
Comment[nl]=Eterm terminal emulator
Comment[no]=Eterm terminalemulator
Comment[pl]=Emulator terminala Eterm
Comment[pt]=Terminal Eterm
Comment[pt_BR]=Eterm
Comment[ro]=Emulatorul de terminal Eterm
Comment[ru]=üÍŐĚŃÔĎŇ ÔĹŇÍÉÎÁĚÁ Eterm
Comment[sk]=Eterm
Comment[sv]=Eterm terminalemulator
Comment[tr]=Eterm komutasý
Comment[uk]=ĺÍŐĚŃÔĎŇ ÔĹŇÍŚÎÁĚŐ
Comment[wa]=Purnea di terminĺ Eterm
Comment[zh_CN.GB2312]=Eterm Ö՜˝ú
Comment[zh_TW.Big5]=Eterm ˛×şÝž÷
TryExec=Eterm
Exec=Eterm
Icon=konsole.png
Terminal=0
Type=Application

View File

@ -1,87 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=The GIMP
Name[sl]=GIMP
Name[bg]=GIMP
Name[br]=GIMP
Name[ca]=El GIMP
Name[cs]=GIMP
Name[da]=GIMP'en
Name[de]=GIMP
Name[el]=Ôď GIMP
Name[es]=El GIMP
Name[et]=GIMP
Name[eu]=GIMPa
Name[fi]=GIMP
Name[fr]=Le GIMP
Name[ga]=An GIMP
Name[ga]=An GIMP
Name[gl]=O GIMP
Name[hr]=GIMP
Name[hu]=A GIMP
Name[id]=GIMP
Name[is]=GIMP
Name[it]=GIMP
Name[ja]=GIMP
Name[ko]=ąčÇÁ
Name[lt]=GIMP
Name[nl]=GIMP
Name[no]=GIMP
Name[pl]=GIMP
Name[pt]=O GIMP
Name[pt_BR]=O GIMP
Name[ro]=GIMP
Name[ru]=GIMP
Name[sk]=GIMP
Name[sk]=GIMP
Name[sv]=GIMP
Name[tr]=GIMP
Name[uk]=GIMP
Name[zh_CN.GB2312]=GIMP
Name[zh_TW.Big5]=GIMP
Comment=GNU Image Manipulation Program
Comment[sl]=Program za manipuliranje s slikami GNU
Comment[bg]=Ďđîăđŕěŕ çŕ Îáđŕáîňęŕ íŕ Čçîáđŕćĺíč˙ / GNU
Comment[br]=Goulev GNU Dazverad Skeudennoů
Comment[ca]=El programa de manipulació d'imatges GNU
Comment[cs]=Program pro úpravu obrázků
Comment[da]=Tegne- og billedbehandlingprogram
Comment[de]=Das GNU-Bildbearbeitungsprogramm
Comment[el]=Đńüăńáěěá Ĺđĺîĺńăáóßáň Ĺéęüíůí GNU
Comment[es]=Programa de manipulación de imágenes GNU
Comment[et]=GNU pilditöötlusprogramm
Comment[eu]=GNU imaginak eraldatzeko programa
Comment[fi]=GIMP-kuvankäsittelyohjelma
Comment[fr]=Le Programme de Manipulation d'Images GNU
Comment[ga]=Ríomhchlár láimhsiú íomhá GNU
Comment[ga]=Ríomhchlar láimhsiú Pictuirí GNC
Comment[gl]=O Programa de Edición de Imaxes de GNU
Comment[hr]=Program za obradu forografija pod GNU licencom
Comment[hu]=GNU képfeldolgozó program
Comment[id]=GNU Image Manipulation Program
Comment[is]=GNU Myndvinnsluforrit
Comment[it]=Programma di Manipolazione Immagini GNU
Comment[ja]=GNU˛čÁüĘÔ˝¸Ľ×ĽíĽ°ĽéĽŕ
Comment[ko]=GNU ą×¸˛ ĆíÁý ÇÁˇÎą×ˇĽ
Comment[lt]=GNU atvaizdř apdorojimo programa
Comment[nl]=GNU beeldverwerkingsprogramma
Comment[no]=GNU bildebehandlingsprogram
Comment[pl]=Zaawansowany program graficzny
Comment[pt]=Programa de Ediçăo de Imagens GNU
Comment[pt_BR]=Programa de Ediçăo de Imagens GNU
Comment[ro]=Program GNU pentru manipulare de imagine
Comment[ru]=đŇĎÇŇÁÍÍÁ ÍÁÎÉĐŐĚŃĂÉÉ ÉÚĎÂŇÁÖĹÎÉŃ GNU
Comment[sk]=GNU Program pre spracovanie obrázkov
Comment[sv]=GNU Image Manipulation Program
Comment[tr]=GNU Resim deđiţtirme uygulamasý
Comment[uk]=đŇĎÇŇÁÍÁ GNU ÍÁÎŚĐŐĚŃĂŚ§ ÚĎÂŇÁÖĹÎÎŃÍ
Comment[wa]=Li programe da GNU po-z aspougnî des imĺdjes
Comment[zh_CN.GB2312]=GNU Ó°Ďó´ŚŔíłĚĘ˝
Comment[zh_TW.Big5]=GNU źvšłłB˛zľ{ŚĄ
TryExec=gimp
Exec=gimp
Icon=gimp2.png
Terminal=0
Type=Application

View File

@ -1,69 +0,0 @@
[Desktop Entry]
Name=Games
Name[sl]=Igre
Name[bg]=Čăđč
Name[ca]=Jocs
Name[cs]=Hry
Name[da]=Underholdning
Name[de]=Spiele
Name[el]=Đáé÷íßäéá
Name[es]=Juegos
Name[et]=Mängud
Name[eu]=Jokuak
Name[fi]=Pelit
Name[fr]=Jeux
Name[gl]=Xogos
Name[hu]=Játékok
Name[it]=Giochi
Name[ja]=Ľ˛ĄźĽŕ
Name[ko]=°ÔŔÓ
Name[nl]=Spelletjes
Name[no]=Spill
Name[pl]=Gry
Name[pt]=Jogos
Name[pt_BR]=Jogos
Name[ro]=Jocuri
Name[ru]=éÇŇŮ
Name[sk]=Hry
Name[sk]=Hry
Name[sv]=Spel
Name[tr]=Oyunlar
Name[uk]=śÇŇÉ
Name[wa]=Djeus
Name[zh_CN.GB2312]=ÓÎŔÖłĄ
Name[zh_TW.Big5]=šCźÖłő
Name]ga]=Cluichí
Comment=Games menu
Comment[sl]=Menu iger
Comment[bg]=Ěĺíţ ń čăđč
Comment[ca]=Menú de jocs
Comment[da]=Diverse computerspil
Comment[de]=Spielemenü
Comment[el]=Ěĺíďý đáé÷íéäéţí
Comment[es]=Menú de Juegos
Comment[et]=Mängude menüü
Comment[eu]=Jokuen menua
Comment[fi]=Pelivalikko
Comment[fr]=Menu des jeux
Comment[ga]=Chlár Chluichí
Comment[gl]=Menú de Xogos
Comment[hu]=Játékok menü
Comment[it]=Applicativi ludici
Comment[ja]=Ľ˛ĄźĽŕĽáĽËĽĺĄź
Comment[ko]=°ÔŔÓ ¸Ţ´ş
Comment[nl]=Spelletjes menu
Comment[no]=Spillmeny
Comment[pl]=Menu gier
Comment[pt]=Menu de Jogos
Comment[pt_BR]=Menu de Jogos
Comment[ro]=Meniul Jocuri
Comment[ru]=íĹÎŔ ÉÇŇ
Comment[sk]=Menu hier
Comment[sv]=Spelmeny
Comment[tr]=Oyunlar mönüsü
Comment[uk]=íĹÎŔ ŚÇŇ
Comment[wa]=Djeus di Gnome
Comment[zh_CN.GB2312]=ÓÎŔÖłĄŃĄľĽ
Comment[zh_TW.Big5]=šCźÖłőżďłć
Icon=gnome-joystick.png
Type=Directory

View File

@ -1,69 +0,0 @@
[Desktop Entry]
Name=Graphics
Name[sl]=Grafika
Name[bg]=Ăđŕôčęŕ
Name[ca]=Grŕfics
Name[cs]=Grafika
Name[da]=Grafik
Name[de]=Grafik
Name[el]=ĂńáöéęÜ
Name[es]=Gráficos
Name[et]=Graafika
Name[eu]=Grafikoak
Name[fi]=Grafiikka
Name[fr]=Graphisme
Name[ga]=Graphice
Name[gl]=Gráficos
Name[hu]=Grafika
Name[it]=Grafica
Name[ja]=Ľ°ĽéĽŐĽŁĽĂĽŻ
Name[ko]=ą×ˇĄÇČ
Name[nl]=Grafisch
Name[no]=Grafikk
Name[pl]=Grafika
Name[pt]=Gráficos
Name[pt_BR]=Gráficos
Name[ro]=Grafică
Name[ru]=çŇÁĆÉËÁ
Name[sk]=Grafika
Name[sk]=Grafika
Name[sv]=Grafik
Name[tr]=Grafik
Name[uk]=çŇÁĆŚËÁ
Name[wa]=Grafikes
Name[zh_CN.GB2312]=ĂŔš¤ťćÍź
Name[zh_TW.Big5]=Źü¤uøšĎ
Comment=Graphics menu
Comment[sl]=Menu grafike
Comment[bg]=Ěĺíţ ń ăđŕôč÷íč ďđîăđŕěč
Comment[ca]=Menú de programes per treballar amb imatges
Comment[da]=Grafikprogrammer
Comment[de]=Grafikmenü
Comment[el]=Ěĺíďý đńďăńáěěÜôůí ó÷ĺôéęţí ěĺ ăńáöéęÜ
Comment[es]=Menú de programas relacionados con gráficos
Comment[et]=Graafikaprogrammid
Comment[eu]=Grafikoen menua
Comment[fi]=Grafiikkaohjelmavalikko
Comment[fr]=Programmes ayant trait au graphisme et ŕ l'imagerie
Comment[ga]=Clár Graphice
Comment[gl]=Menú de programas para traballar con imaxes
Comment[hu]=Grafikai alkalmazások
Comment[it]=Applicativi di grafica
Comment[ja]=Ľ°ĽéĽŐĽŁĽĂĽŻĽáĽËĽĺĄź
Comment[ko]=ą×ˇĄÇČ ¸Ţ´ş
Comment[nl]=Grafische programma's
Comment[no]=Grafikkmeny
Comment[pl]=Programy graficzne
Comment[pt]=Menu de programas relacionados com gráficos
Comment[pt_BR]=Menu de Arquivos Gráficos
Comment[ro]=Meniul Grafică
Comment[ru]=íĹÎŔ ÇŇÁĆÉŢĹÓËÉČ ĐŇĎÇŇÁÍÍ
Comment[sk]=Menu programov pre grafiku
Comment[sv]=Grafikmeny
Comment[tr]=Grafik uygulamalarý
Comment[uk]=íĹÎŔ ÇŇÁĆŚŢÎÉČ ĐŇĎÇŇÁÍ
Comment[wa]=Programes grafikes čt dessinaedjes
Comment[zh_CN.GB2312]=ĂŔš¤ťć͟ѥľĽ
Comment[zh_TW.Big5]=Źü¤uøšĎżďłć
Icon=gnome-graphics.png
Type=Directory

View File

@ -1,66 +0,0 @@
[Desktop Entry]
Name=Internet
Name[sl]=Internet
Name[bg]=Číňĺđíĺň
Name[ca]=Internet
Name[cs]=Síť
Name[da]=Internet
Name[de]=Netzwerk
Name[el]=Äßęôőď
Name[es]=Red
Name[et]=Internet
Name[eu]=Internet
Name[fi]=Internet
Name[fr]=Réseau
Name[ga]=Idirlíon
Name[gl]=Internet
Name[hu]=Hálózat
Name[it]=Rete
Name[ja]=Ľ¤ĽóĽżĄźĽÍĽĂĽČ
Name[ko]=ŔÎĹÍłÝ
Name[no]=Internett
Name[pl]=Sieć
Name[pt]=Rede
Name[pt_BR]=Internet
Name[ro]=Internet
Name[ru]=éÎÔĹŇÎĹÔ
Name[sk]=Sieť
Name[sv]=Internet
Name[tr]=Internet
Name[uk]=śÎÔĹŇÎĹÔ
Name[wa]=Rantoele
Name[zh_CN.GB2312]=ÍřźĘÍř¡
Name[zh_TW.Big5]=şôťÚşô¸ô
Comment=Programs for Internet and networks
Comment[sl]=Programi za Internet in omrežja
Comment[bg]=Ďđîăđŕěč çŕ Číňĺđíĺň č Ěđĺćč
Comment[ca]=Ferramentres per treballar amb La Xarxa
Comment[da]=Progammer for Internet og netvćrk
Comment[de]=Programme für Netzwerk oder Internet
Comment[el]=ĐńďăńÜěěáôá ÉíôĺńíÝô ęáé äéęôýůí
Comment[es]=Programas para redes e Internet
Comment[et]=Internetiprogrammid
Comment[eu]=Internet
Comment[fi]=Internet-valikko
Comment[fr]=Programmes pour réseaux et Internet
Comment[ga]=Bogearraí Idirlíon
Comment[gl]=Programas para Internet e redes
Comment[hu]=Internetes, hálózati alkalmazások
Comment[it]=Applicativi di rete
Comment[ja]=Ľ¤ĽóĽżĄźĽÍĽĂĽČ¤äĽÍĽĂĽČĽďĄźĽŻ¤Ë´Ř¤š¤ëĽ×ĽíĽ°ĽéĽŕ
Comment[ko]=ŔÎĹÍłÝ ¸Ţ´ş
Comment[no]=Programmer for bruk av internett-tjenester
Comment[pl]=Oprogramowanie sieciowe
Comment[pt_BR]=Programas para Internet e Redes
Comment[ro]=Programe pentru Internet şi reţele
Comment[ru]=íĹÎŔ éÎÔĹŇÎĹÔ
Comment[sk]=Programy pre Internet a siete
Comment[sv]=Program för internetanvändning
Comment[tr]=Internet uygulamarý
Comment[uk]=íĹÎŔ ĐŇĎÇŇÁÍ ÄĚŃ ÍĹŇĹÖ
Comment[wa]=Programes po naivyî čt ovrer sol rantoele daegnrece
Comment[zh_CN.GB2312]=Íř¡ź°ÍřźĘÍř¡ĎŕšŘÓŚÓĂłĚĘ˝
Comment[zh_TW.Big5]=şô¸ô¤ÎşôťÚşô¸ôŹŰĂöŔłĽÎľ{ŚĄ
Icon=gnome-networktool.png
Type=Directory

View File

@ -1,69 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Kanji terminal
Name[sl]=Terminal Kanji
Name[bg]=Ęŕíäćč Ňĺđěčíŕë
Name[ca]=Terminal Kanji
Name[cs]=Kanji terminál
Name[da]=Kanji-terminal
Name[de]=Kanji-Terminal
Name[el]=Ôĺńěáôéęü Kanji
Name[es]=Terminal Kanji
Name[et]=Kanji terminal
Name[eu]=Kanji terminala
Name[fi]=Kanji-pääte-emulaattori
Name[fr]=Terminal Kanji
Name[ga]=Teirminéal Kanji
Name[gl]=Terminal Kanji
Name[it]=Terminale Kanji
Name[ja]=ĆüËܸěĂźËö (kterm)
Name[ko]=°ŁÁö Ĺ͚̳Î
Name[nl]=Kanji terminal
Name[no]=Kanjii terminal
Name[pl]=Terminal Kanji
Name[pt]=Terminal Kanji
Name[pt_BR]=Terminal Kanji
Name[ro]=Terminal Kanji
Name[ru]=ôĹŇÍÉÎÁĚ ëÁÎÖÉ
Name[sk]=Kanji terminál
Name[sv]=Kanji-terminal
Name[tr]=Kanji komutasý
Name[uk]=ôĹŇÍŚÎÁĚ ëÁÎÖŚ
Name[wa]=Terminĺ djapončs
Comment=Japanese terminal emulation program
Comment[sl]=Japonski emulator terminala
Comment[bg]=ßďîíńęŕ ňĺđěčíŕëíŕ ďđîăđŕěŕ
Comment[ca]=Emulador de terminal japonés (kanji)
Comment[cs]=Emulátor terminálu s podporou japonského písma
Comment[da]=Japansk teminalemulering
Comment[de]=Terminalemulator für japanische Kanji-Schrift
Comment[el]=Đńďóďěďßůóç Ôĺńěáôéęďý Kanji (éäĺďăńáöéęü)
Comment[es]=Emulador de terminal japonés (ideográfico)
Comment[et]=Jaapanikeelne teminal (kanji)
Comment[eu]=Idazkera ideografikoaren emulatzailea
Comment[fi]=Japaninkielinen pääte-emulaattori
Comment[fr]=Émulateur de terminal japonais (caractčres kanji)
Comment[ga]=Riomhchlár Teirminéal Seapáinis
Comment[gl]=Emulador de terminal Xaponés
Comment[it]=Emulatore di terminale giapponese
Comment[ja]=ĆüËܸ켿ĄźĽßĽĘĽëĽ¨ĽßĽĺĽěĄźĽż
Comment[ko]=ŔĎşťžî Ĺ͚̳ΠżĄšÄˇšŔĚźÇ ÇÁˇÎą×ˇĽ
Comment[nl]=Japanse terminal emulatie
Comment[no]=Japansk teminalemulator
Comment[pl]=Japoński emulator terminala (kanji)
Comment[pt]=Programa de emulaçăo de terminal Japonęs
Comment[pt_BR]=Programa de emulaçăo de terminal japonęs
Comment[ro]=Emulator de terminal japonez
Comment[ru]=ńĐĎÎÓËÉĘ ÔĹŇÍÉÎÁĚ
Comment[sk]=Emulátor japonského terminálu
Comment[sv]=Japansk terminalemulator
Comment[tr]=Japon komutasý
Comment[uk]=ńĐĎÎÓŘËÉĘ ĹÍŐĚŃÔĎŇ ÔĹŇÍŚÎÁĚŐ
Comment[wa]=Terminĺ ki eploye les caractčres djapončs
TryExec=kterm
Exec=kterm
Icon=konsole.png
Terminal=0
Type=Application

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Master mind
Name[sk]=Master mind
Exec=emastermind
Icon=misc.png

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Mozilla
Name[sk]=Mozilla
Exec=mozilla
Icon=mozilla.png

View File

@ -1,67 +0,0 @@
[Desktop Entry]
Name=Multimedia
Name[sl]=Večpredstavnost
Name[bg]=Ěóëňčěĺäč˙
Name[ca]=Multimčdia
Name[cs]=Multimédia
Name[da]=Multimedia
Name[de]=Multimedia
Name[el]=ĐďëőěÝóá
Name[es]=Multimedios
Name[es_ES]=Multimedia
Name[et]=Multimeedia
Name[eu]=Multimedia
Name[fi]=Multimedia
Name[fr]=Multimédia
Name[ga]=Ilmheánach
Name[gl]=Multimedia
Name[hu]=Multimédia
Name[it]=Multimedia
Name[ja]=ĽŢĽëĽÁĽáĽÇĽŁĽ˘
Name[ko]=¸ÖĆźšĚľđžî
Name[no]=Multimedia
Name[pl]=Multimedia
Name[pt]=Multimédia
Name[pt_BR]=Multimídia
Name[ro]=Multimedia
Name[ru]=íŐĚŘÔÉÍĹÄÉŃ
Name[sk]=Multimédiá
Name[sv]=Multimedia
Name[tr]=Ses vs.
Name[uk]=íŐĚŘÔÉÍĹÄŚÁ
Name[zh_CN.GB2312]=śŕĂ˝Ěĺ
Name[zh_TW.Big5]=Śh´CĹé
Comment=Multimedia menu
Comment[sl]=Menu večpredstavnosti
Comment[bg]=Ěĺíţ ń ěóëňčěĺäčéíč ďđîăđŕěč
Comment[ca]=Menú de ferramentes multimčdia
Comment[da]=Multimedieprogrammer
Comment[de]=Multimedia-Programme
Comment[el]=ĐńďăńÜěěáôá ĐďëőěÝóůí
Comment[es]=Programas multimedios
Comment[es_ES]=Programas multimedia
Comment[et]=Multimeediaprogrammid
Comment[eu]=Multimedia menua
Comment[fi]=Multimediavalikko
Comment[fr]=Programmes multimédia
Comment[ga]=Clár Ilmheánach
Comment[gl]=Programas multimedia
Comment[hu]=Multimédiás alkalmazások
Comment[it]=Applicativi multimediali
Comment[it]=Programmi multimediali
Comment[it]=Programmi multimediali
Comment[ja]=ĽŢĽëĽÁĽáĽÇĽŁĽ˘¤ň°ˇ¤ŚĽ×ĽíĽ°ĽéĽŕ
Comment[ko]=¸ÖĆźšĚľđžî ¸Ţ´ş
Comment[no]=Multimedia meny
Comment[pl]=Menu multimediów
Comment[pt_BR]=Menu de multimídias
Comment[ro]=Meniul Multimedia
Comment[ru]=íĹÎŔ íŐĚŘÔÉÍĹÄÉÁ
Comment[sk]=Menu multimédií
Comment[sv]=Multimediaprogram
Comment[tr]=Ses vesaire için uygulamalar
Comment[uk]=íĹÎŔ ĐŇĎÇŇÁÍ ÄĚŃ ÍŐĚŘÍĹÄŚÁ
Comment[zh_CN.GB2312]=śŕĂ˝ĚĺŃĄľĽ
Comment[zh_TW.Big5]=Śh´CĹéżďłć
Icon=gnome-multimedia.png
Type=Directory

View File

@ -1,83 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Netscape
Name[sl]=Netscape
Name[bg]=Netscape
Name[ca]=Netscape
Name[cs]=Netscape
Name[da]=Netscape
Name[de]=Netscape
Name[el]=Netscape
Name[es]=Netscape
Name[et]=netscape
Name[eu]=Netscape
Name[fi]=Netscape
Name[fr]=Netscape
Name[ga]=Netscape
Name[gl]=Netscape
Name[hr]=Netscape
Name[hu]=Netscape
Name[id]=Netscape
Name[it]=Netscape
Name[ja]=ĽÍĽĂĽČĽšĽąĄźĽ×
Name[ko]=łÝ˝şÄÉŔĚÇÁ
Name[nl]=Netscape
Name[no]=Netscape
Name[pl]=Netscape
Name[pt]=Netscape
Name[pt_BR]=Netscape
Name[ro]=Netscape
Name[ru]=Netscape
Name[sk]=Netscape
Name[sv]=Netscape
Name[tr]=Netscape
Name[uk]=Netscape
Name[wa]=Netscape
Name[zh_CN.GB2312]=Netscape
Name[zh_TW.Big5]=Netscape
Comment=Netscape browser
Comment[sl]=Brskalnik Netscape
Comment[bg]=Netscape Íŕâčăŕňîđ
Comment[br]=Merdeer Netscape
Comment[ca]=Navegador d'Internet Netscape
Comment[cs]=Prohlížeč HTML souborů umístěných na Síti nebo disku
Comment[da]=Netscape-netsurfningsprogram
Comment[de]=Netscape Navigator
Comment[el]=ÖőëëďěĺôńçôŢň Netscape
Comment[es]=Navegador Netscape
Comment[et]=WWW lehitseja Netscape
Comment[eu]=Netscape Nabigatzailea
Comment[fi]=Netscape-internetselain
Comment[fr]=Navigateur Netscape
Comment[ga]=Líonléitheoir Netscape
Comment[ga]=Súiladóir Idirlíon Netscape
Comment[gl]=Navegador Netscape
Comment[hr]=Netscape preglednik
Comment[hu]=Netscape Navigátor
Comment[id]=Browser Netscape Navigator
Comment[is]=Netscape Navigator vafri
Comment[it]=Netscape Navigator
Comment[ja]=ĽÍĽĂĽČĽšĽąĄźĽ×ĄŚĽÖĽéĽŚĽś
Comment[ko]=łÝ˝şÄÉŔĚÇÁ ŔĽşęśóżěŔú
Comment[lt]=Netscape Narđyklë
Comment[nl]=Netscape Navigator
Comment[no]=Netscape nettleser
Comment[pl]=Przeglądarka Netscape
Comment[pt]=Browser Netscape Navigator
Comment[pt_BR]=Navegador Netscape
Comment[ro]=Browser Netscape
Comment[ru]=Web ÎÁ×ÉÇÁÔĎŇ Netscape
Comment[sk]=Prehliadač Netscape
Comment[sv]=Webbläsaren Netscape
Comment[tr]=Netscape internet gezgini
Comment[uk]=îÁ׌ÇÁÔĎŇ Netscape
Comment[wa]=Netscape, li betcheu del rantoele daegnrece
Comment[zh_CN.GB2312]=Netscape äŻŔŔĆ÷
Comment[zh_TW.Big5]=Netscape ÂsÄýžš
TryExec=netscape
Exec=netscape
Icon=netscape.png
Terminal=0
Type=Application

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Opera
Name[sk]=Opera
Exec=opera
Icon=opera.png

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Qubix
Name[sk]=Qubix
Exec=equbix
Icon=misc.png

View File

@ -1,56 +0,0 @@
[Desktop Entry]
Name=Programs
Name[sl]=Programi
Name[bg]=Ďđîăđŕěč
Name[da]=Programmer
Name[de]=Programme
Name[el]=ĐńďăńÜěěáôá
Name[es]=Programas
Name[et]=Programmid
Name[fi]=Ohjelmat
Name[fr]=Programmes
Name[ga]=Bogearraí
Name[gl]=Programas
Name[hu]=Programok
Name[it]=Programmi
Name[ja]=Ľ×ĽíĽ°ĽéĽŕ
Name[lt]=Programos
Name[no]=Programmer
Name[pl]=Programy
Name[pt_BR]=Programas
Name[ro]=Programe
Name[sk]=Programy
Name[sv]=Program
Name[tr]=Uygulamalar
Name[uk]=đŇĎÇŇÁÍÉ
Name[wa]=Programes
Name[zh_TW.Big5]=ľ{ŚĄ
Comment=Programs menu
Comment[sl]=Menu programov
Comment[bg]=Ďđîăđŕěíî ěĺíţ
Comment[da]=Programmmenu
Comment[de]=Programmmenü
Comment[el]=Ěĺíďý đńďăńáěěÜôůí
Comment[es]=Menú de programes
Comment[et]=Programmide menüü
Comment[fi]=Ohjelmavalikko
Comment[ga]=Clár ríomhchlár
Comment[gl]=Menú de programas
Comment[gl]=Menú de programas
Comment[hu]=Porgramok menüje
Comment[it]=Menu applicazioni
Comment[ja]=Ľ×ĽíĽ°ĽéĽŕĽáĽËĽĺĄź
Comment[lt]=Programř meniu
Comment[no]=Programmeny
Comment[pl]=Menu programów
Comment[pt_BR]=Menu de Programas
Comment[pt_BT]=Menú de programas
Comment[ro]=Meniul Programe
Comment[sk]=Menu programov
Comment[sv]=Programmeny
Comment[tr]=Uygulamalar
Comment[uk]=íĹÎŔ ĐŇĎÇŇÁÍ
Comment[wa]=Menu des programes
Comment[zh_TW.Big5]=ľ{ŚĄżďłć
Icon=gnome-folder.png
Type=Directory

View File

@ -1,67 +0,0 @@
[Desktop Entry]
Name=Settings
Name[sl]=Nastavitve
Name[bg]=Íŕńňđîéęč
Name[ca]=Configuració
Name[cs]=Nastavení
Name[da]=Opsćtning
Name[de]=Konfiguration
Name[el]=Ńőčěßóĺéň
Name[es]=Configuración
Name[et]=Häälestus
Name[eu]=Aukerak
Name[fi]=Asetukset
Name[fr]=Paramčtres
Name[ga]=Cumraíocht
Name[gl]=Configuración
Name[hu]=Beállítások
Name[it]=Impostazioni
Name[ja]=ĽÇĽšĽŻĽČĽĂĽ×ŔßÄę
Name[ko]=źłÁ¤
Name[lt]=Nuostatos
Name[no]=Innstillinger
Name[pl]=Ustawienia
Name[pt_BR]=Configuraçőes
Name[ro]=Setări
Name[ru]=îÁÓÔŇĎĘËÉ
Name[sk]=Nastavenie
Name[sv]=Inställningar
Name[tr]=Ayarlar
Name[uk]=őÓÔÁÎĎ×ËÉ
Name[wa]=Apontiaedjes
Name[zh_CN.GB2312]=É蜨
Name[zh_TW.Big5]=ł]Šw
Comment=Desktop Settings
Comment[sl]=Nastavitve namizja
Comment[bg]=Íŕńňđîéęč íŕ ńđĺäŕňŕ
Comment[ca]=Configuració de l'escriptori
Comment[cs]=Konfigurace a nastavení v systému
Comment[da]=Skrivebordsindstillinger
Comment[de]=Konfiguration des Desktops
Comment[el]=Ńőčěßóĺéň ĺđéöÜíĺéáň ĺńăáóßáň
Comment[es]=Configuración del área de trabajo
Comment[et]=Häälestusprogrammid
Comment[eu]=Erakuslehioaren aukerak
Comment[fi]=Työpöydän asetukset
Comment[fr]=Paramčtres du bureau
Comment[ga]=Cumraíocht Barr Deisce
Comment[gl]=Configuración dos Escritorios
Comment[hu]=Felület beállítások
Comment[it]=Impostazioni del sistema
Comment[ja]=ĽÇĽšĽŻĽČĽĂĽ×¤ÎŔßÄę
Comment[ko]=ľĽ˝şĹŠĹž źłÁ¤
Comment[lt]=Darbo aplinkos nuostatos
Comment[no]=Skrivebordsinnstillinger
Comment[pl]=Ustawienia biurka
Comment[pt_BR]=Configuraçőes da Área de Trabalho
Comment[ro]=Setări Desktop
Comment[ru]=îÁÓÔŇĎĘËÉ ňÁÂĎŢĹÇĎ óÔĎĚÁ
Comment[sk]=Nastavenie plochy
Comment[sv]=Skrivbordsinställningar
Comment[tr]=Masaüstü ayarlarý
Comment[uk]=őÓÔÁÎĎ×ËÉ ŇĎÂĎŢĎÇĎ ÓÔĎĚŐ
Comment[wa]=Apontiaedje do scribanne
Comment[zh_CN.GB2312]=¸÷ÖÖ×ŔĂćÉ蜨
Comment[zh_TW.Big5]=ŚUşŘŽŕ­ął]Šw
Icon=gnome-settings.png
Type=Directory

View File

@ -1,69 +0,0 @@
[Desktop Entry]
Name=System
Name[sl]=Sistem
Name[bg]=Ńčńňĺěŕ
Name[ca]=Sistema
Name[cs]=Systém
Name[da]=System
Name[de]=System
Name[el]=Óýóôçěá
Name[es]=Sistema
Name[et]=Süsteem
Name[eu]=Sistema
Name[fi]=Järjestelmä
Name[fr]=Systčme
Name[ga]=Corás
Name[gl]=Sistema
Name[hu]=Rendszer
Name[it]=Sistema
Name[ja]=ĽˇĽšĽĆĽŕ
Name[ko]=˝Ă˝şĹŰ
Name[nl]=Systeem
Name[no]=System
Name[pl]=System
Name[pt]=Sistema
Name[pt_BR]=Sistema
Name[ro]=Sistem
Name[ru]=óÉÓÔĹÍÁ
Name[sk]=Systém
Name[sv]=System
Name[tr]=Sistem
Name[uk]=óÉÓÔĹÍÁ
Name[wa]=Sistinme
Name[zh_CN.GB2312]=Ͼͳ
Name[zh_TW.Big5]=¨t˛Î
Comment=System menu
Comment[sl]=Sistemski menu
Comment[bg]=Ńčńňĺěíî ěĺíţ
Comment[ca]=Menú de sistema
Comment[cs]=Systémové programy
Comment[da]=Systemprogrammer
Comment[de]=Systemmenü
Comment[el]=Ěĺíďý óőóôŢěáôďň
Comment[es]=Menú del Sistema
Comment[et]=Süsteemimenüü
Comment[eu]=Sistemaren menua
Comment[fi]=Järjestelmävalikko
Comment[fr]=Menu Systčme
Comment[ga]=Clár Coráis
Comment[gl]=Menú de Sistema
Comment[hu]=Rendszer menü
Comment[it]=Programmi di gestione del sistema
Comment[ja]=ĽˇĽšĽĆĽŕĽáĽËĽĺĄź
Comment[ko]=˝Ă˝şĹŰ ¸Ţ´ş
Comment[nl]=Systeem menu
Comment[no]=Systemmeny
Comment[pl]=Menu systemowe
Comment[pt]=Menu de Sistema
Comment[pt_BR]=Menu do Sistema
Comment[ro]=Meniul Sistem
Comment[ru]=óÉÓÔĹÍÎĎĹ ÍĹÎŔ
Comment[sk]=Systémové menu
Comment[sv]=Systemmeny
Comment[tr]=Sistem mönüsü
Comment[uk]=óÉÓÔĹÍÎĹ ÍĹÎŔ
Comment[wa]=Menu do Sistinme
Comment[zh_CN.GB2312]=ϾͳѥľĽ
Comment[zh_TW.Big5]=¨t˛Îżďłć
Icon=gnome-term.png
Type=Directory

View File

@ -1,77 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Regular XTerm
Name[sl]=Običajni XTerm
Name[bg]=XŇĺđěčíŕë
Name[ca]=XTerm normal
Name[cs]=XTerm
Name[da]=Almindelig xterm
Name[de]=Normales XTerm
Name[el]=Ôőđéęü XTerm
Name[es]=XTerm normal
Name[et]=Tavaline XTerm
Name[eu]=XTerm arrunta
Name[fi]=Tavallinen XTerm
Name[fr]=XTerm Normal
Name[fr]=XTerm normal
Name[ga]=XTerm Gnáth
Name[gl]=XTerm normal
Name[hu]=Alap x-terminál
Name[it]=XTerm Normale
Name[ja]=xterm
Name[ko]=ş¸Ĺë ż˘˝şĹŇ
Name[nl]=Normale XTerm
Name[no]=Vanlig X-terminal
Name[pl]=Zwykły XTerm
Name[pt]=XTerm Normal
Name[pt_BR]=XTerm Normal
Name[ro]=Terminal X obişnuit
Name[ru]=ďÂŮŢÎŮĘ XTerm
Name[sk]=Štandardný XTerm
Name[sv]=Xterm, normal
Name[tr]=Vasat XTerm
Name[uk]=ú×ÉŢÁĘÎÉĘ Xterm
Name[wa]=Xterm normĺ
Name[zh_CN.GB2312]=X Ö՜˝ú
Name[zh_TW.Big5]=X ˛×şÝž÷
Comment=Regular XTerm
Comment[sl]=Običajni XTerm
Comment[bg]=Îáčęíîâĺí XŇĺđěčíŕë
Comment[ca]=Emulador de terminal XTerm normal
Comment[cs]=Standardní terminálový emulátor pro X Window
Comment[da]=Den gode gamle X-terminal
Comment[de]=Normales X-Terminal
Comment[el]=ÔőđéęŢ đńďóďěďßůóç ôĺńěáôéęďý XTerm
Comment[es]=XTerm normal
Comment[et]=Tavaline XTerm
Comment[eu]=XTerm arrunta
Comment[fi]=Tavallinen XTerm
Comment[fr]=Émulateur de terminal XTerm
Comment[fr]=XTerm normal
Comment[ga]=XTerm Gnáth
Comment[gl]=XTerm normal
Comment[hu]=Alapértelmezett X-terminál
Comment[it]=XTerm Normale
Comment[ja]=ÄĚžďČÇ xterm
Comment[ko]=ş¸Ĺë ż˘˝şĹŇ
Comment[nl]=Normale XTerm
Comment[no]=Vanlig X-terminal
Comment[pl]=Emulator terminala (XTerm)
Comment[pt]=XTerm Regular
Comment[pt_BR]=XTerm Normal
Comment[ro]=Terminal X obişnuit
Comment[ru]=ďÂŮŢÎŮĘ XTerm
Comment[sk]=Štandardný XTerm
Comment[sv]=Vanlig X-terminal
Comment[tr]=Vasat XTerm komutasý
Comment[uk]=ú×ÉŢÁĘÎÉĘ XTerm
Comment[wa]=Terminĺ xterm normĺ
Comment[zh_CN.GB2312]=X Ö՜˝ú
Comment[zh_TW.Big5]=X ˛×şÝž÷
TryExec=xterm
Exec=xterm
Icon=konsole.png
Terminal=0
Type=Application

View File

@ -1,78 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Color XTerm
Name[sl]=Bravni XTerm
Name[bg]=Öâĺňĺí XŇĺđěčíŕë
Name[ca]=Xterm en color
Name[cs]=Barevný terminálový emulátor
Name[da]=Farve xterm
Name[de]=Farbiges XTerm
Name[el]=¸ă÷ńůěď XTerm
Name[en_GB]=Colour XTerm
Name[es]=XTerm a color
Name[et]=Värviline XTerm
Name[eu]=XTerm koloretan
Name[fi]=Värillinen XTerm
Name[fr]=XTerm Couleur
Name[fr]=XTerm couleur
Name[ga]=Xterm daite
Name[gl]=Xterm a cores
Name[hu]=Színes X-terminál
Name[it]=XTerm a colori
Name[ja]=ĽŤĽéĄź xterm
Name[ko]=ÄŽśó ż˘˝şĹŇ
Name[nl]=Kleuren XTerm
Name[no]=Farge X-terminal
Name[pl]=Kolorowy XTerm
Name[pt]=XTerm a cores
Name[pt_BR]=XTerm a cores
Name[ro]=Terminal X color
Name[ru]=ă×ĹÔÎĎĘ XTerm
Name[sk]=Farebný XTerm
Name[sv]=XTerm, färg
Name[tr]=XTerm komutasý
Name[uk]=ëĎĚŘĎŇĎ×ÉĘ XTerm
Name[wa]=Xterm č coleur
Name[zh_CN.GB2312]=˛ĘÉŤ X Ö՜˝ú
Name[zh_TW.Big5]=ąmŚâ X ˛×şÝž÷
Comment=Color XTerm
Comment[sl]=Barvni XTerm
Comment[bg]=Öâĺňĺí ňĺđěčíŕëĺí ĺěóëŕňîđ
Comment[ca]=Emulador de terminal XTerm en color
Comment[cs]=Terminálový emulátor schopný zobrazení barev
Comment[da]=X-terminal i farver
Comment[de]=Farbiges XTerm
Comment[el]=¸ă÷ńůěç đńďóďěďßůóç ôĺńěáôéęďý XTerm
Comment[en_GB]=Colour XTerm
Comment[es]=XTerm a color
Comment[et]=Värviline XTerm
Comment[eu]=XTerm koloretan
Comment[fi]=Värillinen XTerm
Comment[fr]=Émulateur de terminal XTerm couleur
Comment[ga]=XTerm daite
Comment[gl]=Xterm a cores
Comment[hu]=Színes X-terminál
Comment[it]=XTerm a colori
Comment[ja]=ĽŤĽéĄźČÇ xterm
Comment[ko]=ÄŽśó ż˘˝şĹŇ
Comment[nl]=Kleuren XTerm
Comment[no]=Xterm i farger
Comment[pl]=Kolorowy emulator terminala
Comment[pt]=XTerm a cores(nxterm)
Comment[pt_BR]=XTerm a cores(nxterm)
Comment[ro]=Terminal X color
Comment[ru]=ă×ĹÔÎĎĘ XTerm
Comment[sk]=Farebný XTerm
Comment[sv]=X-terminal i färg
Comment[tr]=Xterm komutasý
Comment[uk]=ëĎĚŘĎŇĎ×ÉĘ ĹÍŐĚŃÔĎŇ ÔĹŇÍŚÎÁĚŐ
Comment[wa]=Terminĺ xterm avou des coleurs
Comment[zh_CN.GB2312]=˛ĘÉŤ X Ö՜˝ú
Comment[zh_TW.Big5]=ąmŚâ X ˛×şÝž÷
TryExec=nxterm
Exec=nxterm
Icon=konsole.png
Terminal=0
Type=Application

View File

@ -1,68 +0,0 @@
[Desktop Entry]
Name=Utilities
Name[sl]=Pripomočki
Name[bg]=Ďîëĺçíč
Name[ca]=Utilitats
Name[cs]=Nástroje
Name[da]=Vćrktřj
Name[de]=Werkzeuge
Name[el]=Ĺńăáëĺßá
Name[es]=Utilerías
Name[et]=Abivahendid
Name[eu]=Tresnak
Name[fi]=Apuohjelmat
Name[fr]=Utilitaires
Name[ga]=Fontáis
Name[gl]=Utilidades
Name[hu]=Segédeszközök
Name[it]=Utilitŕ
Name[ja]=ĽćĄźĽĆĽŁĽęĽĆĽŁĄź
Name[ko]=ľľą¸ľé
Name[nl]=Hulpmiddelen
Name[no]=Verktřy
Name[pl]=Narzędzia
Name[pt]=Utilitários
Name[pt_BR]=Utilitários
Name[ro]=Utilitare
Name[ru]=őÔÉĚÉÔŮ
Name[sk]=Pomôcky
Name[sv]=Verktyg
Name[tr]=Zýmpýrtý
Name[uk]=őÔÉĚŚÔÉ
Name[wa]=Usteyes
Name[zh_CN.GB2312]=šŤÓĂłĚĘ˝
Name[zh_TW.Big5]=¤˝ĽÎľ{ŚĄ
Comment=Utilities menu
Comment[sl]=Menu pripomočkov
Comment[bg]=Ďîěîůíč ďđîăđŕěč č číńňđóěĺíňč
Comment[cs]=Menu nástrojů a užitečných programů
Comment[da]=Vćrktřjsmenu
Comment[de]=Werkzeugmenü
Comment[el]=Ěĺíďý ĺńăáëĺßůí
Comment[es]=Menú de Utilerías
Comment[et]=Abiprogrammide menüü
Comment[eu]=Tresnen menua
Comment[fi]=Apuohjelmavalikko
Comment[fr]=Menu Utilitaires
Comment[ga]=Clár Fóntais
Comment[gl]=Menú de Utilidades
Comment[hu]=Segédeszközök menü
Comment[it]=Applicativi di Utilitŕ
Comment[ja]=ĽćĄźĽĆĽŁĽęĽĆĽŁĄźĽáĽËĽĺĄź
Comment[ko]=ľľą¸ľé ¸Ţ´ş
Comment[nl]=Hulpmiddelen menu
Comment[no]=Verktřymeny
Comment[pl]=Programy narzędziowe
Comment[pt]=Menu de utilitários
Comment[pt_BR]=Menu de utilitários
Comment[ro]=Meniul Utilitare
Comment[ru]=íĹÎŔ ŐÔÉĚÉÔ
Comment[sk]=Menu pomôcok
Comment[sv]=Verktygsprogram
Comment[tr]=Ufak tefek uygulamalar
Comment[uk]=íĹÎŔ ŐÔÉĚŚÔ
Comment[wa]=Menu des usteyes
Comment[zh_CN.GB2312]=šŤÓĂłĚʽѥľĽ
Comment[zh_TW.Big5]=¤˝ĽÎľ{ŚĄżďłć
Icon=gnome-util.png
Type=Directory

View File

@ -1,54 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Vim
Name[sl]=Vim
Name[bg]=Vim
Name[cs]=Vim
Name[da]=Vim
Name[de]=Vim
Name[el]=Vim
Name[fi]=Vim
Name[fr]=Vim
Name[ga]=Vim
Name[gl]=Vim
Name[it]=Vim
Name[ja]=Vim
Name[lt]=Vim
Name[no]=Vim
Name[pl]=Vim
Name[pt_BR]=Vim
Name[ro]=Vim
Name[ru]=Vim
Name[sk]=Vim
Name[tr]=Vim
Name[uk]=Vim
Comment=Gtk+ port of Vim
Comment[sl]=Gtk+ različica Vim-a
Comment[bg]=Ăđŕôč÷íŕ Gtk+ âĺđńč˙ íŕ Vim
Comment[cs]=GTK+ verze vim
Comment[da]=Gtk+-udgave af tekstbehandleren Vim
Comment[de]=GTK+-Version des Vim
Comment[el]=GTK+ Ýęäďóç ôďő ĺđĺîĺńăáóôŢ ęĺéěÝíďő Vim
Comment[fi]=Vim-tekstieditori
Comment[fr]=Portage GTK+ de Vim
Comment[ga]=Leagan Gtk+ do Vim
Comment[gl]=Versión do Vim para Gtk+
Comment[it]=Versione Gtk+ di Vim
Comment[ja]=Gtk+ ČÇ Vim
Comment[lt]=Vim'o GTK+ versija
Comment[no]=GTK+ versjonen av Vim
Comment[pl]=Wersja Vima dla GTK+
Comment[pt_BR]=Vim para o Gtk+
Comment[ro]=Portare GTK+ a lui Vim
Comment[ru]=Vim ĐĹŇĹÎĹÓĹÎÎŮĘ ĐĎÄ Gtk+
Comment[sk]=Port Vim pre Gtk+
Comment[tr]=Vim'in Gtk+ kullaným yüzü
Comment[uk]=Vim ĐĹŇĹÎĹÓĹÎÉĘ ĐŚÄ Gtk+
Comment[wa]=Modeye Gtk+ di l' aspougneu di tecse vim
TryExec=gvim
Exec=gvim
Icon=tux.png
Terminal=0
Type=Application

View File

@ -1,75 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Vietnamese terminal
Name[sl]=Vietnamski terminal
Name[bg]=Âčĺňíŕěńęč ňĺđěčíŕë
Name[ca]=Terminal vietnamita
Name[cs]=Vietnamský terminál
Name[da]=Vietnamesisk terminal
Name[de]=Vietnamesisches Terminal
Name[el]=ÂéĺôíáěÝćéęď ôĺńěáôéęü
Name[es]=Terminal Vietnamita
Name[et]=Vietnami terminal
Name[eu]=Terminal Vietnamdarra
Name[fi]=Vietnamilainen pääte
Name[fr]=Terminal Vietnamien
Name[ga]=Teirminéal Vítneamáis
Name[gl]=Terminal vietnamita
Name[it]=Terminale vietnamita
Name[ja]=ĽŮĽČĽĘĽŕ¸ěĽżĄźĽßĽĘĽë (vnterm)
Name[ko]=şŁĆŽł˛žî Ĺ͚̳Î
Name[nl]=Vietnamese terminal
Name[no]=Vietnamesisk terminal
Name[pl]=Wietnamski terminal
Name[pt_BR]=Terminal vietnamita
Name[ro]=Terminal vietnamez
Name[sk]=Vietnamský terminál
Name[sv]=Vietnamesisk terminal
Name[tr]=Viyetnam komutasý
Name[uk]=÷'¤ÔÎÁÍÓŘËÉĘ ÔĹŇÍŚÎÁĚ
Name[vi]=Terminal mľu cho tiŐng ViÖt
Name[vi_VN.TCVN]=Terminal mľu cho tiŐng ViÖt
Name[vi_VN.VISCII]=Terminal mŕu cho tiŞng ViŽt
Name[wa]=Terminĺ vietnamiyen
Name[zh_CN.GB2312]=Ô˝ÄĎÖ՜˝ú
Name[zh_TW.Big5]=śVŤn˛×şÝž÷
Comment=Vietnamese terminal emulation program
Comment[sl]=Vietnamski emulator terminala
Comment[bg]=Ňĺđěčíŕëĺí ĺěóëŕňîđ çŕ Âčĺňíŕě
Comment[ca]=Emulador de terminal vietnamita
Comment[cs]=Terminálový emulátor podporující vietnamské písmo
Comment[da]=Vietnamesisk terminalemulering
Comment[de]=Vietnamesischer Terminalemulator
Comment[el]=ÂéĺôíáěÝćéęďň đńďóďěďéůôŢň ôĺńěáôéęďý
Comment[es]=Emulador de terminal vietnamita
Comment[et]=Vietnamikeelne terminal
Comment[eu]=Terminal Vietnamdarraren emulatzailea
Comment[fi]=Vietnamilainen pääte-emulaattoriohjelma
Comment[fr]=Émulateur de terminal vietnamien
Comment[ga]=Teirminéal Vítneamáis
Comment[gl]=Emulador de terminal vietnamita
Comment[it]=Emulatore di terminale vietnamita
Comment[ja]=ĽŮĽČĽĘĽŕ¸ěĽżĄźĽßĽĘĽëĽ¨ĽßĽĺĽěĄźĽż
Comment[ko]=şŁĆŽł˛žî Ĺ͚̳Î
Comment[nl]=Vietnamese terminalemulator
Comment[no]=Vietnamesisk terminalemulator
Comment[pl]=Wietnamski emulator terminala
Comment[pt_BR]=Emulador de terminal vietnamita
Comment[ro]=Emulator de terminal vietnamez
Comment[sk]=Emulátor vietnamského terminálu
Comment[sv]=Vietnamesisk terminalemulator
Comment[tr]=Viyetnamlý komuta
Comment[uk]=÷'¤ÔÎÁÍÓŘËÉĘ ĹÍŐĚŃÔĎŇ ÔĹŇÍŚÎÁĚŐ
Comment[vi]=Terminal mľu cho tiŐng ViÖt
Comment[vi_VN.TCVN]=Terminal mľu cho tiŐng ViÖt
Comment[vi_VN.VISCII]=Terminal mŕu cho tiŞng ViŽt
Comment[wa]=Terminĺ vietnamiyen
Comment[zh_CN.GB2312]=Ô˝ÄĎÎÄ×ÖľÄÖ՜˝úÄŁÄâłĚĘ˝
Comment[zh_TW.Big5]=śVŤn¤ĺŚrŞş˛×şÝž÷źŇŔŔľ{ŚĄ
TryExec=vnterm
Exec=vnterm
Icon=konsole.png
Terminal=0
Type=Application

View File

@ -1,38 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=WordPerfect
Name[sl]=WordPerfect
Name[da]=WordPerfect
Name[de]=WordPerfect
Name[fi]=WordPerfect
Name[fr]=WordPerfect
Name[it]=WordPerfect
Name[lt]=WordPerfect
Name[no]=WordPerfect
Name[pt_BR]=WordPerfect
Name[ro]=WordPerfect
Name[sk]=WordPerfect
Name[sv]=WordPerfect
Comment=WordPerfect for Linux
Comment[sl]=WordPerfect za Linux
Comment[da]=WordPerfect til Linux
Comment[de]=WordPerfect für Linux
Comment[el]=WordPerfect ăéá Linux
Comment[fi]=WordPerfect Linuxille
Comment[fr]=WordPerfect pour Linux
Comment[it]=WordPerfect per Linux
Comment[lt]=Linux'inis WordPerfect
Comment[no]=WordPerfect for Linux
Comment[pt_BR]=WordPerfect para Linux
Comment[ro]=WordPerfect pentru Linux
Comment[sk]=WordPerfect pre Linux
Comment[sv]=WordPerfect för Linux
Comment[wa]=Li programe di traitment di tecsse WordPerfect
TryExec=/u/s/wp
Exec=wp
Icon=synaptic.png
Terminal=false
MultipleArgs=false
Type=Application

View File

@ -1,40 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=XEmacs
Name[sl]=XEmacs
Name[da]=XEmacs
Name[de]=XEmacs
Name[el]=XEmacs
Name[fi]=XEmacs
Name[fr]=XEmacs
Name[it]=XEmacs
Name[lt]=XEmacs
Name[no]=XEmacs
Name[pt_BR]=XEmacs
Name[ro]=XEmacs
Name[sk]=XEmacs
Name[sv]=XEmacs
Name[wa]=XEmacs
Comment=xemacs text editor
Comment[sl]=Urejevalnik besedil xemacs
Comment[da]=XEmacs tekstbehandler
Comment[de]=XEmacs Texteditor
Comment[el]=ĹđĺîĺńăáóôŢň ęĺéěÝíďő XEmacs
Comment[fi]=XEmacs-editori
Comment[fr]=Éditeur de texte XEmacs
Comment[it]=Editor XEmacs
Comment[lt]=xemacs tekstř editorius
Comment[no]=Xemacs teksteditor
Comment[pt_BR]=Editor de texto XEmacs
Comment[ro]=Editorul de texte Xemacs
Comment[sk]=Textový editor xemacs
Comment[sv]=xemacs textedito
Comment[wa]=L' aspougneu di tecsse xemacs
TryExec=xemacs
Exec=xemacs
Icon=moc_src.png
Terminal=false
MultipleArgs=false
Type=Application

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=AbiWord
Exec=AbiWord
Icon=document.png
Name[sk]=AbiWord

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Acrobat Reader
Exec=acroread
Icon=pdf-document.png
Name[sk]=Acrobat Reader

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Alsa Player
Exec=alsaplayer -i ede
Icon=midi.png
Name[sk]=Alsa Player

View File

@ -1,36 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Simple Calculator
Name[sl]=Enostavni kalkulator
Name[pt_BR]=Calculadora Simples
Name[ca]=Calculadora
Name[cs]=Kalkulačka
Name[da]=Lommeregner
Name[de]=Taschenrechner
Name[el]=ŐđďëďăéóôŢň ôóÝđçň
Name[es]=Calculadora
Name[et]=Taskuarvuti
Name[fi]=Laskin
Name[fr]=Calculatrice
Name[gl]=Calculadora
Name[ja]=´Ę°×ĹĹÂî
Name[ko]=°čťęąâ
Name[lt]=Skaičiuotuvas
Name[hr]=Kalkulator
Name[hu]=Számológép
Name[it]=Calcolatrice
Name[lt]=Skaičiuotuvas
Name[nl]=Rekenmachine
Name[no]=Kalkulator
Name[pl]=Kalkulator
Name[pt]=Calculadora
Name[ru]=ëÁĚŘËŐĚŃÔĎŇ
Name[sk]=Kalkulačka
Name[sv]=Miniräknare
Name[tr]=Hesap makinasý
Name[uk]=ëÁĚŘËŐĚŃÔĎŇ
Name[wa]=Carculete
Exec=ecalc
Icon=lime.png

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Colors and fonts settings
Exec=ecolorconf
Icon=colorset.png
Name[sk]=Nastavenie farieb a fontov

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Control panel
Name[sk]=Kontrólny panel
Exec=econtrol
Icon=kcontrol.png

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Cool edit
Name[sk]=Cool edit
Exec=cooledit
Icon=tgz.png

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Connection to Internet
Name[sk]=Pripojenie na Internet
Exec=epppdialer
Icon=network.png

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=CD Player
Exec=ecdplayer
Icon=cdtrack.png
Name[sk]=Prehrávač CD

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Display settings
Exec=edisplayconf
Icon=konsole3.png
Name[sk]=Nastavenie displaya

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Hardware center
Exec=ehardcenter
Icon=linuxconf.png
Name[sk]=Hardvérové centrum

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Icons settings
Exec=eiconsconf
Icon=image.png
Name[sk]=Nastavenie ikon

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Image Viewer
Name[sk]=Prehliadač obrázkov
Exec=eimgviewer
Icon=gimp.png

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Panel settings
Exec=epanelconf
Icon=package_application.png
Name[sk]=Možnosti panela

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Volume control
Exec=evolume
Icon=sound.png
Name[sk]=Nastavenie hlasitosti

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Time and date
Exec=etimedate
Icon=quicktime.png
Name[sk]=Čas a dátum

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Window manager settings
Exec=ewmconf
Icon=window_new.png
Name[sk]=Nastavenie manažéra okien

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Finder
Exec=efinder
Icon=find.png
Name[sk]=Hľadať

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=eFLUID - GUI Designer
Name[sk]=eFLUID - GIU Dizajnér
Exec=efluid
Icon=binary.png

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Mount point editor
Exec=efstabedit
Icon=folder_red.png
Name[sk]=Editor diskových pripojení

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name[sk]=Prehliadač Ghostview
Name=Ghostview
Icon=txt.png
Exec=gv

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=L Breakout
Exec=lbreakout2
Icon=misc.png
Name[sk]=L Breakout

View File

@ -1,40 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Lynx
Name[sl]=Lynx
Name[da]=Lynx
Name[de]=Lynx
Name[el]=Lynx
Name[fi]=Lynx
Name[fr]=Lynx
Name[it]=Lynx
Name[lt]=Lynx
Name[no]=Lynx
Name[pt_BR]=Lynx
Name[ro]=Lynx
Name[sk]=Lynx
Name[sv]=Lynx
Name[wa]=Lynx
Comment=Text based web browser
Comment[sl]=Tekstovni spletni brskalnik
Comment[da]=Tekstbaseret netsurfningsprogram
Comment[de]=Textbasierter Webbrowser
Comment[el]=ÖőëëďěĺôńçôŢň Äéęôýďő ęáôÜóôáóçň ôĺńěáôéęďý
Comment[fi]=Tekstipohjainen Internet-selain
Comment[fr]=Navigateur Web en mode texte
Comment[it]=Browser web testuale
Comment[lt]=Tekstinë web narđyklë
Comment[no]=Tekstbasert webleser
Comment[pt_BR]=Navegador da Internet baseado em texto
Comment[ro]=Browser web în mod text
Comment[sk]=Textový prehliadač WWW
Comment[sv]=Textbaserad webbläsare
Comment[wa]=Lynx est on betcheu waibe č môde tecsse
TryExec=rxvt -title Lynx -e lynx ~/.netscape/bookmarks.html
Exec=xterm -title Lynx -e lynx ~/.netscape/bookmarks.html
Icon=log.png
Terminal=false
MultipleArgs=false
Type=Application

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Lyx
Exec=lyx
Icon=key_enter.png
Name[sk]=Lyx

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=MPlayer
Exec=emplayer -gui
Icon=noatun.png
Name[sk]=Media Player

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Notepad
Name[sk]=Poznámkový blok
Exec=enotepad
Icon=txt.png

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Open Office
Exec=ooffice
Icon=soffice.png
Name[sk]=Open Office

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Email client
Name[sk]=Poštový klient
Exec=epostoffice
Icon=mozilla-mail.png

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Printers management
Name[sk]=Nastavenie tlačiarní
Exec=eprintconf
Icon=klpq.png

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Real Player
Exec=realplay
Icon=real_doc.png
Name[sk]=Real Player

View File

@ -1,11 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Rxvt
Comment=Rxvt
TryExec=rxvt
Exec=rxvt
Icon=konsole.png
Terminal=0
Type=Application

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Scientific calculator
Exec=esccplus
Icon=bookmark.png
Name[sk]=Vedecká kalkulačka

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Screensaver settings
Exec=esvrconf
Icon=konsole2.png
Name[sk]=Nastavenie šetriča

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Tips
Exec=etip
Icon=tux.png
Name[sk]=Tipy pri štarte

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=X11 Amp
Exec=x11amp
Icon=xmms.png
Name[sk]=X11 Amp

View File

@ -1,22 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=xBill
Name[pt_BR]=xBill
Name[da]=xBill
Name[de]=xBill
Name[el]=Bill
Name[et]=Bill
Name[fi]=xBill
Name[fr]=xBill
Name[gl]=xBill
Name[ja]=XĽÓĽë
Name[lt]=xBill
Name[no]=xBill
Name[sk]=xBill
Name[sv]=xBill
Icon=misc.png
Exec=exbill
Terminal=0
Type=Application

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name[sk]=Prehliadač Dvi
Name=Dvi Viewer
Icon=font_bitmap.png
Exec=xdvi

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=Magnify
Exec=xmag
Icon=window_fullscreen.png
Name[sk]=Zväčšenie

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=X Multimedia System
Exec=xmms
Icon=xmms_classic.png
Name[sk]=X Multimedia System

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=PDF Viewer
Exec=epdfreader
Icon=pdf-document.png
Name[sk]=PDF Viewer

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=XSane
Exec=xsane
Icon=scanner.png
Name[sk]=XSane

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=XWPE Editor
Name[sk]=Editor XWPE
Exec=xwpe
Icon=resource.png

View File

@ -1,8 +0,0 @@
# EFLTK Configuration - Version 2,003000
[Desktop Entry]
Name=X Debuger
Icon=core.png
Exec=xxgdb
Name[sk]=X Debuger

View File

@ -3,7 +3,7 @@
# $Id$
#
# Part of Equinox Desktop Environment (EDE).
# Copyright (c) 2007 EDE Authors.
# Copyright (c) 2007-2009 EDE Authors.
#
# This program is licensed under terms of the
# GNU General Public License version 2 or newer.
@ -35,6 +35,11 @@ if [ "x$XDG_CONFIG_DIRS" = "x" ]; then
XDG_CONFIG_DIRS="/etc/xdg"
fi
# prefix for applications.menu
if [ "x$XDG_MENU_PREFIX" = "x" ]; then
XDG_MENU_PREFIX="ede-"
fi
[ -d $XDG_DATA_HOME ] || mkdir -p $XDG_DATA_HOME
[ -d $XDG_CONFIG_HOME ] || mkdir -p $XDG_CONFIG_HOME
[ -d $XDG_CACHE_HOME ] || mkdir -p $XDG_CACHE_HOME
@ -44,6 +49,7 @@ export XDG_CONFIG_HOME
export XDG_CACHE_HOME
export XDG_DATA_DIRS
export XDG_CONFIG_DIRS
export XDG_MENU_PREFIX
PATH=$PATH:$PREFIX:$PREFIX/bin
export PATH

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-04 11:48+0100\n"
"POT-Creation-Date: 2009-10-01 01:23+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -16,48 +16,171 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: aboutdialog.cpp:14
#: aboutdialog.cpp:43
msgid ""
"This program is based in part on the work of\n"
"FLTK project (www.fltk.org).\n"
"\n"
"This program is free software, you can redistribute\n"
"it and/or modify it under the terms of GNU General\n"
"Public License as published by the Free Software\n"
"Foundation, either version 2 of the License, or\n"
"(at your option) any later version.\n"
"\n"
"This program is distributed in the hope that it will\n"
"be useful, but WITHOUT ANY WARRANTY;\n"
"without even the implied\n"
"warranty of MERCHANTABILITY or FITNESS\n"
"FOR A PARTICULAR PURPOSE.\n"
"\n"
"See the GNU General Public License for more details.\n"
"You should have received a copy of the GNU General\n"
"Public Licence along with this program; if not, write\n"
"to the Free Software Foundation, Inc., 675 Mass Ave,\n"
"Cambridge, MA 02139, USA"
msgstr ""
#: aboutdialog.cpp:69
msgid "Details"
msgstr ""
#: aboutdialog.cpp:72 aboutdialog.cpp:114
msgid "&Close"
msgstr ""
#: aboutdialog.cpp:91
msgid "About Equinox Desktop Environment"
msgstr ""
#: aboutdialog.cpp:17
msgid "Equinox Desktop Environment "
#: aboutdialog.cpp:102
msgid "version "
msgstr ""
#: aboutdialog.cpp:25
#: aboutdialog.cpp:107
msgid ""
" This program is based in part on the work of FLTK project (www.fltk.org). "
"This program is free software, you can redistribute it and/or modify it "
"under the terms of GNU General Public License as published by the Free "
"Software Foundation, either version 2 of the License, or (at your option) "
"any later version. This program is distributed in the hope that it will be "
"useful, but WITHOUT ANY WARRANTY; without even the implied warranty of "
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General "
"Public License for more details. You should have received a copy of the GNU "
"General Public Licence along with this program; if not, write to the Free "
"Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA"
"This program is licenced under terms of the GNU General Public Licence "
"version 2 or newer.\n"
"See Details for more."
msgstr ""
#: aboutdialog.cpp:38 logoutdialog.cpp:220
#: aboutdialog.cpp:111
msgid "&Details"
msgstr ""
#: logoutdialog.cpp:111
msgid "You are not allowed to restart !"
msgstr ""
#: logoutdialog.cpp:131
msgid "You are not allowed to shutdown !"
msgstr ""
#: logoutdialog.cpp:212
msgid "Logout"
msgstr ""
#: logoutdialog.cpp:221
msgid "&logout from the current session"
msgstr ""
#: logoutdialog.cpp:224
msgid "Logout from the current session."
msgstr ""
#: logoutdialog.cpp:227
msgid "&restart the computer"
msgstr ""
#: logoutdialog.cpp:230
msgid "Restart the computer."
msgstr ""
#: logoutdialog.cpp:233
msgid "Restart the computer. You do not have privileges to do that."
msgstr ""
#: logoutdialog.cpp:238
msgid "&shut down the computer"
msgstr ""
#: logoutdialog.cpp:241
msgid "Shut down the computer."
msgstr ""
#: logoutdialog.cpp:244
msgid "Shut down the computer. You do not have privileges to do that."
msgstr ""
#: logoutdialog.cpp:249
msgid "&OK"
msgstr ""
#: aboutdialog.cpp:42
msgid "label"
#: logoutdialog.cpp:253
msgid "&Cancel"
msgstr ""
#: aboutdialog.cpp:43
msgid "(C)Copyright 2000-2004 EDE Authors"
#: logoutdialog.cpp:257
msgid "Logout, restart or shut down the computer?"
msgstr ""
#: cpumonitor.cpp:194
#: keyboardchooser.cpp:87 keyboardchooser.cpp:180
msgid "More..."
msgstr ""
#: taskbutton.cpp:233
msgid " Close "
msgstr ""
#: taskbutton.cpp:235
msgid " Kill"
msgstr ""
#: taskbutton.cpp:238
msgid " Maximize "
msgstr ""
#: taskbutton.cpp:239
msgid " Minimize"
msgstr ""
#: taskbutton.cpp:240
msgid " Restore"
msgstr ""
#: workpanel.cpp:179
msgid "MDY"
msgstr ""
#: workpanel.cpp:308
#, c-format
msgid ""
"CPU Load:\n"
"User: %d%%\n"
"Nice: %d%%\n"
"Sys: %d%%\n"
"Idle: %d%%"
"Received: %ld kB (%.1f kB/s)\n"
"Sent:\t\t%ld kB (%.1f kB/s)\n"
"Duration: %d min %d sec"
msgstr ""
#: workpanel.cpp:386
msgid "Workspace"
msgstr ""
#: workpanel.cpp:696
msgid "Show desktop"
msgstr ""
#: workpanel.cpp:711
msgid "Workspaces"
msgstr ""
#: workpanel.cpp:783
msgid "Settings"
msgstr ""
#: workpanel.cpp:788
msgid "About EDE..."
msgstr ""
#: workpanel.cpp:843
msgid "Volume control"
msgstr ""
#: item.cpp:91
@ -72,114 +195,35 @@ msgstr ""
msgid "Close Menu"
msgstr ""
#: keyboardchooser.cpp:86 keyboardchooser.cpp:179
msgid "More..."
#: cpumonitor.cpp:283
#, c-format
msgid ""
"CPU Load:\n"
"User: %d%%\n"
"Nice: %d%%\n"
"Sys: %d%%\n"
"Idle: %d%%"
msgstr ""
#: logoutdialog.cpp:92
msgid "You are not allowed to restart !"
#: batterymonitor.cpp:125
#, c-format
msgid "Power management not detected"
msgstr ""
#: logoutdialog.cpp:111
msgid "You are not allowed to shutdown !"
#: batterymonitor.cpp:127
#, c-format
msgid "The power is plugged in"
msgstr ""
#: logoutdialog.cpp:185
msgid "Logout"
#: batterymonitor.cpp:130
#, c-format
msgid "Battery is %d%% full (%d minutes remaining)"
msgstr ""
#: logoutdialog.cpp:194
msgid "&logout from the current session"
msgstr ""
#: logoutdialog.cpp:197
msgid "Logout from the current session."
msgstr ""
#: logoutdialog.cpp:200
msgid "&restart the computer"
msgstr ""
#: logoutdialog.cpp:203
msgid "Restart the computer."
msgstr ""
#: logoutdialog.cpp:205
msgid "Restart the computer. You do not have privileges to do that."
msgstr ""
#: logoutdialog.cpp:210
msgid "&shut down the computer"
msgstr ""
#: logoutdialog.cpp:213
msgid "Shut down the computer."
msgstr ""
#: logoutdialog.cpp:215
msgid "Shut down the computer. You do not have privileges to do that."
msgstr ""
#: logoutdialog.cpp:224
msgid "&Cancel"
msgstr ""
#: logoutdialog.cpp:228
msgid "Logout, restart or shut down the computer?"
msgstr ""
#: mainmenu.cpp:45
#: mainmenu.cpp:48
msgid "Welcome to the Equinox Desktop Environment."
msgstr ""
#: mainmenu_scan.cpp:45
msgid "Open Directory.."
msgstr ""
#: taskbutton.cpp:165
msgid " Close "
msgstr ""
#: taskbutton.cpp:167
msgid " Kill"
msgstr ""
#: taskbutton.cpp:172
msgid " Minimize"
msgstr ""
#: taskbutton.cpp:173
msgid " Restore"
msgstr ""
#: workpanel.cpp:253
#, c-format
msgid ""
"Received: %ld kB (%.1f kB/s)\n"
"Sent: %ld kB (%.1f kB/s)\n"
"Duration: %d min %d sec"
msgstr ""
#: workpanel.cpp:331
msgid "Workspace"
msgstr ""
#: workpanel.cpp:465
msgid "Show desktop"
msgstr ""
#: workpanel.cpp:479
msgid "Workspaces"
msgstr ""
#: workpanel.cpp:523
msgid "Settings"
msgstr ""
#: workpanel.cpp:528
msgid "About EDE..."
msgstr ""
#: workpanel.cpp:597
msgid "Volume control"
msgstr ""

View File

@ -399,6 +399,7 @@ void updateWorkspaces(Fl_Widget*,void*)
void FL_WM_handler(Fl_Widget *w, void *d)
{
int e = Fl_WM::action();
// printf (" --- eworkpanel handling %d\n",e);
if(e==Fl_WM::WINDOW_NAME || e==Fl_WM::WINDOW_ICONNAME) {
tasks->update_name(Fl_WM::window());
@ -874,7 +875,7 @@ int main(int argc, char **argv)
Fl_WM::WINDOW_DESKTOP|
Fl_WM::WINDOW_ACTIVE|
Fl_WM::WINDOW_NAME|
Fl_WM::WINDOW_ICONNAME);
Fl_WM::WINDOW_ICONNAME);
updateWorkspaces(0,0);
tasks->update();

View File

@ -270,11 +270,11 @@ static void perform_autostart(bool safe) {
continue;
}
/* if Hidden key is set true in .desktop file, file MUST be ignored */
/* files marked as hidden must be skipped */
if(df.hidden())
continue;
if(!(df.try_exec(buf, sizeof(buf)) || df.exec(buf, sizeof(buf))))
if(!df.exec(buf, sizeof(buf)))
continue;
DialogEntry* en = new DialogEntry;