diff --git a/le-interface/TODO b/le-interface/TODO
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/le-interface/VERSAO b/le-interface/VERSAO
new file mode 100644
index 0000000000000000000000000000000000000000..1892b926767774e9ba91f1e584fa71b4c56abb69
--- /dev/null
+++ b/le-interface/VERSAO
@@ -0,0 +1 @@
+1.3.2
diff --git a/le-interface/gerar.sh b/le-interface/gerar.sh
new file mode 100755
index 0000000000000000000000000000000000000000..adf7235568c89ba0f7ffcd08345250c0bdc279d3
--- /dev/null
+++ b/le-interface/gerar.sh
@@ -0,0 +1,62 @@
+#!/bin/bash
+# gerar.sh
+# Copyright (c) 2006 by Bruno Ribas <ribas@ufpr.br>
+
+DIRTMP=$(mktemp -d)
+VERSAO=$(cat VERSAO)
+
+#arrumar versao
+#$1 tipo de incremento
+MAJOR=$(echo $VERSAO| cut -d'.' -f1)
+MINOR=$(echo $VERSAO| cut -d'.' -f2)
+REVISION=$(echo $VERSAO| cut -d'.' -f3)
+
+case $1 in
+	Minor)
+		((MINOR++))
+		REVISION=0
+		;;
+	Major)
+		((MAJOR++))
+		MINOR=0
+		REVISION=0
+		;;
+	help)
+		echo "Uso: $0 Major|Minor|Revision"
+		echo '     Major - Altera versao Major'
+		echo '     Minor - Altera versao Minor'
+		exit
+		;;
+	*)
+		((REVISION++))
+		;;
+esac
+
+VERSAO="${MAJOR}.${MINOR}.${REVISION}"
+echo "$VERSAO" > VERSAO
+		
+
+#Compila a documentacao do pacote no diretorio doc/
+#cd doc/
+#hevea -text *.tex 
+#hevea -text *.tex 
+#cd ../
+
+cp -r pacote $DIRTMP
+
+#Copia a documentacao compilada para dentro do pacote.
+#cp doc/*.txt $DIRTMP/pacote/usr/share/doc/prd-* 
+
+cd $DIRTMP
+find . -name ".svn" -exec rm -rf {} \; &>/dev/null
+sed -i -e "s/Version:/Version: $VERSAO/" pacote/DEBIAN/control
+
+fakeroot dpkg -b pacote .
+
+cd -
+
+cp $DIRTMP/*deb .
+rm -rf $DIRTMP
+
+
+# vim:tabstop=4:shiftwidth=4:encoding=iso-8859-1
diff --git a/le-interface/pacote/DEBIAN/control b/le-interface/pacote/DEBIAN/control
new file mode 100644
index 0000000000000000000000000000000000000000..8ad6c2382bdace573cc14b47d0da48252fdc7606
--- /dev/null
+++ b/le-interface/pacote/DEBIAN/control
@@ -0,0 +1,10 @@
+Package: le-interface
+Priority: important
+Section: main
+Version: 
+Maintainer: LE Maintainer <le-maintainer@c3sl.ufpr.br>
+Description: KDE4 user interface and desktop configuration for Linux Educacional
+Architecture: i386
+Depends: kdm, le-kubuntu-theme, le-icon-theme, le-wallpaper, le-kdm-theme,
+ le-splash, le-search, le-help, firefox, slay,
+ kwin-style-crystal, kde-style-qtcurve, synaptic, plasma-widget-cashew-off
diff --git a/le-interface/pacote/DEBIAN/postinst b/le-interface/pacote/DEBIAN/postinst
new file mode 100755
index 0000000000000000000000000000000000000000..160d9069be2510d380f27da7b8681a6ba5cbad0e
--- /dev/null
+++ b/le-interface/pacote/DEBIAN/postinst
@@ -0,0 +1,95 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+# Paths
+DEFAULTCONFPATH=/etc/skel/.kde/share/config
+KDEPATH=.kde
+BACKUPFOLDER=.le-conf-backup
+
+# Configuration files
+GLOBALS=kdeglobals
+KWIN=kwinrc
+PDA=plasma-desktop-appletsrc
+SPLASH=ksplashrc
+PLASMA=plasmarc
+LAUNCH=klaunchrc
+
+# Change kdm theme
+kwriteconfig --file /etc/kde4/kdm/kdmrc --group X-*-Greeter \
+             --key Theme /usr/share/kde4/apps/kdm/themes/le
+
+# Reconfigure some options of kdm
+kwriteconfig --file /etc/kde4/kdm/kdmrc --group X-*-Greeter \
+             --key AllowConsole false
+kwriteconfig --file /etc/kde4/kdm/kdmrc --group X-*-Greeter \
+             --key UseTheme true
+kwriteconfig --file /etc/kde4/kdm/kdmrc --group X-*-Greeter \
+             --key ColorScheme LinuxEducacionalKDM
+kwriteconfig --file /etc/kde4/kdm/kdmrc --group X-*-Greeter \
+             --key GUIStyle QtCurve
+kwriteconfig --file /etc/kde4/kdm/kdmrc --group X-*-Greeter \
+             --key Language pt_BR
+kwriteconfig --file /etc/kde4/kdm/kdmrc --group X-:*-Greeter \
+             --key AllowClose false
+kwriteconfig --file /etc/kde4/kdm/kdmrc --group X-:*-Greeter \
+             --key LoginMode LocalOnly
+kwriteconfig --file /etc/kde4/kdm/kdmrc --group X-:*-Greeter \
+             --key FaceSource AdminOnly
+
+# Copy default configuration files
+userlist=$(getent passwd | tr " " "-" | grep "/home/")
+for lin in $userlist; do
+    user=$(echo $lin | awk -F ':' '{ print $1 }')
+    id=$(echo $lin | awk -F ':' '{ print $3 }')
+    uhome=$(echo $lin | awk -F ':' '{ print $6 }')
+    if test $id -gt 999; then
+        confpath=$uhome/$KDEPATH
+        if ! test -d $confpath; then
+            mkdir -p $confpath/share/config
+            chown -R --reference=$uhome $confpath
+        fi
+
+        # Create backup folder
+        bkppath=$uhome/$BACKUPFOLDER
+        if ! test -d $bkppath; then
+            mkdir -p $bkppath
+        fi
+
+        # Make backup of all configuration files at .kde/share/config
+        mv -n $confpath/* $bkppath
+        mkdir -p $confpath/share/config
+        ln -s -T /var/tmp/kdecache-$user $confpath/cache-$HOSTNAME
+        ln -s -T /tmp/ksocket-$user $confpath/socket-$HOSTNAME
+        ln -s -T /tmp/kde-$user $confpath/tmp-$HOSTNAME
+        cp $DEFAULTCONFPATH/* $confpath/share/config/
+        chown --reference=$confpath -R $confpath
+    fi
+done
+
+# Verify if le-device-notifier is installed
+if test $(dpkg -l le-device-notifier | grep -c '^ii') -ne 0; then
+    # Enable le-device-notifier
+    sed -i "s@notifier@notifier_automount@g" $DEFAULTCONFPATH/$PDA
+fi
+
+# Rebuild cache of system configuration
+kbuildsycoca4 &> /dev/null
diff --git a/le-interface/pacote/DEBIAN/postrm b/le-interface/pacote/DEBIAN/postrm
new file mode 100755
index 0000000000000000000000000000000000000000..fd291f4173bd1dd7fd34de555428c3e0d526883d
--- /dev/null
+++ b/le-interface/pacote/DEBIAN/postrm
@@ -0,0 +1,113 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+# Paths
+KDPATH=/usr/share/kubuntu-default-settings/kde4-profile/default/share
+KDMPATH=/etc/kde4/kdm
+KDEPATH=.kde
+NOTIFYPATH=/usr/share/kde4/apps/kde
+DEFAULTICONPATH=/usr/share/icons/oxygen
+BACKUPFOLDER=.le-conf-backup
+LCMSGPATH=/usr/share/locale-langpack/pt_BR/LC_MESSAGES
+XDGPATH=/etc/xdg/menus
+KONQPROFILES=/usr/share/kde4/apps/konqueror/profiles
+
+# Configuration files
+GLOBALS=kdeglobals
+KWIN=kwinrc
+PDA=plasma-desktop-appletsrc
+SPLASH=ksplashrc
+PLASMA=plasmarc
+LAUNCH=klaunchrc
+SYSSETTINGS=systemsettingsrc
+KDSETUP=01-kubuntu-default-setup.js
+CACHE=icon-theme.cache
+STARTUP=Xstartup
+RESET=Xreset
+KDM=kdmrc
+KDENOTIFY=kde.notifyrc
+MENU=kde4-applications.menu
+KONQCONFIG=webbrowsing
+KONQRC=konquerorrc
+
+# Language files
+DESKTOP=plasma_applet_showdesktop.mo
+LAUNCHER=plasma_applet_launcher.mo
+
+# List of files to divert
+divertList="
+ $KDPATH/apps/plasma-desktop/init/$KDSETUP \
+ $KDPATH/config/$GLOBALS \
+ $KDPATH/config/$KWIN \
+ $KDPATH/config/$PDA \
+ $KDPATH/config/$SPLASH \
+ $KDPATH/config/$PLASMA \
+ $KDPATH/config/$LAUNCH \
+ $KDPATH/config/$SYSSETTINGS \
+ $KDPATH/config/$KONQRC \
+ $KDMPATH/$KDM \
+ $KDMPATH/$STARTUP \
+ $KDMPATH/$RESET \
+ $LCMSGPATH/$DESKTOP \
+ $LCMSGPATH/$LAUNCHER \
+ $XDGPATH/$MENU \
+ $NOTIFYPATH/$KDENOTIFY \
+ $DEFAULTICONPATH/$CACHE \
+ $KONQPROFILES/$KONQCONFIG
+ "
+
+# Divert files
+if [[ "$1" != "upgrade" ]]; then
+    for file in $divertList; do
+        if test -e $file.real; then
+            rm -f $file
+            dpkg-divert --package le-interface --remove --rename \
+                        --divert $file{.real,}
+        fi
+    done
+fi
+
+# Restore user config files
+userlist=$(getent passwd | tr " " "-" | grep "/home/")
+for lin in $userlist; do
+	id=$(echo $lin | awk -F ':' '{ print $3 }')
+	uhome=$(echo $lin | awk -F ':' '{ print $6 }')
+    if test $id -gt 999; then
+        confpath=$uhome/$KDEPATH
+
+        bkppath=$uhome/$BACKUPFOLDER
+
+        if test -d $bkppath; then
+            # Restore backup
+            rm -rf $confpath
+            mkdir -p $confpath
+            cp -r $bkppath/* $confpath
+            chown -R --reference=$uhome $confpath
+
+            # Remove backup directory
+            rm -rf $bkppath
+        fi
+	fi
+done
+
+# Rebuild cache of system configuration
+kbuildsycoca4 &> /dev/null
diff --git a/le-interface/pacote/DEBIAN/preinst b/le-interface/pacote/DEBIAN/preinst
new file mode 100755
index 0000000000000000000000000000000000000000..8654188ba3d9ee0e9c24d200eefcb0fdc6a0abd7
--- /dev/null
+++ b/le-interface/pacote/DEBIAN/preinst
@@ -0,0 +1,88 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+# Paths
+KDPATH=/usr/share/kubuntu-default-settings/kde4-profile/default/share
+KDMPATH=/etc/kde4/kdm
+KDEPATH=.kde/share/config
+NOTIFYPATH=/usr/share/kde4/apps/kde
+DEFAULTICONPATH=/usr/share/icons/oxygen
+LCMSGPATH=/usr/share/locale-langpack/pt_BR/LC_MESSAGES
+XDGPATH=/etc/xdg/menus
+KONQPROFILES=/usr/share/kde4/apps/konqueror/profiles
+
+# Configuration files
+GLOBALS=kdeglobals
+KWIN=kwinrc
+PDA=plasma-desktop-appletsrc
+SPLASH=ksplashrc
+PLASMA=plasmarc
+LAUNCH=klaunchrc
+SYSSETTINGS=systemsettingsrc
+KDSETUP=01-kubuntu-default-setup.js
+CACHE=icon-theme.cache
+STARTUP=Xstartup
+RESET=Xreset
+KDM=kdmrc
+KDENOTIFY=kde.notifyrc
+MENU=kde4-applications.menu
+KONQCONFIG=webbrowsing
+KONQRC=konquerorrc
+
+# Language files
+DESKTOP=plasma_applet_showdesktop.mo
+LAUNCHER=plasma_applet_launcher.mo
+
+# List of files to divert
+divertList="
+ $KDPATH/apps/plasma-desktop/init/$KDSETUP \
+ $KDPATH/config/$GLOBALS \
+ $KDPATH/config/$KWIN \
+ $KDPATH/config/$PDA \
+ $KDPATH/config/$SPLASH \
+ $KDPATH/config/$PLASMA \
+ $KDPATH/config/$LAUNCH \
+ $KDPATH/config/$SYSSETTINGS \
+ $KDPATH/config/$KONQRC \
+ $KDMPATH/$KDM \
+ $KDMPATH/$STARTUP \
+ $KDMPATH/$RESET \
+ $LCMSGPATH/$DESKTOP \
+ $LCMSGPATH/$LAUNCHER \
+ $XDGPATH/$MENU \
+ $NOTIFYPATH/$KDENOTIFY \
+ $DEFAULTICONPATH/$CACHE \
+ $KONQPROFILES/$KONQCONFIG
+ "
+
+# Divert files
+for file in $divertList; do
+    if test -f $file; then
+        dpkg-divert --package le-interface --add --rename \
+                    --divert $file{.real,}
+    fi
+done
+
+# Copy /etc/kde4/kdm/kdmrc
+if test -f $KDMPATH/kdmrc.real; then
+    cp $KDMPATH/kdmrc.real $KDMPATH/kdmrc
+fi
diff --git a/le-interface/pacote/etc/kde4/kdm/Xreset b/le-interface/pacote/etc/kde4/kdm/Xreset
new file mode 100755
index 0000000000000000000000000000000000000000..70e73a06b71d805bbdb7fa68260fc2e3ae7ea95f
--- /dev/null
+++ b/le-interface/pacote/etc/kde4/kdm/Xreset
@@ -0,0 +1,15 @@
+#! /bin/sh
+# Xreset - run as root after session exits
+
+# Reassign ownership of the console to root, this should disallow
+# assignment of console output to any random users's xterm. See Xstartup.
+#
+#chown root /dev/console
+#chmod 622 /dev/console
+
+# XDM configurations typically have sessreg here. KDM has it built-in.
+
+if groups $USER | grep -q "\<freeze\>"; then
+    slay $USER
+    slay -9 $USER
+fi
diff --git a/le-interface/pacote/etc/kde4/kdm/Xstartup b/le-interface/pacote/etc/kde4/kdm/Xstartup
new file mode 100755
index 0000000000000000000000000000000000000000..c013ac892723bd96001cb222c69f10a5e5a3cf15
--- /dev/null
+++ b/le-interface/pacote/etc/kde4/kdm/Xstartup
@@ -0,0 +1,69 @@
+#! /bin/sh
+# Xstartup - run as root before session starts
+
+PATH="$PATH:/usr/bin/X11"
+
+if [ -e /etc/nologin ]; then
+  # always display the nologin message, if possible
+  if [ -s /etc/nologin ] && which xmessage > /dev/null 2>&1; then
+    xmessage -file /etc/nologin -geometry 640x480
+  fi
+  if [ "$(id -u)" != "0" ] && \
+     ! grep -qs '^ignore-nologin' /etc/kde4/kdm/kdm.options; then
+    exit 1
+  fi
+fi
+
+# Invoke LE scripts
+
+# Paths
+SHPATH=/usr/local/bin
+
+# Scripts
+KONQUEROR=le-konqueror.sh
+BROWSER=le-browser.sh
+DESKTOP=le-interface-config-recovery.sh
+EDUBAR=le-edubar-fixed-position.sh
+CASHEW=le-interface-cashew.sh
+KWIN=le-interface-kwin.sh
+MENU=le-interface-menus.sh
+VIA=le-interface-via-fix.sh
+NETWORK=le-interface-network.sh
+NETCONFIG=le-netconfig.sh
+SOUNDCONFIG=le-soundconfig.sh
+
+# Scripts lists for non-freeze and freeze users, and a commom scripts list
+COMMONSCRIPTS="
+ $SHPATH/$KWIN \
+ $SHPATH/$MENU \
+ $SHPATH/$EDUBAR \
+ $SHPATH/$VIA \
+ $SHPATH/$NETWORK \
+ $SHPATH/$NETCONFIG \
+ $SHPATH/$SOUNDCONFIG
+ "
+
+NFSCRIPTS="
+ $SHPATH/$CASHEW \
+ $COMMONSCRIPTS
+ "
+
+FSCRIPTS="
+ $SHPATH/$KONQUEROR \
+ $SHPATH/$BROWSER \
+ $SHPATH/$DESKTOP \
+ $COMMONSCRIPTS
+ "
+
+# Execute scripts according to user groups
+if groups $USER | grep -q "\<freeze\>"; then
+    for script in ${FSCRIPTS}; do
+        bash $script &>/dev/null
+    done
+else
+    for script in ${NFSCRIPTS}; do
+        bash $script &>/dev/null
+    done
+fi
+
+# NOTE: The session is aborted if the last command returns non-zero.
diff --git a/le-interface/pacote/etc/skel/.kde/share/apps/dolphin/dolphinui.rc b/le-interface/pacote/etc/skel/.kde/share/apps/dolphin/dolphinui.rc
new file mode 100644
index 0000000000000000000000000000000000000000..937c6dc1402a312a4094706902a7e3e35f8c1bad
--- /dev/null
+++ b/le-interface/pacote/etc/skel/.kde/share/apps/dolphin/dolphinui.rc
@@ -0,0 +1,344 @@
+<!DOCTYPE kpartgui SYSTEM 'kpartgui.dtd'>
+<kpartgui version="12" name="dolphin">
+ <MenuBar alreadyVisited="1">
+  <Menu name="file" alreadyVisited="1">
+   <text>&amp;File</text>
+   <Action name="create_new"/>
+   <Action name="new_window"/>
+   <Action name="new_tab"/>
+   <Action name="close_tab"/>
+   <Separator/>
+   <Action name="rename"/>
+   <Action name="move_to_trash"/>
+   <Action name="delete"/>
+   <Separator/>
+   <Action name="properties"/>
+   <Separator weakSeparator="1"/>
+   <Action name="file_quit"/>
+   <Separator weakSeparator="1"/>
+   <Action name="file_quit"/>
+   <Separator weakSeparator="1"/>
+   <Action name="file_quit"/>
+   <Separator weakSeparator="1"/>
+   <Action name="file_quit"/>
+   <Separator weakSeparator="1"/>
+   <Action name="file_quit"/>
+   <Separator weakSeparator="1"/>
+   <Action name="file_quit"/>
+  </Menu>
+  <Menu name="edit" alreadyVisited="1">
+   <text>&amp;Edit</text>
+   <Action name="edit_undo"/>
+   <Separator weakSeparator="1"/>
+   <Action name="edit_cut"/>
+   <Action name="edit_copy"/>
+   <Action name="edit_paste"/>
+   <Separator weakSeparator="1"/>
+   <Action name="edit_undo"/>
+   <Separator weakSeparator="1"/>
+   <Action name="edit_cut"/>
+   <Action name="edit_copy"/>
+   <Action name="edit_paste"/>
+   <Separator weakSeparator="1"/>
+   <Action name="edit_undo"/>
+   <Separator weakSeparator="1"/>
+   <Action name="edit_cut"/>
+   <Action name="edit_copy"/>
+   <Action name="edit_paste"/>
+   <Separator weakSeparator="1"/>
+   <Action name="edit_undo"/>
+   <Separator weakSeparator="1"/>
+   <Action name="edit_cut"/>
+   <Action name="edit_copy"/>
+   <Action name="edit_paste"/>
+   <Separator weakSeparator="1"/>
+   <Action name="edit_undo"/>
+   <Separator weakSeparator="1"/>
+   <Action name="edit_cut"/>
+   <Action name="edit_copy"/>
+   <Action name="edit_paste"/>
+   <Separator weakSeparator="1"/>
+   <Action name="edit_undo"/>
+   <Separator weakSeparator="1"/>
+   <Action name="edit_cut"/>
+   <Action name="edit_copy"/>
+   <Action name="edit_paste"/>
+   <Separator weakSeparator="1"/>
+   <Action name="select_all"/>
+   <Action name="invert_selection"/>
+  </Menu>
+  <Menu name="view" alreadyVisited="1">
+   <text>&amp;View</text>
+   <Action name="view_zoom_in"/>
+   <Action name="view_zoom_out"/>
+   <Separator weakSeparator="1"/>
+   <Action name="view_zoom_in"/>
+   <Action name="view_zoom_out"/>
+   <Separator weakSeparator="1"/>
+   <Action name="view_zoom_in"/>
+   <Action name="view_zoom_out"/>
+   <Separator weakSeparator="1"/>
+   <Action name="view_zoom_in"/>
+   <Action name="view_zoom_out"/>
+   <Separator weakSeparator="1"/>
+   <Action name="view_zoom_in"/>
+   <Action name="view_zoom_out"/>
+   <Separator weakSeparator="1"/>
+   <Action name="view_zoom_in"/>
+   <Action name="view_zoom_out"/>
+   <Separator weakSeparator="1"/>
+   <Menu name="view_mode">
+    <text context="@title:menu">View Mode</text>
+    <Action name="icons"/>
+    <Action name="details"/>
+    <Action name="columns"/>
+   </Menu>
+   <Menu name="sort">
+    <text context="@title:menu">Sort By</text>
+    <Action name="sort_by_name"/>
+    <Action name="sort_by_size"/>
+    <Action name="sort_by_date"/>
+    <Action name="sort_by_permissions"/>
+    <Action name="sort_by_owner"/>
+    <Action name="sort_by_group"/>
+    <Action name="sort_by_type"/>
+    <Action name="sort_by_rating"/>
+    <Action name="sort_by_tags"/>
+    <Separator/>
+    <Action name="descending"/>
+    <Action name="folders_first"/>
+   </Menu>
+   <Menu name="additional_info">
+    <text context="@title:menu">Additional Information</text>
+    <Action name="show_size_info"/>
+    <Action name="show_date_info"/>
+    <Action name="show_permissions_info"/>
+    <Action name="show_owner_info"/>
+    <Action name="show_group_info"/>
+    <Action name="show_mime_info"/>
+   </Menu>
+   <Action name="show_preview"/>
+   <Action name="show_in_groups"/>
+   <Action name="show_hidden_files"/>
+   <Separator/>
+   <Action name="split_view"/>
+   <Action name="reload"/>
+   <Action name="stop"/>
+   <Separator/>
+   <Menu name="panels">
+    <text context="@title:menu">Panels</text>
+    <Action name="show_places_panel"/>
+    <Action name="show_info_panel"/>
+    <Action name="show_folders_panel"/>
+    <Action name="show_terminal_panel"/>
+   </Menu>
+   <Menu name="navigation_bar">
+    <text context="@title:menu">Location Bar</text>
+    <Action name="editable_location"/>
+    <Action name="replace_location"/>
+   </Menu>
+   <Separator/>
+   <Action name="view_properties"/>
+  </Menu>
+  <Menu name="go" alreadyVisited="1">
+   <text>&amp;Go</text>
+   <Action name="go_up"/>
+   <Action name="go_back"/>
+   <Action name="go_forward"/>
+   <Action name="go_home"/>
+   <Separator weakSeparator="1"/>
+   <Action name="go_up"/>
+   <Action name="go_back"/>
+   <Action name="go_forward"/>
+   <Action name="go_home"/>
+   <Separator weakSeparator="1"/>
+   <Action name="go_up"/>
+   <Action name="go_back"/>
+   <Action name="go_forward"/>
+   <Action name="go_home"/>
+   <Separator weakSeparator="1"/>
+   <Action name="go_up"/>
+   <Action name="go_back"/>
+   <Action name="go_forward"/>
+   <Action name="go_home"/>
+   <Separator weakSeparator="1"/>
+   <Action name="go_up"/>
+   <Action name="go_back"/>
+   <Action name="go_forward"/>
+   <Action name="go_home"/>
+   <Separator weakSeparator="1"/>
+   <Action name="go_up"/>
+   <Action name="go_back"/>
+   <Action name="go_forward"/>
+   <Action name="go_home"/>
+   <Separator weakSeparator="1"/>
+   <Action name="closed_tabs"/>
+  </Menu>
+  <Separator weakSeparator="1"/>
+  <Separator weakSeparator="1"/>
+  <Separator weakSeparator="1"/>
+  <Separator weakSeparator="1"/>
+  <Separator weakSeparator="1"/>
+  <Menu name="tools" alreadyVisited="1">
+   <text>&amp;Tools</text>
+   <Action name="find_file"/>
+   <Action name="show_filter_bar"/>
+   <Action name="open_terminal"/>
+   <Action name="compare_files"/>
+   <Action name="change_remote_encoding"/>
+  </Menu>
+  <Menu name="settings" alreadyVisited="1">
+   <text>&amp;Settings</text>
+   <Action name="options_show_menubar"/>
+   <Separator weakSeparator="1"/>
+   <Action name="options_configure_keybinding"/>
+   <Action name="options_configure_toolbars"/>
+   <Action name="options_configure"/>
+   <Separator weakSeparator="1"/>
+   <Action name="options_show_menubar"/>
+   <Separator weakSeparator="1"/>
+   <Action name="options_configure_keybinding"/>
+   <Action name="options_configure_toolbars"/>
+   <Action name="options_configure"/>
+   <Separator weakSeparator="1"/>
+   <Action name="options_show_menubar"/>
+   <Separator weakSeparator="1"/>
+   <Action name="options_configure_keybinding"/>
+   <Action name="options_configure_toolbars"/>
+   <Action name="options_configure"/>
+   <Separator weakSeparator="1"/>
+   <Action name="options_show_menubar"/>
+   <Separator weakSeparator="1"/>
+   <Action name="options_configure_keybinding"/>
+   <Action name="options_configure_toolbars"/>
+   <Action name="options_configure"/>
+   <Separator weakSeparator="1"/>
+   <Action name="options_show_menubar"/>
+   <Separator weakSeparator="1"/>
+   <Action name="options_configure_keybinding"/>
+   <Action name="options_configure_toolbars"/>
+   <Action name="options_configure"/>
+   <Separator weakSeparator="1"/>
+   <Action name="options_show_menubar"/>
+   <Merge name="StandardToolBarMenuHandler"/>
+   <Merge name="KMDIViewActions"/>
+   <Separator weakSeparator="1"/>
+   <Action name="options_configure_keybinding"/>
+   <Action name="options_configure_toolbars"/>
+   <Action name="options_configure"/>
+  </Menu>
+  <Separator weakSeparator="1"/>
+  <Menu name="help" alreadyVisited="1">
+   <text>&amp;Help</text>
+   <Action name="help_contents"/>
+   <Action name="help_whats_this"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_contents"/>
+   <Action name="help_whats_this"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_contents"/>
+   <Action name="help_whats_this"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_contents"/>
+   <Action name="help_whats_this"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_contents"/>
+   <Action name="help_whats_this"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_contents"/>
+   <Action name="help_whats_this"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_report_bug"/>
+   <Separator weakSeparator="1"/>
+   <Action name="switch_application_language"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_about_app"/>
+   <Action name="help_about_kde"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_report_bug"/>
+   <Separator weakSeparator="1"/>
+   <Action name="switch_application_language"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_about_app"/>
+   <Action name="help_about_kde"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_report_bug"/>
+   <Separator weakSeparator="1"/>
+   <Action name="switch_application_language"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_about_app"/>
+   <Action name="help_about_kde"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_report_bug"/>
+   <Separator weakSeparator="1"/>
+   <Action name="switch_application_language"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_about_app"/>
+   <Action name="help_about_kde"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_report_bug"/>
+   <Separator weakSeparator="1"/>
+   <Action name="switch_application_language"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_about_app"/>
+   <Action name="help_about_kde"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_report_bug"/>
+   <Separator weakSeparator="1"/>
+   <Action name="switch_application_language"/>
+   <Separator weakSeparator="1"/>
+   <Action name="help_about_app"/>
+   <Action name="help_about_kde"/>
+  </Menu>
+ </MenuBar>
+ <ToolBar noMerge="1" name="mainToolBar" alreadyVisited="1">
+  <text context="@title:menu">Main Toolbar</text>
+  <Action name="go_back"/>
+  <Action name="go_forward"/>
+  <Action name="go_up"/>
+  <Action name="go_home"/>
+  <Action name="reload"/>
+  <Action name="icons"/>
+  <Action name="columns"/>
+  <Action name="details"/>
+ </ToolBar>
+ <State name="new_file">
+  <disable>
+   <Action name="edit_undo"/>
+   <Action name="edit_redo"/>
+   <Action name="edit_cut"/>
+   <Action name="edit_copy"/>
+   <Action name="rename"/>
+   <Action name="move_to_trash"/>
+   <Action name="delete"/>
+   <Action name="invert_selection"/>
+   <Separator/>
+   <Action name="go_back"/>
+   <Action name="go_forward"/>
+  </disable>
+ </State>
+ <State name="has_selection">
+  <enable>
+   <Action name="edit_cut"/>
+   <Action name="edit_copy"/>
+   <Action name="rename"/>
+   <Action name="move_to_trash"/>
+   <Action name="delete"/>
+   <Action name="invert_selection"/>
+  </enable>
+ </State>
+ <State name="has_no_selection">
+  <disable>
+   <Action name="edit_cut"/>
+   <Action name="edit_copy"/>
+   <Action name="rename"/>
+   <Action name="move_to_trash"/>
+   <Action name="delete"/>
+   <Action name="delete_shortcut"/>
+   <Action name="invert_selection"/>
+  </disable>
+ </State>
+ <ToolBar iconText="icononly" noMerge="1" name="searchToolBar" newline="false">
+  <text context="@title:menu">Search Toolbar</text>
+ </ToolBar>
+</kpartgui>
diff --git a/le-interface/pacote/etc/skel/.kde/share/config/dolphinrc b/le-interface/pacote/etc/skel/.kde/share/config/dolphinrc
new file mode 100644
index 0000000000000000000000000000000000000000..9fc84e10176a4c4d938f7be88210226a503893f1
--- /dev/null
+++ b/le-interface/pacote/etc/skel/.kde/share/config/dolphinrc
@@ -0,0 +1,40 @@
+[ColumnMode]
+FontWeight=50
+
+[DetailsMode]
+FontWeight=50
+
+[General]
+EditableUrl=true
+FilterBar=true
+FirstRun=false
+ShowFullPath=true
+ShowZoomSlider=false
+ViewPropsTimestamp=2010,10,8,10,37,53
+
+[IconsMode]
+FontWeight=50
+PreviewSize=32
+
+[MainWindow]
+State=AAAA/wAAAAD9AAAAAwAAAAAAAAClAAAByvwCAAAAAvsAAAAWAGYAbwBsAGQAZQByAHMARABvAGMAawEAAAA2AAABygAAAGMA////+wAAABQAcABsAGEAYwBlAHMARABvAGMAawAAAAESAAAA4gAAAGMA////AAAAAQAAAK4AAAG+/AIAAAAB+wAAABAAaQBuAGYAbwBEAG8AYwBrAAAAADYAAAG+AAAAFwD///8AAAADAAAC7gAAAOT8AQAAAAH7AAAAGAB0AGUAcgBtAGkAbgBhAGwARABvAGMAawAAAAAAAAAC7gAAAEsA////AAACKwAAAcoAAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAgAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAAAAAAaAHMAZQBhAHIAYwBoAFQAbwBvAGwAQgBhAHIAAAAAAv////8AAAAAAAAAAA==
+ToolBarsMovable=Disabled
+
+[MainWindow][Toolbar mainToolBar]
+ToolButtonStyle=IconOnly
+
+[PreviewSettings]
+Plugins=directorythumbnail,imagethumbnail,jpegthumbnail
+
+[SettingsDialog]
+Height 1024=469
+Height 768=431
+Width 1280=512
+Width 1360=601
+
+[Toolbar mainToolBar]
+ToolButtonStyle=IconOnly
+
+[ViewPropertiesDialog]
+Height 1024=434
+Width 1280=344
diff --git a/le-interface/pacote/etc/skel/.kde/share/config/kdeglobals b/le-interface/pacote/etc/skel/.kde/share/config/kdeglobals
new file mode 100644
index 0000000000000000000000000000000000000000..8186a6a74e04c7b3453a5b1ecc13e03d67c57600
--- /dev/null
+++ b/le-interface/pacote/etc/skel/.kde/share/config/kdeglobals
@@ -0,0 +1,125 @@
+[$Version]
+update_info=kaccel.upd:kde3.3/r1,mouse_cursor_theme.upd:kde3.4.99,kwin.upd:kde3.2Xinerama,kded.upd:kde3.0
+
+[ColorEffects:Disabled]
+Color=197,179,153
+ColorAmount=0.5
+ColorEffect=2
+ContrastAmount=0.25
+ContrastEffect=1
+IntensityAmount=0.25
+IntensityEffect=0
+
+[ColorEffects:Inactive]
+Color=213,198,176
+ColorAmount=0.1
+ColorEffect=2
+ContrastAmount=0.2
+ContrastEffect=1
+Enable=false
+IntensityAmount=-0.05
+IntensityEffect=0
+
+[Colors:Button]
+BackgroundAlternate=246,240,227
+BackgroundNormal=247,242,232
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,0,0
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:Selection]
+BackgroundAlternate=27,131,196
+BackgroundNormal=102,153,0
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=50,148,133
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=255,255,255
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:Tooltip]
+BackgroundAlternate=250,248,241
+BackgroundNormal=253,252,251
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,0,0
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:View]
+BackgroundAlternate=250,246,239
+BackgroundNormal=253,252,250
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,0,0
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:Window]
+BackgroundAlternate=233,223,206
+BackgroundNormal=244,246,231
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,78,46
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[General]
+BrowserApplication[$e]=firefox.desktop
+Name=LinuxEducacional
+shadeSortColumn=true
+widgetStyle=qtcurve
+
+[KDE]
+contrast=2
+SingleClick=false
+
+[WM]
+activeBackground=135,175,38
+activeForeground=255,255,255
+inactiveBackground=216,202,178
+inactiveForeground=255,255,255
+
+[PreviewSettings]
+UseFileThumbnails=true
+
+[Toolbar style]
+ToolButtonStyle=TextBesideIcon
+
+[Emoticons]
+emoticonsTheme=kde4
+
+[Notification Messages]
+:confirmNewSession=false
+
+[Icons]
+Theme=le-icons
+
+[Locale]
+Country=br
diff --git a/le-interface/pacote/etc/skel/.kde/share/config/kglobalshortcutsrc b/le-interface/pacote/etc/skel/.kde/share/config/kglobalshortcutsrc
new file mode 100644
index 0000000000000000000000000000000000000000..70f1232da5dafcc45da9241d0e544ea3131c9878
--- /dev/null
+++ b/le-interface/pacote/etc/skel/.kde/share/config/kglobalshortcutsrc
@@ -0,0 +1,238 @@
+[$Version]
+update_info=kwin_window_shortcuts.upd:kde414,plasma-to-plasmadesktop-shortcuts.upd:4.3plasma-desktop-shortcuts
+
+[amarok]
+_k_friendly_name=amarok
+decreaseVolume=,Meta+-,Diminuir volume
+increaseVolume=Meta++,Meta++,Aumentar volume
+loveTrack=Meta+L,Meta+L,Last.fm: adorar faixa atual
+mute=Meta+M,Meta+M,Mudo
+next=Media Next,Media Next,Próxima faixa
+play_pause=Media Play,Media Play,Reproduzir/Pausar
+playlist_add=Meta+A,Meta+A,Ad&icionar arquivos...
+prev=Media Previous,Media Previous,Faixa anterior
+rate1=Meta+1,Meta+1,Avaliar a faixa atual: 1
+rate2=Meta+2,Meta+2,Avaliar a faixa atual: 2
+rate3=Meta+3,Meta+3,Avaliar a faixa atual: 3
+rate4=Meta+4,Meta+4,Avaliar a faixa atual: 4
+rate5=Meta+5,Meta+5,Avaliar a faixa atual: 5
+seek_backward=Meta+Shift+-,Meta+Shift+-,&Procurar regressivamente
+seek_forward=Meta+Shift++,Meta+Shift++,&Procurar progressivamente
+showNotificationPopup=Meta+O,Meta+O,Mostrar Menu de Notificação
+skipTrack=Meta+S,Meta+S,Last.fm: pular faixa atual
+stop=Media Stop,Media Stop,Parar
+stop_after_current=Meta+Shift+V,Meta+Shift+V,Parar após a faixa atual
+toggleMainWindow=Meta+P,Meta+P,Alternar janela principal
+
+[kded]
+Decrease Screen Brightness=Monitor Brightness Down,Monitor Brightness Down,
+Increase Screen Brightness=Monitor Brightness Up,Monitor Brightness Up,
+_k_friendly_name=Serviço do KDE
+display=Display,Display,Alternar tela
+
+[khotkeys]
+_k_friendly_name=khotkeys
+{aa246a49-480d-4aee-b7b7-177d42990d29}=Print,none,PrintScreen
+
+[kmix]
+Decrease volume  - Beep, HDA Intel=none,none,Diminuir volume - Beep\\, HDA Intel
+Decrease volume  - Capture 2, HDA Intel=none,none,Diminuir volume - Capture 2\\, HDA Intel
+Decrease volume  - Capture, HDA Intel=none,none,Diminuir volume - Capture\\, HDA Intel
+Decrease volume  - Front Mic Boost, HDA Intel=none,none,Diminuir volume - Front Mic Boost\\, HDA Intel
+Decrease volume  - Front Mic, HDA Intel=none,none,Diminuir volume - Front Mic\\, HDA Intel
+Decrease volume  - Front, HDA Intel=none,none,Diminuir volume - Front\\, HDA Intel
+Decrease volume  - Headphone, HDA Intel=none,none,Diminuir volume - Headphone\\, HDA Intel
+Decrease volume  - IEC958 Default PCM, HDA Intel=none,none,Diminuir volume - IEC958 Default PCM\\, HDA Intel
+Decrease volume  - IEC958, HDA Intel=none,none,Diminuir volume - IEC958\\, HDA Intel
+Decrease volume  - Line, HDA Intel=none,none,Diminuir volume - Line\\, HDA Intel
+Decrease volume  - Master, HDA Intel=none,none,Diminuir volume - Master\\, HDA Intel
+Decrease volume  - Mic Boost, HDA Intel=none,none,Diminuir volume - Mic Boost\\, HDA Intel
+Decrease volume  - Mic, HDA Intel=none,none,Diminuir volume - Mic\\, HDA Intel
+Decrease volume  - PCM, HDA Intel=none,none,Diminuir volume - PCM\\, HDA Intel
+Increase volume  - Beep, HDA Intel=none,none,Aumentar volume - Beep\\, HDA Intel
+Increase volume  - Capture 2, HDA Intel=none,none,Aumentar volume - Capture 2\\, HDA Intel
+Increase volume  - Capture, HDA Intel=none,none,Aumentar volume - Capture\\, HDA Intel
+Increase volume  - Front Mic Boost, HDA Intel=none,none,Aumentar volume - Front Mic Boost\\, HDA Intel
+Increase volume  - Front Mic, HDA Intel=none,none,Aumentar volume - Front Mic\\, HDA Intel
+Increase volume  - Front, HDA Intel=none,none,Aumentar volume - Front\\, HDA Intel
+Increase volume  - Headphone, HDA Intel=none,none,Aumentar volume - Headphone\\, HDA Intel
+Increase volume  - IEC958 Default PCM, HDA Intel=none,none,Aumentar volume - IEC958 Default PCM\\, HDA Intel
+Increase volume  - IEC958, HDA Intel=none,none,Aumentar volume - IEC958\\, HDA Intel
+Increase volume  - Line, HDA Intel=none,none,Aumentar volume - Line\\, HDA Intel
+Increase volume  - Master, HDA Intel=none,none,Aumentar volume - Master\\, HDA Intel
+Increase volume  - Mic Boost, HDA Intel=none,none,Aumentar volume - Mic Boost\\, HDA Intel
+Increase volume  - Mic, HDA Intel=none,none,Aumentar volume - Mic\\, HDA Intel
+Increase volume  - PCM, HDA Intel=none,none,Aumentar volume - PCM\\, HDA Intel
+Toggle mute  - Beep, HDA Intel=none,none,Alternar mudo - Beep\\, HDA Intel
+Toggle mute  - Capture 2, HDA Intel=none,none,Alternar mudo - Capture 2\\, HDA Intel
+Toggle mute  - Capture, HDA Intel=none,none,Alternar mudo - Capture\\, HDA Intel
+Toggle mute  - Front Mic Boost, HDA Intel=none,none,Alternar mudo - Front Mic Boost\\, HDA Intel
+Toggle mute  - Front Mic, HDA Intel=none,none,Alternar mudo - Front Mic\\, HDA Intel
+Toggle mute  - Front, HDA Intel=none,none,Alternar mudo - Front\\, HDA Intel
+Toggle mute  - Headphone, HDA Intel=none,none,Alternar mudo - Headphone\\, HDA Intel
+Toggle mute  - IEC958 Default PCM, HDA Intel=none,none,Alternar mudo - IEC958 Default PCM\\, HDA Intel
+Toggle mute  - IEC958, HDA Intel=none,none,Alternar mudo - IEC958\\, HDA Intel
+Toggle mute  - Line, HDA Intel=none,none,Alternar mudo - Line\\, HDA Intel
+Toggle mute  - Master, HDA Intel=none,none,Alternar mudo - Master\\, HDA Intel
+Toggle mute  - Mic Boost, HDA Intel=none,none,Alternar mudo - Mic Boost\\, HDA Intel
+Toggle mute  - Mic, HDA Intel=none,none,Alternar mudo - Mic\\, HDA Intel
+Toggle mute  - PCM, HDA Intel=none,none,Alternar mudo - PCM\\, HDA Intel
+_k_friendly_name=KMix
+decrease_volume=Volume Down,Volume Down,Diminuir volume
+increase_volume=Volume Up,Volume Up,Aumentar volume
+mute=Volume Mute,Volume Mute,Mudo
+
+[krunner]
+Halt Without Confirmation=Ctrl+Alt+Shift+PgDown,Ctrl+Alt+Shift+PgDown,Encerrar sem confirmação
+Lock Session=Ctrl+Alt+L,Ctrl+Alt+L,Bloquear a sessão
+Log Out=none,Ctrl+Alt+Del,Sair
+Log Out Without Confirmation=Ctrl+Alt+Shift+Del,Ctrl+Alt+Shift+Del,Sair sem confirmação
+Reboot Without Confirmation=Ctrl+Alt+Shift+PgUp,Ctrl+Alt+Shift+PgUp,Reiniciar sem confirmação
+Run Command=Alt+F2,Alt+F2,Executar comando
+Run Command on clipboard contents=Alt+Shift+F2,Alt+Shift+F2,Executar comando no conteúdo da área de transferência
+Show System Activity=Ctrl+Alt+Del,Ctrl+Esc,Mostrar a atividade do sistema
+Switch User=Ctrl+Alt+Ins,Ctrl+Alt+Ins,Trocar usuário
+_k_friendly_name=Interface de execução de comandos
+bookmarks=none,none,Executar um comando (somente a execução "Favoritos")
+desktopsessions=none,none,Executar um comando (somente a execução "Sessões da área de trabalho")
+solid=none,none,Executar um comando (somente a execução "Devices")
+windows=none,none,Executar um comando (somente a execução "Janelas")
+
+[kwin]
+Activate Window Demanding Attention=Ctrl+Alt+A,Ctrl+Alt+A,Ativar janela que demanda atenção
+Block Global Shortcuts=none,none,Bloquear atalhos globais
+Cube=Ctrl+F11,Ctrl+F11,Desktop Cube
+Cylinder=none,none,Desktop Cylinder
+Desktop Screenshot to Clipboard=Ctrl+Print,Ctrl+Print,Captura da área de trabalho para a área de transferência
+Expose=Ctrl+F9,Ctrl+F9,Toggle Present Windows (Current desktop)
+ExposeAll=Ctrl+F10,Ctrl+F10,Toggle Present Windows (All desktops)
+ExposeClass=Ctrl+F7,Ctrl+F7,Toggle Present Windows (Window class)
+Kill Window=Ctrl+Alt+Esc,Ctrl+Alt+Esc,Matar janela
+Mouse Emulation=Alt+F12,Alt+F12,Emulação de mouse
+Remove Window From Group=none,none,Remover a janela do grupo
+Setup Window Shortcut=none,none,Configurar atalhos para a janela
+Show Desktop=none,none,Exibir a área de trabalho
+ShowDesktopGrid=Ctrl+F8,Ctrl+F8,Show Desktop Grid
+Sphere=none,none,Desktop Sphere
+Suspend Compositing=Alt+Shift+F12,Alt+Shift+F12,Suspender composição
+Switch One Desktop Down=none,none,Mudar para a área de trabalho abaixo
+Switch One Desktop Up=none,none,Mudar para a área de trabalho acima
+Switch One Desktop to the Left=none,none,Mudar para a área de trabalho à esquerda
+Switch One Desktop to the Right=none,none,Mudar para a área de trabalho à direita
+Switch Window Down=Meta+Alt+Down,Meta+Alt+Down,Mudar para a janela abaixo
+Switch Window Left=Meta+Alt+Left,Meta+Alt+Left,Mudar para a janela à esquerda
+Switch Window Right=Meta+Alt+Right,Meta+Alt+Right,Mudar para a janela à direita
+Switch Window Up=Meta+Alt+Up,Meta+Alt+Up,Mudar para a janela acima
+Switch to Desktop 1=Ctrl+F1,Ctrl+F1,Mudar para a área de trabalho 1
+Switch to Desktop 10=none,none,Mudar para a área de trabalho 10
+Switch to Desktop 11=none,none,Mudar para a área de trabalho 11
+Switch to Desktop 12=none,none,Mudar para a área de trabalho 12
+Switch to Desktop 13=none,none,Mudar para a área de trabalho 13
+Switch to Desktop 14=none,none,Mudar para a área de trabalho 14
+Switch to Desktop 15=none,none,Mudar para a área de trabalho 15
+Switch to Desktop 16=none,none,Mudar para a área de trabalho 16
+Switch to Desktop 17=none,none,Mudar para a área de trabalho 17
+Switch to Desktop 18=none,none,Mudar para a área de trabalho 18
+Switch to Desktop 19=none,none,Mudar para a área de trabalho 19
+Switch to Desktop 2=Ctrl+F2,Ctrl+F2,Mudar para a área de trabalho 2
+Switch to Desktop 20=none,none,Mudar para a área de trabalho 20
+Switch to Desktop 3=Ctrl+F3,Ctrl+F3,Mudar para a área de trabalho 3
+Switch to Desktop 4=Ctrl+F4,Ctrl+F4,Mudar para a área de trabalho 4
+Switch to Desktop 5=none,none,Mudar para a área de trabalho 5
+Switch to Desktop 6=none,none,Mudar para a área de trabalho 6
+Switch to Desktop 7=none,none,Mudar para a área de trabalho 7
+Switch to Desktop 8=none,none,Mudar para a área de trabalho 8
+Switch to Desktop 9=none,none,Mudar para a área de trabalho 9
+Switch to Next Desktop=none,none,Mudar para a próxima área de trabalho
+Switch to Next Screen=none,none,Mudar para a próxima tela
+Switch to Previous Desktop=none,none,Mudar para a área de trabalho anterior
+Switch to Screen 0=none,none,Mudar para a tela 0
+Switch to Screen 1=none,none,Mudar para a tela 1
+Switch to Screen 2=none,none,Mudar para a tela 2
+Switch to Screen 3=none,none,Mudar para a tela 3
+Switch to Screen 4=none,none,Mudar para a tela 4
+Switch to Screen 5=none,none,Mudar para a tela 5
+Switch to Screen 6=none,none,Mudar para a tela 6
+Switch to Screen 7=none,none,Mudar para a tela 7
+Toggle Window Raise/Lower=none,none,Alternar entre elevar/diminuir janela
+Walk Through Desktop List=none,none,Passear pela lista de áreas de trabalho
+Walk Through Desktop List (Reverse)=none,none,Passear pela lista de áreas de trabalho (reverso)
+Walk Through Desktops=none,none,Passear pelas áreas de trabalho
+Walk Through Desktops (Reverse)=none,none,Passear pelas áreas de trabalho (reverso)
+Walk Through Window Tabs=none,none,Passear pelas abas das janelas
+Walk Through Window Tabs (Reverse)=none,none,Passear pelas abas das janelas (sentido inverso)
+Walk Through Windows=Alt+Tab,Alt+Tab,Passear pelas janelas
+Walk Through Windows (Reverse)=Alt+Shift+Backtab,Alt+Shift+Backtab,Passear pelas janelas (sentido inverso)
+Walk Through Windows Alternative=none,none,Passear pelas janelas alternativo
+Walk Through Windows Alternative (Reverse)=none,none,Passear pelas janelas alternativo (reverso)
+Window Above Other Windows=none,none,Manter acima das outras
+Window Below Other Windows=none,none,Manter abaixo das outras
+Window Close=Alt+F4,Alt+F4,Fechar janela
+Window Fullscreen=none,none,Janela em tela cheia
+Window Grow Horizontal=none,none,Janela aumenta na horizontal
+Window Grow Vertical=none,none,Janela aumenta na vertical
+Window Lower=none,none,Diminuir Janela
+Window Maximize=none,none,Maximizar janela
+Window Maximize Horizontal=none,none,Maximizar janela horizontalmente
+Window Maximize Vertical=none,none,Maximizar janela verticalmente
+Window Minimize=none,none,Minimizar janela
+Window Move=none,none,Mover janela
+Window No Border=none,none,Ocultar borda da janela
+Window On All Desktops=none,none,Manter janela em todas as áreas de trabalho
+Window One Desktop Down=none,none,Janela em uma área de trabalho abaixo
+Window One Desktop Up=none,none,Janela em uma área de trabalho acima
+Window One Desktop to the Left=none,none,Janela em uma área de trabalho à esquerda
+Window One Desktop to the Right=none,none,Janela em uma área de trabalho à direita
+Window Operations Menu=Alt+F3,Alt+F3,Menu de operações de janela
+Window Pack Down=none,none,Janela para baixo
+Window Pack Left=none,none,Encostar a janela à esquerda
+Window Pack Right=none,none,Encostar a janela à direita
+Window Pack Up=none,none,Janela para cima
+Window Quick Tile Left=none,none,Colocar a janela lado a lado à esquerda
+Window Quick Tile Right=none,none,Colocar a janela lado a lado à direita
+Window Raise=none,none,Elevar janela
+Window Resize=none,none,Redimensionar janela
+Window Screenshot to Clipboard=Alt+Print,Alt+Print,Captura da janela para a área de transferência
+Window Shade=none,none,Sombrear janela
+Window Shrink Horizontal=none,none,Janela encolhe na horizontal
+Window Shrink Vertical=none,none,Janela encolhe na vertical
+Window to Desktop 1=none,none,Janela para a área de trabalho 1
+Window to Desktop 10=none,none,Janela para a área de trabalho 10
+Window to Desktop 11=none,none,Janela para a área de trabalho 11
+Window to Desktop 12=none,none,Janela para a área de trabalho 12
+Window to Desktop 13=none,none,Janela para a área de trabalho 13
+Window to Desktop 14=none,none,Janela para a área de trabalho 14
+Window to Desktop 15=none,none,Janela para a área de trabalho 15
+Window to Desktop 16=none,none,Janela para a área de trabalho 16
+Window to Desktop 17=none,none,Janela para a área de trabalho 17
+Window to Desktop 18=none,none,Janela para a área de trabalho 18
+Window to Desktop 19=none,none,Janela para a área de trabalho 19
+Window to Desktop 2=none,none,Janela para a área de trabalho 2
+Window to Desktop 20=none,none,Janela para a área de trabalho 20
+Window to Desktop 3=none,none,Janela para a área de trabalho 3
+Window to Desktop 4=none,none,Janela para a área de trabalho 4
+Window to Desktop 5=none,none,Janela para a área de trabalho 5
+Window to Desktop 6=none,none,Janela para a área de trabalho 6
+Window to Desktop 7=none,none,Janela para a área de trabalho 7
+Window to Desktop 8=none,none,Janela para a área de trabalho 8
+Window to Desktop 9=none,none,Janela para a área de trabalho 9
+Window to Next Desktop=none,none,Janela para a próxima área de trabalho
+Window to Next Screen=none,none,Janela para a próxima tela
+Window to Previous Desktop=none,none,Janela para a área de trabalho anterior
+Window to Screen 0=none,none,Janela para a tela 0
+Window to Screen 1=none,none,Janela para a tela 1
+Window to Screen 2=none,none,Janela para a tela 2
+Window to Screen 3=none,none,Janela para a tela 3
+Window to Screen 4=none,none,Janela para a tela 4
+Window to Screen 5=none,none,Janela para a tela 5
+Window to Screen 6=none,none,Janela para a tela 6
+Window to Screen 7=none,none,Janela para a tela 7
+_k_friendly_name=KWin
+view_actual_size=Meta+0,Meta+0,Tamanho re&al
+view_zoom_in=Meta+=,Meta+=,Ampl&iar
+view_zoom_out=Meta+-,Meta+-,&Reduzir
+
+[plasma-desktop]
+Show Dashboard=Ctrl+F12,Ctrl+F12,Mostrar painel
+_k_friendly_name=Espaço de trabalho do Plasma
+activate widget 3=Alt+F1,Alt+F1,Ativar widget Menu do lançador de aplicativos
diff --git a/le-interface/pacote/etc/skel/.kde/share/config/klaunchrc b/le-interface/pacote/etc/skel/.kde/share/config/klaunchrc
new file mode 100644
index 0000000000000000000000000000000000000000..3fa197870b011b6c8087d5907421db3a8c4af4ab
--- /dev/null
+++ b/le-interface/pacote/etc/skel/.kde/share/config/klaunchrc
@@ -0,0 +1,11 @@
+[BusyCursorSettings]
+Blinking=false
+Bouncing=false
+Timeout=1
+
+[FeedbackStyle]
+BusyCursor=true
+TaskbarButton=true
+
+[TaskbarButtonSettings]
+Timeout=1
diff --git a/le-interface/pacote/etc/skel/.kde/share/config/kmixrc b/le-interface/pacote/etc/skel/.kde/share/config/kmixrc
new file mode 100644
index 0000000000000000000000000000000000000000..962798020a6d58ff7adfe521dacf7fc551946307
--- /dev/null
+++ b/le-interface/pacote/etc/skel/.kde/share/config/kmixrc
@@ -0,0 +1,2 @@
+[Global]
+startkdeRestore=false
diff --git a/le-interface/pacote/etc/skel/.kde/share/config/krunnerrc b/le-interface/pacote/etc/skel/.kde/share/config/krunnerrc
new file mode 100644
index 0000000000000000000000000000000000000000..835269ea11cc8141aee945241e163221c19af317
--- /dev/null
+++ b/le-interface/pacote/etc/skel/.kde/share/config/krunnerrc
@@ -0,0 +1,20 @@
+[General]
+FreeFloating=true
+PastQueries=\\0
+
+[Plugins]
+PowerDevilEnabled=true
+bookmarksEnabled=true
+calculatorEnabled=true
+desktopsessionsEnabled=true
+killEnabled=true
+locationsEnabled=true
+nepomuksearchEnabled=true
+placesEnabled=true
+plasma-desktopEnabled=true
+recentdocumentsEnabled=true
+servicesEnabled=true
+shellEnabled=true
+solidEnabled=true
+webshortcutsEnabled=true
+windowsEnabled=true
diff --git a/le-interface/pacote/etc/skel/.kde/share/config/ksmserverrc b/le-interface/pacote/etc/skel/.kde/share/config/ksmserverrc
new file mode 100644
index 0000000000000000000000000000000000000000..e9c14e86a43e1468f6104d9591f911ccb9dfa125
--- /dev/null
+++ b/le-interface/pacote/etc/skel/.kde/share/config/ksmserverrc
@@ -0,0 +1,10 @@
+[$Version]
+update_info=ksmserver.upd:kde3
+
+[General]
+confirmLogout=true
+excludeApps=
+loginMode=default
+offerShutdown=true
+screenCount=1
+shutdownType=0
diff --git a/le-interface/pacote/etc/skel/.kde/share/config/ksplashrc b/le-interface/pacote/etc/skel/.kde/share/config/ksplashrc
new file mode 100644
index 0000000000000000000000000000000000000000..b9c8cc62a017db9efdf3c70fb2958a4772ca55b8
--- /dev/null
+++ b/le-interface/pacote/etc/skel/.kde/share/config/ksplashrc
@@ -0,0 +1,3 @@
+[KSplash]
+Engine=KSplashX
+Theme=LE
diff --git a/le-interface/pacote/etc/skel/.kde/share/config/plasma-desktop-appletsrc b/le-interface/pacote/etc/skel/.kde/share/config/plasma-desktop-appletsrc
new file mode 100644
index 0000000000000000000000000000000000000000..fde189afa72f818efe2b58b4775e2c2df12a1d12
--- /dev/null
+++ b/le-interface/pacote/etc/skel/.kde/share/config/plasma-desktop-appletsrc
@@ -0,0 +1,140 @@
+[$Version]
+update_info=plasma_popupapplet_fix_groups.upd:PlasmaPopupAppletFixGroups1
+
+[Containments][1]
+activity=
+desktop=-1
+formfactor=0
+immutability=1
+location=0
+plugin=desktop
+screen=0
+wallpaperplugin=image
+wallpaperpluginmode=SingleImage
+zvalue=0
+
+[Containments][1][ActionPlugins]
+MidButton;NoModifier=paste
+RightButton;NoModifier=contextmenu
+
+[Containments][1][ActionPlugins][RightButton;NoModifier]
+_add panel=false
+_context=true
+_lock_screen=true
+_logout=true
+_run_command=true
+_sep1=true
+_sep2=true
+_sep3=false
+_wallpaper=false
+add sibling containment=false
+add widgets=false
+configure=true
+configure shortcuts=false
+lock widgets=false
+remove=false
+zoom in=false
+zoom out=false
+
+[Containments][2]
+activity=
+desktop=-1
+formfactor=2
+immutability=1
+location=4
+plugin=panel
+screen=0
+zvalue=150
+
+[Containments][1][Wallpaper][image]
+wallpaper=/usr/share/wallpapers/LE
+
+[Containments][2][Applets][10]
+immutability=1
+plugin=digital-clock
+zvalue=0
+
+[Containments][2][Applets][10][Configuration]
+showDate=false
+
+[Containments][2][Applets][10][Configuration][ExtenderItems][3]
+extenderIconName=view-pim-calendar
+extenderItemName=calendar
+extenderTitle=Calendário
+isCollapsed=false
+sourceAppletId=10
+sourceAppletPluginName=digital-clock
+
+[Containments][2][Applets][3]
+immutability=1
+plugin=simplelauncher
+zvalue=0
+
+[Containments][2][Applets][3][Shortcuts]
+global=Alt+F1
+
+[Containments][2][Applets][3][Configuration]
+Share=false
+format=DescriptionName
+views=Applications,RunCommand,SwitchUser,LockScreen,Logout,Restart,Shutdown
+
+[Containments][2][Applets][4]
+immutability=1
+plugin=showdesktop
+zvalue=0
+
+[Containments][2][Applets][5]
+immutability=1
+plugin=quicklaunch
+zvalue=0
+
+[Containments][2][Applets][6]
+immutability=1
+plugin=tasks
+zvalue=0
+
+[Containments][2][Applets][7]
+immutability=1
+plugin=systemtray
+zvalue=0
+
+[Containments][2][Applets][7][Configuration][Applets][1]
+immutability=1
+plugin=notifier
+zvalue=0
+
+[Containments][2][Applets][7][Configuration][Applets][1][PopupApplet]
+DialogHeight=308
+DialogWidth=271
+
+[Containments][2][Applets][7][Configuration][ExtenderItems][1]
+extenderIconName=
+extenderItemName=jobGroup
+isCollapsed=false
+isGroup=true
+sourceAppletId=7
+sourceAppletPluginName=systemtray
+
+[Containments][2][Applets][7][Configuration][ExtenderItems][2]
+extenderIconName=
+extenderItemName=completedJobsGroup
+extenderTitle=0 tarefa concluída recentemente:
+groupCollapsed=false
+isCollapsed=false
+isGroup=true
+sourceAppletId=7
+sourceAppletPluginName=systemtray
+
+[Containments][2][Applets][7][PopupApplet]
+DialogHeight=8
+DialogWidth=0
+
+[Containments][2][Applets][8]
+immutability=1
+plugin=trash
+zvalue=0
+
+[Containments][2][Applets][9]
+immutability=1
+plugin=quicklaunch
+zvalue=0
diff --git a/le-interface/pacote/etc/skel/.kde/share/config/plasmarc b/le-interface/pacote/etc/skel/.kde/share/config/plasmarc
new file mode 100644
index 0000000000000000000000000000000000000000..4075bb00addfd2cb393a88e0d97d755213d345f2
--- /dev/null
+++ b/le-interface/pacote/etc/skel/.kde/share/config/plasmarc
@@ -0,0 +1,5 @@
+[$Version]
+update_info=plasma_popupapplet_fix_groups.upd:PlasmaPopupAppletFixGroups2
+
+[Theme]
+name=le-theme
diff --git a/le-interface/pacote/etc/xdg/menus/applications-merged/anthem.menu b/le-interface/pacote/etc/xdg/menus/applications-merged/anthem.menu
new file mode 100644
index 0000000000000000000000000000000000000000..243c621ee1cd515917d178459e00c5598ccabfe1
--- /dev/null
+++ b/le-interface/pacote/etc/xdg/menus/applications-merged/anthem.menu
@@ -0,0 +1,21 @@
+<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
+"http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">
+<Menu>
+    <Name>Applications</Name>
+    <Menu>
+        <Name>Anthem</Name>
+        <Directory>le-anthem.directory</Directory>
+
+        <Layout>
+            <Merge type="files" />
+        </Layout>
+
+        <Include>
+            <And>
+                <Category>LE</Category>
+                <Category>Anthem</Category>
+            </And>
+        </Include>
+
+    </Menu> <!-- End Anthem -->
+</Menu> <!-- End Applications -->
diff --git a/le-interface/pacote/etc/xdg/menus/applications-merged/edubar.menu b/le-interface/pacote/etc/xdg/menus/applications-merged/edubar.menu
new file mode 100644
index 0000000000000000000000000000000000000000..40f7d81db7913d2df6d8eb2369a7c0aecb595842
--- /dev/null
+++ b/le-interface/pacote/etc/xdg/menus/applications-merged/edubar.menu
@@ -0,0 +1,27 @@
+<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
+"http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">
+<Menu>
+    <Name>Applications</Name>
+    <Menu>
+        <Name>Edubar</Name>
+        <Directory>le-edubar.directory</Directory>
+
+        <DefaultLayout>
+            <Merge type="files"/>
+            <Filename>le-edubar-instalar-conteudo.desktop</Filename>
+            <Filename>le-edubar-le-search.desktop</Filename>
+            <Filename>le-edubar-dominio-publico.desktop</Filename>
+            <Filename>le-edubar-tv-escola.desktop</Filename>
+            <Filename>le-edubar-portal-professor.desktop</Filename>
+            <Filename>le-edubar-objetos-educacionais.desktop</Filename>
+        </DefaultLayout>
+
+        <Include>
+            <And>
+                <Category>Education</Category>
+                <Category>Edubar</Category>
+            </And>
+        </Include>
+    </Menu> <!-- End Edubar -->
+
+</Menu> <!-- End Applications -->
diff --git a/le-interface/pacote/etc/xdg/menus/applications-merged/eduprograms.menu b/le-interface/pacote/etc/xdg/menus/applications-merged/eduprograms.menu
new file mode 100644
index 0000000000000000000000000000000000000000..bf1c973d21027a6396c689179f9cc1f7f48e8871
--- /dev/null
+++ b/le-interface/pacote/etc/xdg/menus/applications-merged/eduprograms.menu
@@ -0,0 +1,256 @@
+<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
+"http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">
+<Menu>
+    <Name>Applications</Name>
+    <Menu>
+        <Name>EduPrograms</Name>
+        <Directory>le-eduprogs.directory</Directory>
+
+        <Layout>
+            <Merge type="menus" />
+            <Menuname>Development</Menuname>
+            <Menuname>Science</Menuname>
+            <Menuname>Physics</Menuname>
+            <Menuname>Geography</Menuname>
+            <Menuname>Languages</Menuname>
+            <Menuname>Games</Menuname>
+            <Menuname>Mathematics</Menuname>
+            <Menuname>Multi-disciplinary</Menuname>
+            <Menuname>Portuguese</Menuname>
+        </Layout>
+
+        <Menu>
+            <Name>Portuguese</Name>
+            <Directory>le-edu-portuguese.directory</Directory>
+            <Include>
+                <And>
+                    <Category>LE</Category>
+                    <Category>Education</Category>
+                    <Category>Portuguese</Category>
+                </And>
+            </Include>
+        </Menu> <!-- End Portuguese -->
+
+        <Menu>
+            <Name>Languages</Name>
+            <Directory>kde-edu-languages.directory</Directory>
+            <Include>
+                <And>
+                    <Category>LE</Category>
+                    <Category>Education</Category>
+                    <Or>
+                        <Category>Languages</Category>
+                        <Category>X-KDE-Edu-Language</Category>
+                    </Or>
+                </And>
+            </Include>
+        </Menu> <!-- End Languages -->
+
+        <Menu>
+            <Name>Mathematics</Name>
+            <Directory>kde-edu-mathematics.directory</Directory>
+            <Include>
+                <And>
+                    <Category>LE</Category>
+                    <Category>Education</Category>
+                    <Category>Math</Category>
+                </And>
+            </Include>
+            <Exclude>
+                <Filename>le-eduprograms-games-kids-tuxmath.desktop</Filename>
+            </Exclude>
+        </Menu> <!-- End Mathematics -->
+
+        <Menu>
+            <Name>Development</Name>
+            <Directory>le-edu-development.directory</Directory>
+            <Layout>
+                <Merge type="files" />
+                <Filename>le-eduprograms-development-kturtle.desktop</Filename>
+                <Filename>le-eduprograms-development-squeak.desktop</Filename>
+                <Filename>le-eduprograms-development-klavaro.desktop</Filename>
+            </Layout>
+
+            <Include>
+                <And>
+                    <Category>LE</Category>
+                    <Category>Education</Category>
+                    <Category>Development</Category>
+                </And>
+            </Include>
+        </Menu> <!-- End Development -->
+
+        <Menu>
+            <Name>Science</Name>
+            <Directory>kde-edu-science.directory</Directory>
+            <Include>
+                <And>
+                    <Category>LE</Category>
+                    <Category>Education</Category>
+                    <Category>Science</Category>
+                    <Not>
+                        <Category>Geography</Category>
+                        <Category>Astronomy</Category>
+                    </Not>
+                </And>
+            </Include>
+        </Menu> <!-- End Science -->
+
+        <Menu>
+            <Name>Geography</Name>
+            <Directory>le-edu-geography.directory</Directory>
+            <Include>
+                <And>
+                    <Category>LE</Category>
+                    <Category>Education</Category>
+                    <Or>
+                        <Category>Geography</Category>
+                        <Category>Astronomy</Category>
+                    </Or>
+                </And>
+            </Include>
+        </Menu> <!-- End Geography -->
+
+        <Menu>
+            <Name>Multi-disciplinary</Name>
+            <Directory>le-edu-multi-disciplinary.directory</Directory>
+            <Layout>
+                <Merge type="files" />
+                <Filename>le-eduprograms-multi-disciplinary-gcompris.desktop</Filename>
+                <Filename>le-eduprograms-multi-disciplinary-gcompris-edit.desktop</Filename>
+                <Filename>le-eduprograms-multi-disciplinary-tuxpaint.desktop</Filename>
+            </Layout>
+
+            <Include>
+                <Filename>le-eduprograms-multi-disciplinary-gcompris.desktop</Filename>
+                <Filename>le-eduprograms-multi-disciplinary-gcompris-edit.desktop</Filename>
+                <Filename>le-eduprograms-multi-disciplinary-tuxpaint.desktop</Filename>
+            </Include>
+        </Menu> <!-- End Multi-disciplinary -->
+
+        <Menu>
+            <Name>Physics</Name>
+            <Directory>le-edu-physics.directory</Directory>
+            <Include>
+                <And>
+                    <Category>LE</Category>
+                    <Category>Education</Category>
+                    <Category>Physics</Category>
+                </And>
+            </Include>
+        </Menu> <!-- End Physics -->
+
+        <Menu>
+            <Name>Games</Name>
+            <Directory>kde-games.directory</Directory>
+
+            <Layout>
+                <Merge type="menus" />
+                <Menuname>Arcade</Menuname>
+                <Menuname>Card</Menuname>
+                <Menuname>Board</Menuname>
+                <Menuname>Games for Kids</Menuname>
+                <Menuname>TacticStrategy</Menuname>
+                <Menuname>Logic</Menuname>
+                <Merge type="files" />
+            </Layout>
+
+            <Menu>
+                <Name>Arcade</Name>
+                <Directory>kde-games-arcade.directory</Directory>
+                <Include>
+                    <And>
+                        <Category>Game</Category>
+                        <Category>ArcadeGame</Category>
+                    </And>
+                </Include>
+            </Menu> <!-- End Arcade -->
+
+            <Menu>
+                <Name>Board</Name>
+                <Directory>kde-games-board.directory</Directory>
+                <Include>
+                    <And>
+                        <Category>Game</Category>
+                        <Category>BoardGame</Category>
+                    </And>
+                </Include>
+            </Menu> <!-- End Board -->
+
+            <Menu>
+                <Name>Card</Name>
+                <Directory>kde-games-card.directory</Directory>
+                <Include>
+                    <And>
+                        <Category>Game</Category>
+                        <Category>CardGame</Category>
+                    </And>
+                </Include>
+            </Menu> <!-- End Card -->
+
+            <Menu>
+                <Name>Games for Kids</Name>
+                <Directory>kde-games-kids.directory</Directory>
+                <Include>
+                    <Filename>le-eduprograms-games-kids-ktuberling.desktop</Filename>
+                    <Filename>le-eduprograms-games-kids-tuxmath.desktop</Filename>
+                    <And>
+                        <Category>Game</Category>
+                        <Or>
+                            <Category>X-KDE-KidsGame</Category>
+                            <Category>KidsGame</Category>
+                        </Or>
+                    </And>
+                </Include>
+                <Exclude>
+                    <Filename>gcompris.desktop</Filename>
+                    <Filename>kde4-blinken.desktop</Filename>
+                    <Filename>kde4-kanagram.desktop</Filename>
+                    <Filename>kde4-khangman.desktop</Filename>
+                    <Filename>kde4-ktuberling.desktop</Filename>
+                </Exclude>
+            </Menu> <!-- End Game for Kids -->
+
+            <Menu>
+                <Name>TacticStrategy</Name>
+                <Directory>kde-games-strategy.directory</Directory>
+                <Include>
+                    <And>
+                        <Category>Game</Category>
+                        <Category>StrategyGame</Category>
+                    </And>
+                </Include>
+            </Menu> <!-- End TacticStrategy -->>
+
+            <Menu>
+                <Name>Logic</Name>
+                <Directory>kde-games-logic.directory</Directory>
+                <Include>
+                    <And>
+                        <Category>Game</Category>
+                        <Category>LogicGame</Category>
+                    </And>
+                </Include>
+            </Menu> <!-- End Logic -->
+
+            <Include>
+                <And>
+                    <Category>Game</Category>
+                    <Not>
+                        <Category>ArcadeGame</Category>
+                        <Category>BoardGame</Category>
+                        <Category>CardGame</Category>
+                        <Category>X-KDE-KidsGame</Category>
+                        <Category>KidsGame</Category>
+                        <Category>StrategyGame</Category>
+                        <Category>LogicGame</Category>
+                    </Not>
+                </And>
+                <!-- Originally, this category is for toys -->
+                <Category>Amusement</Category>
+            </Include>
+        </Menu> <!-- End Games -->
+
+    </Menu> <!-- End EduPrograms -->
+
+</Menu> <!-- End Applications -->
diff --git a/le-interface/pacote/etc/xdg/menus/kde4-applications.menu b/le-interface/pacote/etc/xdg/menus/kde4-applications.menu
new file mode 100644
index 0000000000000000000000000000000000000000..3705cf382a7eae3f5e780d257f7ba63f7c15be8a
--- /dev/null
+++ b/le-interface/pacote/etc/xdg/menus/kde4-applications.menu
@@ -0,0 +1,276 @@
+ <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
+  "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
+
+<Menu>
+	<Name>Applications</Name>
+	<Directory>kde-main.directory</Directory>
+
+	<!-- Search the default locations -->
+	<KDELegacyDirs/>
+	<DefaultAppDirs/>
+	<DefaultDirectoryDirs/>
+
+	<DefaultLayout>
+		<Merge type="menus"/>
+		<Merge type="files"/>
+		<Separator/>
+		<Menuname>More</Menuname>
+	</DefaultLayout>
+
+	<Layout>
+		<Menuname>Edubar</Menuname>
+		<Menuname>Anthem</Menuname>
+		<Menuname>EduPrograms</Menuname>
+		<Menuname>Extras</Menuname>
+		<Menuname>Office</Menuname>
+		<Menuname>Graphics</Menuname>
+		<Menuname>Internet</Menuname>
+		<Menuname>Multimedia</Menuname>
+		<Menuname>Utilities</Menuname>
+		<Menuname>System</Menuname>
+		<Menuname>wine-wine</Menuname>
+		<Merge type="files"/>
+		<Filename>le-dolphin-menu.desktop</Filename>
+		<Filename>kde4-Help.desktop</Filename>
+	</Layout>
+
+	<Menu>
+		<Name>Graphics</Name>
+		<Directory>kde-graphics.directory</Directory>
+		<Layout>
+			<Merge type="menus"/>
+			<Merge type="files"/>
+		</Layout>
+		<Include>
+			<And>
+				<Category>LE</Category>
+				<Category>Graphics</Category>
+				<Not><Category>X-KDE-More</Category></Not>
+			</And>
+		</Include>
+	</Menu> <!-- End Graphics -->
+
+	<Menu>
+		<Name>Internet</Name>
+		<Directory>kde-internet.directory</Directory>
+		<Layout>
+			<Merge type="menus"/>
+			<Merge type="files"/>
+			<Filename>le-internet-knetworkmanager.desktop</Filename>
+			<Filename>le-internet-firefox.desktop</Filename>
+			<Filename>le-internet-konqbrowser.desktop</Filename>
+		</Layout>
+		<Include>
+			<And>
+				<Category>LE</Category>
+				<Category>Network</Category>
+				<Not>
+					<Category>FileTransfer</Category>
+					<Category>X-KDE-More</Category>
+				</Not>
+			</And>
+		</Include>
+	</Menu> <!-- End Internet -->
+
+	<Menu>
+		<Name>Multimedia</Name>
+		<Directory>kde-multimedia.directory</Directory>
+		<Layout>
+			<Merge type="menus"/>
+			<Merge type="files"/>
+		</Layout>
+		<Include>
+			<And>
+				<Category>LE</Category>
+				<Category>AudioVideo</Category>
+				<Not><Category>X-KDE-More</Category></Not>
+			</And>
+		</Include>
+	</Menu> <!-- End Multimedia -->
+
+	<Menu>
+		<Name>Office</Name>
+		<Directory>le-office.directory</Directory>
+		<Layout>
+			<Merge type="menus"/>
+			<Merge type="files"/>
+		</Layout>
+		<Include>
+			<And>
+				<Category>LE</Category>
+				<Category>Office</Category>
+				<Or>
+					<Category>Presentation</Category>
+					<Category>Database</Category>
+					<Category>VectorGraphics</Category>
+					<Category>Spreadsheet</Category>
+					<Category>WordProcessor</Category>
+					<Category>Viewer</Category>
+					<Category>ProjectManagement</Category>
+					<Category>Annotation</Category>
+				</Or>
+			</And>
+		</Include>
+	</Menu> <!-- End Office -->
+
+	<Menu>
+		<Name>System</Name>
+		<Directory>kde-system.directory</Directory>
+		<Layout>
+			<Merge type="menus"/>
+			<Filename>le-system-kinfocenter.desktop</Filename>
+			<Separator/>
+			<Merge type="files"/>
+		</Layout>
+		<Include>
+			<Filename>le-system-printer.desktop</Filename>
+			<Filename>le-system-kbluetooth.desktop</Filename>
+			<Filename>le-system-ksysguard.desktop</Filename>
+			<Filename>le-system-kinfocenter.desktop</Filename>
+			<Filename>le-system-krunner.desktop</Filename>
+			<Filename>le-system-konsole.desktop</Filename>
+			<Filename>le-system-displayconf.desktop</Filename>
+			<Filename>le-system-fixwallpaper.desktop</Filename>
+		</Include>
+	</Menu> <!-- End System -->
+
+	<Menu>
+		<Name>Utilities</Name>
+		<Directory>kde-utilities.directory</Directory>
+		<Layout>
+			<Merge type="menus"/>
+			<Merge type="files"/>
+		</Layout>
+		<Include>
+			<And>
+				<Category>LE</Category>
+				<Category>Utility</Category>
+				<Not><Category>Network</Category></Not>
+			</And>
+		</Include>
+	</Menu> <!-- End Utilities -->
+
+    <Menu>
+        <Name>Extras</Name>
+        <Directory>le-extras.directory</Directory>
+        <Layout>
+            <Merge type="menus"/>
+            <Merge type="files"/>
+        </Layout>
+
+        <!-- Any application that doesn't belong to LE default menu -->
+        <Include>
+            <Not>
+                <Or>
+                    <Category>LE</Category>
+                    <Category>Game</Category>
+                </Or>
+            </Not>
+        </Include>
+
+        <!-- Remove default desktop files -->
+        <Exclude>
+            <Filename>acidrip.desktop</Filename>
+            <Filename>amsn.desktop</Filename>
+            <Filename>aptoncd.desktop</Filename>
+            <Filename>audacity.desktop</Filename>
+            <Filename>avidemux-gtk.desktop</Filename>
+            <Filename>emesene.desktop</Filename>
+            <Filename>firefox.desktop</Filename>
+            <Filename>gcompris-edit.desktop</Filename>
+            <Filename>geogebra.desktop</Filename>
+            <Filename>gimp.desktop</Filename>
+            <Filename>gparted.desktop</Filename>
+            <Filename>Help.desktop</Filename>
+            <Filename>inkscape.desktop</Filename>
+            <Filename>jockey-kde.desktop</Filename>
+            <Filename>kde4-adept-installer.desktop</Filename>
+            <Filename>kde4-adept-manager.desktop</Filename>
+            <Filename>kde4-akonaditray.desktop</Filename>
+            <Filename>kde4-amarok.desktop</Filename>
+            <Filename>kde4-ark.desktop</Filename>
+            <Filename>kde4-cantor.desktop</Filename>
+            <Filename>kde4-digikam.desktop</Filename>
+            <Filename>kde4-dngconverter.desktop</Filename>
+            <Filename>kde4-dolphin.desktop</Filename>
+            <Filename>kde4-gwenview.desktop</Filename>
+            <Filename>kde4-Help.desktop</Filename>
+            <Filename>kde4-k3b.desktop</Filename>
+            <Filename>kde4-kalgebra.desktop</Filename>
+            <Filename>kde4-kalzium.desktop</Filename>
+            <Filename>kde4-kate.desktop</Filename>
+            <Filename>kde4-kbluetooth.desktop</Filename>
+            <Filename>kde4-kbruch.desktop</Filename>
+            <Filename>kde4-kdenlive.desktop</Filename>
+            <Filename>kde4-kgeography.desktop</Filename>
+            <Filename>kde4-kig.desktop</Filename>
+            <Filename>kde4-kinfocenter.desktop</Filename>
+            <Filename>kde4-kiten.desktop</Filename>
+            <Filename>kde4-klettres.desktop</Filename>
+            <Filename>kde4-klipper.desktop</Filename>
+            <Filename>kde4-kmag.desktop</Filename>
+            <Filename>kde4-kmix.desktop</Filename>
+            <Filename>kde4-kmplot.desktop</Filename>
+            <Filename>kde4-kolourpaint.desktop</Filename>
+            <Filename>kde4-kommander.desktop</Filename>
+            <Filename>kde4-konqbrowser.desktop</Filename>
+            <Filename>kde4-konsole.desktop</Filename>
+            <Filename>kde4-krandrtray.desktop</Filename>
+            <Filename>kde4-ksnapshot.desktop</Filename>
+            <Filename>kde4-kstars.desktop</Filename>
+            <Filename>kde4-ksysguard.desktop</Filename>
+            <Filename>kde4-ksystemlog.desktop</Filename>
+            <Filename>kde4-ktouch.desktop</Filename>
+            <Filename>kde4-kturtle.desktop</Filename>
+            <Filename>kde4-kuser.desktop</Filename>
+            <Filename>kde4-kwordquiz.desktop</Filename>
+            <Filename>kde4-marble.desktop</Filename>
+            <Filename>kde4-okular.desktop</Filename>
+            <Filename>kde4-parley.desktop</Filename>
+            <Filename>kde4-rocs.desktop</Filename>
+            <Filename>kde4-scangui.desktop</Filename>
+            <Filename>kde4-step.desktop</Filename>
+            <Filename>kde4-systemsettings.desktop</Filename>
+            <Filename>Kino.desktop</Filename>
+            <Filename>klavaro.desktop</Filename>
+            <Filename>MediaConverter.desktop</Filename>
+            <Filename>openjdk-6-policytool.desktop</Filename>
+            <Filename>libreoffice3.4-base.desktop</Filename>
+            <Filename>libreoffice3.4-calc.desktop</Filename>
+            <Filename>libreoffice3.4-draw.desktop</Filename>
+            <Filename>libreoffice3.4-impress.desktop</Filename>
+            <Filename>libreoffice3.4-javafilter.desktop</Filename>
+            <Filename>libreoffice3.4-math.desktop</Filename>
+            <Filename>libreoffice3.4-printeradmin.desktop</Filename>
+            <Filename>libreoffice3.4-startcenter.desktop</Filename>
+            <Filename>libreoffice3.4-writer.desktop</Filename>
+            <Filename>pdfedit.desktop</Filename>
+            <Filename>planner.desktop</Filename>
+            <Filename>software-properties-gtk.desktop</Filename>
+            <Filename>speedcrunch.desktop</Filename>
+            <Filename>squeak.desktop</Filename>
+            <Filename>synaptic-kde.desktop</Filename>
+            <Filename>tuxmath.desktop</Filename>
+            <Filename>tuxpaint.desktop</Filename>
+            <Filename>vlc.desktop</Filename>
+            <Filename>wine-browsedrive.desktop</Filename>
+            <Filename>wine-notepad.desktop</Filename>
+            <Filename>wine-uninstaller.desktop</Filename>
+            <Filename>wine-winecfg.desktop</Filename>
+            <Filename>xawtv.desktop</Filename>
+            <Filename>xsane.desktop</Filename>
+            <Filename>xournal.desktop</Filename>
+        </Exclude>
+    </Menu> <!-- End Extras -->
+
+    <DefaultMergeDirs/>
+
+    <Include>
+        <Category>LE-Menu</Category>
+        <Filename>kde4-Help.desktop</Filename>
+    </Include>
+
+    <MergeFile>applications-admin.menu</MergeFile>
+    <MergeFile>applications-edit.menu</MergeFile>
+    <MergeFile>applications-extras.menu</MergeFile>
+</Menu> <!-- End Applications -->
diff --git a/le-interface/pacote/etc/xdg/menus/le-menu/applications-admin.menu b/le-interface/pacote/etc/xdg/menus/le-menu/applications-admin.menu
new file mode 100644
index 0000000000000000000000000000000000000000..eea7c2dfa06835d1e1f4a8b1627e72d3b66b5e98
--- /dev/null
+++ b/le-interface/pacote/etc/xdg/menus/le-menu/applications-admin.menu
@@ -0,0 +1,47 @@
+ <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
+  "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
+
+<Menu>
+	<Layout>
+		<Menuname>Edubar</Menuname>
+		<Menuname>Anthem</Menuname>
+		<Menuname>EduPrograms</Menuname>
+		<Menuname>Extras</Menuname>
+		<Menuname>Office</Menuname>
+		<Menuname>Graphics</Menuname>
+		<Menuname>Internet</Menuname>
+		<Menuname>Multimedia</Menuname>
+		<Menuname>Utilities</Menuname>
+		<Menuname>System</Menuname>
+		<Menuname>wine-wine</Menuname>
+		<Merge type="files"/>
+		<Filename>le-dolphin-menu.desktop</Filename>
+		<Filename>kde4-Help.desktop</Filename>
+	</Layout>
+
+	<Menu>
+		<Name>System</Name>
+		<Directory>kde-system.directory</Directory>
+		<Layout>
+			<Merge type="menus"/>
+			<Filename>le-system-systemsettings.desktop</Filename>
+			<Filename>le-system-kinfocenter.desktop</Filename>
+			<Separator/>
+			<Merge type="files"/>
+		</Layout>
+		<Include>
+			<And>
+				<Category>LE</Category>
+				<Or>
+					<Category>Settings</Category>
+					<Category>System</Category>
+					<Category>FileTransfer</Category>
+				</Or>
+				<Not>
+					<Category>Utility</Category>
+					<Category>X-KDE-More</Category>
+				</Not>
+			</And>
+		</Include>
+	</Menu> <!-- End System -->
+</Menu>
diff --git a/le-interface/pacote/etc/xdg/menus/le-menu/applications-edit.menu b/le-interface/pacote/etc/xdg/menus/le-menu/applications-edit.menu
new file mode 100644
index 0000000000000000000000000000000000000000..45fe225ccd7d55fd33a955753281d470b7a72a32
--- /dev/null
+++ b/le-interface/pacote/etc/xdg/menus/le-menu/applications-edit.menu
@@ -0,0 +1,8 @@
+ <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
+  "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
+
+<Menu>
+    <DefaultMergeDirs/>
+
+    <MergeFile>applications-kmenuedit.menu</MergeFile>
+</Menu>
diff --git a/le-interface/pacote/etc/xdg/menus/le-menu/applications-extras.menu b/le-interface/pacote/etc/xdg/menus/le-menu/applications-extras.menu
new file mode 100644
index 0000000000000000000000000000000000000000..947fcc95c7b09d20182d7552d4a0731f39022eb6
--- /dev/null
+++ b/le-interface/pacote/etc/xdg/menus/le-menu/applications-extras.menu
@@ -0,0 +1,11 @@
+ <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
+  "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
+
+<Menu>
+	<Menu>
+		<Name>Extras</Name>
+		<Exclude>
+            @
+		</Exclude>
+	</Menu> <!-- End Extras -->
+</Menu>
diff --git a/le-interface/pacote/usr/local/bin/le-browser.sh b/le-interface/pacote/usr/local/bin/le-browser.sh
new file mode 100755
index 0000000000000000000000000000000000000000..16fb9922144a666ab7d9f79a54ec70580948f2f5
--- /dev/null
+++ b/le-interface/pacote/usr/local/bin/le-browser.sh
@@ -0,0 +1,26 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+FFPATH="${HOME}/.mozilla/firefox"
+
+# Remove Firefox profile
+rm -Rf ${FFPATH}
diff --git a/le-interface/pacote/usr/local/bin/le-fix-wallpaper.sh b/le-interface/pacote/usr/local/bin/le-fix-wallpaper.sh
new file mode 100755
index 0000000000000000000000000000000000000000..abfe48d75981829d5d7ee9d7afd1d9c35f8daa1f
--- /dev/null
+++ b/le-interface/pacote/usr/local/bin/le-fix-wallpaper.sh
@@ -0,0 +1,115 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2011 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+THIS=$(basename $0)
+PDAPATH=".kde/share/config/plasma-desktop-appletsrc"
+
+USERF=""
+APPSTR="^plugin=ihatethecashew$"
+
+TERROR="Erro - Restaurar papel de parede"
+TWARN="Aviso - Restaurar papel de parede"
+
+# Print script usage
+function usage() {
+    echo "Uso: $THIS [opções]
+
+    Opções:
+        -h                  uso
+        -q                  não imprime mensagens
+        -t                  versão terminal
+        -g                  versão janela
+        -u USUARIO          atribui usuário
+    "
+    exit -1
+}
+
+# Restart plasma-desktop
+function restartplasma() {
+    kquitapp plasma-desktop
+    plasma-desktop
+    plasma-desktop
+}
+
+while getopts "hqtgu:" OPT; do
+    case $OPT in
+        "h") usage;;
+        "q") MSGTYPE=0;;
+        "t") MSGTYPE=1;;
+        "g") MSGTYPE=2;;
+        "u") USERF=$OPTARG;;
+        "?") usage;;
+          *) usage;;
+    esac
+done
+
+# Print usage if none parameter was passed
+if test $# -eq 0; then
+    usage
+fi
+
+# File path
+if test -z "$USERF"; then
+    FILE="$HOME/$PDAPATH"
+else
+    FILE="/home/$USERF/$PDAPATH"
+fi
+
+if test -e $FILE; then
+    ASL=$(grep -n $APPSTR $FILE | cut -d':' -f1)
+    AEL=$((ASL + 2))
+
+    if test -n "$ASL"; then
+        # Remove ihatethecashew plugin lines
+        ASL=$((ASL - 3))
+        sed -i "$ASL,$AEL d" $FILE
+
+        if test $? -ne 0; then
+            case $MSGTYPE in
+                "0") ;;
+                "1") echo "Erro ao modificar $FILE";;
+                "2") kdialog --title $TERROR --error "Erro ao modificar $FILE";;
+                  *)   exit 1;;
+            esac
+            exit 1
+        else
+            case $MSGTYPE in
+                "0") ;;
+                "1") restartplasma; echo "Restauração realizada com sucesso.";;
+                "2") restartplasma
+                     kdialog --title $TWARN \
+                             --msgbox "Restauração realizada com sucesso.";;
+                  *)   exit 1;;
+            esac
+        fi
+    else
+        case $MSGTYPE in
+            "0") ;;
+            "1") echo "Nenhuma alteração feita.";;
+            "2") kdialog --title $TWARN --msgbox "Nenhuma alteração feita.";;
+              *)   exit 1;;
+        esac
+        exit 1
+    fi
+fi
+
+exit 0
diff --git a/le-interface/pacote/usr/local/bin/le-interface-cashew.sh b/le-interface/pacote/usr/local/bin/le-interface-cashew.sh
new file mode 100755
index 0000000000000000000000000000000000000000..be6f04a5af60dd430cd6fa560845303fe9245181
--- /dev/null
+++ b/le-interface/pacote/usr/local/bin/le-interface-cashew.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+# This script solves the cashew problem on login session for non-freeze users
+
+KDEPATH="$HOME/.kde/share/config"
+PDRC="$KDEPATH/plasma-desktoprc"
+PDA="plasma-desktop-appletsrc"
+PDARC="$KDEPATH/$PDA"
+KDESHARE="/usr/share/kubuntu-default-settings/kde4-profile/default/share"
+CASHEW="ihatethecashew"
+CASHEWJS="03-$CASHEW.js"
+LOCKJS="04-lockwidgets.js"
+
+# Verify if cashew is configured in plasma-desktop-appletsrc
+if grep -q $CASHEW $PDARC; then
+    # Get value of immutability from General group
+    pimm=$(kreadconfig --file $PDA --group General --key immutability)
+
+    # Execute script to remove cashew configuration
+    bash le-fix-wallpaper.sh -q
+
+    # Set value of immutability to 1 (unlock widgets)
+    kwriteconfig --file $PDA --group General --key immutability 1
+
+    # Remove cashew js script from list of performed scripts on login
+    sed -i "s:,*$KDESHARE/apps/plasma-desktop/updates/$CASHEWJS::" $PDRC
+
+    # Recover immutability configuration if needed
+    if test "$pimm" -eq "2"; then
+        if grep -q $LOCKJS $PDRC; then
+            sed -i "s:,*$KDESHARE/apps/plasma-desktop/updates/$LOCKJS::" $PDRC
+        fi
+    fi
+fi
diff --git a/le-interface/pacote/usr/local/bin/le-interface-config-recovery.sh b/le-interface/pacote/usr/local/bin/le-interface-config-recovery.sh
new file mode 100755
index 0000000000000000000000000000000000000000..600f57f8fa7d5755b7c59f3df48bda20aa0de646
--- /dev/null
+++ b/le-interface/pacote/usr/local/bin/le-interface-config-recovery.sh
@@ -0,0 +1,40 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+# Remove kde specific files
+REMOVELIST="share/config/plasma-desktoprc"
+for ITEM in ${REMOVELIST}; do
+    rm -Rf "$HOME/.kde/$ITEM" &>/dev/null
+done
+
+# Restart icon cache if needed
+icontheme=$(kreadconfig --file kdeglobals --group Icons --key Theme)
+if test "$icontheme" != "le-icons"; then
+    rm -f /var/tmp/kdecache-$USER/kpc/kde-icon-cache*
+fi
+
+# Restart /etc/skel
+cp -r /etc/skel/.kde "$HOME"
+cp -r /etc/skel/.local "$HOME"
+chown -R --reference="$HOME" "$HOME/.kde"
+chown -R --reference="$HOME" "$HOME/.local"
+
diff --git a/le-interface/pacote/usr/local/bin/le-interface-kwin.sh b/le-interface/pacote/usr/local/bin/le-interface-kwin.sh
new file mode 100755
index 0000000000000000000000000000000000000000..c66e5663572f604239e4ab8367eee1fd44b0bfb3
--- /dev/null
+++ b/le-interface/pacote/usr/local/bin/le-interface-kwin.sh
@@ -0,0 +1,56 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2011 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+# Write LE default contiguration to kwinrc
+
+# If user does not belong to freeze group and already has kwinrc, exit
+if ! $(groups $USER | grep -q "\<freeze\>"); then
+    if test -f $HOME/.kde/share/config/kwinrc; then
+        exit 0;
+    fi
+fi
+
+res=$(kreadconfig --file kwinrc --group '$Version' --key update_info)
+if test -z "$res"; then
+    kwriteconfig --file kwinrc --group '$Version' \
+                 --key update_info kwin_on_off.upd:kwin_on_off,kwin.upd:kde3.0r1,kwin.upd:kde3.2Xinerama,kwin_focus1.upd:kwin_focus1,kwin3_plugin.upd:kde3.2,kwin_focus2.upd:kwin_focus2
+fi
+
+# Write the configuration below for freeze users and non-freeze users without
+# kwinrc file
+kwriteconfig --file kwinrc --group Desktops --key Name_1 ""
+
+kwriteconfig --file kwinrc --group Style --key PluginLib kwin3_qtcurve
+kwriteconfig --file kwinrc --group Style --key BorderSize 1
+kwriteconfig --file kwinrc --group Style --key ButtonsOnLeft M
+kwriteconfig --file kwinrc --group Style --key ButtonsOnRight HIA__X
+kwriteconfig --file kwinrc --group Style --key ShowToolTips \
+             --type bool true
+kwriteconfig --file kwinrc --group Style --key CustomButtonPositions \
+             --type bool true
+
+kwriteconfig --file kwinrc --group TabBox --key ListMode 0
+kwriteconfig --file kwinrc --group TabBox --key ShowTabBox \
+             --type bool true
+
+# Change kwinrc owner based on home directory
+chown -R --reference="$HOME" "$HOME/.kde/share/config/kwinrc"
diff --git a/le-interface/pacote/usr/local/bin/le-interface-menus.sh b/le-interface/pacote/usr/local/bin/le-interface-menus.sh
new file mode 100755
index 0000000000000000000000000000000000000000..f1e796492c52fa1b5ae46d953fce770b283a4441
--- /dev/null
+++ b/le-interface/pacote/usr/local/bin/le-interface-menus.sh
@@ -0,0 +1,77 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2011 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+# Files
+EXTRAS="applications-extras.menu"
+ADMIN="applications-admin.menu"
+EDIT="applications-edit.menu"
+
+# Paths
+MENUPATH="$HOME/.config/menus"
+LEMENUPATH="/etc/xdg/menus/le-menu"
+WINEAPPATH="$HOME/.local/share/applications/wine"
+TOTEMICONPATH="/usr/share/applications/totem.desktop"
+
+# Remove totem's icon from the menu
+if test -e $TOTEMICONPATH; then
+    rm $TOTEMICONPATH
+fi
+
+# Verify existence of menu configuration directory
+if test ! -d "$MENUPATH/"; then
+    mkdir -p "$MENUPATH"
+    chown -R --reference="$HOME" "$HOME/.config"
+fi
+
+# Change menu according to user groups
+# For admin users, show admin menu and enable menu item edition
+if groups $USER | grep -q "\<admin\>"; then
+    cp "$LEMENUPATH/$EDIT" "$MENUPATH/"
+    if test ! -f "$MENUPATH/$ADMIN"; then
+        cp "$LEMENUPATH/$ADMIN" "$MENUPATH/"
+    fi
+else
+    # Restore default menu for non-admin and freeze users
+    if groups $USER | grep -q "\<freeze\>"; then
+        rm -f "$MENUPATH/"* &> /dev/null
+    else
+        # Allow non-freeze users do edit menu
+        cp "$LEMENUPATH/$EDIT" "$MENUPATH/"
+    fi
+fi
+
+# Create a list with wine files
+WINEDKTP=$(find $WINEAPPATH -name "*.desktop" | tr ' ' '@')
+
+FILELIST=""
+for deskfile in $WINEDKTP; do
+	filename=$(echo $deskfile | cut -d'/' --complement -f1,2,3,4,5,6)
+	filename=$(echo $filename | tr "@" ' ' | tr "/" "-")
+	FILELIST="$FILELIST <Filename>$filename</Filename>"
+done
+
+# Copy extras menu model and modify it
+cp "$LEMENUPATH/$EXTRAS" "$MENUPATH/"
+sed -i "s:@:$FILELIST:" "$MENUPATH/$EXTRAS"
+
+# Change files owner based on home directory
+chown -R --reference="$HOME" "$MENUPATH"
diff --git a/le-interface/pacote/usr/local/bin/le-interface-network.sh b/le-interface/pacote/usr/local/bin/le-interface-network.sh
new file mode 100755
index 0000000000000000000000000000000000000000..a0530370f23935edef37f2f85881778620481fb1
--- /dev/null
+++ b/le-interface/pacote/usr/local/bin/le-interface-network.sh
@@ -0,0 +1,83 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2011 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+SKELFILE="/etc/skel/.kde/share/config/plasma-desktop-appletsrc"
+CONFFILE="${HOME}/.kde/share/config/plasma-desktop-appletsrc"
+AUTOSTARTFOLDER="${HOME}/.kde/Autostart"
+
+# If the le-multiterminal isn't installed, enable network-manager-gnome for
+# all users. Otherwise, enable knetworkmanager only for the teacher user.
+if test $(dpkg -l le-multiterminal | grep -c '^ii') -eq 0; then
+    # If there is no Autostart folder, create it
+    if ! test -d ${AUTOSTARTFOLDER}; then
+        mkdir -p ${AUTOSTARTFOLDER}
+    fi
+
+    # Link the network-manager-gnome applet to the user's Autostart folder
+    if ! test -h ${AUTOSTARTFOLDER}/nm-applet-link; then
+        ln -s /usr/bin/nm-applet ${AUTOSTARTFOLDER}/nm-applet-link
+    fi
+
+    exit 0
+fi
+
+# If user is a student, exit
+if id ${USER} | grep -q "(\<aluno\>)" 2>/dev/null ; then
+    exit 0
+fi
+
+# If there is no conffile, copy it from skel
+if ! test -f ${CONFFILE}; then
+    cp ${SKELFILE} ${CONFFILE}
+fi
+
+PLUGIN=$(grep "^plugin=networkmanagement$" $CONFFILE)
+
+# If network management is already configured, exit
+if test -n "$PLUGIN"; then
+    exit 0
+fi
+
+IDS1="^\[Containments\]\[[0-9]*\]\[Applets\]\[[0-9]*\]"
+IDS2="\[Configuration\]\[Applets\]\[[0-9]*\]$"
+ID=$(egrep "${IDS1}${IDS2}" ${CONFFILE} | \
+     cut -d "[" -f8 | sed 's/\]//g' | sort -g | tail -n1)
+
+ID=$(( ${ID} + 1 ))
+
+SYSTRAYID=$(grep 'plugin=systemtray' -B10 ${CONFFILE} | \
+            egrep '^\[Containments\]\[[0-9]*\]\[Applets\]\[[0-9]*\]$' | \
+            tail -n1 | cut -d'[' -f5 | cut -d']' -f1)
+
+kwriteconfig --file ${CONFFILE} --group Containments --group 2 --group Applets \
+             --group ${SYSTRAYID} --group Configuration --group Applets \
+             --group ${ID} --key immutability "1"
+
+kwriteconfig --file ${CONFFILE} --group Containments --group 2 --group Applets \
+             --group ${SYSTRAYID} --group Configuration --group Applets \
+             --group ${ID} --key plugin "networkmanagement"
+
+kwriteconfig --file ${CONFFILE} --group Containments --group 2 --group Applets \
+             --group ${SYSTRAYID} --group Configuration --group Applets \
+             --group ${ID} --key zvalue "0"
+
+chown -R --reference="$HOME" "$HOME/.kde"
diff --git a/le-interface/pacote/usr/local/bin/le-interface-via-fix.sh b/le-interface/pacote/usr/local/bin/le-interface-via-fix.sh
new file mode 100755
index 0000000000000000000000000000000000000000..8a83e0c8985418f055a130e420a673e5496d94f5
--- /dev/null
+++ b/le-interface/pacote/usr/local/bin/le-interface-via-fix.sh
@@ -0,0 +1,27 @@
+#!/bin/bash
+
+# Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+CONFIG="/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/kwinrc"
+
+if lspci | grep -i vga | grep -qi via ; then
+    sed -i "s/Enabled=true/Enabled=false/" $CONFIG
+fi
diff --git a/le-interface/pacote/usr/local/bin/le-konqueror.sh b/le-interface/pacote/usr/local/bin/le-konqueror.sh
new file mode 100755
index 0000000000000000000000000000000000000000..adc36069d3cd056aae88494895deee94e62656b9
--- /dev/null
+++ b/le-interface/pacote/usr/local/bin/le-konqueror.sh
@@ -0,0 +1,26 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2011 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+KONQPATH="${HOME}/.kde/share/apps/konqueror"
+
+# Remove Konqueror profile
+rm -Rf ${KONQPATH}
diff --git a/le-interface/pacote/usr/local/bin/le-printer-manager.sh b/le-interface/pacote/usr/local/bin/le-printer-manager.sh
new file mode 100755
index 0000000000000000000000000000000000000000..52ab3d4ce0d02250a71273e0dffd8ea579ef568f
--- /dev/null
+++ b/le-interface/pacote/usr/local/bin/le-printer-manager.sh
@@ -0,0 +1,43 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2010 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+printer=$(qdbus | grep "org.kde.printer-applet-")
+
+if test "0" == $?
+then
+    # Get printer-applet id
+    printerpid=$(echo $printer | cut -d'-' -f3)
+    # Open print status window
+    qdbus org.kde.printer-applet-"$printerpid" /printer_applet/MainWindow \
+          com.trolltech.Qt.QWidget.show
+else
+    # If printer applet file exists
+    if test -f /usr/bin/printer-applet
+    then
+        # Run printer applet and open print status window
+        python /usr/bin/printer-applet --show &
+    else
+        # Show an error dialog
+        kdialog --title "Impressora" \
+                --msgbox "Aplicativo de impressora não instalado."
+    fi
+fi
diff --git a/le-interface/pacote/usr/local/bin/le-soundconfig.sh b/le-interface/pacote/usr/local/bin/le-soundconfig.sh
new file mode 100755
index 0000000000000000000000000000000000000000..a56c7d7de5e85287b05518acf164881bd0cf99be
--- /dev/null
+++ b/le-interface/pacote/usr/local/bin/le-soundconfig.sh
@@ -0,0 +1,27 @@
+#!/bin/bash
+#
+# Copyright (C) 2004-2011 Centro de Computacao Cientifica e Software Livre
+# Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
+#
+# This file is part of le-interface
+#
+# le-interface is free software; you can redistribute it and/or
+# modify it under the terms of the 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 License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
+
+# Reset sound volume
+for CONTROL in $(amixer scontrols | cut -d "'" -f2); do
+    amixer set ${CONTROL} 100% unmute
+done
+alsactl store
diff --git a/le-interface/pacote/usr/local/share/doc/le-interface/AUTHORS b/le-interface/pacote/usr/local/share/doc/le-interface/AUTHORS
new file mode 100644
index 0000000000000000000000000000000000000000..f14f4b43ce955d026ed6e93e2c082597641c9a86
--- /dev/null
+++ b/le-interface/pacote/usr/local/share/doc/le-interface/AUTHORS
@@ -0,0 +1,27 @@
+C3SL - Centro de Computacao Cientifica e Software Livre
+
+Adriano da Luz
+Bruno Cesar Ribas
+Carlos Carvalho
+Cleide Luzia Bonfim Possamai
+Danilo Kiyoshi Simizu Yorinori
+Diego Giovane Pasqualin
+Eduardo Todt
+Erik Alexandre Pucci
+Felipe Cys Laskoski
+Guilherme Zasyeki Machado
+Josiney de Souza
+Juliana Bueno
+Klismann Smoger Mottin
+Laura Sanchez Garcia
+Luis Carlos Erpen de Bona
+Marcela Saragioto
+Marcos Castilho
+Pedro Eugenio Rocha
+Renan Franca De Miranda
+Ricardo Tavares De Oliveira
+Rubens Massayuki Suguimoto
+Thiago Henrique Dos Santos Picharski
+Tiago Rodrigo Kepe
+Victor Tarabola Cortiano
+Vinicius Kwiecien Ruoso
diff --git a/le-interface/pacote/usr/local/share/doc/le-interface/COPYING b/le-interface/pacote/usr/local/share/doc/le-interface/COPYING
new file mode 100644
index 0000000000000000000000000000000000000000..94a9ed024d3859793618152ea559a168bbcbb5e2
--- /dev/null
+++ b/le-interface/pacote/usr/local/share/doc/le-interface/COPYING
@@ -0,0 +1,674 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                       TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+  1. Source Code.
+
+  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+
+  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+  The Corresponding Source for a work in source code form is that
+same work.
+
+  2. Basic Permissions.
+
+  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+  4. Conveying Verbatim Copies.
+
+  You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+  5. Conveying Modified Source Versions.
+
+  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+    a) The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.
+
+    b) The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+    7.  This requirement modifies the requirement in section 4 to
+    "keep intact all notices".
+
+    c) You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.
+
+    d) If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.
+
+  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+  6. Conveying Non-Source Forms.
+
+  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+    a) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.
+
+    b) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.
+
+    c) Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.
+
+    d) Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.
+
+    e) Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.
+
+  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+  7. Additional Terms.
+
+  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+    a) Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or
+
+    b) Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or
+
+    c) Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or
+
+    d) Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or
+
+    e) Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or
+
+    f) Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.
+
+  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+  8. Termination.
+
+  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+  9. Acceptance Not Required for Having Copies.
+
+  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+  10. Automatic Licensing of Downstream Recipients.
+
+  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+
+  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+  11. Patents.
+
+  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+
+  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+  12. No Surrender of Others' Freedom.
+
+  If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+  13. Use with the GNU Affero General Public License.
+
+  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+  14. Revised Versions of this License.
+
+  The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+  Each version is given a distinguishing version number.  If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+  If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+  15. Disclaimer of Warranty.
+
+  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. Limitation of Liability.
+
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+  17. Interpretation of Sections 15 and 16.
+
+  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 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 License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+  If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+    <program>  Copyright (C) <year>  <name of author>
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+  You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<http://www.gnu.org/licenses/>.
+
+  The GNU General Public License does not permit incorporating your program
+into proprietary programs.  If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.  But first, please read
+<http://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/le-interface/pacote/usr/share/applications/le/anthem/hino-bandeira.desktop b/le-interface/pacote/usr/share/applications/le/anthem/hino-bandeira.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..3846db1eef89aac0ff750b15b13315518cf17540
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/anthem/hino-bandeira.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+
+Exec=vlc '/home/ConteudoMEC/hinos/Hino à Bandeira Nacional.mp3'
+Icon=anthem
+
+Name=Hino à Bandeira Nacional
+Name[pt_BR]=Hino à Bandeira Nacional
+Categories=LE;Education;Anthem;
diff --git a/le-interface/pacote/usr/share/applications/le/anthem/hino-independencia.desktop b/le-interface/pacote/usr/share/applications/le/anthem/hino-independencia.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..b50d53d64eff4e9cf0a1e1f911765b19d0abe5a4
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/anthem/hino-independencia.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+
+Exec=vlc '/home/ConteudoMEC/hinos/Hino da Independência.mp3'
+Icon=anthem
+
+Name=Hino da Independência
+Name[pt_BR]=Hino da Independência
+Categories=LE;Education;Anthem;
diff --git a/le-interface/pacote/usr/share/applications/le/anthem/hino-nacional.desktop b/le-interface/pacote/usr/share/applications/le/anthem/hino-nacional.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..ebf4b00c54c49a679da55d59aacd15989c086aba
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/anthem/hino-nacional.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+
+Exec=vlc '/home/ConteudoMEC/hinos/Hino Nacional Brasileiro.mp3'
+Icon=anthem
+
+Name=Hino Nacional Brasileiro
+Name[pt_BR]=Hino Nacional Brasileiro
+Categories=LE;Education;Anthem;
diff --git a/le-interface/pacote/usr/share/applications/le/anthem/hino-republica.desktop b/le-interface/pacote/usr/share/applications/le/anthem/hino-republica.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..a16d2090b1f4f7c2799238607cdb7fe7cb0169d8
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/anthem/hino-republica.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+
+Exec=vlc '/home/ConteudoMEC/hinos/Hino à Proclamação da República.mp3'
+Icon=anthem
+
+Name=Hino à Proclamação da República
+Name[pt_BR]=Hino à Proclamação da República
+Categories=LE;Education;Anthem;
diff --git a/le-interface/pacote/usr/share/applications/le/edubar/dominio-publico.desktop b/le-interface/pacote/usr/share/applications/le/edubar/dominio-publico.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..662a56f3f4a1b347b4c36c3490563561b666ad57
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/edubar/dominio-publico.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=Portal Domínio Público
+Exec=firefox http://www.dominiopublico.gov.br/
+Terminal=false
+X-MultipleArgs=false
+Type=Application
+Icon=dominiopub
+Categories=LE;Education;Edubar;
diff --git a/le-interface/pacote/usr/share/applications/le/edubar/instalar-conteudo.desktop b/le-interface/pacote/usr/share/applications/le/edubar/instalar-conteudo.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..41dc4eadb8a9fb08ce161357b334230908ad2d11
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/edubar/instalar-conteudo.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=Instalar Conteúdos Educacionais
+Exec=gksu le-installpkgs
+Terminal=false
+X-MultipleArgs=false
+Type=Application
+Icon=instalarcont
+Categories=LE;Education;Edubar;
diff --git a/le-interface/pacote/usr/share/applications/le/edubar/le-search.desktop b/le-interface/pacote/usr/share/applications/le/edubar/le-search.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..ed5e3859b37546cde0eabd009a2f8493781637e8
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/edubar/le-search.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=Buscar Conteúdos Educacionais
+Exec=le-search
+Terminal=false
+X-MultipleArgs=false
+Type=Application
+Icon=buscarcont
+Categories=LE;Education;Edubar;
diff --git a/le-interface/pacote/usr/share/applications/le/edubar/objetos-educacionais.desktop b/le-interface/pacote/usr/share/applications/le/edubar/objetos-educacionais.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..628d854910757f647fd7665698c1e1d04dd19c99
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/edubar/objetos-educacionais.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=Banco Internacional de Objetos Educacionais
+Exec=firefox http://objetoseducacionais2.mec.gov.br/
+Terminal=false
+X-MultipleArgs=false
+Type=Application
+Icon=objetosedu
+Categories=LE;Education;Edubar;
diff --git a/le-interface/pacote/usr/share/applications/le/edubar/portal-professor.desktop b/le-interface/pacote/usr/share/applications/le/edubar/portal-professor.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..6ba049c507d2d5105c19f30e7a81d18456f706d8
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/edubar/portal-professor.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=Portal do Professor
+Exec=firefox http://portaldoprofessor.mec.gov.br/
+Terminal=false
+X-MultipleArgs=false
+Type=Application
+Icon=portalprof
+Categories=LE;Education;Edubar;
diff --git a/le-interface/pacote/usr/share/applications/le/edubar/tv-escola.desktop b/le-interface/pacote/usr/share/applications/le/edubar/tv-escola.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..8aed2ccc939ccdd3540d4554d9bcc422ec440d11
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/edubar/tv-escola.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=TV Escola
+Exec=firefox http://tvescola.mec.gov.br/
+Terminal=false
+X-MultipleArgs=false
+Type=Application
+Icon=tvescola
+Categories=LE;Education;Edubar;
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/development/kturtle.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/development/kturtle.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..cad0b31dc51706aa1ad8097f5f3d13eda4ba0bee
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/development/kturtle.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Value=1.0
+Name=KTurtle
+GenericName=Linguagem Logo
+Exec=kturtle %i -caption "%c"
+Icon=kturtle
+X-DocPath=kturtle/index.html
+Type=Application
+Categories=Qt;KDE;Education;ComputerScience;X-KDE-Edu-Misc;LE;Development;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/development/squeak.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/development/squeak.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..2490c2911857eea387dd687545f3b4632cf22db8
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/development/squeak.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Type=Application
+Exec=le-squeak
+Icon=/usr/share/pixmaps/squeak.png
+Terminal=false
+Name=Squeak
+GenericName[pt_BR]=Linguagem de programação
+Categories=Application;Education;Development;LE;
+MimeType=application/x-image;application/squeak-image;application/squeak-project
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/KGoldrunner.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/KGoldrunner.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..84fd3bc7c7276154495c687038899c6cafa58080
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/KGoldrunner.desktop
@@ -0,0 +1,15 @@
+# KDE Config File
+[Desktop Entry]
+Name=KGoldrunner
+GenericName=Hunt Gold, Dodge Enemies and Solve Puzzles
+Type=Application
+Exec=kgoldrunner
+Icon=kgoldrunner
+X-DocPath=kgoldrunner/index.html
+Comment=A game of action and puzzle-solving
+Terminal=false
+Categories=Qt;KDE;Game;ArcadeGame;
+X-DBUS-StartupType=Multi
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/bomber.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/bomber.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..c85542d208ec10e5e5949a607e2ef416c4af465c
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/bomber.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=Bomber
+Exec=bomber -caption "%c"
+Icon=bomber
+Type=Application
+Terminal=false
+GenericName=Arcade Bombing Game
+Categories=Qt;KDE;Game;ArcadeGame;
+X-DocPath=bomber/index.html
+X-DBUS-StartupType=Multi
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/granatier.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/granatier.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..30977d2e33fc309a2a092c61d6e1a3df136f286d
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/granatier.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Type=Application
+Name=Granatier
+GenericName=Bomberman clone
+Icon=granatier
+TryExec=granatier
+Exec=granatier
+Categories=Qt;KDE;Game;ArcadeGame;
+X-DocPath=granatier/index.html
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kapman.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kapman.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..498be9a5ef289555b6029eb5e6f9d4f4da051a7f
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kapman.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=Kapman
+GenericName=Pac-Man Clone
+Comment=Eat pills escaping ghosts
+Icon=kapman
+TryExec=kapman
+Exec=kapman
+Categories=Qt;KDE;Game;ArcadeGame;
+X-DocPath=kapman/index.html
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kblocks.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kblocks.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..35273f9b6c6dd8b791373792651ba6a3ac270d22
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kblocks.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=KBlocks
+Icon=kblocks
+Exec=kblocks -caption "%c"
+Type=Application
+X-DocPath=kblocks/index.html
+GenericName=Falling Blocks Game
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;ArcadeGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kbounce.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kbounce.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..2a77c651585f05785528f2630730018a2009d0b0
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kbounce.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Name=KBounce
+
+Type=Application
+Exec=kbounce -caption "%c"
+X-DocPath=kbounce/index.html
+Icon=kbounce
+
+GenericName=Ball Bouncing Game
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;ArcadeGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kbreakout.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kbreakout.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..fcbb434e63a38f641dca70ad91979d6fca555716
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kbreakout.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=KBreakOut
+Icon=kbreakout
+Type=Application
+Exec=kbreakout -caption "%c"
+X-DocPath=kbreakout/index.html
+GenericName=Breakout-like Game
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;ArcadeGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kdesnake.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kdesnake.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..461f67693492f4e774f79a59fa05bab50dce7319
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kdesnake.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Type=Application
+Exec=ktron -snake -caption "%c" %i
+Icon=kdesnake
+DocPath=ktron/index.html
+GenericName=Snake-like Game
+Terminal=false
+Name=KSnake
+X-KDE-StartupNotify=true
+X-DCOP-ServiceType=Multi
+Categories=Qt;KDE;Game;ArcadeGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kollision.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kollision.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..6a95885802c2a3e29028e0b88df10335a1581269
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kollision.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Kollision
+Exec=kollision
+Icon=kollision
+Type=Application
+Comment=A simple ball dodging game
+Terminal=false
+Categories=Qt;KDE;Game;ArcadeGame;
+X-DocPath=kollision/index.html
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kspaceduel.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kspaceduel.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..8cce71e94b877c38f1df73a206cb9ba0d858f98c
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kspaceduel.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Name=KSpaceDuel
+MimeType=
+Exec=kspaceduel -caption "%c"
+GenericName=Space Arcade Game
+Icon=kspaceduel
+X-DocPath=kspaceduel/index.html
+Type=Application
+Terminal=false
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;ArcadeGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/ktron.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/ktron.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..a9f9c01cf8404e635e965138dbf3a6431558e811
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/ktron.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Type=Application
+Exec=ktron -caption "%c" %i
+Icon=ktron
+DocPath=ktron/index.html
+GenericName=Tron-like Game
+Terminal=false
+Name=KTron
+X-KDE-StartupNotify=true
+X-DCOP-ServiceType=Multi
+Categories=Qt;KDE;Game;ArcadeGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/bovo.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/bovo.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..c8fdf5edb2610eb74818a989d49f529ff3f8beeb
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/bovo.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Exec=bovo -caption "%c"
+Name=Bovo
+Icon=bovo
+Type=Application
+X-DocPath=bovo/index.html
+GenericName=Five-in-a-row Board Game
+Terminal=false
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;BoardGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/glchess.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/glchess.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..425a5a3d7edfb6787453d32e2381bd6274543afc
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/glchess.desktop
@@ -0,0 +1,19 @@
+[Desktop Entry]
+Name=Chess
+Comment=Play the classic two-player boardgame of chess
+Version=1.0
+Exec=/usr/games/glchess
+Terminal=false
+Type=Application
+Categories=GNOME;Game;BoardGame;
+StartupNotify=true
+Icon=gnome-glchess
+MimeType=application/x-chess-pgn;
+GenericName=3D Chess Game
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gnome-games
+X-GNOME-Bugzilla-Component=BugBuddyBugs
+X-GNOME-Bugzilla-Version=2.30.0
+X-Ubuntu-Gettext-Domain=gnome-games
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kblackbox.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kblackbox.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..5edbe80b672d0a6d94a45a06793218d8b02c0500
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kblackbox.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+GenericName=Blackbox Logic Game
+Exec=kblackbox -caption "%c"
+Name=KBlackBox
+Icon=kblackbox
+X-DocPath=kblackbox/index.html
+Type=Application
+Terminal=false
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;BoardGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kfourinline.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kfourinline.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..7a2308b0618a86decfe4622976ab5fe10d3fbe66
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kfourinline.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=KFourInLine
+GenericName=Four-in-a-row Board Game
+Exec=kfourinline
+Icon=kfourinline
+MimeType=
+Terminal=false
+Type=Application
+X-DocPath=kfourinline/index.html
+Categories=Qt;KDE;Game;BoardGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kiriki.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kiriki.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..ef8e019a460dc8e801a3dfa1d4c0d086d8c14561
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kiriki.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=Kiriki
+Icon=kiriki
+Type=Application
+Exec=kiriki -caption "%c"
+X-DocPath=kiriki/index.html
+GenericName=Yahtzee-like Dice Game
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;BoardGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kmahjongg.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kmahjongg.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..8150a9cba2601ac78e402bacfc76a345b5dcdd99
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kmahjongg.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Name=KMahjongg
+Exec=kmahjongg -caption "%c"
+Type=Application
+GenericName=Mahjongg Solitaire
+Terminal=false
+Icon=kmahjongg
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+X-DocPath=kmahjongg/index.html
+Categories=Qt;KDE;Game;BoardGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kreversi.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kreversi.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..45959e0c5d19d99300d2deea531ab71f2f4ec179
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kreversi.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Exec=kreversi -caption "%c"
+Name=KReversi
+Type=Application
+X-DocPath=kreversi/index.html
+GenericName=Reversi Board Game
+Terminal=false
+Icon=kreversi
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;BoardGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kshisen.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kshisen.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..69e2a3f583b67a071f7c9a7c383b186825fa12b1
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/kshisen.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Exec=kshisen -caption "%c"
+Type=Application
+X-DocPath=kshisen/index.html
+Name=Shisen-Sho
+GenericName=Shisen-Sho Mahjongg-like Tile Game
+Icon=kshisen
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;BoardGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/ksquares.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/ksquares.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..666ac749c57ddbe05427cc7ef9364e1de4656140
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/board/ksquares.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=KSquares
+Exec=ksquares %i -caption "%c"
+Icon=ksquares
+Type=Application
+X-DocPath=ksquares/index.html
+GenericName=Connect the dots to create squares
+Terminal=false
+Categories=Game;BoardGame;KDE;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/card/kpat.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/card/kpat.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..713456fa92764cdce1010cb48144a2e33064c262
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/card/kpat.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=KPatience
+Exec=kpat -caption "%c"
+Type=Application
+Icon=kpat
+X-DocPath=kpat/index.html
+GenericName=Patience Card Game
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;CardGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/card/lskat.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/card/lskat.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..217dacac03b46de61fb43c32e5d4e8a95fe0b9da
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/card/lskat.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=LSkat
+GenericName=Card Game
+Exec=lskat
+Icon=lskat
+MimeType=
+Terminal=false
+Type=Application
+X-DocPath=lskat/index.html
+Categories=Qt;KDE;Game;CardGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/kids/ktuberling.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/kids/ktuberling.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..c715346cb2c2f93b340ebe22b07aee619a9d4f48
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/kids/ktuberling.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Exec=ktuberling -caption "%c" %u
+Name[pt_BR]=Homem-Batata
+Type=Application
+X-DocPath=ktuberling/index.html
+Terminal=false
+Icon=ktuberling
+MimeType=application/x-tuberling;
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;KidsGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/kids/tuxmath.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/kids/tuxmath.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..5011bb832b7580ea1dfa17751fcf880873ccabeb
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/kids/tuxmath.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=TuxMath
+Comment=Math Training Game
+Exec=tuxmath
+Icon=/usr/share/tuxmath/images/icons/icon.png
+Terminal=false
+Type=Application
+Categories=LE;Education;Math;
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/logic/kdiamond.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/logic/kdiamond.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..a9fd2b6dd179088fef8769ec7c573399669a28ea
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/logic/kdiamond.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=Application
+Exec=kdiamond -caption "%c"
+Name=KDiamond
+GenericName=Three-in-a-row game
+Terminal=false
+Icon=kdiamond
+X-KDE-StartupNotify=true
+Categories=Qt;KDE;Game;LogicGame;
+X-DocPath=kdiamond/index.html
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/logic/ksudoku.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/logic/ksudoku.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..88bf8a3c219d0b8d0af523efb4d894c90832d585
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/logic/ksudoku.desktop
@@ -0,0 +1,14 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Name=KSudoku
+Exec=ksudoku %i -caption "%c"
+Icon=ksudoku
+Type=Application
+X-DocPath=ksudoku/index.html
+GenericName=Sudoku Game
+Comment=KSudoku, Sudoku game & more for KDE
+Terminal=false
+Categories=Qt;KDE;Game;LogicGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/logic/kubrick.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/logic/kubrick.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..cee4071f14f3ce99e22b23a0d496b19be7a75b07
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/logic/kubrick.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Kubrick
+Exec=kubrick
+Icon=kubrick
+Type=Application
+Categories=Qt;KDE;Game;LogicGame;
+GenericName=3-D Game based on Rubik's Cube
+Comment=A 3-D game based on Rubik's Cube
+X-DocPath=kubrick/index.html
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/logic/palapeli.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/logic/palapeli.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..829d83e251edf9140fc30e431163a80c91b0532f
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/logic/palapeli.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Type=Application
+Exec=palapeli
+Name=Palapeli
+GenericName=Jigsaw puzzle game
+Terminal=false
+Icon=preferences-plugin
+X-KDE-StartupNotify=true
+Categories=Qt;KDE;Game;LogicGame;
+MimeType=application/x-palapeli-puzzle;
+X-DocPath=palapeli/index.html
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/katomic.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/katomic.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..fa614b9ed930752225cc9f00f1398ecd15818d0b
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/katomic.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=KAtomic
+Icon=katomic
+Type=Application
+Exec=katomic -caption "%c"
+X-DocPath=katomic/index.html
+GenericName=Sokoban-like Logic Game
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;StrategyGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kbattleship.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kbattleship.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..cbf038e44fe5f89ad0bc3818fdbd32ac4f884a3a
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kbattleship.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Name=KBattleship
+Exec=kbattleship -caption "%c" %U
+MimeType=inode/vnd.kde.service.kbattleship;
+Icon=kbattleship
+Type=Application
+X-DocPath=kbattleship/index.html
+GenericName=Battleship Game
+Terminal=false
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;StrategyGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/killbots.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/killbots.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..eb4f52f1e6ae62a12521b8de686b79272f65c376
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/killbots.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=Killbots
+Exec=killbots -caption "%c"
+Icon=killbots
+Type=Application
+X-DocPath=killbots/index.html
+Terminal=false
+Categories=Qt;KDE;Game;StrategyGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kjumpingcube.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kjumpingcube.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..f3a0e798a111382238f7e4f720da0e693e610e3e
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kjumpingcube.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Name=KJumpingCube
+Exec=kjumpingcube -caption "%c"
+Icon=kjumpingcube
+Type=Application
+X-DocPath=kjumpingcube/index.html
+GenericName=Territory Capture Game
+Terminal=false
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;StrategyGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/klines.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/klines.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..ced97a2c8ee2074ea09609d9c733820e84f2ccaa
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/klines.desktop
@@ -0,0 +1,14 @@
+# KDE Config File
+[Desktop Entry]
+Type=Application
+Exec=klines -caption "%c"
+Icon=klines
+X-DocPath=klines/index.html
+GenericName=Tactical Game
+Terminal=false
+Name=Kolor Lines
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;StrategyGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kmines.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kmines.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..af7224ff11a4ead0f80b504133f9126efcfe951d
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kmines.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=KMines
+Icon=kmines
+Exec=kmines -caption "%c"
+Type=Application
+X-DocPath=kmines/index.html
+GenericName=Minesweeper-like Game
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;StrategyGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/knetwalk.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/knetwalk.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..8342670e491edf3896a6ce8e015591e1be3939d5
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/knetwalk.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=Application
+Exec=knetwalk -caption "%c"
+X-DocPath=knetwalk/index.html
+Name=KNetWalk
+GenericName=Network Construction Game
+Terminal=false
+Icon=knetwalk
+X-KDE-StartupNotify=true
+Categories=Qt;KDE;Game;StrategyGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/konquest.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/konquest.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..a3e9c336d67b26e2c76010d4bf2c77a7c4bf0449
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/konquest.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Icon=konquest
+Name=Konquest
+Exec=konquest -caption %c
+Type=Application
+GenericName=Galactic Strategy Game
+Terminal=false
+X-DocPath=konquest/index.html
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;StrategyGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksame.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksame.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..0d0ed4e0e43d8d4539bd5aee0c9dead2fdea1802
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksame.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=SameGame
+Exec=ksame -caption "%c"
+Type=Application
+X-DocPath=ksame/index.html
+GenericName=Board Game
+Icon=ksame
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;Game;StrategyGame;
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksirk.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksirk.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..dafee9b9899e3401a90f07e82299c22f669d4063
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksirk.desktop
@@ -0,0 +1,15 @@
+# KDE Config File
+[Desktop Entry]
+Type=Application
+Exec=ksirk -caption "%c" %i
+Icon=ksirk
+X-DocPath=ksirk/index.html
+Terminal=false
+Name=KsirK
+GenericName=World Domination Strategy Game
+Categories=Qt;KDE;Game;StrategyGame;
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksirkskineditor.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksirkskineditor.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..c27c0f9e2f41abf82954f3992931fbe560cc8045
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksirkskineditor.desktop
@@ -0,0 +1,15 @@
+# KDE Config File
+[Desktop Entry]
+Type=Application
+Exec=ksirkskineditor -caption "%c" %i
+Icon=preferences-desktop-locale
+X-DocPath=ksirkskineditor/index.html
+Terminal=false
+Name=KsirK Skin Editor
+GenericName=Skin Editor for the World Domination Strategy Game
+Categories=Qt;KDE;Game;StrategyGame;
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+X-Ubuntu-Gettext-Domain=desktop_kdegames
+Version=1.0
+Encoding=UTF-8
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/geography/kgeography.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/geography/kgeography.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..fd71f7fc332c706751837da2a85c50b6beaf334e
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/geography/kgeography.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+GenericName[pt_BR]=Treinamento em Geografia
+Name[pt_BR]=KGeography
+Comment=A Geography Learning Program
+Exec=kgeography
+Icon=kgeography
+Type=Application
+X-DocPath=kgeography/index.html
+Terminal=false
+Categories=Qt;KDE;LE;Education;Geography;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/geography/kstars.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/geography/kstars.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..1e74235f4c123cc77eba9d069b4e49bcb806a128
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/geography/kstars.desktop
@@ -0,0 +1,15 @@
+# KDE Config File
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=KStars
+GenericName[pt_BR]=Planetário Virtual
+Type=Application
+Exec=kstars -caption "%c" %i
+Icon=kstars
+X-DocPath=kstars/index.html
+Comment=Desktop Planetarium
+Terminal=false
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;LE;Education;Science;Astronomy;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/geography/marble.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/geography/marble.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..44a80a861c2004c5c6a862c2137535d35b3867d7
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/geography/marble.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+TryExec=marble
+Exec=marble
+TryExec=marble
+Name=Marble
+MimeType=application/vnd.google-earth.kml+xml;application/gpx+xml;
+GenericName=Desktop Globe
+Icon=marble
+Terminal=false
+Categories=Qt;KDE;LE;Education;Geography;
+X-DocPath=marble/index.html
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/languages/kanagram.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/languages/kanagram.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..a4e6c318a137f4288a708524613267dabafddf84
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/languages/kanagram.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Kanagram
+GenericName[pt_BR]=Jogo de Ordenação de Letras
+Exec=kanagram
+Icon=kanagram
+Type=Application
+X-DocPath=kanagram/index.html
+Comment=KDE Letter Order Game
+Categories=Qt;KDE;LE;Education;Languages;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/languages/khangman.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/languages/khangman.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..014c30b5f8be1caa1cb47ded8836d7a8bcc3d091
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/languages/khangman.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=KHangMan
+GenericName[pt_BR]=Jogo da Forca
+Type=Application
+Exec=khangman -caption "%c" %i
+Icon=khangman
+X-DocPath=khangman/index.html
+Comment=KDE Hangman Game
+Terminal=false
+Categories=Qt;KDE;LE;Education;Languages;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/languages/kiten.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/languages/kiten.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..c5aec56775cff4a06263692922b35fd73d528418
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/languages/kiten.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Kiten
+GenericName[pt_BR]=Ferramenta de Referência/Estudo do Japonês
+Comment=Japanese Reference and Study Tool
+X-DocPath=kiten/index.html
+X-DBUS-StartupType=Unique
+Exec=kiten -caption "%c" %i
+Terminal=false
+Type=Application
+Icon=kiten
+Categories=Qt;KDE;LE;Education;Languages;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/languages/klettres.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/languages/klettres.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..63f7653afd4032e8fef18c4a845c94660e3ae8a6
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/languages/klettres.desktop
@@ -0,0 +1,14 @@
+# KDE Config File
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=KLettres
+GenericName[pt_BR]=Aprender o Alfabeto
+Type=Application
+Exec=klettres -caption "%c" %i
+Icon=klettres
+X-DocPath=klettres/index.html
+Comment=a KDE program to learn the alphabet
+Terminal=false
+Categories=Qt;LE;KDE;Education;Languages;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/languages/parley.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/languages/parley.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..b678ba24e4fb4981fa5e96f9e5c75cf635f7236b
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/languages/parley.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Parley
+GenericName[pt_BR]=Treinador de Vocabulário
+MimeType=application/x-kvtml;
+Exec=parley %u
+Icon=parley
+X-DocPath=parley/index.html
+Type=Application
+Terminal=false
+Categories=Qt;KDE;LE;Education;Languages;
+
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/cantor.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/cantor.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..c88d1e75275b1a5e3bc6f38a01209492c5848e4d
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/cantor.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Cantor
+GenericName[pt_BR]=Software matemático
+Exec=cantor %i -caption "%c"
+Icon=cantor
+Type=Application
+X-DocPath=cantor/index.html
+Terminal=false
+Categories=Qt;KDE;LE;Education;Math;
+MimeType=application/x-cantor;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/geogebra.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/geogebra.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..35a65e39507a9f57e377eacb4708f3e7ed50ca16
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/geogebra.desktop
@@ -0,0 +1,27 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=GeoGebra
+Name[pt_BR]=GeoGebra
+GenericName=Dynamic mathematics software
+GenericName[cs]=Dynamický matematický software
+GenericName[de]=Dynamische Mathematiksoftware
+GenericName[es]=Programa de matemáticas dinámico
+GenericName[fr]=Logiciel de Mathématiques dynamiques
+GenericName[hi]=सक्रिय गणितीय सॉफ्टवेर 
+GenericName[it]=Software di matematica dinamica
+GenericName[pt_BR]=Geometria Dinâmica
+Comment=Create interactive mathematical constructions and applets. 
+Comment[cs]=Vytvořte interaktivní konstrukce a aplety.
+Comment[de]=Erstelle interaktive Konstruktionen und Applets.
+Comment[fr]=Créer des constructions mathématiques et des appliquettes.
+Comment[hi]=संवादात्मक गणितीय निर्माण और एप्लेट बनाएँ
+Comment[it]=Creazione di costruzioni matematiche e applet interattive.
+Comment[pt_BR]=Crie construções matemáticas interativas e applets.
+Exec=geogebra
+Icon=geogebra.png
+Terminal=false
+Type=Application
+StartupNotify=true
+Categories=LE;Education;Math
+MimeType=application/vnd.geogebra.file;application/vnd.geogebra.tool;
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kalgebra.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kalgebra.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..7c5bd59d6aa18f7006abb0bb5fdcf84d0433fa06
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kalgebra.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=KAlgebra
+GenericName[pt_BR]=Calculadora Gráfica
+Comment=Math Expression Solver and Plotter
+Exec=kalgebra
+MimeType=application/x-kalgebra;
+Icon=kalgebra
+Type=Application
+X-DocPath=kalgebra/index.html
+Terminal=false
+Categories=Qt;KDE;LE;Education;Math;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kbruch.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kbruch.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..ce2d5c317f834a21fd902501de3c403aeda497e7
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kbruch.desktop
@@ -0,0 +1,14 @@
+# KDE Config File
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=KBruch
+GenericName[pt_BR]=Exercícios com frações
+Type=Application
+Exec=kbruch -caption "%c" %i
+Icon=kbruch
+X-DocPath=kbruch/index.html
+Comment=Practice exercises with fractions
+Terminal=false
+Categories=Qt;KDE;LE;Education;Math;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kig.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kig.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..9f106d1dbc7f074f491aa8c776c7788667f4e273
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kig.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Kig
+GenericName[pt_BR]=Geometria Interativa
+Comment=Explore Geometric Constructions
+Exec=kig %i -caption "%c"
+MimeType=application/x-kig;application/x-kgeo;
+Icon=kig
+Type=Application
+X-DocPath=kig/index.html
+Terminal=false
+Categories=Qt;LE;KDE;Education;Math;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kmplot.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kmplot.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..22c5c86ed0c2d172c71843bf6bd2722fb901228a
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kmplot.desktop
@@ -0,0 +1,15 @@
+# KDE Config File
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=KmPlot
+GenericName[pt_BR]=Desenho de funções matemáticas
+Type=Application
+Exec=kmplot
+Icon=kmplot
+X-DocPath=kmplot/index.html
+Comment=Function Plotter
+Terminal=false
+Categories=Qt;KDE;LE;Education;Math;
+MimeType=application/x-kmplot;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/gcompris-edit.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/gcompris-edit.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..2e88d5ad03e5a33fb1cc0088c6728bd199707381
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/gcompris-edit.desktop
@@ -0,0 +1,86 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=GCompris Administration
+Name[af]=GCompris-administrasie
+Name[ar]=إدارة «فهمت» 
+Name[bg]=Администриране на GCompris
+Name[ca]=Administració del GCompris
+Name[da]=GCompris' administration
+Name[de]=GCompris-Administration
+Name[el]=Μενού Διαχείρισης του GCompris
+Name[es]=Administración de GCompris
+Name[eu]=GCompris-en administrazioa
+Name[fr]=Administration de GCompris
+Name[hu]=GCompris adminisztráció
+Name[ka]=GCompris პროგრამის მართვა
+Name[lt]=GCompris administravimas
+Name[nl]=Gcompris-beheer
+Name[nn]=GCompris-administrering
+Name[pt]=Administração do GCompris
+Name[pt_BR]=Administração do GCompris
+Name[sv]=Administrera GCompris
+Name[ta]=ஜிகாம்ப்ரி நிர்வாகம்
+Name[uk]=Керування GCompris
+Name[vi]=Quản trị GCompris
+Comment=Administration for gcompris
+Comment[af]=Administrasie van GCompris
+Comment[ar]=إدارة «فهمت»
+Comment[bg]=Администриране на GCompris
+Comment[br]=Ardeiñ GCompris
+Comment[ca]=Administració per el gcompris
+Comment[cs]=Administrace gcomprisu
+Comment[da]=Administration af GCompris
+Comment[de]=GCompris-Administration
+Comment[dz]=ཇི་ཀམ་པེརེསི་གི་དོན་ལུ་བདག་སྐྱོང་
+Comment[el]=Επεξεργαστής gcompris
+Comment[en_CA]=Administration for gcompris
+Comment[en_GB]=Administration for gcompris
+Comment[eo]=Administrado por GCompris
+Comment[es]=Administración de gcompris
+Comment[et]=GComprise administreerimine
+Comment[eu]=Gcompris-en administrazioa
+Comment[fa]=مدیریت جی کامپریز
+Comment[fi]=Gcomprisin hallinta
+Comment[fr]=Administration de GCompris
+Comment[gl]=Administración de Gcompris
+Comment[hi]=खेलगंमत के लिये व्यवस्थापन
+Comment[hr]=Konfiguracija gcompris-a
+Comment[hu]=Adminisztráció a GCompris-hoz
+Comment[id]=Adminstrasi gcompris
+Comment[it]=amministrazione di gcompris
+Comment[ka]=პროგრამის მართვა
+Comment[ko]=gcompris 관리
+Comment[lt]=GCompris administravimas
+Comment[mr]=खेळगंमतसाठी व्यवस्थापन
+Comment[nb]=Administrasjon for GCompris
+Comment[ne]=जीकम्प्रिसका लागि प्रशासन
+Comment[nl]=Beheer van gcompris
+Comment[nn]=Administrering for GCompris
+Comment[oc]=Administrar gcompris
+Comment[pl]=GCompris - administracja
+Comment[pt]=Administração do GCompris
+Comment[pt_BR]=Administração do GCompris
+Comment[ro]=Administrarea GCompris
+Comment[ru]=Администрирование gcompris
+Comment[sk]=Administrácia pre GCompris
+Comment[so]=Maamulida Gcompris
+Comment[sr]=Администрација за гкомприс
+Comment[sr@Latn]=Administracija za gkompris
+Comment[sv]=Administrera GCompris
+Comment[ta]=ஜிகாம்ப்ரிக்கு நிர்வாகம்
+Comment[th]=การบริหารระบบสำหรับ GCompris
+Comment[tr]=Gcompris için yönetici
+Comment[uk]=Адміністрування gcompris
+Comment[ur]=Gکمپرا ئز کے ليے انتظا ميه
+Comment[vi]=Quản lý GCompris
+Comment[zh_CN]=管理 GCompris
+Comment[zh_TW]=gcompris 系統管理
+Exec=gcompris -a --nolockcheck
+Icon=gcompris-edit
+Terminal=false
+Type=Application
+Categories=LE;Education;
+StartupNotify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gcompris
+X-GNOME-Bugzilla-Component=
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/gcompris.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/gcompris.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..42c78fb8c410b5fdb4a666b42b685114dde2d5d4
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/gcompris.desktop
@@ -0,0 +1,160 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Educational suite GCompris
+Name[af]=Opvoedkundige suite GCompris
+Name[ar]=حزمة البرامج التربوية «فهمت»
+Name[bg]=Образователна серия GCompris
+Name[br]=Heuliad kelennadel GCompris
+Name[ca]=Programari educatiu GCompris
+Name[cs]=Vzdělávací sada GCompris
+Name[da]=GCompris - undervisningssuite.
+Name[de]=Bildungs-Sammlung GCompris
+Name[dz]=ཤེས་ཡོན་གྱི་ཆ་ཚང་ཇི་ཀམ་པེརེསི་
+Name[el]=Εκπαιδευτική σουίτα GCompris
+Name[en_CA]=Educational suite GCompris
+Name[en_GB]=Educational suite GCompris
+Name[eo]=Eduka aro GCompris
+Name[es]=Suite educativa GCompris
+Name[et]=Õppekeskkond GCompris
+Name[eu]=GCompris suite hezigarria
+Name[fa]=برنامه های فکری جی کامپریز
+Name[fi]=Gcompris-opetuspelit
+Name[fr]=Suite éducative GCompris
+Name[gl]=Paquete educativo GCompris
+Name[hi]=खेलगंमत का शैक्षिक समूह
+Name[hr]=Obrazovni skup programa GCompris
+Name[hu]=GCompris oktatóprogram-gyűjtemény
+Name[id]=Seperangkat pendidikan hiburan (edutainment) GCompris
+Name[it]=Serie didattica di GCompris
+Name[ka]=თამაშების კრებული - GCompris
+Name[ko]=교육 도우미 GCompris
+Name[lt]=Mokomieji žaidimai „GCompris“
+Name[mr]=खेळगंमतचा शैक्षणिक संच
+Name[nb]=Pedagogisk programpakke GCompris
+Name[ne]=शैक्षिक सुइट जीकम्प्रिस
+Name[nl]=Educatieve software GCompris
+Name[nn]=Leik og lær-samlinga GCompris
+Name[pt]=Aplicação de Actividades Educativas GCompris
+Name[pt_BR]=GCompris
+Name[ro]=Set educaţional GCompris
+Name[ru]=Сборник обучающих игр GCompris
+Name[sk]=Náučná súprava GCompris
+Name[so]=Cutub barashadeedka Gcompris
+Name[sr]=Образовни комплет ГКомприс
+Name[sr@Latn]=Obrazovni komplet GKompris
+Name[sv]=Pedagogiksviten GCompris
+Name[ta]=ஜிகாம்ப்ரி கல்வி தொகுதி
+Name[th]=ชุดโปรแกรมการศึกษา GCompris
+Name[uk]=Збірка повчальних ігор GCompris
+Name[ur]= منا سب تعليميGکمپرائز
+Name[vi]=Bộ trình giáo dục GCompris
+Name[zh_CN]=教育套件 GCompris
+GenericName=Multi-activity educational game
+GenericName[af]=Opvoedkundige speletjie met klomp aktiwiteite
+GenericName[ar]=لعبة تعليمية متعدة الأنشطة
+GenericName[bg]=Игра с много занимания с образователна цел
+GenericName[br]=C'hoarioù kelennadel dre obererezhioù lies
+GenericName[ca]=Joc educatiu amb múltiples activitats
+GenericName[cs]=Vzdělávací hra s mnohými aktivitami
+GenericName[da]=Fleraktivitets-undervisningsspil
+GenericName[de]=Lernspiel mit vielen Aktivitäten
+GenericName[dz]=སྣ་མང་-ལཱ་གི་ཤེས་ཡོན་རྩེདམོ་
+GenericName[el]=Εκπαιδευτικό παιχνίδι πολλαπλών δραστηριοτήτων
+GenericName[en_CA]=Multi-activity educational game
+GenericName[en_GB]=Multi-activity educational game
+GenericName[eo]=Plur-aktiveca eduka ludo
+GenericName[es]=Juego educativo de actividades variadas
+GenericName[et]=Miteid mänge sisaldav õppeprogramm
+GenericName[eu]=Ariketa anitzeko joku hezigarria
+GenericName[fa]=بازی های فکری چند کاره
+GenericName[fi]=Kokoelma erilaisia opetuspelejä
+GenericName[fr]=Jeu éducatif multi-activités
+GenericName[gl]=Xogo educativo de múltiplas actividades
+GenericName[hi]=विविध शैक्षिक खेल
+GenericName[hr]=Obrazovna igra s više aktivnosti
+GenericName[hu]=Sokféle elfoglaltságot nyújtó oktatójáték
+GenericName[id]=Permainan pendidikan berbagai kegiatan
+GenericName[it]=Gioco didattico multi-attività
+GenericName[ka]=საგანმანათლებლო თამაში მრავალი სავარჯიშოთი
+GenericName[ko]=여러가지 교육 활동 게임
+GenericName[lt]=Daugialypis mokomasis žaidimas
+GenericName[mr]=विविघ शैक्षणिक खेळ
+GenericName[nb]=Et lek og lær-spill med mange aktiviteter
+GenericName[ne]=बहुँविध क्रियाकलाप शैक्षिक खेल
+GenericName[nl]=Educatief spel met meerdere activiteiten
+GenericName[nn]=Eit leik og lær-spel med mange aktivitetar
+GenericName[pt]=Jogo educativo de múltiplas actividades
+GenericName[pt_BR]=Série educacional
+GenericName[ro]=Joc educaţional de activitate
+GenericName[ru]=Образовательные игры и упражнения
+GenericName[sk]=Mnoho aktivitová edukačná hra
+GenericName[so]=Cayaaro waxbarasho kala gedisan
+GenericName[sr]=Разноврсне образовне игре
+GenericName[sr@Latn]=Raznovrsne obrazovne igre
+GenericName[sv]=Pedagogiskt spel med flera aktiviteter
+GenericName[ta]=கற்பிக்கும் பல் வித செயல்கள்
+GenericName[th]=เกมการศึกษาพร้อมด้วยกิจกรรมหลากหลาย
+GenericName[uk]=Освітні ігри і вправи
+GenericName[ur]= متر جمين : آپکي زبان کے ليے يهاں پر حسابي آپر بٹر ز رکھيں متعدد عملي تعليمي کھيل
+GenericName[vi]=Trò chơi giáo dục đa hoạt động
+GenericName[zh_CN]=多样的教育游戏
+Comment=Educational game for ages 2 to 10
+Comment[af]=Opvoedkundige speletjie vir 2- tot 10-jariges
+Comment[ar]=لعبة تعليمية للأطفال من سن عامين إلى عشرة أعوام
+Comment[bg]=Образователна игра за деца от 2 до 10 годишна възраст
+Comment[br]=C'hoarioù kelennadel evit ar vugale etre 2 ha dek vloaz
+Comment[ca]=Joc educatiu de 2 a 10 anys
+Comment[cs]=Naučná hra pro děti od 2 do 10 let
+Comment[da]=Lærerige spil for børn i alderen fra 2 til 10
+Comment[de]=Lernspiel für Kinder von 2 bis 10 Jahren
+Comment[dz]=ལོ་ ༢་ལས་ ༡༠་ དོན་ལུ་ཤེས་ཡོན་གྱི་རྩེདམོ་
+Comment[el]=Εκπαιδευτικό παιχνίδι για παιδιά από 2 έως 10 ετών
+Comment[en_CA]=Educational game for ages 2 to 10
+Comment[en_GB]=Educational game for ages 2 to 10
+Comment[eo]=Eduka ludo por 2 ĝis 10 jaruloj
+Comment[es]=Juego educativo para niños desde 2 a 10 años
+Comment[et]=Õppeprogramm 2 kuni 10 aastastele
+Comment[eu]=Joko hezigarria 2 - 10 urte bitartekoentzat
+Comment[fa]=بازي فكري براي بچه هاي 2 سال به بالا
+Comment[fi]=Opettavaisia pelejä kahdesta kymmenen vuotiaille
+Comment[fr]=Jeu éducatif pour les enfants de 2 à 10 ans
+Comment[gl]=Xogo educativo de 2 a 10 anos
+Comment[hi]=2 से 10 तक आयु के बच्चों के लिये खेल
+Comment[hr]=Obrazovna igra za uzrast od 2 do 10 godina
+Comment[hu]=Oktatójáték 2-10 éveseknek
+Comment[id]=Permainan pendidikan untuk umur 2 sampai 10
+Comment[it]=Gioco didattico per bambini dai 2 ai 10 anni
+Comment[ka]=საგანმანათლებლო თამაში 2-დან 10-წლამდე ბავშვებისთვის
+Comment[ko]=2~10세 아이들의 위한 교육 게임
+Comment[lt]=Mokomasis žaidimas vaikams nuo 2 iki 12 metų amžiaus
+Comment[mr]=2 ते 10 वयाच्या मुलांसाठी खेळ
+Comment[nb]=Pedagogiske spill for alderen 2 til 10 år
+Comment[ne]=२ देखि १० वर्षका लागि शैक्षिक खेल
+Comment[nl]=Educatief spel voor kinderen van 2 tot 10 jaar
+Comment[nn]=Leik og lær-spel for ungar frå 2 til 10 år
+Comment[pl]=Gra edukacyjna dla dzieci od 2 do 10 lat
+Comment[pt]=Jogo educativo para crianças dos 2 aos 10 anos
+Comment[pt_BR]=Jogo educacional para crianças dos 2 aos 10 anos
+Comment[ru]=Обучающая игра для детей от 2 до 10 лет
+Comment[sk]=Vzdelávacia hra pre deti od 2 do 10 rokov
+Comment[so]=Cayaaro waxbarasho oo loogu talagalay 2 ilaa iyo 10 jir
+Comment[sr]=Образовна игра за старост од 2 до 10 година
+Comment[sr@Latn]=Obrazovna igra za starost od 2 do 10 godina
+Comment[sv]=Lärorikt spel för barn från 2 till 10 års ålder
+Comment[ta]=2 முதல் 10 வயதான குழந்தைகளுக்கு கல்வி விளையாட்டுகள்.
+Comment[th]=เกมการศึกษาสำหรับเด็กอายุ 2 ถึง 10 ขวบ
+Comment[tr]=2-10 yaş için eğitici oyunlar
+Comment[uk]=Повчальна гра для дітей від 2 до 10 років
+Comment[ur]=۲   سے  ۱۰  سال کے ليے تعليمي کھيل
+Comment[vi]=Trò chơi giáo dục cho trẻ con từ 2 đến 10 tuổi
+Comment[zh_CN]=面向 2 到 10 岁孩子的教育游戏
+Comment[zh_TW]=適合二到十歲的教育遊戲
+Exec=gcompris
+Icon=gcompris
+Terminal=false
+Type=Application
+Categories=LE;Education;Multi-disciplinary;
+StartupNotify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gcompris
+X-GNOME-Bugzilla-Component=
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/tuxpaint.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/tuxpaint.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..aab6ef5bc693fea5164f08eaecb7cc89700d5c1f
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/tuxpaint.desktop
@@ -0,0 +1,222 @@
+[Desktop Entry]
+Name=Tux Paint
+Name[af]=Tux Verf
+Name[ar]=رسم توكس
+Name[ast]=Tux Paint
+Name[az]=Tuks ilə şəkil çək.
+Name[be]=Малюй разам з Tux!
+Name[bg]=Рисуване с Тъкс
+Name[br]=Tux Paint
+Name[ca]=Tux Paint
+Name[cs]=Tux Paint
+Name[cy]=Tux Paint
+Name[da]=Tux maling
+Name[de]=Tux Paint
+Name[el]=Tux Paint
+Name[en_AU]=Tux Paint
+Name[en_CA]=Tux Paint
+Name[en_GB]=Tux Paint
+Name[en_ZA]=Tux Paint
+Name[eo]=Tux-Desegnilo
+Name[es]=Tux Paint
+Name[es_MX]=Tux Paint
+Name[et]=Joonistame koos Tuksiga!
+Name[eu]=Tux Paint
+Name[fi]=Tux Taiteilija
+Name[fo]=Tux Paint
+Name[fr]=Tux Paint
+Name[ga]=Tux Paint
+Name[gl]=Tux Paint
+Name[gu]=ટક્સ પેન્ટ
+Name[he]=Tux Paint
+Name[hu]=Tux Paint
+Name[id]=Tux Paint
+Name[it]=Tux Paint
+Name[ja]=タックスペイント
+Name[ka]=თხუპნია!
+Name[km]=Tux Paint
+Name[ko]=턱스페인트
+Name[ku]=Tux Paint
+Name[lt]=Tux Paint
+Name[lv]=Tux Zīmēšana
+Name[mk]=Tux Боенка
+Name[ms]=Tux Paint
+Name[nb]=Tux Paint
+Name[nl]=Tux Paint
+Name[nn]=Tux Paint
+Name[nr]=ITux Pende
+Name[oc]=Tux Paint
+Name[pl]=Tux Paint
+Name[pt_BR]=Tux Paint
+Name[pt_PT]=Tux Paint
+Name[ru]=Рисуй вместе с Tux!
+Name[sk]=Kreslenie s Tuxom
+Name[sl]=Tux Paint
+Name[son]=Tux Paint
+Name[sr]=Такс Цртање
+Name[sv]=Rita med Tux
+Name[sw]=Koti ya Rangi
+Name[ta]=டக்சு பெயின்ட்
+Name[te]=టక్స పెయింట్
+Name[th]=ทักซ์สอนวาดรูป
+Name[tr]=Tux Boyama
+Name[twi]=Tux Paint
+Name[uk]=Малюй разом з Tux!
+Name[ve]=Tux Paint
+Name[vi]=Tux Sơn
+Name[wa]=Tux Paint
+Name[wo]=Tux Paint
+Name[xh]=Ipeyinti yeTux
+Name[zam]=Tux Paint
+Name[zh_CN]=Tux Paint
+Name[zh_TW]=企鵝小畫家
+Type=Application
+Exec=tuxpaint
+Icon=tuxpaint
+Terminal=false
+Categories=LE;Education;Art;
+GenericName=Drawing program
+GenericName[af]=Tekenprogram
+GenericName[ar]=برنامج رسم
+GenericName[ast]=Programa de dibuxu
+GenericName[az]=Rəsm proqramı
+GenericName[be]=Праграма для маляваньня
+GenericName[bg]=Програма за рисуване
+GenericName[br]=Meziant tresañ
+GenericName[ca]=Programa de dibuix
+GenericName[cs]=Kreslicí program
+GenericName[cy]=Rhaglen lunio
+GenericName[da]=Tegne program
+GenericName[de]=Malprogramm
+GenericName[el]=Πρόγραμμα ζωγραφικής
+GenericName[en_AU]=Drawing program
+GenericName[en_CA]=Drawing program
+GenericName[en_GB]=Drawing program
+GenericName[en_ZA]=Drawing program
+GenericName[eo]=Desegnoprogramo
+GenericName[es]=Programa de dibujo
+GenericName[es_MX]=Programa de dibujo
+GenericName[et]=Joonistusprogramm
+GenericName[eu]=Marrazketa programa
+GenericName[fi]=Maalausohjelma
+GenericName[fo]=Tekniforrit
+GenericName[fr]=Programme de dessin
+GenericName[ga]=Clár líníochta
+GenericName[gl]=Programa de debuxo
+GenericName[gu]=ચિત્ર કાર્યક્રમ
+GenericName[he]=תוכנת ציור
+GenericName[hu]=Rajzolóprogram
+GenericName[id]=Program gambar
+GenericName[is]=Teikniforrit
+GenericName[it]=Programma di disegno
+GenericName[ja]=お絵かきプログラム
+GenericName[ka]=სახატავი პროგრამა
+GenericName[km]=កម្មវិធី​គំនូរ
+GenericName[ko]=미술 프로그램
+GenericName[ku]=Bernameya Xêzkirinê
+GenericName[lt]=Piešimo programa
+GenericName[lv]=Zīmēšanas programma
+GenericName[mk]=Програм за цртање
+GenericName[ms]=Program melukis
+GenericName[nb]=Tegneprogram
+GenericName[nl]=Tekenprogramma
+GenericName[nn]=Teikneprogram
+GenericName[nr]=Iphrogremu youkudweba
+GenericName[oc]=Logicial de dessenh
+GenericName[pl]=Program do rysowania
+GenericName[pt_BR]=Desenho
+GenericName[pt_PT]=Programa de desenho
+GenericName[ro]=Program de desenat
+GenericName[ru]=Программа для рисования
+GenericName[sk]=Program na kreslenie
+GenericName[sl]=Risarski program
+GenericName[son]=Biiteeyan porogaram
+GenericName[sr]=Програм за цртање
+GenericName[sv]=Ritprogram
+GenericName[sw]=Programu ya kuchora
+GenericName[ta]=வரையும் மென்பொருள்
+GenericName[te]=బొమ్మలు గీసె ప్రొగ్రామ్
+GenericName[th]=โปรแกรมวาดรูป
+GenericName[tr]=Çizim programı
+GenericName[twi]=Adeɛ a yɛde drɔ
+GenericName[uk]=Програма для малювання
+GenericName[ve]=Mbekanyamushumo ya u ola
+GenericName[vi]=Trình vẽ
+GenericName[wa]=Programe di dessinaedje
+GenericName[wo]=Lëlu natal
+GenericName[xh]=Inkqubo yokuzoba
+GenericName[zam]=Diif program paar keé men Dibuj
+GenericName[zh_CN]=绘图程序
+GenericName[zh_TW]=畫圖程式
+Comment=A drawing program for children.
+Comment[af]='n Tekenprogram vir kinders.
+Comment[ar]=برنامج رسومات للأطفال.
+Comment[ast]=Un programa de dibuxu pa neños y neñes.
+Comment[az]=Uşaqlar üçün rəsm proqramı.
+Comment[be]=Дзіцячая праграма для маляваньня.
+Comment[bg]=Програма за рисуване за деца
+Comment[br]=Ur meziant tresañ evit ar vugale.
+Comment[ca]=Un programa de dibuix per a nens petits.
+Comment[cs]=Kreslicí program pro děti.
+Comment[cy]=Rhaglen lunio ar gyfer plant.
+Comment[da]=Et tegneprogram for børn.
+Comment[de]=Ein Malprogramm für Kinder.
+Comment[el]=Ένα πρόγραμμα ζωγραφικής για παιδιά.
+Comment[en_AU]=A drawing program for children.
+Comment[en_CA]=A drawing program for children.
+Comment[en_GB]=A drawing program for children.
+Comment[en_ZA]=A drawing program for children.
+Comment[eo]=Desegnoprogramo por infanoj
+Comment[es]=Un programa de dibujo para niños.
+Comment[es_MX]=Un programa de dibujo para niños.
+Comment[et]=Joonistusprogramm lastele.
+Comment[eu]=Umeentzako marrazketa programa
+Comment[fi]=Maalausohjelma lapsille.
+Comment[fo]=Eitt tekniforrit til børn.
+Comment[fr]=Un programme de dessin pour les enfants.
+Comment[ga]=Clár líníochta le haghaidh páistí.
+Comment[gl]=Un programa de debuxo para nenos.
+Comment[gu]=બાળકો માટે ચિત્ર કાર્યક્રમ.
+Comment[he]=תוכנת ציור לילדים.
+Comment[hu]=Rajzolóprogram gyerekeknek
+Comment[id]=Adalah sebuah program gambar untuk anak-anak.
+Comment[is]=Teikniforrit fyrir krakka.
+Comment[it]=Un programma di disegno per bambini.
+Comment[ja]=子供向けお絵描きプログラム
+Comment[ka]=სახატავი პროგრამა ბავშვებისთვის.
+Comment[km]=កម្មវិធី​គំនូរ​សម្រាប់​ក្មេងៗ ។
+Comment[ko]=어린이를 위한 미술 프로그램
+Comment[ku]=Bernameyeke xêzkirinê ji bo zarokan.
+Comment[lt]=Piešimo programa vaikams.
+Comment[lv]=Zīmēšanas programma bērniem.
+Comment[mk]=Програм за цртање за деца.
+Comment[ms]=Program melukis untuk kanak-kanak
+Comment[nb]=Et tegneprogram for de yngste.
+Comment[nl]=Een tekenprogramma voor kinderen.
+Comment[nn]=Eit teikneprogram for dei yngste.
+Comment[nr]=Iphrogremu yokudweba yabantwana.
+Comment[pl]=Program do rysowania dla dzieci.
+Comment[pt_BR]=Um programa de desenho para crianças.
+Comment[pt_PT]=Um programa de desenho para crianças.
+Comment[ro]=Un program de desenat pentru copii
+Comment[ru]=Детская программа для рисования.
+Comment[sk]=Program na kreslenie pre deti.
+Comment[sl]=Risarski program za otroke
+Comment[son]=Biiteeyan porogaram zankey se.
+Comment[sr]=Дечји програм за цртање
+Comment[sv]=Ett ritprogram för barn.
+Comment[sw]=Programu kwa watoto kuchora.
+Comment[ta]=குழந்தைகள் வரைவதற்கான மென்பொருள்
+Comment[te]=పిల్లల కి బొమ్మలు గీసె ప్రొగ్రామ్
+Comment[th]=โปรแกรมวาดรูปสำหรับเด็ก
+Comment[tr]=Çocuklar için bir çizim programı
+Comment[twi]=Deɛ mmɔfra bɛtumi de adi agorɔ.
+Comment[uk]=Дитяча програма для малювання.
+Comment[ve]=Mbekanyamushumo ya u ola ya vhana.
+Comment[vi]=Một chương trình vẽ cho đứa bé.
+Comment[wa]=On programe di dessinaedje po ls efants.
+Comment[wo]=Lël lu natal yu ñu jagglel guneyi.
+Comment[xh]=Inkqubo yokuzoba yabantwana.
+Comment[zam]=Diif program paar keé men Dibuj paar biét biss
+Comment[zh_CN]=孩子的绘图程序。
+Comment[zh_TW]=適合兒童的畫圖程式
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/physics/step.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/physics/step.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..d8a3e0f1d45eaa15fd270cc3a0e66f3894384553
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/physics/step.desktop
@@ -0,0 +1,14 @@
+# KDE Config File
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Exec=step -caption "%c" %i
+Icon=step
+X-DocPath=step/index.html
+Terminal=false
+Name=Step
+GenericName=Interactive Physical Simulator
+Comment=Simulate physics experiments
+Categories=Qt;KDE;Education;Physics;LE;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/portuguese/blinken.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/portuguese/blinken.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..9db7fb0479ddbb3e4e94219f3d08c10bf63b0206
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/portuguese/blinken.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=Blinken
+GenericName[pt_BR]=Jogo Simon Diz
+X-DocPath=blinken/index.html
+Exec=blinken
+Icon=blinken
+Type=Application
+Comment=A memory enhancement game
+Terminal=false
+Categories=Qt;KDE;LE;Education;Portuguese;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/portuguese/kwordquiz.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/portuguese/kwordquiz.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..03f664e304a1ea2b3f2c6a9f18263f05c1e08775
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/portuguese/kwordquiz.desktop
@@ -0,0 +1,16 @@
+# KDE Config File
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Exec=kwordquiz -caption "%c" %i
+Icon=kwordquiz
+X-DocPath=kwordquiz/index.html
+MimeType=application/x-kvtml;
+Comment=A flashcard and vocabulary learning program
+Terminal=false
+Name=KWordQuiz
+GenericName[pt_BR]=Treinador de Vocabulário
+Categories=Qt;KDE;LE;Education;Portuguese;
+
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/science/kalzium.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/science/kalzium.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..06ccc3ebbe18c1777f3b6589d59b2fac0239c605
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/science/kalzium.desktop
@@ -0,0 +1,14 @@
+# KDE Config File
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Kalzium
+GenericName[pt_BR]=Tabela Periódica dos Elementos
+Type=Application
+Exec=kalzium -caption "%c" %i
+Icon=kalzium
+X-DocPath=kalzium/index.html
+MimeType=chemical/x-cml;
+Terminal=false
+Categories=Qt;KDE;LE;Education;Science;Chemistry;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/eduprograms/science/rocs.desktop b/le-interface/pacote/usr/share/applications/le/eduprograms/science/rocs.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..f4ca2a743f151aa2a1f40216a1feeb4dee9b2759
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/eduprograms/science/rocs.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=Rocs
+GenericName=Rocs Graph Theory
+Exec=rocs %i -caption "%c"
+Icon=rocs
+Type=Application
+Comment=Graph Theory Tool for Professors and Students.
+Terminal=false
+Categories=Qt;LE;KDE;Education;Science;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/graphics/digikam.desktop b/le-interface/pacote/usr/share/applications/le/graphics/digikam.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..2e51cb4569d47d55eacf2e99fa4debd2cf919be4
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/graphics/digikam.desktop
@@ -0,0 +1,15 @@
+# KDE Config File
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Categories=LE;Qt;KDE;Graphics;Photography;
+Exec=digikam -caption "%c" %i
+Icon=digikam
+X-DocPath=digikam/index.html
+Name=digiKam
+Name[pt_BR]=digikam
+GenericName[pt_BR]=Gerenciador de Fotos
+Comment=Manage your photographs like a professional with the power of open source
+Terminal=false
+X-Ubuntu-Gettext-Domain=desktop_extragear-graphics_digikam
diff --git a/le-interface/pacote/usr/share/applications/le/graphics/gimp.desktop b/le-interface/pacote/usr/share/applications/le/graphics/gimp.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..97534603893ed980fe120979c96e27bbe13fd9f1
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/graphics/gimp.desktop
@@ -0,0 +1,20 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Name[pt_BR]=GIMP
+GenericName[pt_BR]=Editor de Imagens
+Comment=Create images and edit photographs
+Exec=gimp-2.6 %U
+TryExec=gimp-2.6
+Icon=gimp
+Terminal=false
+Categories=LE;Graphics;2DGraphics;RasterGraphics;GTK;
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=GIMP
+X-GNOME-Bugzilla-Component=General
+X-GNOME-Bugzilla-Version=2.6.8
+X-GNOME-Bugzilla-OtherBinaries=gimp-2.6
+StartupNotify=true
+MimeType=application/postscript;application/pdf;image/bmp;image/g3fax;image/gif;image/x-fits;image/pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/tiff;image/jpeg;image/x-psd;image/png;image/x-icon;image/x-xpixmap;image/svg+xml;image/x-wmf;
+X-Ubuntu-Gettext-Domain=gimp20
diff --git a/le-interface/pacote/usr/share/applications/le/graphics/gwenview.desktop b/le-interface/pacote/usr/share/applications/le/graphics/gwenview.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..3698bc585f8e0eebf35ce16e99ad4c8fb45d8087
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/graphics/gwenview.desktop
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Gwenview
+GenericName[pt_BR]=Visualizador de Imagens
+Comment=A simple image viewer
+Exec=gwenview %u -caption "%c" %i
+Terminal=false
+Icon=gwenview
+Type=Application
+Categories=Qt;LE;KDE;Graphics;Viewer;Photography;
+MimeType=inode/directory;image/gif;image/jpeg;image/png;image/bmp;image/x-eps;image/x-ico;image/x-portable-bitmap;image/x-portable-pixmap;image/x-xbitmap;image/x-xpixmap;
+X-DocPath=gwenview/index.html
+# InitialPreference should be greater than Okular so that Gwenview is the
+# primary application associated with images, but less than Konqueror or Dolphin
+# so that Gwenview is not the primary applications for folders.
+InitialPreference=8
+X-Ubuntu-Gettext-Domain=desktop_kdegraphics
diff --git a/le-interface/pacote/usr/share/applications/le/graphics/inkscape.desktop b/le-interface/pacote/usr/share/applications/le/graphics/inkscape.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..c92edab18c22b7ef95786e149ca184ce1f2ba2ed
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/graphics/inkscape.desktop
@@ -0,0 +1,60 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=Inkscape
+Name[pt_BR]=Inkscape
+GenericName=Vector Graphics Editor
+GenericName[pt_BR]=Editor de Imagens Vetoriais
+X-GNOME-FullName=Inkscape Vector Graphics Editor
+X-GNOME-FullName[ar]=إنكسكايب محرر الرسومات الشعاعية
+X-GNOME-FullName[be]=Рэдактар вэктарнай ґрафікі Inkscape
+X-GNOME-FullName[bg]=Inkscape илюстратор за векторна графика
+X-GNOME-FullName[br]=Inkscape Embanner kevregadoù sturiadel
+X-GNOME-FullName[ca]=Editor de gràfics vectorials Inkscape
+X-GNOME-FullName[cs]=Inkscape - editor vektorové grafiky
+X-GNOME-FullName[de]=Inkscape SVG-Vektorgrafik-Editor
+X-GNOME-FullName[en_GB]=Inkscape Vector Graphics Editor
+X-GNOME-FullName[en_US@piglatin]=Inkscape Ectorvay Aphicsgray Editorway
+X-GNOME-FullName[eo]=Inkscape: Ilustrilo por Vektoraj Bildoj
+X-GNOME-FullName[es]=Editor de gráficos vectoriales Inkscape
+X-GNOME-FullName[et]=Inkscape, vektorgraafika redaktor
+X-GNOME-FullName[eu]=Inkscape bektore-grafikoen editorea
+X-GNOME-FullName[fi]=Inkscape vektorigrafiikkatyökalu
+X-GNOME-FullName[fr]=Éditeur d'images vectorielles SVG Inkscape
+X-GNOME-FullName[gl]=Editor de imaxes vectoriais Inkscape
+X-GNOME-FullName[he]=אינקסקייפ עורך גרפיקה וקטורית
+X-GNOME-FullName[hr]=Inkscape - program za vektorsko crtanje
+X-GNOME-FullName[hu]=Inkscape - vektorgrafikai szerkesztő
+X-GNOME-FullName[hy]=Inkscape Վեկտորային Գրաֆիկայի Խմբագիր
+X-GNOME-FullName[it]=Inkscape - Grafica vettoriale SVG
+X-GNOME-FullName[ja]=Inkscape ベクターグラフィックエディタ
+X-GNOME-FullName[km]=កម្មវិធី​កែ​សម្រួល​ក្រាហ្វិក​វ៉ិចទ័រ Inkscape
+X-GNOME-FullName[ko]=Inkscape 벡터 그래픽 편집기
+X-GNOME-FullName[lt]=Inkscape vektorinės grafikos rengyklė
+X-GNOME-FullName[nb]=Inkscape vektor-tegneprogram
+X-GNOME-FullName[nl]=Inkscape SVG-vector-illustrator
+X-GNOME-FullName[pl]=Inkscape - edytor grafiki wektorowej
+X-GNOME-FullName[pt]=Inkscape Editor de Imagem Vectorial
+X-GNOME-FullName[pt_BR]=Editor de Imagens Vetoriais Inkscape
+X-GNOME-FullName[ro]=Inkscape editor de grafică vectorială
+X-GNOME-FullName[ru]=Редактор векторной графики Inkscape
+X-GNOME-FullName[sk]=Inkscape - editor vektorovej grafiky
+X-GNOME-FullName[sl]=Urejevalnik vektorskih slik Inkscape
+X-GNOME-FullName[sr]=Inkscape програм за векторско цртање
+X-GNOME-FullName[sr@latin]=Inkscape program za vektorsko crtanje
+X-GNOME-FullName[sv]=Vektorillustratören Inkscape
+X-GNOME-FullName[tr]=Inkscape Vektörel Grafik Düzenleyici
+X-GNOME-FullName[uk]=Редактор векторної графіки Inkscape
+X-GNOME-FullName[vi]=Inkscape - Trình Xử lý Ảnh Véc-tơ
+X-GNOME-FullName[zh_CN]=Inkscape矢量绘图软件
+X-GNOME-FullName[zh_TW]=Inkscape 向量繪圖軟體
+Comment=Create and edit Scalable Vector Graphics images
+Type=Application
+Categories=LE;Graphics;VectorGraphics;GTK;
+MimeType=image/svg+xml;image/svg+xml-compressed;
+Exec=inkscape %F
+TryExec=inkscape
+Terminal=false
+StartupNotify=true
+Icon=inkscape
+X-Ubuntu-Gettext-Domain=inkscape
diff --git a/le-interface/pacote/usr/share/applications/le/graphics/kolourpaint.desktop b/le-interface/pacote/usr/share/applications/le/graphics/kolourpaint.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..ac102b8aa9fd0fa2e6daa7fd7c072ab9848aa445
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/graphics/kolourpaint.desktop
@@ -0,0 +1,20 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=KolourPaint
+Name[pt_BR]=KolourPaint
+GenericName[pt_BR]=Programa de Pintura
+Icon=kolourpaint
+
+Type=Application
+Exec=kolourpaint %u
+X-DocPath=kolourpaint/index.html
+
+# SYNC: Run branches/kolourpaint/control/scripts/kde4port/gen_mimetype_line.sh in
+#       the version of kdelibs/kimgio/ (e.g. KDE 4.0) KolourPaint is
+#       shipped with.
+MimeType=image/bmp;image/gif;image/jpeg;image/jpeg2000;image/png;image/tiff;image/x-dds;image/x-eps;image/x-exr;image/x-hdr;image/x-ico;image/x-pcx;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-rgb;image/x-tga;image/x-xbitmap;image/x-xcf;image/x-xpixmap;video/x-mng;
+
+Categories=Qt;LE;KDE;Graphics;2DGraphics;RasterGraphics;
+Terminal=false
+X-Ubuntu-Gettext-Domain=desktop_kdegraphics
diff --git a/le-interface/pacote/usr/share/applications/le/graphics/ksnapshot.desktop b/le-interface/pacote/usr/share/applications/le/graphics/ksnapshot.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..b62eac5e06dc35347421d8c5a7d7e7f889ded06e
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/graphics/ksnapshot.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=KSnapshot
+GenericName[pt_BR]=Programa de Captura de Tela
+MimeType=
+Exec=ksnapshot -caption "%c"
+Icon=ksnapshot
+Type=Application
+Terminal=false
+X-DocPath=ksnapshot/index.html
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;LE;KDE;Graphics;
+X-Ubuntu-Gettext-Domain=desktop_kdegraphics
diff --git a/le-interface/pacote/usr/share/applications/le/graphics/muan.desktop b/le-interface/pacote/usr/share/applications/le/graphics/muan.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..0a71b2de628e272288cd58956546886d27366baa
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/graphics/muan.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Name[pt_BR]=Muan
+GenericName[pt_BR]=Manipulador de Animações
+Terminal=false
+Exec=/usr/local/share/muan/muan_ae_pt
+Icon=muan
+Categories=LE;Graphics;
diff --git a/le-interface/pacote/usr/share/applications/le/graphics/pdfedit.desktop b/le-interface/pacote/usr/share/applications/le/graphics/pdfedit.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..e2f25208ec58ad1b23eaebcd6bf018dadb053063
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/graphics/pdfedit.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=PDF Editor
+Name[pt_BR]=PDF Editor
+GenericName[pt_BR]=Editor de PDF
+Comment=PDF Editor
+Exec=pdfedit
+Icon=/usr/share/pdfedit/icon/pdfedit_logo.png
+Type=Application
+StartupNotify=false
+Terminal=false
+Categories=LE;TextTools;Viewer;Graphics;Qt;
diff --git a/le-interface/pacote/usr/share/applications/le/internet/Kppp.desktop b/le-interface/pacote/usr/share/applications/le/internet/Kppp.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..f6f86c91ee95c0ece2402e05d1b6de568abe7f07
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/internet/Kppp.desktop
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=KPPP
+GenericName[pt_BR]=Ferramenta de Conexão à Internet
+MimeType=
+X-DocPath=kppp/index.html
+Exec=kppp
+Icon=kppp
+Type=Application
+Terminal=false
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;LE;KDE;Network;Dialup;
+X-Ubuntu-Gettext-Domain=desktop_kdenetwork
+NoDisplay=true
diff --git a/le-interface/pacote/usr/share/applications/le/internet/firefox.desktop b/le-interface/pacote/usr/share/applications/le/internet/firefox.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..4d8fb75b2340267d683999b51271cfd69ebadd1f
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/internet/firefox.desktop
@@ -0,0 +1,79 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[ar]=متصفح الوِب فَيَرفُكْس
+Name[ca]=Navegador web Firefox
+Name[cs]=Firefox Webový prohlížeč
+Name[es]=Navegador web Firefox
+Name[et]=Firefoxi veebibrauser
+Name[fa]=مرورگر اینترنتی Firefox
+Name[fi]=Firefox-selain
+Name[fr]=Navigateur Web Firefox
+Name[hu]=Firefox webböngésző
+Name[it]=Firefox Browser Web
+Name[ja]=Firefox ウェブ・ブラウザ
+Name[ko]=Firefox 웹 브라우저
+Name[nb]=Firefox Nettleser
+Name[nl]=Firefox webbrowser
+Name[nn]=Firefox Nettlesar
+Name[no]=Firefox Nettleser
+Name[pl]=Przeglądarka WWW Firefox
+Name[pt]=Firefox Navegador Web
+Name[pt_BR]=Mozilla Firefox
+Name[sk]=Firefox - internetový prehliadač
+Name[sv]=Webbläsaren Firefox
+Comment=Browse the World Wide Web
+Comment[ar]=تصفح الشبكة العنكبوتية العالمية
+Comment[ca]=Navegueu per el web
+Comment[cs]=Prohlížení stránek World Wide Webu
+Comment[de]=Im Internet surfen
+Comment[es]=Navegue por la web
+Comment[et]=Lehitse veebi
+Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید
+Comment[fi]=Selaa Internetin WWW-sivuja
+Comment[fr]=Navigue sur Internet
+Comment[hu]=A világháló böngészése
+Comment[it]=Esplora il web
+Comment[ja]=ウェブを閲覧します
+Comment[ko]=웹을 돌아 다닙니다
+Comment[nb]=Surf på nettet
+Comment[nl]=Verken het internet
+Comment[nn]=Surf på nettet
+Comment[no]=Surf på nettet
+Comment[pl]=Przeglądanie stron WWW 
+Comment[pt]=Navegue na Internet
+Comment[pt_BR]=Navegue na Internet
+Comment[sk]=Prehliadanie internetu
+Comment[sv]=Surfa på webben
+GenericName=Web Browser
+GenericName[ar]=متصفح وب
+GenericName[ca]=Navegador web
+GenericName[cs]=Webový prohlížeč
+GenericName[es]=Navegador web
+GenericName[et]=Veebibrauser
+GenericName[fa]=مرورگر اینترنتی
+GenericName[fi]=WWW-selain
+GenericName[fr]=Navigateur Web
+GenericName[hu]=Webböngésző
+GenericName[it]=Browser Web
+GenericName[ja]=ウェブ・ブラウザ
+GenericName[ko]=웹 브라우저
+GenericName[nb]=Nettleser
+GenericName[nl]=Webbrowser
+GenericName[nn]=Nettlesar
+GenericName[no]=Nettleser
+GenericName[pl]=Przeglądarka WWW
+GenericName[pt]=Navegador Web
+GenericName[pt_BR]=Navegador Web
+GenericName[sk]=Internetový prehliadač
+GenericName[sv]=Webbläsare
+Exec=firefox %u
+Terminal=false
+X-MultipleArgs=false
+Type=Application
+Icon=firefox
+Categories=LE;Application;Internet;Network;WebBrowser;
+MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;
+StartupWMClass=Firefox
+StartupNotify=true
+InitialPreference=10
diff --git a/le-interface/pacote/usr/share/applications/le/internet/knetworkmanager.desktop b/le-interface/pacote/usr/share/applications/le/internet/knetworkmanager.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..54287f310cc57f002c9c61bd559a1ab020370a13
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/internet/knetworkmanager.desktop
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=KNetworkManager
+GenericName[pt_BR]=Gerenciar Rede
+Exec=knetworkmanager
+Icon=knetworkmanager
+Type=Application
+Comment=A KDE frontend for NetworkManager
+X-KDE-autostart-after=panel
+X-KDE-StartupNotify=false
+X-KDE-UniqueApplet=true
+X-DCOP-ServiceType=Unique
+X-KDE-autostart-condition=networkmanagementrc:General:Autostart:true
+Categories=LE;Utility;TrayIcon;System;Applet;Network;
+NoDisplay=true;
+
+X-Ubuntu-Gettext-Domain=desktop_playground-base
diff --git a/le-interface/pacote/usr/share/applications/le/internet/konqbrowser.desktop b/le-interface/pacote/usr/share/applications/le/internet/konqbrowser.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..525bad80980bc30e3df7371999b5f5ff687b56c6
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/internet/konqbrowser.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Exec=kfmclient openProfile webbrowsing
+Icon=konqueror
+X-DocPath=konqueror/index.html
+
+Name[pt_BR]=Konqueror
+GenericName[pt_BR]=Navegador Web
+Categories=Qt;KDE;Network;WebBrowser;LE;
+X-Ubuntu-Gettext-Domain=desktop_kdebase
diff --git a/le-interface/pacote/usr/share/applications/le/menu/dolphin-menu.desktop b/le-interface/pacote/usr/share/applications/le/menu/dolphin-menu.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..c683396196011ec2c794b2bb9d0c5a5b404a43f6
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/menu/dolphin-menu.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=Dolphin
+Name[pt_BR]=Minha Pasta
+Exec=dolphin %i -caption "%c" %u
+Icon=system-file-manager
+Type=Application
+X-DocPath=dolphin/index.html
+Categories=LE;LE-Menu;
+Terminal=false
+MimeType=inode/directory;
+InitialPreference=10
+X-Ubuntu-Gettext-Domain=desktop_kdebase
diff --git a/le-interface/pacote/usr/share/applications/le/menu/konsole-menu.desktop b/le-interface/pacote/usr/share/applications/le/menu/konsole-menu.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..c8149e43e33b75ff8adfdeefacd3499fc7290b52
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/menu/konsole-menu.desktop
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Exec=konsole
+Icon=utilities-terminal
+X-DocPath=konsole/index.html
+Terminal=false
+X-KDE-StartupNotify=true
+
+Name[pt_BR]=Terminal
+
+X-DBUS-StartupType=Unique
+X-KDE-AuthorizeAction=shell_access
+Categories=LE;LE-Menu;
+X-Ubuntu-Gettext-Domain=desktop_kdebase
diff --git a/le-interface/pacote/usr/share/applications/le/multimedia/Kino.desktop b/le-interface/pacote/usr/share/applications/le/multimedia/Kino.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..14f821b80d0e56df7072b766ed0b39e1073ce7de
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/multimedia/Kino.desktop
@@ -0,0 +1,52 @@
+[Desktop Entry]
+Version=1.0
+Name=Kino
+Name[pt_BR]=Kino
+GenericName[pt_BR]=Editor de Vídeo
+GenericName=Video Editor
+GenericName[be]=Відэарэдактар
+GenericName[ca]=Editor de vídeo
+GenericName[cs]=Video editor
+GenericName[da]=Videoredigering
+GenericName[de]=Videoschnittprogramm
+GenericName[el]=Επεξεργαστής Βίντεο
+GenericName[es]=Editor de vídeo
+GenericName[eu]=bideo-editorea
+GenericName[fi]=Videoeditori
+GenericName[fr]=Montage vidéo
+GenericName[hu]=Videoszerkesztő
+GenericName[it]=Editor Video
+GenericName[sv]=Videoredigering
+GenericName[nb]=Videoredigering
+GenericName[no]=Videoredigerer
+GenericName[ru]=Видеоредактор
+GenericName[tt]=Видеоредактор
+GenericName[uk]=Відеоредактор
+Comment=Edit DV video
+Comment[be]=Мантаж DV відэа
+Comment[ca]=Edita vídeos DV
+Comment[cs]=Nástroj pro úpravy DV videa
+Comment[da]=Rediger DV video
+Comment[de]=Bearbeitet Digital-Videos
+Comment[el]=Επεξεργαστής Βίντεο
+Comment[es]=Editar vídeos DV
+Comment[eu]=Editatu DV bideoak
+Comment[fi]=Muokkaa videota
+Comment[fr]=Montage vidéo DV
+Comment[hu]=DV videók szerkesztése
+Comment[it]=Montaggio Video DV non lineare
+Comment[sv]=Redigera DV video
+Comment[nb]=Redigering av DV video
+Comment[no]=Redigere DV video
+Comment[ru]=Редактирование DV-видео
+Comment[tt]=DV видео редакторлау
+Comment[uk]=Редагування DV відео
+Encoding=UTF-8
+TryExec=kino
+Exec=kino %F
+Icon=kino.png
+Terminal=false
+StartupNotify=true
+Type=Application
+Categories=LE;Application;AudioVideo;AudioVideoEditing;
+MimeType=video/dv;application/smil
diff --git a/le-interface/pacote/usr/share/applications/le/multimedia/MediaConverter.desktop b/le-interface/pacote/usr/share/applications/le/multimedia/MediaConverter.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..a8e78567fdcfc9042b9f351c5a53b69029a65d81
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/multimedia/MediaConverter.desktop
@@ -0,0 +1,20 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Comment=
+Comment[ar]=
+DocPath=
+Name[pt_BR]=Multimedia Converter
+GenericName[pt_BR]=Multimedia Converter
+Exec=kmdr-executor /usr/local/LinConverter/LinConverter.kmdr
+Icon=tux
+MimeType=
+Path=
+StartupNotify=true
+Terminal=false
+TerminalOptions=
+Type=Application
+X-DCOP-ServiceType=multi
+X-KDE-SubstituteUID=false
+X-KDE-Username=
+Categories=LE;Application;AudioVideo;Audio;Video;Player
diff --git a/le-interface/pacote/usr/share/applications/le/multimedia/acidrip.desktop b/le-interface/pacote/usr/share/applications/le/multimedia/acidrip.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..164c44edba0a0197aab33fb9989c86a9e5fa0244
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/multimedia/acidrip.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=AcidRip DVD Ripper
+GenericName[pt_BR]=Extrair DVD
+Name=AcidRip DVD Ripper
+Name[ca]=Capturador de DVD AcidRip
+GenericName=DVD Ripper
+GenericName[ca]=Capturador de DVD
+Comment=DVD Ripper
+Comment[ca]=Captura el vídeo dels teus DVD
+Exec=acidrip
+Icon=acidrip
+Type=Application
+Categories=LE;AudioVideo;
diff --git a/le-interface/pacote/usr/share/applications/le/multimedia/audacity.desktop b/le-interface/pacote/usr/share/applications/le/multimedia/audacity.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..9ac23a44fb8354b0a6a82337ba4319356c581998
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/multimedia/audacity.desktop
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Audacity
+GenericName[pt_BR]=Editor de Áudio
+Comment=Grave e edite arquivos de áudio
+
+Icon=audacity
+
+Type=Application
+Categories=LE;AudioVideo;Audio;AudioVideoEditing;
+
+Exec=audacity
+StartupNotify=false
+Terminal=false
+MimeType=application/ogg;audio/basic;audio/mpeg;audio/x-aiff;audio/x-mp3;audio/x-wav;application/x-audacity-project;
diff --git a/le-interface/pacote/usr/share/applications/le/multimedia/avidemux-gtk.desktop b/le-interface/pacote/usr/share/applications/le/multimedia/avidemux-gtk.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..d7a2b567ba8f3d4a528662f05af0f94428df3e52
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/multimedia/avidemux-gtk.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Avidemux
+GenericName[pt_BR]=Editor de Vídeo
+Comment=Edite seus vídeos
+TryExec=avidemux2_gtk
+Exec=avidemux2_gtk
+Icon=avidemux
+Terminal=false
+Type=Application
+Categories=LE;GTK;AudioVideo
+MimeType=video/mpeg;video/x-mpeg;video/x-avi;application/x-flash-video;application/x-shockwave-flash;video/flv
diff --git a/le-interface/pacote/usr/share/applications/le/multimedia/k3b.desktop b/le-interface/pacote/usr/share/applications/le/multimedia/k3b.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..3706c406ead958870761cdb2ab4887a527a53846
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/multimedia/k3b.desktop
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Exec=k3b %U
+Icon=k3b
+X-DocPath=k3b/index.html
+Name[pt_BR]=K3b
+GenericName[pt_BR]=Gravação de CD/DVD
+Comment=Disk writing program
+Terminal=false
+MimeType=application/x-k3b;application/x-iso;application/x-cd-image;application/x-cue;
+X-KDE-StartupNotify=true
+X-KDE-NativeMimeType=application/x-k3b;
+Categories=LE;KDE;Qt;AudioVideo;DiscBurning;
+X-DBUS-ServiceType=Unique
+X-Ubuntu-Gettext-Domain=desktop_extragear-multimedia_k3b
diff --git a/le-interface/pacote/usr/share/applications/le/multimedia/kmix.desktop b/le-interface/pacote/usr/share/applications/le/multimedia/kmix.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..1c8e4a53ec343422486c6d7f535a1349abdd3a0f
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/multimedia/kmix.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Exec=kmix -caption "%c" %i
+X-DocPath=kmix/index.html
+OnlyShowIn=KDE;
+Type=Application
+Terminal=false
+Icon=kmix
+Name[pt_BR]=Kmix
+GenericName[pt_BR]=Mixagem de Som
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Unique
+Categories=Qt;LE;KDE;AudioVideo;Audio;Mixer;
+X-Ubuntu-Gettext-Domain=desktop_kdemultimedia
diff --git a/le-interface/pacote/usr/share/applications/le/multimedia/vlc.desktop b/le-interface/pacote/usr/share/applications/le/multimedia/vlc.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..3a31cabb1d560c2448b616ced54c8cbd081e9eda
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/multimedia/vlc.desktop
@@ -0,0 +1,27 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=VLC media player
+Name[pt_BR]=VLC media player
+GenericName[pt_BR]=Reprodutor Multimídia
+Comment=Read, capture, broadcast your multimedia streams
+Name[es]=Reproductor multimedia VLC
+Comment[es]=Lea, capture y emita sus contenidos multimedia
+Name[fr]=Lecteur multimédia VLC
+Comment[fr]=Lire, capturer, diffuser vos flux multimedia
+Name[sv]=Mediaspelaren VLC
+Comment[sv]=Allmän uppspelare av film och musik
+Name[ru]=Медиаплеер VLC
+Comment[ru]=Универсальный проигрыватель видео и аудио
+Name[pl]=Odtwarzacz multimediów VLC
+Comment[pl]=Odczytywanie, przechwytywanie i nadawanie strumieni multimedialnych
+Name[lt]=VLC grotuvas
+Comment[lt]=Groti, įrašyti, siųsti daugialypės terpės kūrinius
+Name[ja]=VLCメディアプレイヤー
+Comment[ja]=マルチメディアストリームの読み込み、キャプチャー、ブロードキャスト
+Exec=vlc %U
+Icon=vlc
+Terminal=false
+Type=Application
+Categories=AudioVideo;Player;LE;
+MimeType=video/dv;video/mpeg;video/x-mpeg;video/msvideo;video/quicktime;video/x-anim;video/x-avi;video/x-ms-asf;video/x-ms-wmv;video/x-msvideo;video/x-nsv;video/x-flc;video/x-fli;application/ogg;application/x-ogg;application/x-matroska;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-wav;audio/x-mpegurl;audio/x-scpls;audio/x-m4a;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;application/vnd.rn-realmedia;audio/x-real-audio;audio/x-pn-realaudio;application/x-flac;audio/x-flac;application/x-shockwave-flash;misc/ultravox;audio/vnd.rn-realaudio;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-wav;audio/x-pn-windows-acm;image/vnd.rn-realpix;video/vnd.rn-realvideo;audio/x-pn-realaudio-plugin;application/x-extension-mp4;audio/mp4;video/mp4;video/mp4v-es;x-content/video-vcd;x-content/video-svcd;x-content/video-dvd;x-content/audio-cdda;x-content/audio-player;video/x-flv;
diff --git a/le-interface/pacote/usr/share/applications/le/multimedia/xawtv.desktop b/le-interface/pacote/usr/share/applications/le/multimedia/xawtv.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..0165fe098fbfa65cb9d1157beb5151f1c99be2d8
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/multimedia/xawtv.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=XawTV
+GenericName[pt_BR]=Webcam
+Comment=TV viewer for X11
+Name=XawTV
+Exec=xawtv
+Terminal=false
+GenericName=XawTV
+Type=Application
+Categories=LE;AudioVideo;
+Icon=xawtv48x48
diff --git a/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-base.desktop b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-base.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..99817d7121e3b9a0cfb03e821207cf9801b0789a
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-base.desktop
@@ -0,0 +1,221 @@
+[Desktop Entry]
+Version=1.0
+Terminal=false
+Icon=libreoffice34-base
+Type=Application
+Categories=LE;Application;Office;Database;
+Exec=libreoffice3.4 --base %U
+MimeType=application/vnd.oasis.opendocument.database;application/vnd.sun.xml.base;
+Name=LibreOffice 3.4 Base
+Name[pt_BR]=LibreOffice 3.4 Base
+GenericName=Database Development
+GenericName[en]=Database Development
+GenericName[af]=Databasisontwikkeling
+GenericName[ar]=تطوير قواعد البيانات
+GenericName[as]=ডাটাবেছ বিকাশ
+GenericName[ast]=Desendolcu de bases de datos
+GenericName[be]=База даных
+GenericName[bg]=Разработване на бази от данни
+GenericName[bn]=ডাটাবেস ডেভেলপমেন্ট
+GenericName[bo]=གཞི་གྲངས་མཛོད་ཀྱི་གསར་སྤེལ།
+GenericName[br]=Diorren ar stlennvon
+GenericName[brx]=Database Development
+GenericName[bs]=Razvoj baza podataka
+GenericName[ca]=Desenvolupament de bases de dades
+GenericName[ca_XV]=Desenvolupament de bases de dades
+GenericName[cs]=Vývoj databáze
+GenericName[cy]=Datblygu Cronfa Ddata
+GenericName[da]=Databaseudvikling
+GenericName[de]=Datenbankentwicklung
+GenericName[dgo]=Database Development
+GenericName[dz]=Database Development
+GenericName[el]=Ανάπτυξη λογισμικού για βάσεις δεδομένων
+GenericName[en_GB]=Database Development
+GenericName[en_ZA]=Database Development
+GenericName[eo]=Datumbaza evoluigo
+GenericName[es]=Desarrollo de bases de datos
+GenericName[et]=Andmebaaside arendamine
+GenericName[eu]=Datu-baseen garapena
+GenericName[fa]=تولید پایگاه داده
+GenericName[fi]=Tietokantakehitys
+GenericName[fr]=Développement de base de données
+GenericName[ga]=Forbairt Bunachar Sonraí
+GenericName[gl]=Desenvolvemento de bases de datos
+GenericName[gu]=ડેટાબેઝ ડેવલોપમેન્ટ
+GenericName[he]=פיתוח מסדי נתונים
+GenericName[hi]=डेटाबेस विकास
+GenericName[hr]=Razvoj baze podataka
+GenericName[hu]=Adatbázis-fejlesztés
+GenericName[id]=Pengembangan Basis Data
+GenericName[is]=Hönnun gagnagrunna
+GenericName[it]=Sviluppo di database
+GenericName[ja]=データベース開発
+GenericName[ka]=Database Development
+GenericName[kk]=Database Development
+GenericName[km]=ការ​អភិវឌ្ឍន៍​មូលដ្ឋាន​ទិន្នន័យ
+GenericName[kn]=ದತ್ತಸಂಚಯ ಅಭಿವೃದ್ಧಿ
+GenericName[ko]=데이터베이스 개발
+GenericName[kok]=Database Development
+GenericName[ks]=Database Development
+GenericName[ku]=Pêşdebirê Danegeh
+GenericName[lo]=Database Development
+GenericName[lt]=Duomenų bazės kūrimas
+GenericName[lv]=Datubāžu izstrāde
+GenericName[mai]=Database Development
+GenericName[mk]=Развој на база на податоци
+GenericName[ml]=ഡേറ്റാബെയിസ് ഡവലപ്മെന്റ്
+GenericName[mn]=Өгөгдлийн сангийн хөгжүүлэлт
+GenericName[mni]=Database Development
+GenericName[mr]=कोष विकास
+GenericName[my]=ဒေတာဘေ့စ် ဖွံ့ဖြိုးတိုးတက်မှု
+GenericName[nb]=Databaseutvikling
+GenericName[ne]=डेटाबेस विकास
+GenericName[nl]=Databaseontwikkeling
+GenericName[nn]=Databaseutvikling
+GenericName[nr]=Database Development
+GenericName[nso]=Tšwetšopele ya dathapeisi
+GenericName[oc]=Desvolopament de banca de donadas
+GenericName[om]=Uuminsa Kuusaa Deetaa
+GenericName[or]=ତଥ୍ୟାଧାର ବିକାଶ
+GenericName[pa_IN]=ਡਾਟਾਬੇਸ ਡਿਵੈਲਮੈਂਟ
+GenericName[pl]=Opracowanie i rozwój bazy danych
+GenericName[pt]=Desenvolvimento da base de dados
+GenericName[pt_BR]=Desenvolvimento de banco de dados
+GenericName[ro]=Dezvoltare de baze de date
+GenericName[ru]=База данных
+GenericName[rw]=Gukora ububikoshingiro
+GenericName[sa_IN]=डाटाबेस् विकासः 
+GenericName[sat]=Database Development
+GenericName[sd]=Database Development
+GenericName[sh]=Razvoj baza podataka
+GenericName[si]=දත්තසමුදාය සංවර්ධනය
+GenericName[sk]=Vývoj databáz
+GenericName[sl]=Razvoj zbirk podatkov
+GenericName[sq]=Kolonat e databazës
+GenericName[sr]=Развој база података
+GenericName[ss]=Database Development
+GenericName[st]=Database Development
+GenericName[sv]=Databasutveckling
+GenericName[sw_TZ]=Database Development
+GenericName[ta]=தரவுத்தள உருவாக்கம்
+GenericName[te]=డాటాబేస్ డెవలప్‌మెంట్
+GenericName[tg]=Database Development
+GenericName[th]=Database Development
+GenericName[tn]=Database Development
+GenericName[tr]=Veritabanı Geliştirme
+GenericName[ts]=Database Development
+GenericName[ug]=ساندان ئىجادىيىتى
+GenericName[uk]=База даних
+GenericName[uz]=Maʼlumot bazasi
+GenericName[ve]=Database Development
+GenericName[vi]=Phát triển cơ sở dữ liệu
+GenericName[xh]=Database Development
+GenericName[zh_CN]=数据库开发
+GenericName[zh_TW]=資料庫開發
+GenericName[zu]=Database Development
+Comment=Manage databases, create queries and reports to track and manage your information by using Base.
+Comment[en]=Manage databases, create queries and reports to track and manage your information by using Base.
+Comment[af]=Bestuur databasisse, skep navrae en verslae om u inligting na te speur en te bestuur, met Base.
+Comment[ar]=إدارة قواعد البيانات، وإنشاء الاستعلامات والتقارير وتتبّع وإدارة معلومات باستخدام بيز.
+Comment[as]=ডাটাবেছবোৰ পৰিচালনা কৰক, আধাৰ ব্যৱহাৰ কৰি ট্ৰেক আৰু পৰিচালনা কৰিবলৈ প্ৰশ্ন আৰু ৰিপৰ্টবোৰ সৃষ্টি কৰক. 
+Comment[ast]=Alministrar bases de datos, crear consultes ya informes pa siguir y alministrar información emplegando Base.
+Comment[be]=Кіруйце базамі даных, стварайце звароты і справаздачы, каб зважаць на, і кіраваць інфармацыяй з дапамогаю Base.
+Comment[bg]=С Base можете да управлявате бази от данни и да създавате заявки и справки, за да следите и управлявате Вашата информация.
+Comment[bn]=বেস ব্যবহার করে আপনার তথ্য অনুসরণ এবং ব্যবস্থাপনা করতে, ডাটাবেস ব্যবস্থাপনা, কোয়েরি এবং প্রতিবেদন তৈরি করুন।
+Comment[bo]=Baseབེད་སྤྱད་དེ་གཞི་གྲངས་ཐོ་མཛོད་ལ་དོ་དམ་བྱེད་པ་མ་ཟད།  འདྲི་རྩད་དང་རེའུ་མིག་བཟོས་ནས་ཆ་འཕྲིན་ལ་རྗེས་འདེད་དང་དོ་དམ་བྱེད་དགོས།
+Comment[br]=Base - Ardeiñ stlennvonoù, krouiñ azgoulennoù ha danevelloù
+Comment[brx]=डाटाबेस मेनेज खालाम,सोंलु सोरजि आरो ट्रेख खालामनो फोरमायथिनाय आरो बिथा बाहायनानै नोंथांनि मोनथिहोनायखौ मेनेज खालामो।
+Comment[bs]=Upravljanje bazama podataka, kreiranje upita i izvještaja radi praćenja i upravljanja vašim informacijama koristeći Base.
+Comment[ca]=Gestioneu bases de dades i creeu consultes i informes per fer el seguiment i gestionar informació amb el Base.
+Comment[ca_XV]=Gestioneu bases de dades i creeu consultes i informes per fer el seguiment i gestionar informació amb el Base.
+Comment[cs]=Spravujte databáze, vytvářejte dotazy a sestavy pro sledování a řízení vašich informací pomocí Base.
+Comment[cy]=Rheoli cronfeydd data, creu ymholiadau ac adroddiadau i ddilyn a rheoli eich gwybodaeth drwy ddefnyddio Base.
+Comment[da]=Administrer databaser, opret forespørgsler og rapporter til at spore og administrere dine informationer ved at bruge Base.
+Comment[de]=Verwalten von Datenbanken, Erstellen von Abfragen und Berichten - Base macht's möglich.
+Comment[dgo]=बेस बरतियै अपनी जानकारी  दी थाह्‌ग लाने ते प्रबंध करने लेई डेटाबेसें दा प्रबंध करो ,पुच्छां ते रपोटां सिरजो.  
+Comment[dz]=གཞི་རྟན་ལག་ལེན་འཐབ་ཐོག་ལས་ གནས་སྡུད་གཞི་རྟན་ཚུ་འཛིན་སྐྱོང་འབད་ནི་དང་ དྲི་དཔྱད་ཚུ་བཟོ་ནི་ རྗེས་ལམ་ལུ་སྙན་ཞུ་འབད་ནི་ རང་དོན་བརྡ་དོན་འཛིན་སྐྱོང་འབད་ནི།
+Comment[el]=Διαχείριση βάσεων δεδομένων, δημιουργία ερωτημάτων και αναφορών και διαχείριση πληροφοριών με τη χρήση της Base.
+Comment[en_GB]=Manage databases, create queries and reports to track and manage your information using Base.
+Comment[en_ZA]=Manage databases, create queries and reports to track and manage your information by using Base.
+Comment[eo]=Administri datumbazojn, krei informpetojn kaj raportojn por kontroli kaj administri viajn informojn per Base.
+Comment[es]=Administrar bases de datos, crear consultas e informes para controlar y editar información con Base.
+Comment[et]=Base võimaldab kasutada andmebaase ja luua andmete jälgimiseks ning haldamiseks päringuid ja aruandeid.
+Comment[eu]=Datu-baseak kudeatu eta kontsultak eta txostenak sortu Base erabiliz informazioaren segimendua egiteko eta hura kudeatzeko.
+Comment[fa]=با استفاده از دادگان، پایگاه‌داده‌ها را اداره کنید و برای ردیابی و مدیریت اطلاعاتتان پرس و جو و گزارش ایجاد کنید.
+Comment[fi]=Hallinnoi tietokantoja, luo kyselyjä ja seurantaraportteja, ja hallinnoi tietojasi käyttämällä Base -ohjelmaa.
+Comment[fr]=Base - Gestion de bases de données, création de requêtes et rapports.
+Comment[ga]=Bainistigh bunachair shonraí, cruthaigh iarratais agus tuairiscí chun do chuid faisnéise a láimhseáil le Base.
+Comment[gl]=Xestionar bases de datos, crear consultas e informes para rastrexar e xestionar a súa información usando Base.
+Comment[gu]=બેઝ વડે ડેટાબેઝોનું વ્યવસ્થાપન, પ્રશ્ર્નો બનાવવા અને અહેવાલોનું ઘ્યાન અને માહિતીનું વ્યવસ્થાપન કરવામાં આવે છે.
+Comment[he]=ניהול מסדי נתונים, יצירת שאילתות ודוחות כדי לעקוב ולנהל את המידע שלך באמצעות תוכנת מסד הנתונים
+Comment[hi]=बेस के प्रयोग से डेटाबेस प्रबंधित करता है, प्रश्न बनाता है, ट्रैक रिपोर्ट करता है आपकी सूचना की देखभाल करता है.
+Comment[hr]=Upravlja bazama, stvara upite i izvještaje za praćenje, te upravlja vašim informacijama.
+Comment[hu]=Adatbázisok kezelése, lekérdezések és jelentések készítése a Base használatával.
+Comment[id]=Mengelola basis data, membuat kuiri, dan laporan untuk melacak dan mengelola informasi menggunakan Base.
+Comment[is]=Meðhöndla gagnagrunna, búa til fyrirspurnir og skýrslur til að hafa stjórn á upplýsingaflæði með Base.
+Comment[it]=Usando Base, potete gestire i database e creare interrogazioni e rapporti per controllare e organizzare le vostre informazioni.
+Comment[ja]=Base を使用することで、データベースを管理し、クエリーとレポートを作成して、情報を追跡および管理します。
+Comment[ka]=მართავს მონაცემთა ბაზებს, ქმნის მოთხოვნებს და მოხსენებებს რათა ჩაიწეროს და მართოს თქვენი ინფორმაცია  Base-ის გამოყენებით.
+Comment[kk]=Base көмегiмен деректер қорын басқару, сұраныстарды және есептердi жасау сiздiң ақпараттарыңыздарды қадағалау және басқару үшiн. 
+Comment[km]=គ្រប់គ្រង​មូលដ្ឋាន​ទិន្នន័យ បង្កើត​សំណួរ និង​របាយការណ៍ ដើម្បី​តាមដាន និង​ចាត់ចែង​ព័ត៌មាន​ដោយ​ប្រើ Base ។
+Comment[kn]=ಬೇಸ್ ಬಳಸಿ ದತ್ತಸಂಚಯಗಳನ್ನು ನಿರ್ವಹಿಸಿ, ವರದಿಗಳ ಜಾಡನ್ನು ಇರಿಸಲು ಹಾಗೂ ನಿರ್ವಹಿಸಲು ಪ್ರಶ್ನೆ ಮತ್ತು ವರದಿಗಳನ್ನು ಸೃಷ್ಟಿಸಿ.
+Comment[ko]=Base를 사용하여 데이터베이스를 관리하고, 추적할 쿼리와 보고서를 만들며, 정보를 관리합니다.
+Comment[kok]=पायो वापरून म्हायतीकोशांचे  व्यवस्थापन, तशेच तुमच्या म्हायतीचो सोद घेवपाक आनिक व्यवस्थापन करपाखातीर प्रस्नांची  आनिक अहवालांची निर्मणी करात.
+Comment[ks]=Manage databases, create queries and reports to track and manage your information by using Base.
+Comment[ku]=Danegehan bi rê ve bibe, jêpirsînan bike, raporan bişopîne û zanîna xwe ya Base bikar bîne.
+Comment[lo]=ຈັດການຖານຂໍ້ມູນ,ສ້າງຄຳຖາມຕາລາງແລະລາຍງານແລະຈັດການຂໍ້ມູນຂອງເຈົ້າດ້ວຍການນຳໃຊ້ຖານ.
+Comment[lt]=Duomenų bazių programa galima tvarkyti duomenų bazes, rašyti užklausas ir ataskaitas.
+Comment[lv]=Pārvaldiet datubāzes, veidojiet vaicājumus un atskaites, lai izsekot un vadītu informāciju, lietojot Base.
+Comment[mai]=बेसक प्रयोगसँ डाटाबेस प्रबंधित करैत अछि, प्रश्न बनाबैत अछि, ट्रैक रिपोर्ट करैत अछि अहाँक सूचनाक देखभाल करैत अछि.
+Comment[mk]=Уредувајте бази на податоци, креирајте барања и извештаи за следење и управување на вашите информации со користење на Base.
+Comment[ml]=അടിസ്ഥാനമുപയോഗിച്ച്  ഡേറ്റാബേസ് കൈകാര്യം ചെയ്യുകയും ചോദ്യം സൃഷ്ടിക്കുകയും ട്രാക്കില് റിപ്പോര്ട്ട് ചെയ്യുകയും താങ്കളുടെ വിവരങ്ങള്  കൈകാര്യം ചെയ്യുകയും ചെയ്യാം.
+Comment[mn]=Base танд өгөгдлийн сангууд зохицуулах, асуулга болон тайлан үүсгэх боломж олгоно.
+Comment[mni]=য়ুমফম শিজিন্নদুনা দাতাবেজশিং শীল্লাংউ, ৱাহংশিং শেমগতলো অমসুং ত্রেক্তা রিপোর্ত পীয়ু অমসুং অদোমগী ঈপাউ শীল্লাংউ.
+Comment[mr]=Base चा वापर करून कोष व्यवस्थापीत करा, तसेच माहिती नियंत्रण व व्यवस्थापन करीता चौकशी व अहवाल बनवा.
+Comment[my]=ဒေတာဘေ့စ်များစီမံခန့်ခွဲပါ၊ ကွာရီများတည်ဆောက်ပြီး အစီရင်ခံစာများကို လမ်းကြောင်းတစ်ခုဆီသို့ ပေးပို့ပါ။ ပြီးလျှင် ဒေတာဘေ့စ်ကို အသုံးပြုခြင်းဖြင့် သင်၏ သတင်းအချက်အလက်များကို စီမံခန့်ခွဲပါ။ 
+Comment[nb]=Håndter databaser, lag spørringer og rapporter og håndter informasjon ved hjelp av Base.
+Comment[ne]=बेसको प्रयोगद्वारा डाटाबेसहरू प्रबन्ध गर्नुहोस्, ट्रयाकमा क्वेरीहरू र प्रतिवेदन सिर्जना गर्नुहोस् र तपाईंको सूचना प्रबन्ध गर्नुहोस् ।
+Comment[nl]=Met Base kunt u databases beheren, query's en rapporten maken om uw gegevens te controleren en beheren.
+Comment[nn]=Med Base kan du handtera databasar, laga spørjingar og rapportar for sporing og handtering av informasjon.
+Comment[nr]=Phatha amabulungelo wekhompyutha, enza imibuzo nemibiko nokulandela nokuphatha ilwazi lakho ngokusebenzisa iBulungelo lekhompyutha.
+Comment[nso]=Laola didathapeisi, hlama dipotšišo le dipego bakeng sa go latedišiša le go laola tshedimošo ya gago o diriša Base.
+Comment[oc]=Base - Gestion de bancas de donadas, creacion de requèstas e rapòrts.
+Comment[om]=Base fayyadamuun kuusaa deetaa taligi, gaafataa fi gabaasota odeeffannoo kee hordofuu fi taliguuf oolan uumi.
+Comment[or]= ଆଧାର ଉପୟୋଗ କରି ତଥ୍ଯ ସଞ୍ଚଯଗୁଡିକ ପରିଚାଳନା ,ପ୍ରଶ୍ନଗୁଡିକୁ ସୃଷ୍ଟି ଏବଂ ରିପୋର୍ଟଗୁଡିକୁ ଚିହ୍ନଟ କର ଏବଂ   ତୁମ ସୂଚନାକୁ ପରିଚାଳନା କର।
+Comment[pa_IN]=ਬੇਸ (Base) ਨਾਲ ਆਪਣਾ ਡਾਟਾਬੇਸ ਸੰਭਾਲੋ, ਸਵਾਲ ਬਣਾਓ ਅਤੇ ਨਿੱਜੀ ਜਾਣਕਾਰੀ ਨੂੰ ਜਾਂਚਿਆ ਅਤੇ ਪ੍ਰਬੰਧ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।
+Comment[pl]=Administruj bazami danych, twórz kwerendy i raporty aby efektywnie zarządzać informacją używając programu Base.
+Comment[pt]=Gestão de bases de dados, criar consultas e relatórios para controlar e gerir as informações através do Base.
+Comment[pt_BR]=Gerencie bancos de dados, crie consultas e relatórios para rastrear e gerenciar suas informações por meio do Base.
+Comment[ro]=Gestionați baze de date, creați interogări și rapoarte pentru a urmări și gestiona informațiile dumneavoastră folosind Base.
+Comment[ru]=Управление базами данных, создание запросов и отчётов для слежения и управления вашей информацией при помощи Base.
+Comment[rw]=Kuyobora ububikoshingiro, kurema ibibazo na raporo kugira ngo ugenzure kandi uyobore ibyatanzwe byawe ukoresheje Base.
+Comment[sa_IN]=बेस् उपयुज्य तव सूचनां प्रबन्धयितुं, डाटाबेसस् प्रबन्धय, प्रश्नान् उत्पादय, तथा तव रिपोर्ट अन्वषय।
+Comment[sat]=बा़यसा़व रोयाक् बेभार दाराय ते आमाक् खोबोर  रिपोर्ट, कुकली तेयार आर सा़खिया़त बा़यसा़व बेबोसता.
+Comment[sd]=آڌار جو اِستعمال ڪندي آڌار سامگرين جو بندوبست ڪريو، را تي پڇائون ۽ رپورٽون خلقيو ۽ پنهنجي معلومات جو بندوبست ڪريو۔ 
+Comment[sh]=Upravljajte bazama podataka, napravite upite i izveštaje za praćenje podataka u programu Baza.
+Comment[si]=Base භාවිතා කරමින් දත්ත ගබඩා පාලනය කරන්න, ඔබගේ තොරතුරු හඹා යාමට සහ පාලනය කරීමට විමසුම් සහ වාර්තා සාදන්න.
+Comment[sk]=Spravujte databázy, vytvárajte dotazy a správy pre správu a analýzu vašich informácií s použitím Base.
+Comment[sl]=S programom Base upravljajte z zbirkami podatkov, ustvarjajte poizvedbe in poročila za sledenje in upravljanje s podatki.
+Comment[sq]=Menaxho bazat e shënimeve, krijo pyetësorët dhe raportet për të përcjellur dhe menaxhuar informacionet përmes Base.
+Comment[sr]=Управљајте базама података, направите упите и извештаје за праћење података у програму База.
+Comment[ss]=Phatsa idathabhesi, yakha sibuti bese uyabuta imibiko yekulandzelela nekuphatsa lwati lwakho ngekusebentisa Base.
+Comment[st]=Laola didatapeisi, bopa ditletlebo le ditlaleho bakeng sa ho latedisisa le ho laola tlhahisoleseding ya hao ka ho sebedisa Base.
+Comment[sv]=Hantera databaser, skapa sökningar och rapporter för att spåra och hantera information med hjälp av Base.
+Comment[sw_TZ]=Manage databases, create queries and reports to track and manage your information by using Base.
+Comment[ta]=தரவுத்தளங்களை மேலாளவும், வினவல்கள் அறிக்கைகள் கொண்டு உங்கள் தகவலை மேலாளவும் பேஸைப் பயன்படுத்துக.
+Comment[te]=దత్తంశస్థానముల నిర్వాహణ,ప్రశ్నలు మరియు నివేదనలు మరియు స్థానము తో ఉపయోగించిన మీ సమాచారమును నిర్మించు.
+Comment[tg]=Идоракунии МД, сохтани дархостҳо ва ҳисобот, идоракунии маълумот таввасути Base сурат мегиранд.
+Comment[th]=จัดการฐานข้อมูล สร้างข้อคำถามและรายงานไปยังแทร็ก และจัดการข้อมูลของคุณโดยการใช้ Base
+Comment[tn]=Manage databases, create queries and reports to track and manage your information by using Base.
+Comment[tr]=Base kullanarak veritabanlarını yönetebilir, sorgular ve raporlar oluşturarak bilgilerinizi takip edebilirsiniz.
+Comment[ts]=Tirhisa swihlayisela-rungula, endla mindzavisiso ni swiviko leswaku u landzelerisisa rungula ra wena hi ku tirhisa Base.
+Comment[ug]=سانداننى باشقۇرۇش، سۈرۈشتۈرۈش ۋە دوكلات قۇرۇش شۇنداقلا ئۇچۇرنى ئىز قوغلاش ۋە باشقۇرۇش ئېلىپ بېرىشتا Base ئىشلىتىدۇ.
+Comment[uk]=Керування базами даних, створення запитів та звітів для стеження та керування вашою інформацією.
+Comment[uz]=Base rdamida hisobotlar, maʼlumotar bazasini boshqarish.
+Comment[ve]=Langani dzidatabase, vhumbani dzimbudziso na mivhigo u itela u londa na u langa vhuṱanzi haṅu nga u shumisa Base.
+Comment[vi]=Quản lý cơ sở dữ liệu, tạo truy vấn và báo cáo để theo dõi và quản lý thông tin bằng Base.
+Comment[xh]=Lawula iziseko zeenkcukacha, dala iintandabuzo neengxelo ukuze ulande ekhondweni ngokunjalo ulawule ulwazi lwakho ngokusebenzisa u-Base.
+Comment[zh_CN]=使用 Base 管理数据库并创建查询和报表,以对信息进行跟踪和管理。
+Comment[zh_TW]=使用 Base 來管理資料庫、建立查詢與報告,以追蹤及管理您的資訊。
+Comment[zu]=Lawula idatabheyzi, yenza amakhwiri nemibiko ukuze uthole futhi ulawule ukwaziswa kwakho ngokusebenzisa iBheysi.
+InitialPreference=5
diff --git a/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-calc.desktop b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-calc.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..a3c10265319fb469ae5e3ba7e66e8421facf4356
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-calc.desktop
@@ -0,0 +1,221 @@
+[Desktop Entry]
+Version=1.0
+Terminal=false
+Icon=libreoffice34-calc
+Type=Application
+Categories=LE;Application;Office;Spreadsheet;
+Exec=libreoffice3.4 --calc %U
+MimeType=application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-flat-xml;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.sun.xml.calc;application/vnd.sun.xml.calc.template;application/vnd.stardivision.calc;application/vnd.stardivision.chart;application/msexcel;application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.ms-excel.sheet.macroenabled.12;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.template.macroenabled.12;application/vnd.ms-excel.sheet.binary.macroenabled.12;text/csv;application/x-dbf;
+Name=LibreOffice 3.4 Calc
+Name[pt_BR]=LibreOffice 3.4 Calc
+GenericName=Spreadsheet
+GenericName[en]=Spreadsheet
+GenericName[af]=Sigblad
+GenericName[ar]=جدول بيانات
+GenericName[as]=স্প্ৰেডশ্বীট
+GenericName[ast]=Fueya de cálculu
+GenericName[be]=Разліковы аркуш
+GenericName[bg]=Електронна таблица
+GenericName[bn]=স্প্রেডশীট
+GenericName[bo]=གློག་རྡུལ་རེའུ་མིག
+GenericName[br]=Renkell
+GenericName[brx]=Spreadsheet
+GenericName[bs]=Proračunska tablica
+GenericName[ca]=Full de càlcul
+GenericName[ca_XV]=Full de càlcul
+GenericName[cs]=Sešit
+GenericName[cy]=Taenlen
+GenericName[da]=Regneark
+GenericName[de]=Tabellenkalkulation
+GenericName[dgo]=Spreadsheet
+GenericName[dz]=Spreadsheet
+GenericName[el]=Υπολογιστικό φύλλο
+GenericName[en_GB]=Spreadsheet
+GenericName[en_ZA]=Spreadsheet
+GenericName[eo]=Kalkultabelo
+GenericName[es]=Hoja de cálculo
+GenericName[et]=Arvutustabel
+GenericName[eu]=Kalkulu-orria
+GenericName[fa]=صفحه‌گسترده
+GenericName[fi]=Taulukkolaskenta
+GenericName[fr]=Classeur
+GenericName[ga]=Scarbhileog
+GenericName[gl]=Folla de cálculo
+GenericName[gu]=સ્પ્રેડશીટ
+GenericName[he]=גיליון אלקטרוני
+GenericName[hi]=स्प्रेडशीट
+GenericName[hr]=Proračunska tablica
+GenericName[hu]=Munkafüzet
+GenericName[id]=Lembar Kerja
+GenericName[is]=Töflureiknir
+GenericName[it]=Foglio elettronico
+GenericName[ja]=表計算ドキュメント
+GenericName[ka]=Spreadsheet
+GenericName[kk]=Spreadsheet
+GenericName[km]=សៀវភៅ​បញ្ជី
+GenericName[kn]=ಸ್ಪ್ರೆಡ್‌ಶೇಟ್‌
+GenericName[ko]=스프레드시트
+GenericName[kok]=Spreadsheet
+GenericName[ks]=Spreadsheet
+GenericName[ku]=Tabloya Hesêb
+GenericName[lo]=Spreadsheet
+GenericName[lt]=Skaičiuoklė
+GenericName[lv]=Izklājlapa
+GenericName[mai]=स्प्रेडशीट
+GenericName[mk]=Табеларна пресметка
+GenericName[ml]=സ്പ്രെഡ്ഷീറ്റ്
+GenericName[mn]=Хүснэгт баримт
+GenericName[mni]=Spreadsheet
+GenericName[mr]=स्प्रेडशीट्
+GenericName[my]=စာရင်းဇယားစာရွက်လွှာ
+GenericName[nb]=Regneark
+GenericName[ne]=स्प्रेडसीट
+GenericName[nl]=Werkblad
+GenericName[nn]=Rekneark
+GenericName[nr]=Spreadsheet
+GenericName[nso]=Letlakala-kalo
+GenericName[oc]=Classador
+GenericName[om]=Wardii
+GenericName[or]=Spreadsheet
+GenericName[pa_IN]=ਸਪਰੈੱਡ ਸ਼ੀਟ
+GenericName[pl]=Arkusz kalkulacyjny
+GenericName[pt]=Folha de cálculo
+GenericName[pt_BR]=Planilha
+GenericName[ro]=Foaie de calcul
+GenericName[ru]=Электронная таблица
+GenericName[rw]=Urupapurotuzu
+GenericName[sa_IN]=स्प्रेड्शीट्
+GenericName[sat]=Spreadsheet
+GenericName[sd]=Spreadsheet
+GenericName[sh]=Tablica
+GenericName[si]=පැතුරුම්පත
+GenericName[sk]=Zošit
+GenericName[sl]=Preglednica
+GenericName[sq]=Tabelë kalkuluese
+GenericName[sr]=Таблица
+GenericName[ss]=Spreadsheet
+GenericName[st]=Spreadsheet
+GenericName[sv]=Kalkylblad
+GenericName[sw_TZ]=Spreadsheet
+GenericName[ta]=விரிதாள்
+GenericName[te]=స్ర్పెడ్ షీట్
+GenericName[tg]=Spreadsheet
+GenericName[th]=Spreadsheet
+GenericName[tn]=Spreadsheet
+GenericName[tr]=Hesap Tablosu
+GenericName[ts]=Spreadsheet
+GenericName[ug]=ئېلېكترونلۇق جەدۋەل
+GenericName[uk]=Електронна таблиця
+GenericName[uz]=Elektro jadval
+GenericName[ve]=Spreadsheet
+GenericName[vi]=Bảng tính
+GenericName[xh]=Spreadsheet
+GenericName[zh_CN]=电子表格
+GenericName[zh_TW]=試算表
+GenericName[zu]=Ikhasi lokubala
+Comment=Perform calculation, analyze information and manage lists in spreadsheets by using Calc.
+Comment[en]=Perform calculation, analyze information and manage lists in spreadsheets by using Calc.
+Comment[af]=Doen berekening, analiseer inligting en bestuur lyste in sigblaaie met Calc.
+Comment[ar]=إنجاز العمليات الحسابية، وتحليل المعلومات وإدارة القوائم في جداول البيانات باستخدام Calc.
+Comment[as]=কেলক ব্যৱহাৰ কৰি গণনা কৰক, তথ্য বিশ্লেষণ কৰক আৰু তালিকা পৰিচালনা কৰক.    
+Comment[ast]=Facer cálculos, analizar información y editar llistes en fueyes de cálculu con Calc.
+Comment[be]=Праводзьце вылічэнні, аналізуйце інфармацыю і кіруйце спісамі ў разліковых аркушах з дапамогаю Calc.
+Comment[bg]=Calc служи за изчисления, анализи и управление на списъци чрез електронни таблици.
+Comment[bn]=ক্যালক ব্যবহার করে স্প্রেডশীটে হিসাব, তথ্য বিশ্লেষণ,এবং তালিকা ব্যবস্থাপনা করুন।
+Comment[bo]=Calcབེད་སྤྱད་དེ་རེའུ་མིག་ནང་གི་གསལ་ཐོར་རྩིས་རྒྱག་པ་དང་།  ཆ་འཕྲིན་དབྱེ་ཞིབ་བྱེད་པ།  གློག་རྡུལ་དོ་དམ་བྱེད་པ་བཅས་བྱེད་དགོས།
+Comment[br]=Calc - Jedadurioù, dezrannoù hag ardeiñ rolladoù er renkelloù.
+Comment[brx]=साननाय मावफुं, मोनथिहोनाय बेखेव आरो कल्क बाहायनानै स्प्रेडशीटसआव   फारिलाइफोरखौ मेनेज खालाम।
+Comment[bs]=Obavljanje proračuna, analiza informacija i upravljanje listama u tablicama koristeći Calc.
+Comment[ca]=Feu càlculs, analitzeu informació i gestioneu llistes en fulls de càlcul amb el Calc.
+Comment[ca_XV]=Feu càlculs, analitzeu informació i gestioneu llistes en fulls de càlcul amb el Calc.
+Comment[cs]=Provádějte výpočty, analyzujte informace a ovládejte seznamy v sešitech pomocí Calcu.
+Comment[cy]=Cyfrifo, dadansoddi data a rheoli rhestrau mewn taenlenni gan ddefnyddio Calc.
+Comment[da]=Udfør beregning, analyser information og administrer lister i regneark ved brug af Calc.
+Comment[de]=Berechnungen ausführen, Informationen analysieren und Listen in Tabellen verwalten - Calc macht's möglich.
+Comment[dgo]=कल्क बरतियै स्प्रैडशीटें च गणना,जानकारी दा विश्लेशन ते सूचियें दा प्रबंध करो. 
+Comment[dz]=རྩིས་འཕྲུལ་ལག་ལེན་འཐབ་ཐོག་ལས་ཤོག་ཁྲམ་ནང་ལུ་ རྩིས་རྐྱབ་ནི་དང་ བརྡ་དོན་དཔྱད་ཞིབ་འབད་ནི་ ཐོ་ཡིག་འཛིན་སྐྱོང་འབད་ནི།
+Comment[el]=Υπολογισμός, ανάλυση πληροφοριών και διαχείριση λιστών σε υπολογιστικά φύλλα με τη χρήση του Calc.
+Comment[en_GB]=Perform calculations, analyse information and manage lists in spreadsheets using Calc.
+Comment[en_ZA]=Perform calculation, analyse information and manage lists in spreadsheets by using Calc.
+Comment[eo]=Kalkuladi, analizi informojn kaj administri listojn en kalkultabeloj per Tabelilo.
+Comment[es]=Realizar cálculos, analizar información y editar listas en hojas de cálculo con Calc.
+Comment[et]=Calc aitab teostada arvutusi, analüüsida infot ja hallata nimekirju.
+Comment[eu]=Kalkuluak egin, informazioa aztertu eta kalkulu-orrietako zerrendak kudeatu Calc erabiliz.
+Comment[fa]=با محاسب، اطلاعات موجود در صفحات گسترده را تحلیل کنید، فهرست‌ها را اداره کنید و محاسبات انجام دهید.
+Comment[fi]=Suorittaa laskentaa sekä analysoi ja hallitsee Calc:in käyttämissä laskentataulukoissa olevia tietoja.
+Comment[fr]=Calc - Calculs, analyses et gestion de listes dans des feuilles de calcul.
+Comment[ga]=Déan áireamh, anailísigh faisnéis agus láimhseáil liostaí i scarbhileoga le Calc.
+Comment[gl]=Facer cálculos, analizar información e xestionar listas en follas de cálculo con Calc.
+Comment[gu]=કેલ્ક વડે સ્પ્રેડશીટમાં ગણતરીઓ, માહીતી પૃથ્થકરણ અને યાદીઓ બનાવો.
+Comment[he]=ביצוע חישובים, ניתוח מידע וניהול רשימות בגיליונות אלקטרוניים באמצעות Calc.
+Comment[hi]=कैल्क के प्रयोग से गणना करें, सूचना का विश्लेषण करें और स्प्रेडशीट में सूची प्रबंधित करें.
+Comment[hr]=Izvedite proračune, analizirajte informacije i upravljajte popisima u proračunskim tablicama.
+Comment[hu]=Számítások végrehajtása, adatok elemzése és listák kezelése munkafüzetekben a Calc használatával.
+Comment[id]=Melakukan perhitungan, analisa informasi, dan kelola daftar di lembar kerja menggunakan Calc.
+Comment[is]=Gera útreikninga, greina gögn og meðhöndla lista í töflureikni með því að nota Calc.
+Comment[it]=Calc può essere usato per eseguire calcoli, analizzare informazioni e gestire elenchi in un foglio elettronico.
+Comment[ja]=Calc を使用して、表計算ドキュメントで計算を実行し、情報を分析し、リストを管理します。
+Comment[ka]=ასრულებს კალკულაციას, აანალიზებს ინფორმაციას და მართავს სიებს ცხრილებში Calc-ის გამოყენებით.
+Comment[kk]=Calc көмегiмен есептердiн шығаруын, ақпараттын анализiн және элекрондық кестелердегi беттермен басқаруын орындауға болады. 
+Comment[km]=ធ្វើ​ការ​គណនា​​ វិភាគ​ព័ត៌មាន និង​គ្រប់គ្រង​បញ្ជី​ក្នុង​សៀវភៅ​បញ្ជី ដោយ​ប្រើ Calc ។
+Comment[kn]=ಕ್ಯಾಲ್ಕುಲೇಟರ್ ಬಳಸಿ ಲೆಕ್ಕಮಾಡಿ, ಮಾಹಿತಿಯನ್ನು ವಿಶ್ಲೇಷಿಸಿ, ಹಾಗೂ ಸ್ಪ್ರೆಡ್‌ಶೀಟ್‌ನಲ್ಲಿನ ಪಟ್ಟಿಗಳನ್ನು ನಿರ್ವಹಿಸಿ.
+Comment[ko]=Calc를 사용하여 스프레드시트에서 계산, 정보 분석 및 목록 관리를 수행합니다.
+Comment[kok]=गणकयंत्र वापरून गणन, म्हायती विश्लेषण आनिक स्प्रेडशीट्मांच्या वळेरेचे  व्यवस्थापन करात.
+Comment[ks]=Perform calculation, analyze information and manage lists in spreadsheets by using Calc.
+Comment[ku]=Hesaban, analîzên agahiyan û di tabloyên hesaban de rêveberiya lîsteyan bi Calcê çêbikin û sererast bikin.
+Comment[lo]=ສະແດງການຄິດໄລ່, ວິເຄາະຂໍ້ມູນແລະຈັດການລາຍການໃນໂປແກຣມຄິດໄລ່ໂດຍການໃຊ້ຈັກຄິດໄລ່.
+Comment[lt]=Skaičiuokle galima atlikti įvairius skaičiavimus, analizuoti informaciją, tvarkyti sąrašus lentelėse.
+Comment[lv]=Veikt aprēķinus, analizēt un sistematizēt datus izklājlapās, lietojot Calc.
+Comment[mai]=गणना करू, सूचनाक विश्लेषण करू आओर Calc क प्रयोगसँ स्प्रेडशीटमे सूची प्रबंधित करू.
+Comment[mk]=Извршете пресметки, анализирајте информации и уредувајте листи во табеларни пресметки со користење на Calc.
+Comment[ml]=കണക്കുകൂട്ടല്, കാല്ക് ഉപയോഗിച്ച് വിവരങ്ങള് അവലോകനം ചെയ്യുകയും സ്പ്രെഡ്ഷീറ്റിലെ ലിസ്റ്റ് കൈകാര്യം ചെയ്യുകയും ചെയ്യാം.
+Comment[mn]=Calc ашиглан тооцоолол хийх, мэдээлэлд анализ хийх болон хүснэгтүүд дэх жагсаалтыг зохицуулах.
+Comment[mni]=কেলক শিজিন্নদুনা মশিং পাবা, ঈপাউশিং নৈনবা অমসুং পরিংশিং শিন্দোকপা স্প্রেদশীশিংদা পাংথোকউ.    
+Comment[mr]=Calc चा वापर करून स्प्रेडशीट् अंतर्गत गणना, माहिती विश्लेषण व यादी व्यवस्थापीत करा.
+Comment[my]=Calc ကိုအသုံးပြုခြင်းဖြင့် စာရွက်လွှာများတွင် တွက်ချက်မှုများပြုပါ၊ သတင်းအချက်အလက်များ ခွဲခြမ်းစိတ်ဖြာပြီး စာရင်းများ စီမံခန့်ခွဲပါ။
+Comment[nb]=Utfør beregninger, analyser informasjon og håndter lister i regneark ved å bruke Calc.
+Comment[ne]=क्याल्कको प्रयोगद्वारा स्प्रेडसिटहरूमा गणना कार्यसम्पादन, सूचना विश्लेषण र सूचीहरू प्रबन्ध गर्नुहोस् ।
+Comment[nl]=Met Calc kunt u in werkbladen berekeningen uitvoeren, gegevens analyseren en lijsten beheren.
+Comment[nn]=Med Calc kan du gjera utrekningar, analysera informasjon og handtera lister i rekneark.
+Comment[nr]=Enza imbalo, ukucozulula ilwazi nokuphatha amarhemo akumaspredtjhiti ngokusebenzisa i-Calc.
+Comment[nso]=Hlakantšha, fetleka tshedimošo le go laola malokelelo ao a lego go matlakala-kalo ka go diriša Calc.
+Comment[oc]=Calc - Calculs, analisis e gestion de listas dins de fuèlhs de calcul.
+Comment[om]=Calc fayyadamuun herrega hojjedhu, odeeffannoo xiinxali, tarreewwan wardii keessaa taligi.
+Comment[or]=ଗଣନା ଉପୟୋଗକରି ସ୍ପ୍ରେଡ୍ସିଟରେ ଗଣନା ସମ୍ପାଦନ, ସୂଚନା ବିଶ୍ଳେଷଣ ଏବଂ ତାଲିକା ପରିଚାଳନା  କର।
+Comment[pa_IN]=ਕੈਲਸ ਨਾਲ ਟੇਬਲ ਵਿੱਚ ਗਣਨਾ, ਜਾਣਕਾਰੀ ਦੀ ਸਮੀਖਿਆ ਅਤੇ ਲਿਸਟਾਂ ਨੂੰ ਰੱਖਿਆ ਜਾ ਸਕਦਾ ਹੈ।
+Comment[pl]=Dokonuj obliczeń, analizuj informacje i zarządzaj listami danych w arkuszach kalkulacyjnych używając programu Calc.
+Comment[pt]=Permite efetuar cálculos, analisar informações e gerir listas em folhas de cálculo através do Calc.
+Comment[pt_BR]=Efetue cálculos, analise informações e gerencie listas em planilhas por meio do Calc.
+Comment[ro]=Efectuați calcule, analizați informații și gestionați liste în foi de calcul folosind Calc.
+Comment[ru]=Выполнение вычислений, анализ информации и управление листами в электронных таблицах с помощью Calc.
+Comment[rw]=Gukora imibare, gutondagura amakuru no kuyobora amarisiti mu mpapurozisesuye ukoresheje Calc
+Comment[sa_IN]=कैल्क् उपयुज्य, गणय, सूचनां परिशीलय, स्प्रेड्शीट्स् मध्ये च सूचीः प्रबन्धय च।
+Comment[sat]=हिसाब रेयाक् बेभार दाराय ते हिसाब होचो खोबोर बाड़ाय आर स्प्रेडसिट  लिसटी .
+Comment[sd]=ڪيلڪ جو اِستعمال ڪندي گڻپ ڪريو، معلومات جو ڇند ڪريو ۽ اِسپريڊ شيٽن ۾ ياداشتن جو بندوبست ڪريو۔
+Comment[sh]=Izvedite proračune, analizirajte podatke i upravljajte listama u tablicama sa unakrsnim izračunavanjem u Računu.
+Comment[si]=Calc භාවිතා කරමින් ගණනය කිරීම්, තොරතුරු විශ්ලේෂණය සහ පැතුරුම්පත් වල ලැයිස්තු පාලනය සිදු කරන්න.
+Comment[sk]=Vykonávajte kalkulácie, analyzujte informácie a spravujte zoznamy v zošitoch s použitím Calc.
+Comment[sl]=S programom Calc izvajajte računske operacije, analizirajte podatke in upravljajte s seznami v preglednicah.
+Comment[sq]=Kryen kalkulimin, analizon informacionet dhe menaxhon listën në tabelën kalkuluese duke shfrytëzuar Kalk
+Comment[sr]=Изведите прорачуне, анализирајте податке и управљајте листама у таблицама са унакрсним израчунавањем у Рачуну.
+Comment[ss]=Yenta kubala, hlatiya lwati uphatse tinhlu kumaphephacansi ngekusebentisa Calc.
+Comment[st]=Kopanya, hlopholla tlhahisoleseding le ho laola mathathamo maqepheng a ho ala boitsebiso ka ho sebedisa Calc.
+Comment[sv]=Beräkna, anaysera information och hantera listor i kalkylblad med hjälp av Calc.
+Comment[sw_TZ]=Perform calculation, analyze information and manage lists in spreadsheets by using Calc.
+Comment[ta]=கணக்கிடவும், தகவலை ஆயவும், விரிதாள்களிலுள்ள பட்டியல்களை மேலாளவும் கால்கைப் பயன்படுத்துக.
+Comment[te]=గణనం,విశ్లేషించిన సమాచారమును మరియు లెక్క తో ఉపయోగించిన స్ర్పెడ్ షీట్ యొక్క జాబితాలను నిర్వాహించి చేయుము.
+Comment[tg]=Бо ёрии Calc ҳисобу китоб, таҳлили маълумот ва рӯйхатҳо амалӣ кардан мумкин аст.
+Comment[th]=ทำการคำนวณ วิเคราะห์ข้อมูล และจัดการรายการในตารางคำนวณโดยการใช้ Calc
+Comment[tn]=Perform calculation, analyze information and manage lists in spreadsheets by using Calc.
+Comment[tr]=LibreOffice 3.4 Hesap Tablosu
+Comment[ts]=Hlayela tinhlayo, u hlahluva rungula ni ku tirhisa minxaxamelo ya Swipredxiti hi ku tirhisa Calc.
+Comment[ug]=Calc ئىشلىتىپ ئۇچۇر ھېسابلاش ۋە ئانالىز ئېلىپ بېرىلىدۇ ھەمدە ئېلېكترونلۇق جەدۋەلدىكى تىزىملىك باشقۇرۇلىدۇ.
+Comment[uk]=Виконання розрахунків, аналіз інформації та керування аркушами в електронних таблицях.
+Comment[uz]=Calc dasturidan foydalanib, elektron jadvallarda roʻyxatlarni va maʼlumotlarni hisoblash..
+Comment[ve]=Itani ṱhanganyiselo, ṱandavhudzani vhuṱanzi nahone ni lange mutevhe kha zwisipuredeshithi nga u shumisa Calc.
+Comment[vi]=Tính toán, phân tích thông tin và quản lý danh sách trong bảng tính, dùng trình Calc.
+Comment[xh]=Yenza isibalo, hlalutya ulwazi uze ulawule izindwe kumacwecwe eeseli ngokusebenzisa u-Calc.
+Comment[zh_CN]=使用 Calc 进行计算、分析信息以及管理电子表格中的列表。
+Comment[zh_TW]=使用 Calc 可在試算表中執行計算、分析資訊與管理清單。
+Comment[zu]=Yenza izibalo, hlaziya ukwaziswa futhi ulawule izinhlu kumaspredshithi ngokusebenzisa i-Calc.
+InitialPreference=5
diff --git a/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-draw.desktop b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-draw.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..c37f88f3ac3f5c419a2cbbdd598ac9985ff028ca
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-draw.desktop
@@ -0,0 +1,221 @@
+[Desktop Entry]
+Version=1.0
+Terminal=false
+Icon=libreoffice34-draw
+Type=Application
+Categories=LE;Office;VectorGraphics;
+Exec=libreoffice3.4 --draw %U
+MimeType=application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-flat-xml;application/vnd.oasis.opendocument.graphics-template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.stardivision.draw;
+Name=LibreOffice 3.4 Draw
+Name[pt_BR]=LibreOffice 3.4 Draw
+GenericName=Drawing Program
+GenericName[en]=Drawing Program
+GenericName[af]=Tekenprogram
+GenericName[ar]=برنامج الرسم
+GenericName[as]=ড্রয়িং কাৰ্যক্ৰম
+GenericName[ast]=Programa de dibuxu
+GenericName[be]=Праграма рысавання
+GenericName[bg]=Програма за чертане
+GenericName[bn]=অঙ্কন প্রোগ্রাম
+GenericName[bo]=རི་མོ་འབྲི་བའི་བྱ་རིམ།
+GenericName[br]=Goulev tresañ
+GenericName[brx]=Drawing Program
+GenericName[bs]=Program za crtanje
+GenericName[ca]=Programa de dibuix
+GenericName[ca_XV]=Programa de dibuix
+GenericName[cs]=Kreslící program
+GenericName[cy]=Rhaglen Lluniadu
+GenericName[da]=Tegneprogram
+GenericName[de]=Zeichenprogramm
+GenericName[dgo]=Drawing Program
+GenericName[dz]=Drawing Program
+GenericName[el]=Πρόγραμμα σχεδίασης
+GenericName[en_GB]=Drawing Program
+GenericName[en_ZA]=Drawing Program
+GenericName[eo]=Desegna programo
+GenericName[es]=Programa de dibujo
+GenericName[et]=Joonistusprogramm
+GenericName[eu]=Marrazketa programa
+GenericName[fa]=برنامه طراحی
+GenericName[fi]=Piirrosohjelma
+GenericName[fr]=Programme de dessin
+GenericName[ga]=Ríomhchlár Líníochta
+GenericName[gl]=Programa de debuxo
+GenericName[gu]=પ્રક્રિયાનું ચિત્ર દોરી રહ્યા છે
+GenericName[he]=תוכנת רשום
+GenericName[hi]=रेखाचित्र प्रोग्राम
+GenericName[hr]=Program za crtanje
+GenericName[hu]=Rajzolóprogram
+GenericName[id]=Program Menggambar
+GenericName[is]=Teikniforrit
+GenericName[it]=Programma di disegno
+GenericName[ja]=図形描画プログラム
+GenericName[ka]=Drawing Program
+GenericName[kk]=Drawing Program
+GenericName[km]=កម្មវិធី​គូរ
+GenericName[kn]=ಡ್ರಾಯಿಂಗ್ ಕ್ರಮವಿಧಿ
+GenericName[ko]=그리기 프로그램
+GenericName[kok]=Drawing Program
+GenericName[ks]=Drawing Program
+GenericName[ku]=Bernameya Xêzkirinê
+GenericName[lo]=Drawing Program
+GenericName[lt]=Grafikos rengyklė
+GenericName[lv]=Zīmēšanas lietotne
+GenericName[mai]=Drawing Program
+GenericName[mk]=Програма за цртање
+GenericName[ml]=ചിത്രരചനയ്ക്കുള്ള പ്രോഗ്രാം
+GenericName[mn]=Drawing Program
+GenericName[mni]=Drawing Program
+GenericName[mr]=चित्ररेखा कार्यक्रम
+GenericName[my]=ပုံရေးဆွဲသည့်ပရိုဂရမ်
+GenericName[nb]=Tegneprogram
+GenericName[ne]=Drawing Program
+GenericName[nl]=Tekenrogramma
+GenericName[nn]=Teikneprogram
+GenericName[nr]=Drawing Program
+GenericName[nso]=Lenaneo la go thala
+GenericName[oc]=Programa de dessenh
+GenericName[om]=Sagantaa Fakkii Kaasu
+GenericName[or]=ପ୍ରଗ୍ରାମ ଆଙ୍କୁଅଛି
+GenericName[pa_IN]=ਡਰਾਇੰਗ ਪਰੋਗਰਾਮ
+GenericName[pl]=Program graficzny
+GenericName[pt]=Programa de desenho
+GenericName[pt_BR]=Programa de desenho
+GenericName[ro]=Program de desenare
+GenericName[ru]=Редактор рисунков
+GenericName[rw]=Drawing Program
+GenericName[sa_IN]=Drawing Program
+GenericName[sat]=Drawing Program
+GenericName[sd]=Drawing Program
+GenericName[sh]=Program za crtanje
+GenericName[si]=ඇදිමේ වැඩසටහන
+GenericName[sk]=Kresliaci program
+GenericName[sl]=Program za risanje
+GenericName[sq]=Ekzekuto programin
+GenericName[sr]=Програм за цртање
+GenericName[ss]=Drawing Program
+GenericName[st]=Drawing Program
+GenericName[sv]=Ritprogram
+GenericName[sw_TZ]=Drawing Program
+GenericName[ta]=வரைபட செயலி
+GenericName[te]=చిత్రలేఖక ప్రోగ్రాము
+GenericName[tg]=Drawing Program
+GenericName[th]=Drawing Program
+GenericName[tn]=Drawing Program
+GenericName[tr]=Çizim Programı
+GenericName[ts]=Drawing Program
+GenericName[ug]=سىزمىچىلىق پروگراممىسى
+GenericName[uk]=Drawing Program
+GenericName[uz]=Rasmlar tahrirchisi
+GenericName[ve]=Drawing Program
+GenericName[vi]=Chương trình vẽ
+GenericName[xh]=Drawing Program
+GenericName[zh_CN]=绘图程序
+GenericName[zh_TW]=繪圖程式
+GenericName[zu]=Drawing Program
+Comment=Create and edit drawings, flow charts, and logos by using Draw.
+Comment[en]=Create and edit drawings, flow charts, and logos by using Draw.
+Comment[af]=Skep en redigeer tekeninge, vloeigrafieke en logo's met Draw.
+Comment[ar]=إنشاء الرسوم وتحريرها، ورسوم الدفق البيانية، والشعارات باستخدام Draw.
+Comment[as]=ড্ৰ ব্যৱহাৰ কৰি ড্ৰয়িং, ফ্ল' ছাৰ্ট আৰু ল'গ'বোৰ সৃষ্টি আৰু সম্পাদনা কৰক.
+Comment[ast]=Crear y remanar dibuxos, diagrames de fluxu y logos emplegando Draw
+Comment[be]=Стварайце і рэдагуйце рысункі, блок-схемы і лагатыпы з дапамогаю Draw-а.
+Comment[bg]=С Draw можете да създавате и редактирате рисунки, блок-схеми и емблеми.
+Comment[bn]=ড্র ব্যবহার করে অঙ্কন, প্রবাহ চিত্র, এবং লোগো তৈরি এবং সম্পাদনা করুন।
+Comment[bo]=Drawབེད་སྤྱད་དེ་རིས་དབྱིབས་དང་།  ལས་རིམ་རི་མོ།  དབུས་པེའོ་བཅས་བཟོ་བ་མ་ཟད།  རྩོམ་སྒྲིག་བྱེད་རྒྱུ།
+Comment[br]=Draw - Krouiñ hag embann tresadennoù, frammlunioù ha sielloù.
+Comment[brx]=सावगारि एरनाय बाहायनानै सावगारि एरनाय, बोहैनाय चार्ट, आरो ल'ग'स सोरजि आरो सुजु
+Comment[bs]=Kreiranje i uređivanje crteža, dijagrama toka i amblema koristeći Draw.
+Comment[ca]=Creeu i editeu dibuixos, diagrames de flux i logotips amb el Draw.
+Comment[ca_XV]=Creeu i editeu dibuixos, diagrames de flux i logotips amb el Draw.
+Comment[cs]=Vytvářejte a upravujte kresby, bloková schémata a loga pomocí Draw.
+Comment[cy]=Creu a golygu darluniau, siartiau llif a logos drwy ddefnyddio Draw.
+Comment[da]=Opret og rediger tegninger, rutediagrammer og logoer ved brug af Draw.
+Comment[de]=Zeichnungen erstellen und bearbeiten, Flussdiagramme entwerfen und Logos kreieren - Draw macht's möglich.
+Comment[dgo]=चित्रण बरतियै  चित्रकारी,फ्लो चार्ट ते पन्छान चि'न्न सिरजो ते संपादत करो.   
+Comment[dz]=ཌཱ་ི་པ་ལག་ལེན་འཐབ་ཐོག་པར་རིས་དང་འབབ་རྒྱུན་དཔེ་རིས་ ལེགས་རྟགས་ཚུ་་ཚད་རིས་ཚུ་བཟོ་ནི་དང་ཞུན་དག་རྐྱབ་ནི།
+Comment[el]=Δημιουργία και επεξεργασία σχεδίων, διαγραμμάτων ροής, και λογοτύπων με τη χρήση του Draw.
+Comment[en_GB]=Create and edit drawings, flow charts and logos using Draw.
+Comment[en_ZA]=Create and edit drawings, flow charts, and logos by using Draw.
+Comment[eo]=Krei kaj redakti desegnaĵojn, stirfluajn diagramojn, kaj emblemojn per Desegnilo.
+Comment[es]=Crear y editar dibujos, gráficos de flujo y logotipos con Draw.
+Comment[et]=Draw võimaldab luua ja redigeerida joonistusi, vooskeeme ning logosid.
+Comment[eu]=Marrazkiak, fluxu-diagramak eta logotipoak sortu eta editatu Draw erabiliz.
+Comment[fa]=با استفاده از نقاش، نقاشی، روندنما و علامت تجاری طراحی یا ویرایش کنید.
+Comment[fi]=Luo ja muokkaa piirroksia, vuokaavioita ja logoja Draw-ohjelmalla.
+Comment[fr]=Draw - Création et édition de dessins, d'organigrammes et de logos.
+Comment[ga]=Cruthaigh líníochtaí, sreabhchairteacha, agus lógónna, agus cuir iad in eagar le Draw.
+Comment[gl]=Crear e editar debuxos, fluxogramas e logotipos con Draw.
+Comment[gu]=ચિત્ર દ્દારા ચિત્રો, ફલો ચાર્ટ, અને લોગો બનાવો અને સુઘારો.
+Comment[he]=יצירה ועריכה של ציורים, תרשימי זרימה וסמלים מסחריים באמצעות תוכנת הציור
+Comment[hi]=ड्रॉ के प्रयोग से रेखाचित्र, फ्लोचार्ट, और लोगो बनाता और संपादित करता है.
+Comment[hr]=Stvorite i uredite crteže, dijagrame toka i logo-e.
+Comment[hu]=Rajzok, folyamatábrák és logók létrehozása és szerkesztése a Draw használatával.
+Comment[id]=Mengolah gambar, diagram alur, dan logo menggunakan Draw.
+Comment[is]=Búa til og breyta teikningum, flæðiritum og merkjum með því að nota Draw.
+Comment[it]=Con Draw potete creare e modificate disegni, diagrammi di flusso e logo.
+Comment[ja]=Draw を使用して、図形描画、フローチャート、およびロゴを作成および編集します。
+Comment[ka]=ქმნის და ასწორებს ნახატებს, დინების სქემებს და ლოგოებს Draw-ს გამოყენებით.
+Comment[kk]= Draw көмегiмен суреттердi, блок-сызбаларды және логотиптердi түзутуге және жасауға болады. 
+Comment[km]=បង្កើត និង​កែ​សម្រួល​គំនូរ គំនូស​តាង​​លំហូរ និង​រូបសញ្ញា​ដោយ​ប្រើ Draw ។
+Comment[kn]=ಡ್ರಾ ಉಪಯೋಗಿಸಿಕೊಂಡು ಚಿತ್ರಗಳನ್ನು, ಹರಿವು(ಫ್ಲೋ) ನಕ್ಷೆಗಳನ್ನು ಹಾಗೂ ಲಾಂಛನಗಳನ್ನು ರಚಿಸಿ ಮತ್ತು ಸಂಪಾದಿಸಿ.
+Comment[ko]=그리기를 사용하여 그리기, 순서도 및 로고를 만들고 편집합니다.
+Comment[kok]=रेखाटन वापरून रेखाचित्र, प्रवाही तक्ते आनिक बोदचिन्नांची निर्मणी आनिक सम्पादन करात.
+Comment[ks]=Create and edit drawings, flow charts, and logos by using Draw.
+Comment[ku]=Xêzkirinan, xanxankên herikînê û logoyan bi Drawê çêbike û sererast bike.
+Comment[lo]=ສ້າງແລະແກ້ໄຂການແຕ້ມ, ແຜນວາດ, ໂລໂກດ້ວຍການນຳໃຊ້ຕົວແຕ້ມ.
+Comment[lt]=Grafikos rengykle galima braižyti brėžinius, blokines schemas, kurti logotipus.
+Comment[lv]=Veidot un rediģēt zīmējumus, norises shēmas un firmas zīmes, lietojot Draw.
+Comment[mai]=ड्रॉक प्रयोगसँ रेखाचित्र, फ्लोचार्ट, आओर लोगो बनबैत आ संपादित करैत अछि.
+Comment[mk]=Креирајте и уредувајте цртежи, графикони и логоа со користење на Draw.
+Comment[ml]=ചിത്രരചന ഉപയോഗിച്ച് ചിത്രങ്ങള്, ഫ്‍ളോചാര്ട്ടുകള്, ലോഗോകള് സൃഷ്ടിക്കുകയും എഡിറ്റു ചെയ്യുകയും ചെയ്യുക.
+Comment[mn]=Draw ашиглан зураг, урсгал диаграмм ба лого үүсгэх болон засварлах.
+Comment[mni]=য়েকপা শিজিন্নদুনা অয়েকপশিং, ফ্লো চার্তশিং অমসুং লোগোশিং শেমগতলো অমসুং শেমদোকউ.
+Comment[mr]=Draw चा वापरून रेखाचित्र, फ्लोचार्ट, व प्रतिक बनवा आणि संपादीत करा.
+Comment[my]=ပုံရေးဆွဲမှု ကိုအသုံးပြုခြင်းဖြင့် ရုပ်ပုံရေးဆွဲမှုများ၊ ပုံစံကားချပ်များနှင့် အညွှန်းများ ပြင်ဆင်တည်းဖြတ်ပါ။ 
+Comment[nb]=Opprett og rediger tegninger, flytdiagrammer og logoer ved å bruke Draw.
+Comment[ne]=चित्रको प्रयोगद्वारा रेखाचित्रहरू, फ्लो चित्रपटहरू र लोगोहरू सिर्जना तथा सम्पादन गर्नुहोस् ।
+Comment[nl]=Met Draw kunt u tekeningen, stroomdiagrammen en logo's maken en bewerken.
+Comment[nn]=Med Draw kan du laga og redigera teikningar, flytdiagram og logoar.
+Comment[nr]=Enza nokuhlela imigwalo, amaflowtjhati namalogo ngokusebenzisa i-Draw.
+Comment[nso]=Hlama le go lokiša dithalwa, ditšhate tša go elela, le maswao ka go diriša Draw.
+Comment[oc]=Draw - Creacion e edicion de dessenhs, d'organigramas e de lògos.
+Comment[om]=Draw fayyadamuun fakkasaawwan, yaa'insa taattoowwanii fi asxaa uumi, gulaali.
+Comment[or]=ଅଙ୍କନ ଉପୟୋଗକରି ଚିତ୍ରାଙ୍କନ, ଫ୍ଲୋ ଚାର୍ଟ ଏବଂ ଚିହ୍ନଗୁଡିକୁ ସୃଷ୍ଟି ଏବଂ ସମ୍ପାଦନ କର।
+Comment[pa_IN]=ਡਰਾਇੰਗ ਨਾਲ ਸ਼ਕਲਾਂ, ਵਹਾ-ਚਾਰਟ ਅਤੇ ਲੋਗੋ ਬਣਾਏ ਅਤੇ ਸੋਧੇ ਜਾ ਸਕਦੇ ਹਨ।
+Comment[pl]=Twórz i edytuj rysunki, wykresy i znaki graficzne używając programu Draw.
+Comment[pt]=Criar e editar desenhos, fluxogramas e logótipos através do Draw.
+Comment[pt_BR]=Crie e edite desenhos, fluxogramas e logotipos por meio do Draw.
+Comment[ro]=Creați și editați desene, diagrame și sigle folosind Draw.
+Comment[ru]=Создание и редактирование рисунков, блок-схем и логотипов.
+Comment[rw]=Kurema no guhindura ibishushanyo, ibishushanyo by'ikurikirana, n'ikirango ukoresheje Draw
+Comment[sa_IN]=ड्रा उपयुज्य, आलेखान्, फ्लोचार्ट्स्, लोगोस् च उत्पादय तथा सम्पदाय च।
+Comment[sat]=गार चिता़र रेयाक् बेभार दाराय ते तेयार आर गार चिता़र सापड़ाव ,लिंजी चार्ट, आर चिता़र.
+Comment[sd]=نقش جو اِستعمال ڪندي نقش، فلو چارٽ ۽ لوگوز خلقيو ۽ سمپادت ڪريو۔ 
+Comment[sh]=Napravite i uređujte crteže, dijagrame toka i logotipe u Crtanju.
+Comment[si]=Draw භාවිතා කරමින් ඇඳීම්, ගැලීම් සටහන් සහ ලාංඡන සාදන්න සහ වෙනස් කරන්න.
+Comment[sk]=Vytvárajte a upravujte obrázky, postupové diagramy a logá s použitím Draw.
+Comment[sl]=S programom Draw ustvarjajte in urejajte risbe, slike, diagrame poteka in logotipe.
+Comment[sq]=Krijo dhe edito vizatime, grafike dhe logo permes Draw
+Comment[sr]=Направите и уређујте цртеже, дијаграме тока и логотипе у Цртању.
+Comment[ss]=Yakha u-edithe kudvweba, ndizisa emashati, neticubulo ngekusebentisa Draw.
+Comment[st]=Bopa le ho lokisa tse torowilweng, ditjhate tse phallang, le di-logo ka ho sebedisa Draw.
+Comment[sv]=Skapa och redigera teckningar, flödesdiagram och logotyper med hjälp av Draw.
+Comment[sw_TZ]=Create and edit drawings, flow charts, and logos by using Draw.
+Comment[ta]=வரைபடங்கள், செயல்வழிப்படங்கள், லோகோ ஆகியவற்றை உருவாக்கவும் தொகுக்கவும் டிராவைப் பயன்படுத்துக.
+Comment[te]=చిత్రలేఖనము,ఫ్లోచార్ట్ మరియు,దేవుని చిత్రములను నిర్మించి సరిచేయుము.
+Comment[tg]=Бо ёрии Draw тасвирҳо, нақшаҳо, логотипҳо сохтан мумкин аст.
+Comment[th]=สร้างและแก้ไขการวาด แผนภูมิงาน และโลโก้ โดยการใช้ Draw
+Comment[tn]=Create and edit drawings, flow charts, and logos by using Draw.
+Comment[tr]=Draw kullanarak akış çizelgeleri ve logolar oluşturabilir ve düzenleyebilirsiniz.
+Comment[ts]=Endla ni ku lulamisa Vudirowi, tichati ta ntlhandlamano ni mimfungho hi ku tirhisa Draw.
+Comment[ug]=Draw ئىشلىتىپ سىزمىچىلىق، دىئاگرامما ۋە تۇغ قۇرۇپ ۋە تەھرىرلىيەلەيسىز.
+Comment[uk]=Створення та редагування малюнків, діаграми та емблем.
+Comment[uz]=Draw yordamida chizmalar. grafiklar va logolar yaratish va tahrirlash.
+Comment[ve]=Vhumbani nahone ni lulamise nyolo, tshati dza kusuvhele, na dziḽogo nga u shumisa Draw.
+Comment[vi]=Tạo và sửa bản vẽ, lưu đồ và biểu hình, dùng trình Draw.
+Comment[xh]=Dala uze uhlele imizobo, iitshati zomqukuqelo, kunye nee-logo ngokusebenza u-Draw.
+Comment[zh_CN]=使用 Draw 创建并编辑图形、流程图和徽标。
+Comment[zh_TW]=使用 Draw 可建立與編輯繪圖、流程圖以及標誌。
+Comment[zu]=Yenza futhi ulungise imidwebo, amaflowchadi, namalogo ngokusebenzisa into yokuDweba.
+InitialPreference=5
diff --git a/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-impress.desktop b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-impress.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..d5f62f784addb30fc2cfac10f890d5c1809747d3
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-impress.desktop
@@ -0,0 +1,221 @@
+[Desktop Entry]
+Version=1.0
+Terminal=false
+Icon=libreoffice34-impress
+Type=Application
+Categories=LE;Application;Office;Presentation;
+Exec=libreoffice3.4 --impress %U
+MimeType=application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.presentation-flat-xml;application/vnd.oasis.opendocument.presentation-template;application/vnd.sun.xml.impress;application/vnd.sun.xml.impress.template;application/vnd.stardivision.impress;application/mspowerpoint;application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.ms-powerpoint.presentation.macroenabled.12;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.ms-powerpoint.template.macroenabled.12;
+Name=LibreOffice 3.4 Impress
+Name[pt_BR]=LibreOffice 3.4 Impress
+GenericName=Presentation
+GenericName[en]=Presentation
+GenericName[af]=Voorlegging
+GenericName[ar]=عرض تقديمي
+GenericName[as]=উপস্থাপন
+GenericName[ast]=Presentación
+GenericName[be]=Прэзентацыя
+GenericName[bg]=Презентация
+GenericName[bn]=উপস্থাপনা
+GenericName[bo]=སྟོན་་འགྲེམས་ཟིན་བྲིས།
+GenericName[br]=Kinnigadenn
+GenericName[brx]=Presentation
+GenericName[bs]=Prezentacija
+GenericName[ca]=Presentació
+GenericName[ca_XV]=Presentació
+GenericName[cs]=Prezentace
+GenericName[cy]=Cyflwyno
+GenericName[da]=Præsentation
+GenericName[de]=Präsentation
+GenericName[dgo]=Presentation
+GenericName[dz]=Presentation
+GenericName[el]=Παρουσίαση
+GenericName[en_GB]=Presentation
+GenericName[en_ZA]=Presentation
+GenericName[eo]=Prezentaĵo
+GenericName[es]=Presentación
+GenericName[et]=Esitlus
+GenericName[eu]=Aurkezpena
+GenericName[fa]=ارائه
+GenericName[fi]=Esitys
+GenericName[fr]=Présentation
+GenericName[ga]=Láithreoireacht
+GenericName[gl]=Presentación
+GenericName[gu]=પ્રેઝન્ટેશન
+GenericName[he]=מצגת
+GenericName[hi]=प्रस्तुति
+GenericName[hr]=Prezentacija
+GenericName[hu]=Bemutató
+GenericName[id]=Presentasi
+GenericName[is]=Kynning
+GenericName[it]=Presentazione
+GenericName[ja]=プレゼンテーション
+GenericName[ka]=Presentation
+GenericName[kk]=Presentation
+GenericName[km]=ការ​បង្ហាញ
+GenericName[kn]=ಪ್ರೆಸೆಂಟೇಶನ್
+GenericName[ko]=프레젠테이션
+GenericName[kok]=Presentation
+GenericName[ks]=Presentation
+GenericName[ku]=Pêşkêşî
+GenericName[lo]=Presentation
+GenericName[lt]=Pateiktis
+GenericName[lv]=Prezentācija
+GenericName[mai]=प्रस्तुति
+GenericName[mk]=Презентација
+GenericName[ml]=പ്രസന്റേഷന്‍
+GenericName[mn]=Үзүүлэн
+GenericName[mni]=Presentation
+GenericName[mr]=सादरीकरण
+GenericName[my]=တင်ဆက်မှုပုံစံ
+GenericName[nb]=Presentasjon
+GenericName[ne]=प्रस्तुतिकरण
+GenericName[nl]=Presentatie
+GenericName[nn]=Presentasjon
+GenericName[nr]=Presentation
+GenericName[nso]=Tlhagišo
+GenericName[oc]=Presentacion
+GenericName[om]=Dhiheessa
+GenericName[or]=ଉପସ୍ଥାପନା
+GenericName[pa_IN]=ਪਰਿਜੈਂਟੇਸ਼ਨ
+GenericName[pl]=Prezentacja
+GenericName[pt]=Apresentação
+GenericName[pt_BR]=Apresentação
+GenericName[ro]=Prezentare
+GenericName[ru]=Презентация
+GenericName[rw]=Iyerekana
+GenericName[sa_IN]=प्रस्तुतिः 
+GenericName[sat]=Presentation
+GenericName[sd]=Presentation
+GenericName[sh]=Prezentacija
+GenericName[si]=ඉදිරිපත් කිරීම
+GenericName[sk]=Prezentácia
+GenericName[sl]=Predstavitev
+GenericName[sq]=Prezantim
+GenericName[sr]=Презентација
+GenericName[ss]=Presentation
+GenericName[st]=Presentation
+GenericName[sv]=Presentation
+GenericName[sw_TZ]=Presentation
+GenericName[ta]=வழங்கல்
+GenericName[te]=ప్రజంటేషన్ 
+GenericName[tg]=Presentation
+GenericName[th]=Presentation
+GenericName[tn]=Presentation
+GenericName[tr]=Sunum
+GenericName[ts]=Presentation
+GenericName[ug]=كۆرسەتمە
+GenericName[uk]=Презентація
+GenericName[uz]=Namoyish
+GenericName[ve]=Presentation
+GenericName[vi]=Trình chiếu
+GenericName[xh]=Presentation
+GenericName[zh_CN]=演示文稿
+GenericName[zh_TW]=簡報
+GenericName[zu]=Ukunikezwa kolwazi
+Comment=Create and edit presentations for slideshows, meeting and Web pages by using Impress.
+Comment[en]=Create and edit presentations for slideshows, meeting and Web pages by using Impress.
+Comment[af]=Skep en redigeer voorleggings vir skyfievertonings, vergaderings en webbladsye met Impress.
+Comment[ar]=تحرير العروض التقديمية لعروض الشرائح، والاجتماعات وصفحات ويب وإنشاؤها باستخدام Impress.
+Comment[as]=ইমপ্ৰেছ ব্যৱহাৰ কৰি শ্লাইডশ্ব', মিটিং আৰু ৱেব পৃষ্ঠা সৃষ্টি আৰু সম্পাদনা কৰক. 
+Comment[ast]=Crear y remanar presentaciones pa diapositives, conceyos y páxines Web emplegando Impress.
+Comment[be]=Стварайце і рэдагуйце прэзентацыі для слайдавых паказаў, сустрэч і старонак Сеціва з дапамогаю Impress-а.
+Comment[bg]=С Impress можете да създавате и редактирате презентации за прожекции, събрания и уебстраници.
+Comment[bn]=ইমপ্রেস ব্যবহার করে স্লাইড-প্রদর্শনী, মিটিং এবং ওয়েবপেজের জন্য উপস্থাপনা তৈরি এবং সম্পাদনা করুন।
+Comment[bo]=Impressབེད་སྤྱད་དེ་སྒྲོན་བཪྙན་དང།  ཚོགས་འདུ།  དྲ་ངོས་ནང་བེད་སྤྱོད་པའི་སྟོན་འགྲེམས་ཟིན་བྲིས་སོགས་བཟོ་བ་མ་ཟད།  རྩོམ་སྒྲིག་བྱེད་རྒྱུ།
+Comment[br]=Impress - Krouiñ hag embann kinnigadennoù evit treyonennaouegoù, emvodoù ha pajennoù Web.
+Comment[brx]=इम्प्रेस बाहायनानै स्लाइडश'सनि थाखाय प्रेजेन्टेसनस,आफाद/मिटिं आरो वेब बिखं सोरजि आरो सुजु।
+Comment[bs]=Kreiranje i uređivanje prezentacija za prikaze, sastanke i Web stranice koristeći Impress.
+Comment[ca]=Creeu i editeu presentacions per a diapositives, pàgines web i conferències amb l'Impress.
+Comment[ca_XV]=Creeu i editeu presentacions per a diapositives, pàgines web i conferències amb l'Impress.
+Comment[cs]=Vytvářejte a upravujte prezentace pro ukázky, porady a webové stránky pomocí Impressu.
+Comment[cy]=Creu a golygu cyflwyniadau ar gyfer sioeau sleidiau, cyfarfodydd a thudalennau Gwe gan ddefnyddio Impress.
+Comment[da]=Opret og rediger præsentationer til oplæg, møder og websider ved brug af Impress.
+Comment[de]=Erstellen und bearbeiten von Präsentationen für Dia-Vorführungen, Meetings und Web-Auftritte - Impress macht's möglich.
+Comment[dgo]=इम्प्रैस बरतियै स्लाइड शो, मीटिंगें ते वैब सफें लेई   प्रस्तुतियां सिरजो ते संपादत करो. 
+Comment[dz]=ཨིམ་པི་རས་ི་པ་ལག་ལེན་འཐབ་ཐོག་བཤུད་བརྙན་དང་ཞལ་འཛོམས་ ལས་ ཝེབ་པཚུ་གི་དོན་ལས་གསལ་སྟོན་ཚིག་ཡིག་དང་ཚད་རིས་ཚུ་བཟོ་ནི་དང་ཞུན་དག་རྐྱབ་ནི།
+Comment[el]=Δημιουργία και επεξεργασία διαφανειών για παρουσιάσεις οθόνης σε  συναντήσεις και ιστοσελίδες με τη χρήση του Impress.
+Comment[en_GB]=Create and edit presentations for slideshows, meeting and Web pages using Impress.
+Comment[en_ZA]=Create and edit presentations for slideshows, meeting and Web pages by using Impress.
+Comment[eo]=Krei kaj redakti prezentaĵojn por prezentadoj, renkontiĝoj kaj TTT-paĝoj per Prezentilo.
+Comment[es]=Crear y editar presentaciones para charlas o reuniones y páginas Web con Impress.
+Comment[et]=Impress võimaldab luua ja redigeerida esitlusi slaidiseansside, koosolekute ning veebilehtede jaoks.
+Comment[eu]=Aurkezpenak sortu eta editatu diapositiba-aurkezpenetarako, bileretarako eta web orrietarako Impress erabiliz.
+Comment[fa]=با جلوه، ارائه‌هایی برای نمایش‌های اسلایدی، جلسات و صفحات وب ایجاد یا ویرایش کنید.
+Comment[fi]=Luo ja muokkaa esitys- ja kokouskalvoja sekä web-sivuja käyttämällä Impress -ohjelmaa.
+Comment[fr]=Impress - Création et édition de présentations pour diaporamas, réunions et pages Web.
+Comment[ga]=Cruthaigh láithreoireachtaí agus cuir in eagar iad le haghaidh taispeántas sleamhnán, cruinnithe agus leathanaigh Ghréasán le hImpress.
+Comment[gl]=Crear e editar presentacións para reunións, páxinas web e presentacións de diapositivas con Impress.
+Comment[gu]=ઇમ્પ્રેસ દ્દારા સ્લાઇડ શો, મુલાકાતો અને વેબ પાનાઓ બનાવો અને સુઘારો.
+Comment[he]=יצירה ועריכה של שקפים עבור מצגות, פגישות ודפי אינטרנט באמצעות תוכנת המצגות
+Comment[hi]=इम्प्रेस के प्रयोग से स्लाइडशो, बैठक, और वेब पेज के लिए प्रस्तुति बनाता है और संपादन करता है.
+Comment[hr]=Stvorite i uredite prezentacije za prikazivanje i web stranice.
+Comment[hu]=Bemutatók készítése és szerkesztése diavetítésekhez vagy a webre az Impress használatával.
+Comment[id]=Mengolah presentasi untuk pertunjukan salindia, rapat, dan halaman Web menggunakan Impress.
+Comment[is]=Búa til og breyta glærukynningum fyrir skyggnusýningar, fundi og vefsíður með því að nota Impress.
+Comment[it]=Impress vi permette di creare e modificare presentazioni, diapositive e pagine Web.
+Comment[ja]=Impress を使用して、スライドショー、ミーティングおよび Web ページ用のプレゼンテーションを作成して編集します。
+Comment[ka]=ქმნის და ასწორებს პრეზენტაციებს სლაიდების ჩვენებისთვის,შეხვედრებისა და ვებ-გვერდებისთვის Impress-ის მეშვეობით.
+Comment[kk]= Impress көмегiмен слайдшоуға, кездесуге және веб-парақтарға арналған презентацияларды түзетуге және жасауға болады.
+Comment[km]=បង្កើត និង​កែ​សម្រួល​ការ​បង្ហាញ​សម្រាប់​បង្ហាញ​ស្លាយ កិច្ច​ប្រជុំ និង​ទំព័រ​បណ្តាញ​ដោយ​ប្រើ Impress ។
+Comment[kn]=ಇಂಪ್ರೆಸ್ ಬಳಸಿ ಜಾರುಫಲಕ ಪ್ರದರ್ಶನಗಳಿಗಾಗಿ, ಸಭೆಗಳಲ್ಲಿ ಬಳಸಲು, ಮತ್ತು ಜಾಲ ಪುಟಗಳನ್ನು ಪ್ರಸ್ತುತಿಗಳನ್ನು ಸೃಷ್ಟಿಸಿ ಮತ್ತು ಸಂಪಾದಿಸಿ.
+Comment[ko]=Impress를 사용하여 슬라이드 쇼, 회의 및 웹 페이지에 대한 프레젠테이션을 만들고 편집합니다.
+Comment[kok]=स्लायड शो, बसका आनिक वेब पानांखातीर इंप्रेस वापरून सादरीकरण तयार करात आनिक सम्पादन करात.
+Comment[ks]=Create and edit presentations for slideshows, meeting and Web pages by using Impress.
+Comment[ku]=Pêşkêşiyan, nîşandayînên slaytan, civînan û rûpelên Webê bi Impress çêbike û sererast bike.
+Comment[lo]=ສ້າງແລະແກ້ໄຂພາບເລື່ອນສຳລັບການບັນຍາຍ, ການປະຊຸມແລະໜ້າເວັບດ້ວຍການໃຊ້ອີມເຟສ.
+Comment[lt]=Pateikčių rengykle rengiamos pateiktys pranešimams, pateiktis galima įkelti į tinklalapį.
+Comment[lv]=Veidot un rediģēt vizuālos uzskates un prezentāciju līdzekļus, lietojot Impress.
+Comment[mai]=Impress क' प्रयोगसँ स्लाइडशो, बैठक, आओर वेब पेजक लेल प्रस्तुति बनबैत आ संपादन करैत अछि.
+Comment[mk]=Креирајте и уредувајте презентации за слајдови, состаноци и веб-страници со користење на Impress.
+Comment[ml]=ഇംപ്രസ് ഉപയോഗിച്ച് സ്ലൈഡ് പ്രദര്ശനങ്ങളിലെയും, മീറ്റിങ്ങിന്റെയും വെബ്പേജിന്റെയും അവതരണങ്ങള് സൃഷ്ടിക്കുകയും എഡിറ്റു ചെയ്യുകയും ചെയ്യുക.
+Comment[mn]=Impress ашиглан үзүүлэн хуудас, уулзалт ба вэб хуудаснууд үүсгэх болон засварлах.
+Comment[mni]=ইমপ্ৰেস শিজিন্নদুনা স্লাইদশোশিং, মিতিং অমসুং ৱেব লামায়শিংগী মফোঙদোক শেমগতলো অমসুং শেমদোকউ. 
+Comment[mr]=Impress चा वापरून स्लाईडशो, भेटी व वेब पान करीता सादरीकरण बनवा व संपादीत करा.
+Comment[my]=ခတ်နှိပ်မှု ကိုသုံးခြင်းဖြင့် ဆလိုက်ပြသမှုများ၊ အစည်းအဝေးများနှင့် ကွန်ယက်စာမျက်နှာများအတွက် တင်ဆက်မှုပုံစံများ ပြင်ဆင်ဖန်တီးတည်ဆောက်ပါ။ 
+Comment[nb]=Opprett og rediger presentasjoner for lysbildeframvisning, møter og nettsider ved å bruke Impress.
+Comment[ne]=इम्प्रेसको प्रयोगद्वारा स्लाईड शोहरू, बैठक र वेब पृष्ठहरूका लागि प्रस्तुतीकरण सिर्जना तथा सम्पादन गर्नुहोस् ।
+Comment[nl]=Met Impress kunt u presentaties voor diavoorstellingen, vergaderingen en webpagina's maken en bewerken.
+Comment[nn]=Med Impress kan du laga og redigera presentasjonar for framvisingar, møte og nettsider.
+Comment[nr]=Enza nokuhlela amphrizentheyitjhini wamaslayidishowu, imihlangano namakahsi we-Webh ngokusebenzisa i-Impress.
+Comment[nso]=Hlama le go lokiša ditlhagišo bakeng sa dipontšho tša selaete, dikopano le matlakala a wepe ka go diriša Impress.
+Comment[oc]=Impress - Creacion e edicion de presentacions per diaporamas, acamps e paginas Web.
+Comment[om]=Impress fayyadamuun agarsiisa islaayidiiwwanii, walga'ii fi fuulota saphaphuuf uumi, gulaali.
+Comment[or]=ଇମ୍ଫ୍ରେସ୍ ଉପୟୋଗକରି ସ୍ଲାଇଡ୍ ଦୃଶ୍ଯ,ମିଟିଙ୍ଗ ଏବଂ ଉଏବ୍ ପୃଷ୍ଠାଗୁଡିକ ପାଇଁ ଉପସ୍ଥାପନାଗୁଡିକୁ ସୃଷ୍ଟି ଏବଂ ସମ୍ପାଦନ କର।
+Comment[pa_IN]=ਇੰਪਰੈੱਸ ਨਾਲ ਸਲਾਈਡ-ਸ਼ੋ, ਮੀਟਿੰਗ ਅਤੇ ਵੈੱਬਸਫ਼ੇ ਨੂੰ ਬਣਾਇਆ ਅਤੇ ਸੋਧਿਆ ਜਾ ਸਕਦਾ ਹੈ।
+Comment[pl]=Twórz i edytuj prezentacje, które będziesz mógł wykorzystać podczas pokazów, spotkań oraz na stronach www przy pomocy programu Impress.
+Comment[pt]=Criar e editar apresentações para reuniões, conferências e páginas web através do Impress.
+Comment[pt_BR]=Crie e edite apresentações para slides, reuniões e páginas da Web por meio do Impress.
+Comment[ro]=Creați și editați prezentări pentru întâlniri și pagini web folosind Impress.
+Comment[ru]=Создание и редактирование презентаций для слайдшоу, встреч и веб-страниц.
+Comment[rw]=Kurema no guhindura amayerekana y'amagaragazabice, inama n'impapuro Rubuga ukoresheje Impress.
+Comment[sa_IN]=इम्प्रेस् उपयुज्य स्लैड्शोस्, सम्मेलनम् तथा जालपृष्ठानि इत्येषां कृते प्रस्तुतीः उत्पादय तथा सम्पदाय च।
+Comment[sat]=सालइड उदुक् लागित तेयार आर उनुदुक् सापड़ाव, दुपुडुप   आर वेब साहटा  दाराय ते पोरभाव रेयाक् बेभार  .
+Comment[sd]= ٺپي جو اِستعمال ڪندي سلائڊشوز، ميٽنگن ۽ ويب صفحن لاءِ پيشڪشون خلقيو ۽ سمپادت ڪريو 
+Comment[sh]=Napravite i uređujte prezentacije za projekcije, sastanke i Internet u Prezentaciji.
+Comment[si]=Impress භාවිතා කරමින් ඉදිරිපත් කිරීම් සඳහා තිරපෙන්නුම්, හමුවීම් සහ වියුණු පිටු සාදන්න සහ වෙනස් කරන්න. 
+Comment[sk]=Vytvárajte a upravujte prezentácie pre porady s stretnutia s použitím Impress.
+Comment[sl]=S programom Impress ustvarjajte in urejajte predstavitve, prosojnice in spletne strani.
+Comment[sq]=Krijo dhe Edito prezantimet për sllajdshow, mbledhjet dhe Web faqet duke përdorur Impress
+Comment[sr]=Направите и уређујте презентације за пројекције, састанке и Интернет у Презентацији.
+Comment[ss]=Yakha u-edithe kwetfulwa kwetitfuntishelela, kuhlangana nemapheji ewebhu ngekusebentisa Impress.
+Comment[st]=Bopa le ho lokisa dinehelano tsa dipontsho tsa selaete, dikopano le maqephe a Wepe ka ho sebedisa Impress.
+Comment[sv]=Skapa och redigera presentationer för bildskärmspresentationer, möten och webbsidor med hjälp av Impress.
+Comment[sw_TZ]=Create and edit presentations for slideshows, meeting and Web pages by using Impress.
+Comment[ta]=வில்லைக்காட்சிகள், கூட்டம், வலைப்பக்கங்கள் ஆகியவற்றிற்கான வழங்கலை உருவாக்கவும் தொகுக்கவும் இம்பிரெசைப் பயன்படுத்துக.
+Comment[te]=స్లైడ్ షోలు యొక్క ప్రజంటేషన్ లు,సభ మరియు వెబ్  పుటలును ఇంప్రెస్ వుపయోగించినిర్మించి, సరిచేయుము.
+Comment[tg]=Бо ёрии Impress баёнияҳо сохтан, онҳоро ислоҳ кардан мумкин аст.
+Comment[th]=สร้างและแก้ไขงานนำเสนอภาพนิ่ง การประชุม และหน้าเว็บโดยการใช้ Impress
+Comment[tn]=Create and edit presentations for slideshows, meeting and Web pages by using Impress.
+Comment[tr]=Impress kullanarak sunum, toplantı, belge ve Web sayfaları oluşturabilir ve düzenleyebilirsiniz.
+Comment[ts]=Endla ni ku lulamisa Minkombiso ya tislayidi, tipheji ta minhlangani ni ta Web hi ku tirhisa Impress.
+Comment[ug]=Impress ئىشلىتىپ كۆرسەتمە قۇرۇشقا، تام تەسۋىر، يىغىن ۋە تور بەتتە ئىشلىتىدىغان كۆرسەتمە تەھرىرلەشكە بولىدۇ.
+Comment[uk]=Створення та редагування презентацій для показу слайдів, зустрічей та веб-сторінок.
+Comment[uz]=Impress yordamida slaydlar, uchrashuvlar va veb sahifalar yaratish va oʻzgartirish.
+Comment[ve]=Vhumbani nahone ni lulamise nzudzanyo u itela misumbedzo ya siḽaidi, muṱangano na masiaṱari a Web nga u shumisa Impress.
+Comment[vi]=Tạo và sửa các trình chiếu cho chiếu ảnh, hội họp và trang Web, bằng Impress.
+Comment[xh]=Dala uze uhlele iinkcazelo-mboniso yemiboniso yezlayidi, iintlanganiso namakhasi Othungelwano ngokusebenzisa i-Impress.
+Comment[zh_CN]=使用 Impress 创建并编辑幻灯片、会议和网页中使用的演示文稿。
+Comment[zh_TW]=使用 Impress 可建立與編輯用於投影片、會議和網頁的簡報。
+Comment[zu]=Yenza futhi ulungise imiboniso amaslaydi, amakhasi emihlangano naweWebhu ngokusebenzisa i-Impress.
+InitialPreference=5
diff --git a/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-javafilter.desktop b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-javafilter.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..1e754d62988361b86ed8934e2b04a45c66cdfea5
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-javafilter.desktop
@@ -0,0 +1,115 @@
+[Desktop Entry]
+Version=1.0
+Terminal=false
+Type=Application
+Categories=LE;Application;Office;
+Exec=libreoffice3.4 --writer %U
+MimeType=application/x-aportisdoc;application/x-pocket-word;application/x-pocket-excel;
+Name=LibreOffice 3.4 Small Device Format Importer
+Name[pt_BR]=LibreOffice 3.4 Small Device Format Importer
+GenericName=Small Device Format Importer
+GenericName[en]=Small Device Format Importer
+GenericName[af]=Small Device Format Importer
+GenericName[ar]=Small Device Format Importer
+GenericName[as]=সৰু ডিভাইচ বিন্যাস ইমপোৰ্টাৰ
+GenericName[ast]=Importador de formatos pa preseos pequeños
+GenericName[be]=Імпарцёр з малых прыладаў
+GenericName[bg]=Импорт от формати за малки устройства
+GenericName[bn]=ছোট ডিভাইসের ফরম্যাট ইম্পোর্টার
+GenericName[bo]=Small Device Format Importer
+GenericName[br]=Enporzhierez evit mentrezhoù trobarzhelloù bihan
+GenericName[brx]=Small Device Format Importer
+GenericName[bs]=Uvoz formata za male uređaje
+GenericName[ca]=Importador de formats de dispositius petits
+GenericName[ca_XV]=Importador de formats de dispositius petits
+GenericName[cs]=Import formátů pro malá zařízení
+GenericName[cy]=Mewnforiwr Fformat Dyfais Bach
+GenericName[da]=Lille Enhed Format Importer
+GenericName[de]=Importieren von Kleingeräte-Dateiformaten
+GenericName[dgo]=Small Device Format Importer
+GenericName[dz]=Small Device Format Importer
+GenericName[el]=Small Device Format Importer
+GenericName[en_GB]=Small Device Format Importer
+GenericName[en_ZA]=Small Device Format Importer
+GenericName[eo]=Small Device Format Importer
+GenericName[es]=Importador de formatos para dispositivos pequeños
+GenericName[et]=Väikeseadmevormingute importija
+GenericName[eu]=Gailu txikien formatuen inportatzailea
+GenericName[fa]=درون‌ریز قالب دستگاه‌های کوچک
+GenericName[fi]=Tuontimuunnin kämmentietokoneissa käytettäville asiakirjatyypeille
+GenericName[fr]=Importateur de format de petit périphérique
+GenericName[ga]=Iompórtálaí Formáidí do Ghléasanna Beaga
+GenericName[gl]=Pequeno dispositivo importador de formato
+GenericName[gu]=નાનું ઉપકરણ બંધારણ આયાત કરનાર
+GenericName[he]=מייבא פורמט רכיבים קטנים
+GenericName[hi]=Small Device Format Importer
+GenericName[hr]=Uvoznik oblika za male uređaje
+GenericName[hu]=Small Device Format importáló
+GenericName[id]=Pengimpor Format Perangkat Kecil
+GenericName[is]=Innflutningur sniða fyrir smátæki
+GenericName[it]=Importatore di formato per piccoli dispositivi
+GenericName[ja]=小型機器形式のインポート
+GenericName[ka]=Small Device Format Importer
+GenericName[kk]=Small Device Format Importer
+GenericName[km]=កម្មវិធី​នាំចូល​ទ្រង់ទ្រាយ​ឧបករណ៍​តូច
+GenericName[kn]=ಸಣ್ಣ ಸಾಧನ ವಿನ್ಯಾಸ ಆಮದುಗಾರ
+GenericName[ko]=Small Device 형식 불러오기
+GenericName[kok]=Small Device Format Importer
+GenericName[ks]=Small Device Format Importer
+GenericName[ku]=Cîhaza Biçûk ya Teşe Anîna Hundir
+GenericName[lo]=Small Device Format Importer
+GenericName[lt]=Small Device Format Importer
+GenericName[lv]=Mazo ierīču formātu importētājs
+GenericName[mai]=Small Device Format Importer
+GenericName[mk]=Small Device Format Importer
+GenericName[ml]=Small Device Format Importer
+GenericName[mn]=Small Device Format Importer
+GenericName[mni]=Small Device Format Importer
+GenericName[mr]=स्मॉल डिव्हाइस रूपण आयातकर्ता
+GenericName[my]=Small Device Format Importer
+GenericName[nb]=Formatimportering for små enheter
+GenericName[ne]=Small Device Format Importer
+GenericName[nl]=Importeren van indeling klein apparaat
+GenericName[nn]=Small Device Format Importer
+GenericName[nr]=Small Device Format Importer
+GenericName[nso]=Small Device Format Importer
+GenericName[oc]=Importar format de periferic
+GenericName[om]=Small Device Format Importer
+GenericName[or]=କ୍ଷୁଦ୍ର ଉପକରଣ ସଜ୍ଜିକରଣ ଶୈଳୀ ଆମଦାନୀକାରୀ
+GenericName[pa_IN]=ਛੋਟਾ ਜੰਤਰ ਫਾਰਮੈਟ ਇੰਪੋਰਟਰ
+GenericName[pl]=Importer formatów małych urządzeń
+GenericName[pt]=Importação de formatos de pequenos dispositivos
+GenericName[pt_BR]=Importador de formatos de dispositivos pequenos
+GenericName[ro]=Small Device Format Importer
+GenericName[ru]=Импорт в формат Small Device
+GenericName[rw]=Small Device Format Importer
+GenericName[sa_IN]=Small Device Format Importer
+GenericName[sat]=Small Device Format Importer
+GenericName[sd]=Small Device Format Importer
+GenericName[sh]=Uvoz za Small Device Format
+GenericName[si]=Small Device Format Importer
+GenericName[sk]=Importér formátu Small Device Format 
+GenericName[sl]=Uvoznik zapisov majhnih naprav
+GenericName[sq]=Small Device Format Importer
+GenericName[sr]=Увоз за Small Device Format
+GenericName[ss]=Small Device Format Importer
+GenericName[st]=Small Device Format Importer
+GenericName[sv]=Formatimportör för små enheter
+GenericName[sw_TZ]=Small Device Format Importer
+GenericName[ta]=சிறிய சாதன வடிவ ஏற்றி
+GenericName[te]=చిన్న పరికర ఆకృతీకరణదిగుమతికారి
+GenericName[tg]=Small Device Format Importer
+GenericName[th]=Small Device Format Importer
+GenericName[tn]=Small Device Format Importer
+GenericName[tr]=Küçük Aygıt Biçim İçe Aktarıcısı
+GenericName[ts]=Small Device Format Importer
+GenericName[ug]=كىچىك ئۈسكۈنە فورمات ئەكىرگۈچ
+GenericName[uk]=Small Device Format Importer
+GenericName[uz]=Small Device Format Importer
+GenericName[ve]=Small Device Format Importer
+GenericName[vi]=Trình nhập định đạng Small Device
+GenericName[xh]=Small Device Format Importer
+GenericName[zh_CN]=小设备格式导入器
+GenericName[zh_TW]=小型裝置格式匯入工具
+GenericName[zu]=Small Device Format Importer
+NoDisplay=true
diff --git a/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-math.desktop b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-math.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..63c3d6285d811b7e37e157fe8e71744625999657
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-math.desktop
@@ -0,0 +1,221 @@
+[Desktop Entry]
+Version=1.0
+Terminal=false
+Icon=libreoffice34-math
+Type=Application
+Categories=LE;Application;Office;
+Exec=libreoffice3.4 --math %U
+MimeType=application/vnd.oasis.opendocument.formula;application/vnd.sun.xml.math;application/vnd.stardivision.math;
+Name=LibreOffice 3.4 Math
+Name[pt_BR]=LibreOffice 3.4 Math
+GenericName=Formula Editor
+GenericName[en]=Formula Editor
+GenericName[af]=Formule-redigeerder
+GenericName[ar]=محرر الصيغة
+GenericName[as]=সূত্র সম্পাদক
+GenericName[ast]=Editor de fórmules
+GenericName[be]=Рэдактар формул
+GenericName[bg]=Редактор на формули
+GenericName[bn]=সূত্র সম্পাদক
+GenericName[bo]=སྤྱི་འགྲོས་རྩོམ་སྒྲིག་ཡོ་ཆས།
+GenericName[br]=Embanner reollunioù
+GenericName[brx]=Formula Editor
+GenericName[bs]=Editor za formule
+GenericName[ca]=Editor de fórmules
+GenericName[ca_XV]=Editor de fórmules
+GenericName[cs]=Editor vzorců
+GenericName[cy]=Golygydd Fformiwla
+GenericName[da]=Formeleditor
+GenericName[de]=Formeleditor
+GenericName[dgo]=Formula Editor
+GenericName[dz]=Formula Editor
+GenericName[el]=Επεξεργαστής μαθηματικών τύπων
+GenericName[en_GB]=Formula Editor
+GenericName[en_ZA]=Formula Editor
+GenericName[eo]=Formuloredaktilo
+GenericName[es]=Editor de formulas
+GenericName[et]=Valemiredaktor
+GenericName[eu]=Formula editorea
+GenericName[fa]=ویرایش‌گر فرمول
+GenericName[fi]=Kaavaeditori
+GenericName[fr]=Éditeur de formule
+GenericName[ga]=Eagarthóir Foirmlí
+GenericName[gl]=Editor de fórmulas
+GenericName[gu]=સૂત્ર સંપાદક
+GenericName[he]=עורך נוסחאות
+GenericName[hi]=सूत्र संपादक
+GenericName[hr]=Uređivač matematičkih formula
+GenericName[hu]=Képletszerkesztő
+GenericName[id]=Penyunting Rumus
+GenericName[is]=Formúluritill
+GenericName[it]=Elaboratore di formule
+GenericName[ja]=数式エディタ
+GenericName[ka]=Formula Editor
+GenericName[kk]=Formula Editor
+GenericName[km]=កម្មវិធី​កែសម្រួល​រូបមន្ដ
+GenericName[kn]=ಸೂತ್ರ ಸಂಪಾದಕ
+GenericName[ko]=수식 편집기
+GenericName[kok]=Formula Editor
+GenericName[ks]=Formula Editor
+GenericName[ku]=Edîtorê Formulan
+GenericName[lo]=Formula Editor
+GenericName[lt]=Matematinė rengyklė
+GenericName[lv]=Formulu redaktors
+GenericName[mai]=Formula Editor
+GenericName[mk]=Уредувач на формула
+GenericName[ml]=ഫോര്‍മുലാ എഡിറ്റര്‍
+GenericName[mn]=Formula Editor
+GenericName[mni]=Formula Editor
+GenericName[mr]=सूत्र संपादक
+GenericName[my]=ပုံသေနည်း တည်းဖြတ်သူ
+GenericName[nb]=Formelredigering
+GenericName[ne]=Formula Editor
+GenericName[nl]=Formule-bewerler
+GenericName[nn]=Formelredigering
+GenericName[nr]=Formula Editor
+GenericName[nso]=Morulaganyi wa fomula
+GenericName[oc]=Editor de formula
+GenericName[om]=Gulaalaa Foormulaa
+GenericName[or]=ସୂତ୍ର ସମ୍ପାଦକ
+GenericName[pa_IN]=ਫਾਰਮੂਲਾ ਐਡੀਟਰ
+GenericName[pl]=Edytor formuł
+GenericName[pt]=Editor de fórmulas
+GenericName[pt_BR]=Editor de fórmulas
+GenericName[ro]=Editor de formule
+GenericName[ru]=Редактор формул
+GenericName[rw]=Formula Editor
+GenericName[sa_IN]=Formula Editor
+GenericName[sat]=Formula Editor
+GenericName[sd]=Formula Editor
+GenericName[sh]=Uređivač formule
+GenericName[si]=සූත්‍ර සකසනය
+GenericName[sk]=Editor vzorcov
+GenericName[sl]=Urejevalnik formul
+GenericName[sq]=Edituesi i ImageMapës
+GenericName[sr]=Уређивач формуле
+GenericName[ss]=Formula Editor
+GenericName[st]=Formula Editor
+GenericName[sv]=Formelredigerare
+GenericName[sw_TZ]=Formula Editor
+GenericName[ta]=சூத்திரத் தொகுப்பி
+GenericName[te]=ఫార్ములా సరికూర్పరి
+GenericName[tg]=Formula Editor
+GenericName[th]=Formula Editor
+GenericName[tn]=Formula Editor
+GenericName[tr]=Formül Düzenleyici
+GenericName[ts]=Formula Editor
+GenericName[ug]=فورمۇلا تەھرىرلىگۈچ
+GenericName[uk]=Formula Editor
+GenericName[uz]=Formula tahrirchisi
+GenericName[ve]=Formula Editor
+GenericName[vi]=Trình soạn công thức 
+GenericName[xh]=Formula Editor
+GenericName[zh_CN]=公式编辑器
+GenericName[zh_TW]=公式編輯器
+GenericName[zu]=Formula Editor
+Comment=Create and edit scientific formulas and equations by using Math.
+Comment[en]=Create and edit scientific formulas and equations by using Math.
+Comment[af]=Skep en redigeer wetenskaplike formules en vergelykings met Math.
+Comment[ar]=إنشاء الصيغ العلمية والمعادلات وتحريرها باستخدام Math.
+Comment[as]=গণিত ব্যৱহাৰ কৰি বৈজ্ঞানিক সূত্ৰ আৰু সমীকৰণবোৰ সৃষ্টি আৰু সম্পাদনা কৰক. 
+Comment[ast]=Crear y editar fórmules científiques y ecuaciones emplegando Math.
+Comment[be]=Стварайце і рэдагуйце навуковыя формулы і ўраўненні з дапамогаю Math-а.
+Comment[bg]=С Math можете да създавате и редактирате математически формули и уравнения.
+Comment[bn]=ম্যাথ ব্যবহার করে বৈজ্ঞানিক ফর্মূলা এবং সমীকরণ তৈরি এবং সম্পাদনা করুন। 
+Comment[bo]=Mathབེད་སྤྱད་དེ་ཚན་རིག་དང་མཐུན་པའི་སྤྱི་བགྲོས་དང་མཉམ་བྱ་རྩིས་ཕྲེང་བཟོ་བ་མ་ཟད།  རྩོམ་སྒྲིག་བྱེད་དགོས།
+Comment[br]=Math. - Krouiñ hag embann reollunioù skiantel hag ataladoù.
+Comment[brx]=सानखान्थि बाहायनानै गोनोखो फरमुला आरो समानथाय सोरजि आरो सुजु।
+Comment[bs]=Kreiranje i uređivanje naučnih formula i jednačina koristeći Math.
+Comment[ca]=Creeu i editeu fórmules científiques i equacions amb el Math.
+Comment[ca_XV]=Creeu i editeu fórmules científiques i equacions amb el Math.
+Comment[cs]=Vytvářejte a upravujte vědecké výpočty a vzorce pomocí Math.
+Comment[cy]=Creu a golygu fformiwlâu gwyddonol a hafaliadau gan ddefnyddio Math.
+Comment[da]=Opret og rediger videnskabelige formler ved brug af Math.
+Comment[de]=Wissenschaftliche Formeln erstellen und bearbeiten - Math macht's möglich.
+Comment[dgo]=स्हाब बरतियै विज्ञानक फार्मूले ते समीकरण   सिरजो ते संपादत करो. 
+Comment[dz]=ཨང་རྩིས་ལག་ལེན་འཐབ་ཐོག་ལས་ ཚན་རིག་དང་འབྲེལ་བའི་མན་ངག་དང་ཨི་ཀུའེ་ཊེ་ཤཱན་བཟོ་ནི་དང་ཞུན་དག་རྐྱབ་ནི།
+Comment[el]=Δημιουργία και επεξεργασία επιστημονικών τύπων και εξισώσεων με τη χρήση του Math.
+Comment[en_GB]=Create and edit scientific formulae and equations using Math.
+Comment[en_ZA]=Create and edit scientific formulae and equations by using Math.
+Comment[eo]=Krei kaj redakti sciencajn formulojn kaj ekvaciojn per Formulilo.
+Comment[es]=Crear y editar fórmulas científicas y ecuaciones con Math.
+Comment[et]=Math võimaldab luua ja redigeerida teaduslikke valemeid ning võrrandeid.
+Comment[eu]=Formula zientifikoak eta ekuazioak sortu eta editatu Math erabiliz.
+Comment[fa]=با استفاده از ریاضی، فرمول‌ها و معادلات ریاضی ایجاد یا ویرایش کنید.
+Comment[fi]=Luo ja muokkaa tieteellisiä kaavioita ja yhtälöitä käyttämällä Math -ohjelmaa.
+Comment[fr]=Math - Création et édition de formules scientifiques et d'équations.
+Comment[ga]=Cruthaigh foirmlí eolaíocha agus cothromóidí agus cuir iad in eagar le Math.
+Comment[gl]=Crear e editar fórmulas científicas e ecuacións con Math.
+Comment[gu]=ગણિત વડે વૈજ્ઞાનિક સુત્રો અને સમીકરણો બનાવો.
+Comment[he]=יצירה ועריכה של נוסחאות ומשוואות מדעיות באמצעות תוכנת הנוסחאות ‏
+Comment[hi]=गणित के प्रयोग से वैज्ञानिक सूत्र बनाएं और संपादित करें.
+Comment[hr]=Stvorite i uredite znanstvene formule i jednadžbe.
+Comment[hu]=Képletek és egyenletek létrehozása és szerkesztése a Math használatával.
+Comment[id]=Mengolah rumus ilmiah maupun persamaannya menggunakan Math.
+Comment[is]=Búa til og breyta vísindaformúlum og jöfnum með því að nota Math.
+Comment[it]=Math vi permette di creare e modificare formule scientifiche ed equazioni.
+Comment[ja]=Math を使用して、科学の公式や方程式を作成し、編集します。
+Comment[ka]=ქმნის და ასწორებს სამეცნიერო ფორმულებს და განტოლებებს Math-ის გამოყენებით.
+Comment[kk]= Math көмегiмен ғылыми формуларды және теңдеулердi түзетуге және жасауға болады.
+Comment[km]=បង្កើត និង​កែ​សម្រួល​រូបមន្ត​វិទ្យាសាស្ត្រ និង​សមីការ​ដោយ​ប្រើ Math ។
+Comment[kn]=ಮ್ಯಾಥ್ ಬಳಸಿ ವೈಜ್ಞಾನಿಕ ಸೂತ್ರಗಳನ್ನು ಮತ್ತು ಸಮೀಕರಣಗಳನ್ನು ರಚಿಸಿ ಮತ್ತು ಸಂಪಾದಿಸಿ.
+Comment[ko]=Math를 사용하여 수식 및 공학용 수식을 만들고 편집합니다.
+Comment[kok]=गणित वापरून वैज्ञानिक सूत्रां आनिक समीकरणां  तयार करात आनिक सम्पादन करात.
+Comment[ks]=Create and edit scientific formulas and equations by using Math.
+Comment[ku]=Wekhevîn û formulên zanistî bi Mathê çê bike û sererast bike.
+Comment[lo]=ສ້າງແລະແກ້ໄຂສູດຄະນິສາດແລະສົມຜົນດ້ວຍການນຳໃຊ້ເລກ.
+Comment[lt]=Matematinė rengyklė skirta formulėms ir lygtims rašyti.
+Comment[lv]=Veidot un rediģēt formulas un vienādojumus, lietojot Math.
+Comment[mai]=Math क प्रयोगसँ वैज्ञानिक सूत्र बनाबु आ संपादित करू.
+Comment[mk]=Креирајте и уредувајте научни формули и равенки користејќи Math.
+Comment[ml]=കണക്ക് ഉപയോഗിച്ച് ശാസ്ത്രീയ സൂത്രവാക്യങ്ങളും  സമവാക്യങ്ങളും സൃഷ്ടിക്കുകയും എഡിറ്റു ചെയ്യുകയും ചെയ്യാം.
+Comment[mn]=Math ашиглан шинжлэх ухааны томьёо ба тэнцэтгэл биш үүсгэх болон засварлах.
+Comment[mni]=অঙ্ক শিজিন্নদুনা সাইন্তিফিক ফোর্মুলাশিং অমসুং ইক্বেসনশিং শেমগতলো অমসুং শেমদোকউ. 
+Comment[mr]=Math चा वापर करून वैज्ञानिक सूत्रे व समीकरणे बनवा व संपादीत करा.
+Comment[my]=သင်္ချာကိုသုံးခြင်းဖြင့် သိပ္ပံဆိုင်ရာပုံသေနည်းများနှင့် ညီမျှခြင်းများ ဖန်တီးတည်းဖြတ်ပါ။
+Comment[nb]=Opprett og rediger vitenskapelige formler og ligninger ved bruk av Math.
+Comment[ne]=गणितको प्रयोगद्वारा वैज्ञानिक सूत्रहरू र समीकरणहरू सिर्जना तथा सम्पादन गर्नुहोस् ।
+Comment[nl]=Met Math kunt u wiskundige formules en vergelijkingen maken en bewerken.
+Comment[nn]=Med Math kan du laga og redigera vitskaplege formlar og likningar.
+Comment[nr]=Enza nokuhlela amafomula namakhotheyitjhini ngokusebenzisa i-Math.
+Comment[nso]=Hlama le go lokiša difomula tša saense le diekhoišene ka go diriša Math.
+Comment[oc]=Math - Creacion e edicion de formulas scientificas e d'eqüacions.
+Comment[om]=Math fayyadamuun foormulaawwan saayinsaawaa fi himoota qixxaatoo uumi, gulaali.
+Comment[or]=ଗଣିତ ଉପୟୋଗକରି ବୌଜ୍ଞାନିକ ସୂତ୍ର ଏବଂ ସମିକରଣଗୁଡିକୁ   ସୃଷ୍ଟି ଏବଂ ସମ୍ପାଦନ କର ।
+Comment[pa_IN]=ਗਣਿਤ (Math) ਨਾਲ ਵਿਗਿਆਨਕ ਫਾਰਮੂਲੇ ਅਤੇ ਸਮੀਕਰਨ ਬਣਾਓ।
+Comment[pl]=Twórz i edytuj wzory matematyczne i naukowe używając programu Math.
+Comment[pt]=Criar e editar fórmulas e equações científicas através do Math.
+Comment[pt_BR]=Crie e edite fórmulas científicas e equações por meio do Math.
+Comment[ro]=Creați și editați formule științifice și ecuații folosind Math.
+Comment[ru]=Создание и редактирование научных формул и уравнений.
+Comment[rw]=Kurema no guhindura inzira n'inganyagaciro bya gihanga ukoresheje Math.
+Comment[sa_IN]=मैत् उपयुज्य वैज्ञानिकसूत्राणि ईक्वेशन्स् च उत्पादय तथा सम्पदाय च।
+Comment[sat]=एलखा रेयाक् बेभार दाराय ते सोमान होचो आर सांड़ेस नियोम सापड़ाव आर तेयार.
+Comment[sd]=ميٿ جو اِستعمال ڪندي وگيانڪ نسخا ۽ مُساوتنو خلقيو ۽ سمپادت ڪريو 
+Comment[sh]=Napravite i uređujte naučne formule i jednačine u Matematici.
+Comment[si]=Math භාවිතා කරමින් විද්‍යාත්මක සූත්‍ර සහ සමීකරණ සාදන්න සහ වෙනස් කරන්න.
+Comment[sk]=Vytvárajte a upravujte vedecké vzorce a výrazy s použitím Math.
+Comment[sl]=S programom Math ustvarjajte in urejajte znanstvene formule in enačbe.
+Comment[sq]=Krijo dhe edito formula shkencore dhe ekuacione përmes Math
+Comment[sr]=Направите и уређујте научне формуле и једначине у Математици.
+Comment[ss]=Yakha u-edithe ngekwesayensi yemafomula nemakhweshini ngakusebentisa Math.
+Comment[st]=Bopa le ho lokisa difomula tsa saense le diekweishene ka ho sebedisa Math.
+Comment[sv]=Skapa och redigera vetenskapliga formler och ekvationer med hjälp av Math.
+Comment[sw_TZ]=Create and edit scientific formulas and equations by using Math.
+Comment[ta]=அறிவியல் சூத்திரங்களையும் சமன்பாடுகளையும் உருவாக்க, தொகுக்க மேத்தைப் பயன்படுத்துக.
+Comment[te]=శాస్త్ర సూత్రములు మరియు   సమీకరణములను  మేథ్ తో నిర్మించి, సరిచేయుము
+Comment[tg]=Бо ёрии Math формулаҳои илмӣ сохтан, онҳоро ислоҳ кардан мумкин аст.
+Comment[th]=สร้างและแก้ไขสูตรและสมการทางวิทยาศาสตร์โดยการใช้ Math
+Comment[tn]=Create and edit scientific formulas and equations by using Math.
+Comment[tr]=Math kullanarak bilimsel formülleri ve eşitlikleri oluşturabilir ve düzenleyebilirsiniz.
+Comment[ts]=Endla ni ku lulamisa Tifomula ta vutshila bya sayense ni tinhlayo hi ku tirhisa Math.
+Comment[ug]=Math ئىشلىتىپ ئىلىم-پەن فورمۇلاسى ۋە ئىپادىسى قۇرىدۇ، تەھرىرلەيدۇ.
+Comment[uk]=Створення та редагування наукових формул та рівнянь.
+Comment[uz]=Math yordamida ilmiy formulalarni tuzish va tahrirlash.
+Comment[ve]=Vhumbani na u lumalamisa dzifomuḽa dza sainthifiki na dziikhwesheni nga u shumisa Math.
+Comment[vi]=Tạo và sửa công thức và phương trình khoa học, dùng trình Math.
+Comment[xh]=Dala uze uhlele iindlela zokusebenzisa inzululwazi nongqinelaniso ngokusebenzisa u-Math.
+Comment[zh_CN]=使用 Math 创建并编辑科学公式和方程式。
+Comment[zh_TW]=使用 Math 可建立與編輯科學公式與方程式。
+Comment[zu]=Yenza futhi ulungise amafomula ezesayensi nama-ikhuweyjini ngokusebenzisa into yeziBalo.
+InitialPreference=5
diff --git a/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-printeradmin.desktop b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-printeradmin.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..e78134b072e2ac91e8928f8125845d878b8b556f
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-printeradmin.desktop
@@ -0,0 +1,114 @@
+[Desktop Entry]
+Version=1.0
+Terminal=false
+Icon=libreoffice34-printeradmin
+Type=Application
+Categories=LE;Application;Office;
+Exec=libreoffice3.4-printeradmin
+Name=LibreOffice 3.4 Printer Administration
+Name[en]=LibreOffice 3.4 Printer Administration
+Name[af]=LibreOffice 3.4-drukkeradministrasie
+Name[ar]=إدارة طابعات LibreOffice 3.4
+Name[as]=LibreOffice 3.4 মুদ্ৰক প্ৰশাসন
+Name[ast]=Alministración de la imprentadora de LibreOffice 3.4
+Name[be]=Кіраванне прынтэрам LibreOffice 3.4
+Name[bg]=Администриране на принтера за LibreOffice 3.4
+Name[bn]=LibreOffice 3.4 মুদ্রণযন্ত্র পরিচালনা
+Name[bo]=LibreOffice 3.4པར་འཁོར་དོ་དམ།
+Name[br]=Ardoadur moullerez LibreOffice 3.4
+Name[brx]=LibreOffice 3.4 साफायग्रा खुंथाय
+Name[bs]=LibreOffice 3.4 administracija štampača
+Name[ca]=Administració d'impressió de LibreOffice 3.4
+Name[ca_XV]=Administració d'impressió de LibreOffice 3.4
+Name[cs]=Administrace tiskáren LibreOffice 3.4
+Name[cy]=Gweinyddu Argraffu LibreOffice 3.4
+Name[da]=LibreOffice 3.4-printeradministration
+Name[de]=LibreOffice 3.4 Druckerverwaltung
+Name[dgo]=LibreOffice 3.4 छापक  प्रशासन
+Name[dz]=LibreOffice 3.4 དཔར་འཕྲུལ་ བདག་སྐྱོང་།
+Name[el]=Διαχείριση εκτυπωτή LibreOffice 3.4
+Name[en_GB]=LibreOffice 3.4 Printer Administration
+Name[en_ZA]=LibreOffice 3.4 Printer Administration
+Name[eo]=LibreOffice 3.4 presila administrado
+Name[es]=Administración de la impresora de LibreOffice 3.4 
+Name[et]=LibreOffice 3.4 printerihaldus
+Name[eu]=LibreOffice 3.4 inprimagailu-administrazioa
+Name[fa]=مدیریت چاپگر LibreOffice 3.4
+Name[fi]=LibreOffice 3.4 - Tulostimen hallinta
+Name[fr]=Gestion des imprimantes de LibreOffice 3.4
+Name[ga]=Riarachán na bPrintéirí LibreOffice 3.4
+Name[gl]=Administración da impresora de LibreOffice 3.4
+Name[gu]=LibreOffice 3.4  પ્રિન્ટર સંચાલન
+Name[he]=ניהול מדפסות ‏‪LibreOffice 3.4‬‏‏
+Name[hi]=LibreOffice 3.4 Printer Administration
+Name[hr]=LibreOffice 3.4 Administracija pisača
+Name[hu]=LibreOffice 3.4 Nyomtatókezelés
+Name[id]=Administrasi Pencetak LibreOffice 3.4
+Name[is]=LibreOffice 3.4 prentarastjórnun
+Name[it]=LibreOffice 3.4 Gestione stampanti
+Name[ja]=LibreOffice 3.4 プリンタの管理
+Name[ka]=LibreOffice 3.4 პრინტერის ადმინისტრაცია
+Name[kk]=LibreOffice 3.4 Баспаны басқару
+Name[km]=ការ​គ្រប់គ្រង​ម៉ាស៊ីន​បោះពុម្ព​ LibreOffice 3.4
+Name[kn]=LibreOffice 3.4 ಮುದ್ರಕ ನಿರ್ವಹಣೆ
+Name[ko]=LibreOffice 3.4 프린터 관리
+Name[kok]=LibreOffice 3.4 मुद्रक प्रशासन
+Name[ks]=LibreOffice 3.4 Printer Administration
+Name[ku]=LibreOffice 3.4 Rêvebiriya Çapgerê
+Name[lo]=LibreOffice 3.4 ການຈັດການເຄື່ອງພີມ
+Name[lt]=„LibreOffice 3.4“ spausdintuvo tvarkymas
+Name[lv]=LibreOffice 3.4 printera administrēšana
+Name[mai]=LibreOffice 3.4 मुद्रक प्रशासन
+Name[mk]=Администрирање на печатачи во LibreOffice 3.4
+Name[ml]=LibreOffice 3.4 പ്രിന്റര്‍ അഡ്മിനിസ്ട്രേഷന്‍
+Name[mn]=LibreOffice 3.4 Хэвлэгчийн удирдлага
+Name[mni]=LibreOffice 3.4 প্রিন্তরগী ৱায়েন থৌদা
+Name[mr]=LibreOffice 3.4 मुद्रक प्रशासन
+Name[my]=LibreOffice 3.4 ပရင်တာ စီမံခန့်ခွဲမှု
+Name[nb]=LibreOffice 3.4-skriveradministrasjon
+Name[ne]=LibreOffice 3.4 मुद्रक प्रशासन
+Name[nl]=LibreOffice 3.4-printerbeheer
+Name[nn]=LibreOffice 3.4-skrivaradministrasjon
+Name[nr]=LibreOffice 3.4 Ukuphathwa Kwesigadangisi
+Name[nso]=Taolo ya segatiši ya LibreOffice 3.4
+Name[oc]=Gestion de las estampadoiras de LibreOffice 3.4
+Name[om]=Bulchiinsa Maxxansaa LibreOffice 3.4
+Name[or]=LibreOffice 3.4 ପ୍ରିଣ୍ଟର ପ୍ରଶାସନ
+Name[pa_IN]=LibreOffice 3.4 ਪਰਿੰਟਰ ਐਡਮਿਨਸਟੇਟਰ
+Name[pl]=LibreOffice 3.4 - Zarządzanie drukarką
+Name[pt]=Administração de impressoras do LibreOffice 3.4
+Name[pt_BR]=Administrador de impressoras do LibreOffice 3.4
+Name[ro]=Administrare imprimantă LibreOffice 3.4
+Name[ru]=LibreOffice 3.4 Управление принтером
+Name[rw]=Ubugenzuzi bwa Mucapyi LibreOffice 3.4
+Name[sa_IN]=LibreOffice 3.4 मुद्रकप्रशासनम्
+Name[sat]=LibreOffice 3.4 छापा सासोनिक्
+Name[sd]=LibreOffice 3.4  پرنٽر جو انتظام 
+Name[sh]=LibreOffice 3.4 podešavanje štampača
+Name[si]=LibreOffice 3.4 මුද්‍රණ පරිපාලක
+Name[sk]=Správa tlačiarní LibreOffice 3.4
+Name[sl]=Nastavitve tiskalnika LibreOffice 3.4
+Name[sq]=LibreOffice 3.4 Administrim i shtypësit
+Name[sr]=LibreOffice 3.4 подешавање штампача
+Name[ss]=LibreOffice 3.4 kuphatfwa kwephrinta
+Name[st]=Taolo ya Sehatisi ya LibreOffice 3.4
+Name[sv]=LibreOffice 3.4 skrivaradministration
+Name[sw_TZ]=LibreOffice 3.4 Utawala wa Printa
+Name[ta]=LibreOffice 3.4 அச்சுப்பொறி நிர்வாகம்
+Name[te]=ముద్రణా యంత్రం `యొక్క LibreOffice 3.4 నిర్వహించు.
+Name[tg]=Идоракунии чопкунаки LibreOffice 3.4
+Name[th]=ตัวบริหารจัดการเครื่องพิมพ์ LibreOffice 3.4 
+Name[tn]=LibreOffice 3.4 Printer Administration
+Name[tr]=LibreOffice 3.4 Yazıcı Yönetimi
+Name[ts]=Vukongomisi bya Printa LibreOffice 3.4
+Name[ug]=LibreOffice 3.4 پرىنتېر باشقۇرۇش
+Name[uk]=Налаштування принтера LibreOffice 3.4
+Name[uz]=LibreOffice 3.4 printerni boshqarish
+Name[ve]=Mulanguli wa Phirinthara wa LibreOffice 3.4
+Name[vi]=Quản trị máy in LibreOffice 3.4
+Name[xh]=Ulawulo Lwesishicileli lwe-LibreOffice 3.4
+Name[zh_CN]=LibreOffice 3.4 打印机管理
+Name[zh_TW]=LibreOffice 3.4 印表機管理
+Name[zu]=LibreOffice 3.4 Ukuphathwa komshicileli
+Name[pt_BR]=LibreOffice 3.4 Printer Administration
+
diff --git a/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-startcenter.desktop b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-startcenter.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..53e7c15623891d8d50561c573adf8e8baef83ff7
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-startcenter.desktop
@@ -0,0 +1,220 @@
+[Desktop Entry]
+Version=1.0
+Terminal=false
+Icon=libreoffice34-startcenter
+Type=Application
+Categories=LE;Application;Office;
+Exec=libreoffice3.4 %U
+MimeType=application/vnd.openofficeorg.extension;
+Name=LibreOffice 3.4 
+Name[pt_BR]=LibreOffice 3.4
+GenericName=Office 
+GenericName[en]=Office
+GenericName[af]=Kantoor
+GenericName[ar]=مكتب
+GenericName[as]=অফিচ 
+GenericName[ast]=Oficina
+GenericName[be]=Office
+GenericName[bg]=Офис пакет
+GenericName[bn]=অফিস
+GenericName[bo]=ཕབ་དོར།
+GenericName[br]=Burev
+GenericName[brx]=Office
+GenericName[bs]=Office
+GenericName[ca]=Oficina
+GenericName[ca_XV]=Oficina
+GenericName[cs]=Kancelář
+GenericName[cy]=Swyddfa
+GenericName[da]=Kontor
+GenericName[de]=Office
+GenericName[dgo]=Office
+GenericName[dz]=Office
+GenericName[el]=Office
+GenericName[en_GB]=Office
+GenericName[en_ZA]=Office
+GenericName[eo]=Oficejo
+GenericName[es]=Office
+GenericName[et]=Kontoritöö
+GenericName[eu]=Bulegoa
+GenericName[fa]=اداری
+GenericName[fi]=Toimisto
+GenericName[fr]=Bureau
+GenericName[ga]=Oifig
+GenericName[gl]=Oficina
+GenericName[gu]=ઓફિસે
+GenericName[he]=משרד
+GenericName[hi]=ऑफ़िस
+GenericName[hr]=Ured
+GenericName[hu]=Iroda
+GenericName[id]=Perkantoran
+GenericName[is]=Skrifstofa
+GenericName[it]=Ufficio
+GenericName[ja]=Office
+GenericName[ka]=Office
+GenericName[kk]=Office
+GenericName[km]=ការិយាល័យ
+GenericName[kn]=ಕಛೇರಿ
+GenericName[ko]=오피스
+GenericName[kok]=Office
+GenericName[ks]=Office
+GenericName[ku]=Nivîsgeh
+GenericName[lo]=Office
+GenericName[lt]=Raštinės programos
+GenericName[lv]=Birojs
+GenericName[mai]=ऑफिस
+GenericName[mk]=Канцеларија
+GenericName[ml]=ഓഫീസ്
+GenericName[mn]=Office
+GenericName[mni]=Office
+GenericName[mr]=ऑफिस
+GenericName[my]=ရုံး
+GenericName[nb]=Kontor
+GenericName[ne]=Office
+GenericName[nl]=Kantoor
+GenericName[nn]=Kontor
+GenericName[nr]=i-Ofisi
+GenericName[nso]=Ofisi
+GenericName[oc]=Burotica
+GenericName[om]=Waajjira
+GenericName[or]=କାର୍ଯ୍ୟାଳୟ
+GenericName[pa_IN]=ਆਫਿਸ
+GenericName[pl]=Biuro
+GenericName[pt]=Escritório
+GenericName[pt_BR]=Office
+GenericName[ro]=Birou
+GenericName[ru]=Офис
+GenericName[rw]=Office
+GenericName[sa_IN]=ऑफिस
+GenericName[sat]=Office
+GenericName[sd]=Office
+GenericName[sh]=Kancelarija
+GenericName[si]=කාර්‍යයාලීය
+GenericName[sk]=Kancelária
+GenericName[sl]=Pisarniški paket
+GenericName[sq]=Zyrë
+GenericName[sr]=Канцеларија
+GenericName[ss]=Lihhovisi
+GenericName[st]=Ofisi
+GenericName[sv]=Kontor
+GenericName[sw_TZ]=Office
+GenericName[ta]=அலுவலகம்
+GenericName[te]=కార్యాలయం
+GenericName[tg]=Office
+GenericName[th]=Office
+GenericName[tn]=Kantoro/Ofisi
+GenericName[tr]=Ofis
+GenericName[ts]=Ofisi
+GenericName[ug]=ئىشخانا
+GenericName[uk]=Офіс
+GenericName[uz]=Ofis
+GenericName[ve]=Ofisi
+GenericName[vi]=Văn phòng 
+GenericName[xh]=Iofisi
+GenericName[zh_CN]=办公室
+GenericName[zh_TW]=辦公室
+GenericName[zu]=Ihhovisi
+Comment=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[en]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[af]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[ar]=الحقيبة اﻻنتاجية المكتبية متوافقة مع صيغ الوثائق المفتوحة المدعومة من مؤسسة الوثائق المفتوحة المصدر.
+Comment[as]=মুক্ত আৰু প্ৰামাণিত ODF দস্তাবেজ বিন্যাসৰ লগত সংগত অফিস উৎপাদনা চুইট। Document Foundation -ৰ দ্বাৰা সমৰ্থিত।
+Comment[ast]=La suite de productividá d'oficina compatible col formatu de documentos abiertu y estandarizáu ODF. Col sofitu de The Document Foundation.
+Comment[be]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[bg]=Офис пакетът, съвместим с отворения и стандартизиран формат за документи ODF. Поддържа се от The Document Foundation.
+Comment[bn]=অফিস প্রোডাক্টিভিটি স্যুট মুক্ত ও আদর্শ ODF নথি বিন্যাসের সাথে সঙ্গতিপূর্ণ। নথি ফাউন্ডেশন দ্বারা সমর্থিত।
+Comment[bo]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[br]=An heuliad burevek keverlec'h gant ar mentrezh teul ODF skoueriekaet ha digor. Skoret eo gant The Document Foundation.
+Comment[brx]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[bs]=Uredski paket kompatibilan sa otvorenim i standardnim ODF formatom dokumenata. Podržan od strane Dokument fondacije.
+Comment[ca]=El programari ofimàtic compatible amb el format obert i estàndard ODF. Recolzat per The Document Foundation.
+Comment[ca_XV]=El programari ofimàtic compatible amb el format obert i estàndard ODF. Recolzat per The Document Foundation.
+Comment[cs]=Kancelářský balík kompatibilní s otevřeným a standardizovaným formátem dokumentů ODF. Podporován The Document Foundation.
+Comment[cy]=Y casgliad o ragerlnni swyddfa sy'n gydnaws a'r ffprmat Dogfen ODF safonol. Cefnogir gan Supported by The Document Foundation.
+Comment[da]=Kontorpakken er kompatibel med den åbne standard ODF. Støttes af The Document Foundation.
+Comment[de]=Die produktive Bürosoftware ist kompatibel zu dem offenen und standardisierten OpenDocument Format (ODF). Unterstützt von The Document Foundation.
+Comment[dgo]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[dz]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[el]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[en_GB]=The office productivity suite compatible to the open and standardised ODF document format. Supported by The Document Foundation.
+Comment[en_ZA]=The office productivity suite compatible to the open and standardised ODF document format. Supported by The Document Foundation.
+Comment[eo]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[es]=El conjunto de aplicaciones de productividad ofimática compatible con el formato de documentos abierto y estandarizado ODF. Con el apoyo de The Document Foundation.
+Comment[et]=Kontoritarkvara komplekt, mis ühildub avatud ja standardiseeritud ODF-dokumendivorminguga. Toetab Document Foundation.
+Comment[eu]=ODF dokumentu-formatu ireki eta estandarrarekin bateragarria den bulegotikako suitea. The Document Foundation-ek sustatuta.
+Comment[fa]=مجموعه نرم‌افزار اداری سازگار با قالب سند آزاد و استاندارد شده ODF. پشتیبانی شده توسط بنیاد اسناد.
+Comment[fi]=Avoimen ODF-asiakirjastandardin kanssa yhteensopiva, The Document Foundationin tukema toimisto-ohjelmisto.
+Comment[fr]=La suite de productivité bureautique compatible avec le format de document ODF standardisé et ouvert. Pris en charge par The Document Foundation.
+Comment[ga]=Sraith feidhmchlár le haghaidh táirgiúlachta oifige atá comhoiriúnach don fhormáid oscailte chaighdeánach ODF. Tacaíonn The Document Foundation leis.
+Comment[gl]=A suite de produtividade de oficina compatíbel co formato de documento estándar ODF. Promovida por The Document Foundation.
+Comment[gu]=ઑફિસ પ્રોડક્ટીવીટી સ્યૂટ ઓપન અને મૂળભૂત થયેલ ODF દસ્તાવેજ બંધારણ સાથે સુસંગત છે. દસ્તાવેજ ફાઉન્ડેશન દ્દારા આધારભૂત છે.
+Comment[he]=חבילת כלי המשרד תואמת למבנה הקבצים התקני והפתוח ODF. כאשר התמיכה הנה מצד The Document Foundation (קרן המסמך).
+Comment[hi]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[hr]=Uredski paket je usklađen s otvorenim i standardiziranim ODF formatom dokumenta. Podržan od strane The Document Foundation.
+Comment[hu]=Az irodai programcsomag kompatibilis a nyílt és a szabványosított ODF dokumentumformátummal. A The Document Foundation támogatja.
+Comment[id]=Paket aplikasi kantor ini kompatibel dengan format dokumen ODF. Didukung oleh The Document Foundation.
+Comment[is]=Skrifstofuhugbúnaður sem samræmist opna og staðlaða ODF skjalasniðinu. Stutt af The Document Foundation.
+Comment[it]=La suite di produttività per l'ufficio compatibile con il formato standard aperto ODF. Supportata da The Document Foundation.
+Comment[ja]=オープンで標準化された ODF ドキュメント形式に準拠したオフィススイートです。The Document Foundation によってサポートされています。
+Comment[ka]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[kk]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[km]=ឈុតកម្មវិធី​ការិយាល័យ​ឆប​គ្នា​ជា​មួយ​នឹង​ទ្រង់ទ្រាយ​ឯកសារ​ស្តង់ដារ​​ និង​ឥតគិត​ថ្លៃ ODF ។ ដែល​បាន​គាំទ្រ​ដោយ The Document Foundation ។
+Comment[kn]=ಮುಕ್ತ ಹಾಗು ಶಿಷ್ಟ ಎಂದು ಪರಿಗಣಿಸಲಾದ ODF ದಸ್ತಾವೇಜು ವಿನ್ಯಾಸಕ್ಕೆ ಹೊಂದಿಕೆಯಾಗುವ ಒಂದು ಆಫೀಸ್ ಪ್ರೊಡಕ್ಟೀವ್ ಸೂಟ್ ಆಗಿದೆ. ಡಾಕ್ಯುಮೆಂಟ್ ಫೌಂಡೇಶನ್‌ನಿಂದ ಬೆಂಬಲಿಸಲಾಗುತ್ತದೆ.
+Comment[ko]=개방되고 표준화된 ODF 문서 포맷과 호환되는 오피스 생산성 스위트입니다. The Document Foundation에서 지원합니다.
+Comment[kok]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[ks]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[ku]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[lo]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[lt]=Raštinės programų rinkinys, suderinamas su atviruoju standartizuotu ODF dokumentų formatu. Rinkinį kuria „The Document Foundation“ bendruomenė.
+Comment[lv]=Biroja programmatūras komplekts, kas ir savietojams ar atvērto un standartizēto ODF dokumentu formātu. Atbalsta The Document Foundation.
+Comment[mai]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[mk]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[ml]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[mn]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[mni]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[mr]=ओपन व मानक ODF दस्तऐवज रूपणशी सहत्व ऑफिस प्रोडक्टिविटि संच. डॉक्युमेंट फाँडेशनद्वारे समर्थीत.
+Comment[my]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[nb]=Kontorpakken som bruker det åpne og standardiserte dokumentformatet ODF. Støttet av The Document Foundation.
+Comment[ne]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[nl]=De suite voor productiviteit op kantoor, compatibel met het open en gestandaardiseerde ODF documentformat. Ondersteund door "The Document Foundation".
+Comment[nn]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[nr]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[nso]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[oc]=La seguida burotica compatibla amb lo format de document ODF estandardisada e dobèrt. Presa en carga per The Document Foundation.
+Comment[om]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[or]=କାର୍ଯ୍ୟାଳୟ ଉତ୍ପାଦନ ମୁକ୍ତ ଏବଂ ମାନକ ODF ଦଲିଲ ଶୈଳୀ ସହିତ ସୁସଂଗତ ମେଳଖାଇଥାଏ। ଏହା ଦଲିଲ ଅନୁଷ୍ଠାନ ଦ୍ୱାରା ସମର୍ଥିତ।
+Comment[pa_IN]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[pl]=Wydajny pakiet biurowy, kompatybilny z otwartym i znormalizowanym formatem ODF. Rozwijany przez The Document Foundation.
+Comment[pt]=O conjunto de aplicações de escritório, compatíveis com o formato de documentos padrão ODF. Suportado pela The Document Foundation.
+Comment[pt_BR]=A suite de produtividade de escritório compatível com o formato aberto e padronizado ODF. Com o apoio da The Document Foundation.
+Comment[ro]=Suita de birotică ce este compatibilă cu formatul de document ODF standardizat și deschis. Suportat de Document Foundation.
+Comment[ru]=Офисный пакет совместим с открытым и стандартизованным форматом документов ODF. Поддерживается The Document Foundation.
+Comment[rw]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[sa_IN]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[sat]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[sd]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[sh]=Kancelarijski paket saglasan sa standardizovanim otvorenim dokument-formatom. Podržan od strane „Dokument fondacije“.
+Comment[si]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[sk]=Kancelársky balík kompatibilný s otvoreným a štandardizovným formátom ODF. Podporovaný nadáciou The Document Foundation
+Comment[sl]=Pisarniški paket, združljiv z odprto in standardizirano vrsto datotek dokumentov ODF. Projekt je podprla The Document Foundation.
+Comment[sq]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[sr]=Канцеларијски пакет сагласан са стандардизованим отвореним документ-форматом. Подржан од стране „Документ фондације“.
+Comment[ss]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[st]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[sv]=Kontorssviten som är kompatibel med det öppna och standardiserade filformatet ODF. Ges ut av The Document Foundation.
+Comment[sw_TZ]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[ta]=திறந்த மற்றும் தரப்படுத்தப்பட்ட ODF ஆவண வடிவத்திற்கு அலுவலக தயாரிப்பு தொகுப்பு ஒத்தியல்புடையது. The Document Foundation-ஆல் ஆதரிக்கப்படுகிறது.
+Comment[te]=కార్యాలయ ఉత్పాదక ఉపకరణాల సమదాయం  అరక్షిత మరియు ప్రామాణీకరించబడిన ODF పత్ర తీరుతో సరిపోలినది. ద డాక్యుమెంట్ ఫౌండేషన్ మద్దతు కలిగినది
+Comment[tg]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[th]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[tn]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[tr]=Ofis üretkenlik takımı açık ve standartlaşmış ODF doküman biçemi ile uyumludur. The Document Foundation tarafından desteklenmektedir.
+Comment[ts]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[ug]=بۇ ئىشخانا يۈرۈشلۇك دېتالى ئوچۇق بولغان ODF پۈتۈك فورماتىنىڭ ئۆلچىمى بىلەن ماسلىشىدۇ. The Document Foundation قوللاش بىلەن تەمىنلەيدۇ.
+Comment[uk]=Офісний пакет сумісний з відкритим і стандартизованим форматом документів ODF. Підтримується The Document Foundation.
+Comment[uz]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[ve]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[vi]=Bộ công cụ văn phòng này tương thích với các chuẩn ODF. Được hỗ trợ bởi The Document Foundation.
+Comment[xh]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
+Comment[zh_CN]=本办公生产套件与开放的 ODF 文档格式标准兼容。由 The Document Foundation 提供支持。
+Comment[zh_TW]=與開放且標準化的 ODF 文件格式相容的辦公生產力套件。由文件基金會提供支援。
+Comment[zu]=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
diff --git a/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-writer.desktop b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-writer.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..0ebcb9967648b1560b359c84d14486bde5d8358a
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/office/libreoffice3.4-writer.desktop
@@ -0,0 +1,221 @@
+[Desktop Entry]
+Version=1.0
+Terminal=false
+Icon=libreoffice34-writer
+Type=Application
+Categories=LE;Application;Office;WordProcessor;
+Exec=libreoffice3.4 --writer %U
+MimeType=application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-flat-xml;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-web;application/vnd.oasis.opendocument.text-master;application/vnd.sun.xml.writer;application/vnd.sun.xml.writer.template;application/vnd.sun.xml.writer.global;application/vnd.stardivision.writer;application/msword;application/vnd.ms-word;application/x-doc;application/rtf;text/rtf;application/vnd.wordperfect;application/wordperfect;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.ms-word.document.macroenabled.12;application/vnd.openxmlformats-officedocument.wordprocessingml.template;application/vnd.ms-word.template.macroenabled.12;
+Name=LibreOffice 3.4 Writer
+Name[pt_BR]=LibreOffice 3.4 Writer
+GenericName=Word Processor
+GenericName[en]=Word Processor
+GenericName[af]=Woordverwerker
+GenericName[ar]=معالج المستندات
+GenericName[as]=ৱৰ্ড প্ৰচেছৰ
+GenericName[ast]=Procesador de testos
+GenericName[be]=Тэкставы працэсар
+GenericName[bg]=Текстообработка
+GenericName[bn]=ওয়ার্ড প্রসেসর
+GenericName[bo]=ཡི་གེ་སྒྲིག་གཅོད་ཆས།
+GenericName[br]=Kewerier testenn
+GenericName[brx]=Word Processor
+GenericName[bs]=Program za obradu teksta
+GenericName[ca]=Processador de textos
+GenericName[ca_XV]=Processador de textos
+GenericName[cs]=Textový processor
+GenericName[cy]=Prosesydd Geiriau
+GenericName[da]=Tekstbehandling
+GenericName[de]=Textverarbeitung
+GenericName[dgo]=Word Processor
+GenericName[dz]=Word Processor
+GenericName[el]=Επεξεργαστής Word
+GenericName[en_GB]=Word Processor
+GenericName[en_ZA]=Word Processor
+GenericName[eo]=Verkilo
+GenericName[es]=Procesador de texto
+GenericName[et]=Tekstitöötlus
+GenericName[eu]=Testu prozesatzailea
+GenericName[fa]=واژه‌پرداز
+GenericName[fi]=Tekstinkäsittely
+GenericName[fr]=Traitement de texte
+GenericName[ga]=Próiseálaí Focal
+GenericName[gl]=Procesador de textos
+GenericName[gu]=વર્ડ પ્રોસેસર
+GenericName[he]=מעבד תמלילים
+GenericName[hi]=वर्ड प्रोसेसर
+GenericName[hr]=Program za obradu teksta
+GenericName[hu]=Szövegszerkesztő
+GenericName[id]=Pengolah Kata
+GenericName[is]=Ritvinnsluforrit
+GenericName[it]=Elaboratore di testo
+GenericName[ja]=ワードプロセッサ
+GenericName[ka]=Word Processor
+GenericName[kk]=Word Processor
+GenericName[km]=កម្មវិធី​វាយ​អត្ថបទ
+GenericName[kn]=ವರ್ಡ್ ಪ್ರೊಸೆಸರ್
+GenericName[ko]=워드 프로세서
+GenericName[kok]=Word Processor
+GenericName[ks]=Word Processor
+GenericName[ku]=Kiryarê Peyvan
+GenericName[lo]=Word Processor
+GenericName[lt]=Tekstų rengyklė
+GenericName[lv]=Tekstapstrādes programma
+GenericName[mai]=Word Processor
+GenericName[mk]=Обработка на текст
+GenericName[ml]=വേര്‍ഡ് പ്രൊസസ്സര്‍
+GenericName[mn]=Ворд боловсруулагч
+GenericName[mni]=Word Processor
+GenericName[mr]=वर्ड प्रोसेसर
+GenericName[my]=စာစီစာရိုက်
+GenericName[nb]=Skriveprogram
+GenericName[ne]=वर्ड प्रोसेसर
+GenericName[nl]=Tekstverwerker
+GenericName[nn]=Teksthandsamar
+GenericName[nr]=Word Processor
+GenericName[nso]=Sebopi sa mantšu
+GenericName[oc]=Tractament de tèxte
+GenericName[om]=Hujeessaa Jecha
+GenericName[or]=ଶବ୍ଦ ସଞ୍ଚାଳକ
+GenericName[pa_IN]=ਵਰਡ ਪਰੋਸੈਸਰ
+GenericName[pl]=Word Processor
+GenericName[pt]=Processador de texto
+GenericName[pt_BR]=Editor de texto
+GenericName[ro]=Procesor de text
+GenericName[ru]=Текстовый процессор
+GenericName[rw]=Musesenguramagambo
+GenericName[sa_IN]=वर्ड् प्रोसेसर्
+GenericName[sat]=Word Processor
+GenericName[sd]=Word Processor
+GenericName[sh]=Uređivač teksta
+GenericName[si]=ලිපි සකසනය
+GenericName[sk]=Textový procesor
+GenericName[sl]=Urejevalnik besedila
+GenericName[sq]=Zgjedh fjalën
+GenericName[sr]=Уређивач текста
+GenericName[ss]=Word Processor
+GenericName[st]=Word Processor
+GenericName[sv]=Ordbehandlare
+GenericName[sw_TZ]=Word Processor
+GenericName[ta]=சொற்செயலி
+GenericName[te]=వర్డ్ ప్రాసెసర్
+GenericName[tg]=Word Processor
+GenericName[th]=Word Processor
+GenericName[tn]=Word Processor
+GenericName[tr]=Kelime İşlemci
+GenericName[ts]=Word Processor
+GenericName[ug]=يېزىق بىر تەرەپ قىلىش
+GenericName[uk]=Текстовий процесор
+GenericName[uz]=Matn protsessori
+GenericName[ve]=Word Processor
+GenericName[vi]=Xử lý từ
+GenericName[xh]=Word Processor
+GenericName[zh_CN]=字处理器
+GenericName[zh_TW]=文書處理器
+GenericName[zu]=Word Processor
+Comment=Create and edit text and graphics in letters, reports, documents and Web pages by using Writer.
+Comment[en]=Create and edit text and graphics in letters, reports, documents and Web pages by using Writer.
+Comment[af]=Skep en redigeer teks en grafika in briewe, verslae, dokumente en webbladsye met Writer.
+Comment[ar]=إنشاء النصوص والرسومات في الخطابات، والتقارير، والمستندات وصفحات ويب وتحريرها باستخدام Writer.
+Comment[as]=ৰাইটাৰ ব্যৱহাৰ কৰি চিঠি, ৰিপৰ্ট, ডকুমেন্ট আৰু পৃষ্ঠাবোৰত থকা টেক্সট আৰু গ্ৰাফিক্স সৃষ্টি আৰু সম্পাদনা কৰক।
+Comment[ast]=Crear y remanar testos y gráficos de cartes, informes, documentos y páxines Web con Writer
+Comment[be]=Стварайце і рэдагуйце тэкст і графіку ў лістах, справаздачах, дакументах і старонках Сеціва з дапамогаю Writer-а.
+Comment[bg]=С Writer можете да създавате и редактирате текст и графики в писма, отчети, документи и уебстраници.
+Comment[bn]=রাইটার ব্যবহার করে চিঠিপত্র, রিপোর্ট, নথি এবং ওয়েবপেজের লেখা ও ছবি তৈরি এবং সম্পাদনা করুন।
+Comment[bo]=Writerབེད་སྤྱད་དེ་ཡིག་འཕྲིན་དང་།  ཞུ་ཐོ།  ཡིག་ཚགས།  དྲ་ངོས་ནང་གི་རིས་དབྱིབས་བཅས་བཟོ་བ་མ་ཟད།  རྩོམ་སྒྲིག་བྱེད་རྒྱུ།
+Comment[br]=Writer - Krouiñ hag embann testennoù ha skeudennoù evit lizhiri, danevelloù, teulioù ha pajennoù Web.
+Comment[brx]=रायटार बाहायनानै हांखोआव फराय बिजाब आरो बोसावगारि, फोरमानथिनाय, फोरमान बिलाइ आरो वेब बिखं सोरजि आरो सुजु।
+Comment[bs]=Kreiranje i uređivanje teksta i grafike u pismima, izvještajima, dokumentima i Web stranicama koristeći Writer.
+Comment[ca]=Creeu i editeu textos i gràfics en cartes, informes, documents i pàgines web amb el Writer.
+Comment[ca_XV]=Creeu i editeu textos i gràfics en cartes, informes, documents i pàgines web amb el Writer.
+Comment[cs]=Vytvářejte a upravujte text a obrázky v dopisech, sestavách, dokumentech a webových stránkách pomocí Writeru.
+Comment[cy]=Creu a golygu testun a graffigau mewn llythyron, adroddiadau, dogfennau a thudalennau Gwe gyda Writer.
+Comment[da]=LibreOffice 3.4-tekstdokument
+Comment[de]=Erstellen und bearbeiten von Text und Grafiken in Briefen, Reports, Dokumenten und Web-Seiten - Writer macht's möglich.
+Comment[dgo]=लेखक बरतियै चिट्ठियें ,रपोटें, दस्तावेजें ते वैब सफें च इबारत ते ग्राफिक (बहु.)सिरजो ते संपादत करो.   
+Comment[dz]=རྩོམ་འབྲི་པ་ལག་ལེན་འཐབ་ཐོག་ལས་ ཝེབ་པེཇི་དང་ ཡིག་ཆའི་རིགས་ སྙན་ཞུའི་རིགས་ ཡི་གུའི་རིགས་ཚུ་ནང་ལུ་ ཚིག་ཡིག་དང་ཚད་རིས་ཚུ་བཟོ་ནི་དང་ཞུན་དག་རྐྱབ་ནི།
+Comment[el]=Δημιουργία και επεξεργασία κειμένου και γραφικών σε επιστολές, αναφορές, έγγραφα και ιστοσελίδες με τη χρήση του Writer.
+Comment[en_GB]=Create and edit text and graphics in letters, reports, documents and Web pages using Writer.
+Comment[en_ZA]=Create and edit text and graphics in letters, reports, documents and Web pages by using Writer.
+Comment[eo]=Krei kaj redakti tekston kaj grafikaĵojn en leteroj, raportoj, dokumentoj kaj TTT-paĝoj per Verkilo.
+Comment[es]=Crear y editar texto y gráficos de cartas, informes, documentos y páginas Web con Writer.
+Comment[et]=Writer võimaldab luua ja redigeerida kirjade, aruannete, dokumentide ning veebilehtede teksti ja pilte.
+Comment[eu]=Testua eta grafikoak sortu eta editatu gutunetan, txostenetan, dokumentuetan eta web orrietan Writer erabiliz.
+Comment[fa]=با استفاده از کاتب، متن و گرافیک نامه‌ها، گزارش‌ها، نوشتارها و صفحات وب را ایجاد یا ویرایش کنید.
+Comment[fi]=Luo ja muokkaa tekstiä ja grafiikkaa kirjeisiin, raportteihin, tekstiasiakirjoihin ja internet-sivuihin Writer-ohjelmalla.
+Comment[fr]=Writer - Création et édition de textes et d'images pour courriers, rapports, documents et pages Web.
+Comment[ga]=Cruthaigh téacs agus grafaicí i litreacha, tuairiscí, cáipéisí, agus leathanaigh Ghréasáin le Writer.
+Comment[gl]=Crear e editar texto ou imaxes en cartas, informes, documentos e páxinas web usando Writer.
+Comment[gu]=લખાણ દ્દારા પત્રો, અહેવાલો, દસ્તાવેજો અને વેબ પાનાઓમાં લખાણ અને ચિત્રો બનાવો અને સુઘારો.
+Comment[he]=יצירה ועריכה של טקסט וגרפיקה במכתבים, דוחות, מסמכים ודפי אינטרנט באמצעות כתבן.
+Comment[hi]=लेखक के प्रयोग से पत्र, रिपोर्ट, दस्तावेज़ में पाठ और आरेख बनाता है और संपादित करता है.
+Comment[hr]=Stvorite i uredite tekst i slike u pisma, izvješćima, dokumentima i web stranicama.
+Comment[hu]=Levelek, jelentések, dokumentumok és weboldalak szövegének és grafikájának létrehozása és szerkesztése a Writer használatával.
+Comment[id]=Mengolah teks dan gambar pada surat, laporan, dokumen, dan halaman Web menggunakan Writer.
+Comment[is]=Búa til og breyta texta og myndefni í bréfum, skýrslum, skjölum og vefsíðum með því að nota Writer.
+Comment[it]=Usando Writer, potete creare e modificare il testo e le immagini di lettere, rapporti, documenti e pagine Web.
+Comment[ja]=Writer を使用して、レター、レポート、ドキュメントおよび Web ページのテキストおよび図を作成および編集します。
+Comment[ka]=ქმნის და ასწორებს დოკუმენტებსა და დიაგრამებს წერილებში, მოხსენებებში, დოკუმენტებში და ვებ-გვერდებში Writer-ის მეშვეობით.
+Comment[kk]=Writer көмегiмен  хаттарда, құжаттарда, есептерде және веб-парақтарда мәтiнiң және суреттiн  түзетуi мен жасауын iстеуге болады. 
+Comment[km]=បង្កើត និង​កែ​សម្រួល​អត្ថបទ និង​ក្រាហ្វិក​ក្នុង​សំបុត្រ របាយការណ៍ ឯកសារ និង​ទំព័រ​បណ្តាញ​ដោយ​ប្រើ Writer ។
+Comment[kn]=ರೈಟರನ್ನು ಬಳಸಿ ಪತ್ರಗಳಲ್ಲಿ, ವರದಿಗಳಲ್ಲಿ, ದಸ್ತಾವೇಜು ಮತ್ತು ಜಾಲಪುಟಗಳಲ್ಲಿನ ಪಠ್ಯ ಮತ್ತು ಗ್ರಾಫಿಕ್ಸನ್ನು ರಚಿಸಿ ಮತ್ತು ಸಂಪಾದಿಸಿ.
+Comment[ko]=Writer를 사용하여 편지, 보고서, 문서 및 웹 페이지에서 텍스트와 그림을 만들고 편집할 수 있습니다.
+Comment[kok]=पत्रां, अहवाला, दस्तावेज आनिक वेब पानांतल्यान बरोवपी वापरून मजकूर आनिक चित्रां तयार करात आनिक सम्पादित करात.
+Comment[ks]=Create and edit text and graphics in letters, reports, documents and Web pages by using Writer.
+Comment[ku]=Nivîs û grafîkên di name, rapor, belge û rûpelên torê de bî Writerê çêbike û sererast bike.
+Comment[lo]=ສ້າງແລະແກ້ໄຂຂໍ້ຄວາມແລະພາບສະແດງໃນຈົດໝາຍ, ລາຍງານ, ເອກະສານ ແລະ ໜ້າເວັບດ້ວຍການໃຊ້ເຄື່ອງຂຽນ.
+Comment[lt]=Tekstų rengykle galima kurti laiškus, ataskaitas, kitus dokumentus ir tinklalapius, įterpti į juos paveikslus.
+Comment[lv]=Veidot un rediģēt tekstu un grafisku vēstulēs, atskaitēs, dokumentos un tīmekļa lapās, lietojot Writer.
+Comment[mai]=लेखकक प्रयोगसँ पत्र, रिपोर्ट, दस्तावेजमे पाठ आ आरेख बनबैत आ संपादित करैत अछि.
+Comment[mk]=Креирајте и уредувајте текст и графика во писма, извештаи, документи и веб-страници со користење на Writer.
+Comment[ml]=റൈറ്റര് ഉപയോഗിച്ച്  കത്തുകളിലെയും റിപ്പോര്ട്ടുകളിലെയും ഡോക്കുമെന്റിലെയും വെബ് പേജിലെയും  ടെക്സ്റ്റും ഗ്രാഫിക്സും സൃഷ്ടിക്കുകയും എഡിറ്റു ചെയ്യുകയും ചെയ്യുക.
+Comment[mn]=Writer ашиглан захиа, тайлан, баримт дахь бичвэр ба график үүсгэх болон засварлах.
+Comment[mni]=রাইতর শিজিন্নদুনা চিঠিশিং, রিপোৰ্তশিং, দোকুমেন্তশিং অমসুং ৱেব লামায়শিংদা লৈবা তেক্স অমসুং গ্ৰাফিক্স শেমগতলো অমসুং শেমদোকউ. 
+Comment[mr]=Writer चा वापरून पत्रं, अहवाल, दस्तऐवज व वेब पान अंतर्गत पाठ्य व चित्रलेख बनवा व संपादीत करा.
+Comment[my]=စာရေးသူတစ်ဦးအနေဖြင့် စာများရှိ ရုပ်ပုံများ၊ စာသားများ၊ အစီရင်ခံစာများ၊ မှတ်တမ်းမှတ်ရာများနှင့် ကွန်ယက်စာမျက်နှာများ ပြင်ဆင်ဖန်တီးပါ။
+Comment[nb]=Opprett og rediger tekst og bilder i brev, rapporter, dokumenter og nettsider ved å bruke Writer.
+Comment[ne]=लेखकको प्रयोगद्वारा चिठ्ठीहरू, प्रतिवेदनहरू, कागजातहरू र वेब पृष्ठहरूमा पाठ तथा ग्राफिक्स सिर्जना तथा सम्पादन गर्नुहोस् ।
+Comment[nl]=Met Writer kunt u tekst en afbeeldingen in brieven, rapporten, documenten en webpagina's maken en bewerken.
+Comment[nn]=Med Writer kan du laga og redigera tekst og bilete i brev, rapportar, dokument og nettsider.
+Comment[nr]=Enza nokuhlela itheksti neentjengiso eziseencwadini, emibikweni, emitlolweni nemakhasini weWebh ngokusebenzisa i-Writer.
+Comment[nso]=Hlama le go lokiša sengwalwa le dikrafiki mangwalong, dipegong, ditokumenteng le matlakaleng a wepe ka go diriša Writer.
+Comment[oc]=Writer - Creacion e edicion de tèxtes e d'imatges per corrièrs, rapòrts, documents e paginas Web.
+Comment[om]=Bareessaa fayyadamuun xalayaalee, gabasota, galmeewwanii fi fuulota saphaphuu irratti barruu fi saxxatoo uumi, gulaali.
+Comment[or]=ରାଇଟର ଉପୟୋଗ କରି ପତ୍ରଗୁଡିକରେ, ରିପୋର୍ଟରେ,ଦଲିଲଗୁଡିକରେ ଏବଂ ଉଏବ୍ ପୃଷ୍ଠାଗୁଡିକରେ ଟେକ୍ସଟ ଏବଂ ଲେଖାଚିତ୍ରଗୁଡିକୁ ସୃଷ୍ଟି ଏବଂ ସମ୍ପାଦନ କରନ୍ତୁ।
+Comment[pa_IN]=ਰਾਇਟਰ ਨਾਲ ਪੱਤਰਾਂ, ਰਿਪੋਰਟਾਂ, ਡੌਕੂਮੈਂਟਾਂ ਅਤੇ ਵੈੱਬ ਸਫ਼ਿਆਂ ਵਿੱਚ ਟੈਕਸਟ ਅਤੇ ਚਿੱਤਰ ਬਣਾਏ ਅਤੇ ਸੋਧੇ ਜਾ ਸਕਦੇ ਹਨ।
+Comment[pl]=Twórz i edytuj listy, raporty, dokumenty i strony www wykorzystując program Writer.
+Comment[pt]=Criar e editar texto e objetos gráficos em cartas, relatórios, documentos e páginas web através do Writer.
+Comment[pt_BR]=Crie e edite textos e figuras em cartas, relatórios, documentos e páginas da Web por meio do Writer.
+Comment[ro]=Creați și editați text și grafică în scrisori, rapoarte, documente și pagini web folosind Writer.
+Comment[ru]=Создание и редактирование текста и рисунков в письмах, отчётах, документах или веб-страницах.
+Comment[rw]=Kurema no guhindura umwandiko n'ibishushanyo mu mabaruwa, raporo, inyandiko na paji Rubuga ukoresheje Writer.
+Comment[sa_IN]=लेखकम् उपयुज्य, पत्रेषु, रिपोर्टस् मध्ये, लेख्यपत्रेषु च विषयं चित्राणि च उत्पादय तथा सम्पदाय च।
+Comment[sat]=ओनोल तेयार आर सापड़ाव आर चिठी रे चिता़र, रिपोर्ट , दोलिल आर वेब साहटा दाराय ते ओओलाक् बेभार.
+Comment[sd]=رائيٽر جو اِستعمال ڪندي خطن، رپورٽن، دستاويزن ۽ ويب صفحن ۽ متن ۽ اکري چٽ خلقيو ۽ سمپادت ڪريو۔ 
+Comment[sh]=Pišite i uređujte tekst i grafiku u pismima, izveštajima i veb stranicama u Piscu.
+Comment[si]=Writer භාවිතා කරමින් ලිපි වල පෙළ සහ චිත්‍රක, වාර්තා, ලිපි සහ වියුණු පිටු සාදන්න සහ වෙනස් කරන්න.
+Comment[sk]=Vytvárajte a upravujte textové a grafické listy, správy, dokumenty a webové stránky s použitím Writer.
+Comment[sl]=S programom Writer ustvarjajte in urejajte besedilo in slike v pismih, poročilih, dokumentih in spletnih straneh.
+Comment[sq]=Krijo dhe edito tekstet dhe grafikat në letra, raporte, dokumente dhe Web faqe duke shfrytëzuar Writer.
+Comment[sr]=Пишите и уређујте текст и графику у писмима, извештајима и веб страницама у Писцу.
+Comment[ss]=Yakha u-edithe umbhalo nemagrafiki etincwadzini, umbiko, wemadokhumenti nemapheji eWebhu ngekusebentisa Writer.
+Comment[st]=Bopa le ho lokisa mongolo le ditshwantsho mangolong, ditlalehong, ditokomaneng le maqepheng a Wepe ka ho sebedisa Writer.
+Comment[sv]=Skapa och redigera text och grafik i brev, rapporter, dokument och webbsidor med hjälp av Writer.
+Comment[sw_TZ]=Create and edit text and graphics in letters, reports, documents and Web pages by using Writer.
+Comment[ta]=கடிதங்கள், அறிக்கைகள், ஆவணங்கள், வலைப்பக்கங்கள் ஆகியவற்றின் உரை, படங்கள் இவற்றை உருவாக்கவும் தொகுக்கவும் ரைட்டரைப் பயன்படுத்துக.
+Comment[te]=పత్రము మరియు లేఖ యొక్క చిత్రరూపములు,నివేదనలు,పత్రములు మరియు వ్రాయు యంత్రమును ఉపయోగించిన వెబ్  పుటలును నిర్మించి సరిచేయుము. 
+Comment[tg]=Бо ёрии Writer матн ва тасвир сохтан, онҳоро ислоҳ кардан мумкин аст.
+Comment[th]=สร้างและแก้ไขข้อความและกราฟิกส์ในจดหมาย รายงาน เอกสาร และหน้าเว็บโดยการใช้ Writer
+Comment[tn]=Create and edit text and graphics in letters, reports, documents and Web pages by using Writer.
+Comment[tr]=Writer kullanarak mektuplardaki metin ve grafikleri, rapor, belge ve Web sayfaları oluşturabilir ve düzenleyebilirsiniz.
+Comment[ts]=Cinca ni ku lulamisa marito ni vudirowi eka mapapila, swiviko, tidokumente ni tipheji ta Web hi ku tirhisa Writer.
+Comment[ug]=Writer ئىشلىتىپ خەت-چەك، دوكلات جەدۋىلى، پۈتۈك ۋە تور بەتتىكى تېكست ۋە گرافىكلارنى قۇرۇپ تەھرىرلىگىلى بولىدۇ.
+Comment[uk]=Створення та редагування тексту та графіки у листах, звітах, документах та веб-сторінках.
+Comment[uz]=Writer yordamida hisobotlar, matn hujjatlari, veb sahifalar yaratish va tahrirlash.
+Comment[ve]=Vhumbani ni dovhe ni lulamise ḽiṅwalwa na dzigirafiki kha maṅwalo, mivhigo, maṅwalo na masiaṱari a Web nga u shumisa Writer.
+Comment[vi]=Tạo và sửa văn bản và đồ họa trong lá thư, báo cáo, tài liệu và trang Web bằng Writer.
+Comment[xh]=Dala uze uhlele isiqendu nezazobe zegrafu ezileteni, iingxelo, amaxwebhu namakhasi Othungelwano ngokusebenzisa i-Writer.
+Comment[zh_CN]=使用 Writer 创建并编辑信函、报表、文档和网页中的文本和图形。
+Comment[zh_TW]=使用 Writer 可以在信件、報告、文件和網頁中建立與編輯文字和圖形。
+Comment[zu]=Yenza futhi ulungise umbhalo nemidwebo esezinhlamvini zamagama, emibikweni, emafayelini nasemakhasini eWebhu ngokusebenzisa i-Writer.
+InitialPreference=5
diff --git a/le-interface/pacote/usr/share/applications/le/office/okularApplication_pdf.desktop b/le-interface/pacote/usr/share/applications/le/office/okularApplication_pdf.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..4e73a8cf01b7b106fb5453dcccb0179863b95208
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/office/okularApplication_pdf.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+MimeType=application/pdf;application/x-gzpdf;application/x-bzpdf;
+Terminal=false
+Name=Okular
+Name[pt_BR]=Okular
+GenericName[pt_BR]=Visualizador de Arquivos (PDF)
+Exec=okular %U %i -caption "%c"
+Icon=okular
+Type=Application
+InitialPreference=8
+Categories=Qt;KDE;LE;Viewer;Office;
+X-KDE-Keywords=PDF, Portable Document Format
+X-Ubuntu-Gettext-Domain=desktop_kdegraphics
diff --git a/le-interface/pacote/usr/share/applications/le/office/planner.desktop b/le-interface/pacote/usr/share/applications/le/office/planner.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..de98e400fec14ba0b36eb92bdab34615698e4dc7
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/office/planner.desktop
@@ -0,0 +1,19 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=Project Management
+Name[pt_BR]=Planner
+GenericName[pt_BR]=Gerência de Projetos
+Comment=Planner Project Management
+Exec=planner %F
+Icon=gnome-planner.png
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;LE;Application;Office;ProjectManagement;
+StartupNotify=true
+MimeType=application/x-planner;
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=planner
+X-GNOME-Bugzilla-Component=General
+X-GNOME-Bugzilla-Version=0.14.4
+X-Ubuntu-Gettext-Domain=planner
diff --git a/le-interface/pacote/usr/share/applications/le/office/xournal.desktop b/le-interface/pacote/usr/share/applications/le/office/xournal.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..26898e3d5b78e985dda40cbb1376a6ab1bc16381
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/office/xournal.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Xournal
+GenericName[pt_BR]=Recurso para anotações
+Exec=xournal
+Icon=xournal
+Terminal=false
+Categories=Qt;LE;KDE;Office;Annotation;
diff --git a/le-interface/pacote/usr/share/applications/le/panel/dolphin.desktop b/le-interface/pacote/usr/share/applications/le/panel/dolphin.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..8810531d51bd4f573df07452a031fcdd00f2349b
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/panel/dolphin.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Name=Dolphin
+Name[pt_BR]=Minha Pasta
+Exec=dolphin %i -caption "%c" %u
+Icon=system-file-manager
+Type=Application
+X-DocPath=dolphin/index.html
+Categories=LE;Qt;KDE;System;FileManager;
+GenericName[pt_BR]=Abrir janela de visualização do conteúdo salvo pelo usuário
+Terminal=false
+MimeType=inode/directory;
+InitialPreference=10
+NoDisplay=true
+X-Ubuntu-Gettext-Domain=desktop_kdebase
diff --git a/le-interface/pacote/usr/share/applications/le/panel/firefox.desktop b/le-interface/pacote/usr/share/applications/le/panel/firefox.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..cc0a5f34778adaa5b54a7a6e76dcf45997010c6f
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/panel/firefox.desktop
@@ -0,0 +1,79 @@
+[Desktop Entry]
+Version=1.0
+Name=Firefox Web Browser
+Name[ar]=متصفح الوِب فَيَرفُكْس
+Name[ca]=Navegador web Firefox
+Name[cs]=Firefox Webový prohlížeč
+Name[es]=Navegador web Firefox
+Name[et]=Firefoxi veebibrauser
+Name[fa]=مرورگر اینترنتی Firefox
+Name[fi]=Firefox-selain
+Name[fr]=Navigateur Web Firefox
+Name[hu]=Firefox webböngésző
+Name[it]=Firefox Browser Web
+Name[ja]=Firefox ウェブ・ブラウザ
+Name[ko]=Firefox 웹 브라우저
+Name[nb]=Firefox Nettleser
+Name[nl]=Firefox webbrowser
+Name[nn]=Firefox Nettlesar
+Name[no]=Firefox Nettleser
+Name[pl]=Przeglądarka WWW Firefox
+Name[pt]=Firefox Navegador Web
+Name[pt_BR]=Navegador da web
+Name[sk]=Firefox - internetový prehliadač
+Name[sv]=Webbläsaren Firefox
+Comment=Browse the World Wide Web
+Comment[ar]=تصفح الشبكة العنكبوتية العالمية
+Comment[ca]=Navegueu per el web
+Comment[cs]=Prohlížení stránek World Wide Webu
+Comment[de]=Im Internet surfen
+Comment[es]=Navegue por la web
+Comment[et]=Lehitse veebi
+Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید
+Comment[fi]=Selaa Internetin WWW-sivuja
+Comment[fr]=Navigue sur Internet
+Comment[hu]=A világháló böngészése
+Comment[it]=Esplora il web
+Comment[ja]=ウェブを閲覧します
+Comment[ko]=웹을 돌아 다닙니다
+Comment[nb]=Surf på nettet
+Comment[nl]=Verken het internet
+Comment[nn]=Surf på nettet
+Comment[no]=Surf på nettet
+Comment[pl]=Przeglądanie stron WWW
+Comment[pt]=Navegue na Internet
+Comment[pt_BR]=Navegue na Internet
+Comment[sk]=Prehliadanie internetu
+Comment[sv]=Surfa på webben
+GenericName=Web Browser
+GenericName[ar]=متصفح وب
+GenericName[ca]=Navegador web
+GenericName[cs]=Webový prohlížeč
+GenericName[es]=Navegador web
+GenericName[et]=Veebibrauser
+GenericName[fa]=مرورگر اینترنتی
+GenericName[fi]=WWW-selain
+GenericName[fr]=Navigateur Web
+GenericName[hu]=Webböngésző
+GenericName[it]=Browser Web
+GenericName[ja]=ウェブ・ブラウザ
+GenericName[ko]=웹 브라우저
+GenericName[nb]=Nettleser
+GenericName[nl]=Webbrowser
+GenericName[nn]=Nettlesar
+GenericName[no]=Nettleser
+GenericName[pl]=Przeglądarka WWW
+GenericName[pt]=Navegador Web
+GenericName[pt_BR]=Navegador Mozilla Firefox
+GenericName[sk]=Internetový prehliadač
+GenericName[sv]=Webbläsare
+Exec=firefox %u
+Terminal=false
+X-MultipleArgs=false
+Type=Application
+Icon=firefox
+Categories=LE;Application;Internet;Network;WebBrowser;
+MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;
+StartupWMClass=Firefox
+StartupNotify=true
+NoDisplay=true
diff --git a/le-interface/pacote/usr/share/applications/le/panel/konsole.desktop b/le-interface/pacote/usr/share/applications/le/panel/konsole.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..b18c1414389f0e2690c6eac1c0353a8dec0716af
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/panel/konsole.desktop
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Type=Application
+Exec=konsole
+Icon=utilities-terminal
+X-DocPath=konsole/index.html
+Terminal=false
+X-KDE-StartupNotify=true
+
+Name[pt_BR]=Comandos UNIX
+
+GenericName[pt_BR]=Terminal konsole
+X-DBUS-StartupType=Unique
+X-KDE-AuthorizeAction=shell_access
+Categories=LE;Qt;KDE;System;TerminalEmulator;
+NoDisplay=true
+X-Ubuntu-Gettext-Domain=desktop_kdebase
diff --git a/le-interface/pacote/usr/share/applications/le/system/adept-installer.desktop b/le-interface/pacote/usr/share/applications/le/system/adept-installer.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..16af6a8324bad07eca5d1b9d3cf3a25933cd997c
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/adept-installer.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Adept
+GenericName[pt_BR]=Adicionar e Remover Programas
+Type=Application
+Version=1.0
+Icon=applications-other
+# necessary because X-KDE-SubsituteUID is not processed by XFCE/GNOME
+OnlyShowIn=KDE;
+TryExec=adept
+Exec=adept installer
+Terminal=false
+Categories=Qt;KDE;LE;System;
+X-KDE-SubstituteUID=true
diff --git a/le-interface/pacote/usr/share/applications/le/system/aptoncd.desktop b/le-interface/pacote/usr/share/applications/le/system/aptoncd.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..d62db5affe6783fce7e17f1896baee82e5077c70
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/aptoncd.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=APTonCD
+GenericName[pt_BR]=Ferramenta de Backup de Pacotes
+Comment=Create a Installation Disc
+Version=1.0
+Icon=aptoncd
+Exec=/usr/bin/aptoncd
+Terminal=false
+Type=Application
+StartupNotify=true
+Categories=Application;System;Settings;LE;
+X-Ubuntu-Gettext-Domain=aptoncd
diff --git a/le-interface/pacote/usr/share/applications/le/system/displayconf.desktop b/le-interface/pacote/usr/share/applications/le/system/displayconf.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..3b5e3b0be0fb417355f385e07864a782655b3e81
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/displayconf.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Configurar Resolução de Vídeo
+Comment=A panel applet for resizing and reorientating X screens.
+Exec=kcmshell4 display
+Icon=preferences-desktop-display-randr
+Type=Application
+OnlyShowIn=KDE;
+Categories=Qt;KDE;System;LE;
+X-Ubuntu-Gettext-Domain=desktop_kdebase-workspace
diff --git a/le-interface/pacote/usr/share/applications/le/system/fixwallpaper.desktop b/le-interface/pacote/usr/share/applications/le/system/fixwallpaper.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..2a53d989702c2882a5885611a3f87d6f2d54e098
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/fixwallpaper.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Restaurar papel de parede
+Exec=le-fix-wallpaper.sh -g
+Icon=user-desktop
+Type=Application
+Terminal=false
+X-DBUS-StartupType=Unique
+Categories=LE;Qt;KDE;System;
+X-Ubuntu-Gettext-Domain=desktop_kdeutils
diff --git a/le-interface/pacote/usr/share/applications/le/system/gparted.desktop b/le-interface/pacote/usr/share/applications/le/system/gparted.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..6c05f6cb8e36620137c545b60482791aaf0c427d
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/gparted.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=GParted
+GenericName[pt_BR]=Editor de Partição
+_X-GNOME-FullName=GParted Partition Editor
+Comment=Create, reorganize, and delete partitions
+Exec=gksu /usr/sbin/gparted
+Icon=gparted
+Terminal=false
+Type=Application
+Categories=GNOME;System;Filesystem;Settings;LE;
+StartupNotify=true
+X-Ubuntu-Gettext-Domain=gparted
diff --git a/le-interface/pacote/usr/share/applications/le/system/jockey-kde.desktop b/le-interface/pacote/usr/share/applications/le/system/jockey-kde.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..33211c9b739e2d8a884902e8ed4a5be061ccf396
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/jockey-kde.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Drivers de Hardware
+Icon=jockey-kde
+Encoding=UTF-8
+Type=Application
+TryExec=jockey-kde
+Exec=jockey-kde
+Categories=Qt;KDE;LE;System;
+OnlyShowIn=KDE;
+X-Ubuntu-Gettext-Domain=jockey
+NoDisplay=true
diff --git a/le-interface/pacote/usr/share/applications/le/system/kbluetooth.desktop b/le-interface/pacote/usr/share/applications/le/system/kbluetooth.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..536aa086bdd743f6650c6645e8cc9e0278f39fd6
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/kbluetooth.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Kbluetooth
+GenericName[pt_BR]=Bluetooth
+Exec=kbluetooth
+Icon=kbluetooth
+Type=Application
+Terminal=false
+Categories=Qt;KDE;Network;FileTransfer;LE;
+X-DBUS-StartupType=Unique
+X-KDE-StartupNotify=false
+X-Ubuntu-Gettext-Domain=desktop_playground-network
diff --git a/le-interface/pacote/usr/share/applications/le/system/kinfocenter.desktop b/le-interface/pacote/usr/share/applications/le/system/kinfocenter.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..a2928182d94efc2995e0e20f965ae5dd8e8370b4
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/kinfocenter.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Informações do Sistema
+Exec=kinfocenter -caption "%c" %i
+Icon=hwinfo
+Type=Application
+X-DocPath=kinfocenter/index.html
+X-KDE-StartupNotify=true
+OnlyShowIn=KDE;
+
+X-DBUS-StartupType=Unique
+Categories=Qt;KDE;System;LE;
+X-Ubuntu-Gettext-Domain=desktop_kdebase
diff --git a/le-interface/pacote/usr/share/applications/le/system/kmenuedit.desktop b/le-interface/pacote/usr/share/applications/le/system/kmenuedit.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..58368887ab55f06e5094bad466544091b8cc140f
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/kmenuedit.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Configurar o Painel
+Exec=kmenuedit
+Icon=kmenuedit
+X-DocPath=kmenuedit/index.html
+Type=Application
+X-KDE-StartupNotify=true
+OnlyShowIn=KDE;
+X-DBUS-StartupType=Unique
+Categories=Qt;KDE;Settings;LE;
+X-Ubuntu-Gettext-Domain=desktop_kdebase-workspace
diff --git a/le-interface/pacote/usr/share/applications/le/system/konsole.desktop b/le-interface/pacote/usr/share/applications/le/system/konsole.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..d81928a9dc0812a8b0d70f14c0f87ff9f2b10a1e
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/konsole.desktop
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Exec=konsole
+Icon=utilities-terminal
+X-DocPath=konsole/index.html
+Terminal=false
+X-KDE-StartupNotify=true
+
+Name[pt_BR]=Terminal konsole
+GenericName[pt_BR]=Comandos UNIX
+
+X-DBUS-StartupType=Unique
+X-KDE-AuthorizeAction=shell_access
+Categories=LE;System;
+X-Ubuntu-Gettext-Domain=desktop_kdebase
diff --git a/le-interface/pacote/usr/share/applications/le/system/krunner.desktop b/le-interface/pacote/usr/share/applications/le/system/krunner.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..7504b2398bde3776be4cd9023b6b24e9cd611cbb
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/krunner.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Executar comando
+Exec=qdbus org.kde.krunner /MainApplication org.kde.krunner.App.display
+Icon=system-run
+Type=Application
+X-KDE-StartupNotify=true
+
+X-DBUS-StartupType=Unique
+Categories=Qt;KDE;Settings;LE;
diff --git a/le-interface/pacote/usr/share/applications/le/system/ksysguard.desktop b/le-interface/pacote/usr/share/applications/le/system/ksysguard.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..035803a7f538a4230044a807bf18ae527e642e7b
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/ksysguard.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=KSysGuard
+GenericName[pt_BR]=Gerenciar Processos
+Exec=ksysguard %U
+Icon=utilities-system-monitor
+Type=Application
+MimeType=application/x-ksysguard;
+X-DocPath=ksysguard/index.html
+Terminal=false
+X-KDE-StartupNotify=true
+X-DBUS-StartupType=Multi
+Categories=Qt;KDE;LE;System;
+X-Ubuntu-Gettext-Domain=desktop_kdebase-workspace
diff --git a/le-interface/pacote/usr/share/applications/le/system/ksystemlog.desktop b/le-interface/pacote/usr/share/applications/le/system/ksystemlog.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..ef47ec2510b24342b3fc3806df2a2cc905026321
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/ksystemlog.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=KSystemLog
+GenericName[pt_BR]=Visualizador de Logs do sistema
+Categories=Qt;KDE;LE;System;Monitor;
+X-KDE-SubstituteUID=true
+Exec=ksystemlog %i -caption "%c"
+Icon=utilities-log-viewer
+Type=Application
+X-DocPath=ksystemlog/index.html
+Comment=System log viewer tool
+Terminal=false
+X-Ubuntu-Gettext-Domain=desktop_kdeadmin
diff --git a/le-interface/pacote/usr/share/applications/le/system/kuser.desktop b/le-interface/pacote/usr/share/applications/le/system/kuser.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..48f9825d78ae6e45c151b0d7a0c910bbe8c22fae
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/kuser.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=KUser
+GenericName[pt_BR]=Gerenciador de Usuários
+Exec=kuser %i -caption "%c"
+Icon=kuser
+Type=Application
+X-DocPath=kuser/index.html
+Terminal=false
+X-KDE-StartupNotify=true
+X-KDE-SubstituteUID=true
+Categories=Qt;KDE;LE;System;
+X-Ubuntu-Gettext-Domain=desktop_kdeadmin
diff --git a/le-interface/pacote/usr/share/applications/le/system/printer.desktop b/le-interface/pacote/usr/share/applications/le/system/printer.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..8d44ad971e68896eafc9440542ad9cae54b0ebf3
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/printer.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Tarefas de Impressão
+GenericName[pt_BR]=Gerenciador de Impressão
+Exec=le-printer-manager.sh
+Icon=printer
+X-DocPath=ark/index.html
+Type=Application
+Terminal=false
+X-DBUS-StartupType=Unique
+X-KDE-HasTempFileOption=true
+Categories=LE;Qt;KDE;System;Compression;X-KDE-Utilities-File;
+InitialPreference=3
+X-Ubuntu-Gettext-Domain=desktop_kdeutils
diff --git a/le-interface/pacote/usr/share/applications/le/system/sudolphin.desktop b/le-interface/pacote/usr/share/applications/le/system/sudolphin.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..91758d80b6c2c19a83bdc946e1691bc24dd72634
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/sudolphin.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Modo Super Usuário
+GenericName[pt_BR]=Gerenciador de Arquivos
+Exec=kdesudo dolphin %i -caption "%c" %u
+Icon=system-file-manager
+Type=Application
+X-DocPath=dolphin/index.html
+Categories=Qt;KDE;LE;System;FileManager;
+Terminal=false
+MimeType=inode/directory;
+InitialPreference=10
+X-Ubuntu-Gettext-Domain=desktop_kdebase
diff --git a/le-interface/pacote/usr/share/applications/le/system/systemsettings.desktop b/le-interface/pacote/usr/share/applications/le/system/systemsettings.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..cb474ed467e8138752ae5ca3ed54bfa729e110f2
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/system/systemsettings.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Centro de Controle
+Exec=systemsettings -caption "%c" %i
+Icon=preferences-system
+Type=Application
+X-DocPath=systemsettings/index.html
+X-KDE-StartupNotify=true
+
+X-DBUS-StartupType=Unique
+Categories=Qt;KDE;Settings;LE;
+X-Ubuntu-Gettext-Domain=desktop_kdebase-workspace
diff --git a/le-interface/pacote/usr/share/applications/le/utilities/ark.desktop b/le-interface/pacote/usr/share/applications/le/utilities/ark.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..e38e948d7b85f4767855381db2dc5f6c162508ee
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/utilities/ark.desktop
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Ark
+GenericName[pt_BR]=Compactador de Arquivos
+MimeType=application/x-gzip;application/x-tar;application/x-compressed-tar;application/x-bzip-compressed-tar;application/zip;application/x-bzip;application/x-rar;application/x-tarz;application/x-bzip2;application/x-java-archive;application/x-deb;application/x-7z-compressed;application/x-compress;application/x-zip-compressed;application/x-lzma;application/x-servicepack;application/x-xz-compressed-tar;application/x-lzma-compressed-tar;application/x-cd-image;
+Exec=ark -caption "%c" %U
+Icon=utilities-file-archiver
+X-DocPath=ark/index.html
+Type=Application
+Terminal=false
+X-DBUS-StartupType=Unique
+X-KDE-HasTempFileOption=true
+Categories=Qt;KDE;Utility;Compression;X-KDE-Utilities-File;LE;
+InitialPreference=3
+X-Ubuntu-Gettext-Domain=desktop_kdeutils
diff --git a/le-interface/pacote/usr/share/applications/le/utilities/kate.desktop b/le-interface/pacote/usr/share/applications/le/utilities/kate.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..c85e2331ed394f60090e212145371a945046103c
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/utilities/kate.desktop
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Kate
+GenericName[pt_BR]=Bloco de Notas
+MimeType=text/plain;
+Exec=kate -b %U
+InitialPreference=8
+X-KDE-StartupNotify=true
+X-KDE-HasTempFileOption=true
+Icon=kate
+X-DocPath=kate/index.html
+Type=Application
+Terminal=false
+X-DBUS-StartupType=Multi
+X-DBUS-ServiceName=org.kde.kate
+Categories=Qt;KDE;Utility;TextEditor;LE;
+X-Ubuntu-Gettext-Domain=desktop_kdesdk
diff --git a/le-interface/pacote/usr/share/applications/le/utilities/kfind.desktop b/le-interface/pacote/usr/share/applications/le/utilities/kfind.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..e90ce72a6c1da67792985e3515dbea6feccc3dd2
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/utilities/kfind.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Exec=kfind %u
+Icon=kfind
+X-DocPath=kfind/index.html
+Type=Application
+Terminal=false
+Name[pt_BR]=Procurar arquivos ou pastas
+X-KDE-StartupNotify=true
+OnlyShowIn=KDE;
+Categories=Qt;KDE;LE;Utility;
+X-Ubuntu-Gettext-Domain=desktop_kdebase
diff --git a/le-interface/pacote/usr/share/applications/le/utilities/klavaro.desktop b/le-interface/pacote/usr/share/applications/le/utilities/klavaro.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..1adb8ca1584d47fed71599a657781d5b59f469fd
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/utilities/klavaro.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Klavaro
+GenericName[pt_BR]=Tutorial para Digitação
+
+Comment=Learn to type correctly
+
+Exec=klavaro
+Icon=/usr/share/icons/hicolor/24x24/apps/klavaro.png
+Terminal=false
+Type=Application
+Categories=GTK;LE;Utility;
+StartupNotify=true
+X-Ubuntu-Gettext-Domain=klavaro
diff --git a/le-interface/pacote/usr/share/applications/le/utilities/klipper.desktop b/le-interface/pacote/usr/share/applications/le/utilities/klipper.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..96cc8445c45f44afc1e860d44ac309b913c6887e
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/utilities/klipper.desktop
@@ -0,0 +1,20 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=Klipper
+GenericName[pt_BR]=Histórico da Área de Transferência
+Exec=klipper
+Icon=klipper
+Type=Application
+X-DocPath=klipper/index.html
+Terminal=false
+X-KDE-autostart-after=panel
+X-KDE-StartupNotify=false
+X-DBUS-StartupType=Unique
+X-KDE-UniqueApplet=true
+X-KDE-autostart-condition=klipperrc:General:AutoStart:true
+OnlyShowIn=KDE;
+Categories=Qt;LE;KDE;Utility;X-KDE-Utilities-Desktop;
+Comment=A cut & paste history utility
+
+X-Ubuntu-Gettext-Domain=desktop_kdebase-workspace
diff --git a/le-interface/pacote/usr/share/applications/le/utilities/kmag.desktop b/le-interface/pacote/usr/share/applications/le/utilities/kmag.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..3c5f5e3a2b778d2b443c44ffc4b9062523d18f31
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/utilities/kmag.desktop
@@ -0,0 +1,13 @@
+# KDE Config File
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Exec=kmag -caption "%c" %i
+Icon=kmag
+X-DocPath=kmag/index.html
+Terminal=false
+Name[pt_BR]=KMag
+GenericName[pt_BR]=Amplificador de Tela
+Categories=LE;Qt;KDE;Utility;Accessibility;
+X-Ubuntu-Gettext-Domain=desktop_kdeaccessibility
diff --git a/le-interface/pacote/usr/share/applications/le/utilities/ktouch.desktop b/le-interface/pacote/usr/share/applications/le/utilities/ktouch.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..9b67fb1a607842dc047e295a4baa3b17b5c2c4e4
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/utilities/ktouch.desktop
@@ -0,0 +1,13 @@
+# KDE Config File
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Exec=ktouch -caption "%c" %i
+Icon=ktouch
+X-DocPath=ktouch/index.html
+GenericName[pt_BR]=Tutorial para Digitação
+Terminal=false
+Name=KTouch
+Categories=Qt;KDE;LE;Utility;
+X-Ubuntu-Gettext-Domain=desktop_kdeedu
diff --git a/le-interface/pacote/usr/share/applications/le/utilities/speedcrunch.desktop b/le-interface/pacote/usr/share/applications/le/utilities/speedcrunch.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..63d4a54d96fb6ab4323033d67ebe39e20ce76044
--- /dev/null
+++ b/le-interface/pacote/usr/share/applications/le/utilities/speedcrunch.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name[pt_BR]=SpeedCrunch
+GenericName[pt_BR]=Calculadora
+Comment=High precision calculator
+Exec=speedcrunch
+Icon=speedcrunch
+Terminal=false
+Type=Application
+Categories=LE;Qt;Utility;Calculator;
diff --git a/le-interface/pacote/usr/share/desktop-directories/le-anthem.directory b/le-interface/pacote/usr/share/desktop-directories/le-anthem.directory
new file mode 100644
index 0000000000000000000000000000000000000000..74de4bba1c5481e4edd4984d78cbfe3ce4c34645
--- /dev/null
+++ b/le-interface/pacote/usr/share/desktop-directories/le-anthem.directory
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Directory
+Name=Anthem
+Name[pt_BR]=Hinos
+Icon=anthem
+NoDisplay=true
+X-Ubuntu-Gettext-Domain=desktop_kdebase-runtime
diff --git a/le-interface/pacote/usr/share/desktop-directories/le-edu-development.directory b/le-interface/pacote/usr/share/desktop-directories/le-edu-development.directory
new file mode 100644
index 0000000000000000000000000000000000000000..70960ea99348faf9085b75f605453e319d8629fc
--- /dev/null
+++ b/le-interface/pacote/usr/share/desktop-directories/le-edu-development.directory
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Directory
+Name=Ambiente de Programação
+Name[pt_BR]=Ambiente de Programação
+Icon=applications-development
+X-Ubuntu-Gettext-Domain=desktop_kdebase-runtime
diff --git a/le-interface/pacote/usr/share/desktop-directories/le-edu-geography.directory b/le-interface/pacote/usr/share/desktop-directories/le-edu-geography.directory
new file mode 100644
index 0000000000000000000000000000000000000000..62f6f1b7c421c4ca6e45d95778ce58cc565deb70
--- /dev/null
+++ b/le-interface/pacote/usr/share/desktop-directories/le-edu-geography.directory
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Directory
+Name=Geography
+Name[pt_BR]=Geografia
+Icon=applications-education-geography
+X-Ubuntu-Gettext-Domain=desktop_kdebase-runtime
diff --git a/le-interface/pacote/usr/share/desktop-directories/le-edu-multi-disciplinary.directory b/le-interface/pacote/usr/share/desktop-directories/le-edu-multi-disciplinary.directory
new file mode 100644
index 0000000000000000000000000000000000000000..2520686436189e884ed86bdda02da989ed445acb
--- /dev/null
+++ b/le-interface/pacote/usr/share/desktop-directories/le-edu-multi-disciplinary.directory
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Directory
+Name=Multi-disciplinary
+Name[pt_BR]=Multidisciplinar
+Icon=applications-other
+X-Ubuntu-Gettext-Domain=desktop_kdebase-runtime
diff --git a/le-interface/pacote/usr/share/desktop-directories/le-edu-physics.directory b/le-interface/pacote/usr/share/desktop-directories/le-edu-physics.directory
new file mode 100644
index 0000000000000000000000000000000000000000..14f43ccff08725172d1680376e9b227ebcfcd487
--- /dev/null
+++ b/le-interface/pacote/usr/share/desktop-directories/le-edu-physics.directory
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Directory
+Name=Physics
+Name[pt_BR]=Física
+Icon=applications-education-physics
+X-Ubuntu-Gettext-Domain=desktop_kdebase-runtime
diff --git a/le-interface/pacote/usr/share/desktop-directories/le-edu-portuguese.directory b/le-interface/pacote/usr/share/desktop-directories/le-edu-portuguese.directory
new file mode 100644
index 0000000000000000000000000000000000000000..6927d418dd98c4b6c062dbb4bf9b8ef17c6b4755
--- /dev/null
+++ b/le-interface/pacote/usr/share/desktop-directories/le-edu-portuguese.directory
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Directory
+Name=Portuguese
+Name[pt_BR]=Português
+Icon=applications-education-portuguese
+X-Ubuntu-Gettext-Domain=desktop_kdebase-runtime
diff --git a/le-interface/pacote/usr/share/desktop-directories/le-edubar.directory b/le-interface/pacote/usr/share/desktop-directories/le-edubar.directory
new file mode 100644
index 0000000000000000000000000000000000000000..62c2d176af9c40b33a07d21fd7e53773d8033eea
--- /dev/null
+++ b/le-interface/pacote/usr/share/desktop-directories/le-edubar.directory
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Type=Directory
+Name=Edubar
+Icon=edubar
diff --git a/le-interface/pacote/usr/share/desktop-directories/le-eduprogs.directory b/le-interface/pacote/usr/share/desktop-directories/le-eduprogs.directory
new file mode 100644
index 0000000000000000000000000000000000000000..07b3bd81b48a5cd04c317cbee9873925e9aa7e8a
--- /dev/null
+++ b/le-interface/pacote/usr/share/desktop-directories/le-eduprogs.directory
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Directory
+Name=Educational Programs
+Name[pt_BR]=Programas educacionais
+Icon=applications-education
+
+X-Ubuntu-Gettext-Domain=desktop_kdebase-runtime
diff --git a/le-interface/pacote/usr/share/desktop-directories/le-extras.directory b/le-interface/pacote/usr/share/desktop-directories/le-extras.directory
new file mode 100644
index 0000000000000000000000000000000000000000..1845d5a9374cca8e57fc094c82aec4d8ebbd98e4
--- /dev/null
+++ b/le-interface/pacote/usr/share/desktop-directories/le-extras.directory
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Type=Directory
+Name=Extras
+Icon=extras
diff --git a/le-interface/pacote/usr/share/desktop-directories/le-office.directory b/le-interface/pacote/usr/share/desktop-directories/le-office.directory
new file mode 100644
index 0000000000000000000000000000000000000000..88182fd43e7bc7e4bf5c8cf6573891e67385bb16
--- /dev/null
+++ b/le-interface/pacote/usr/share/desktop-directories/le-office.directory
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Directory
+Name[pt_BR]=Ferramentas de Produtividade
+Icon=applications-office
+SortOrder=koshell.desktop,kword.desktop,kspread.desktop,kpresenter.desktop
+X-Ubuntu-Gettext-Domain=desktop_kdebase-runtime
diff --git a/le-interface/pacote/usr/share/kde4/apps/color-schemes/LinuxEducacional.colors b/le-interface/pacote/usr/share/kde4/apps/color-schemes/LinuxEducacional.colors
new file mode 100644
index 0000000000000000000000000000000000000000..33423cc28c1db20afd122b9748111f2ce085813e
--- /dev/null
+++ b/le-interface/pacote/usr/share/kde4/apps/color-schemes/LinuxEducacional.colors
@@ -0,0 +1,101 @@
+[ColorEffects:Disabled]
+Color=197,179,153
+ColorAmount=0.5
+ColorEffect=2
+ContrastAmount=0.25
+ContrastEffect=1
+IntensityAmount=0.25
+IntensityEffect=0
+
+[ColorEffects:Inactive]
+Color=213,198,176
+ColorAmount=0.1
+ColorEffect=2
+ContrastAmount=0.2
+ContrastEffect=1
+Enable=false
+IntensityAmount=-0.05
+IntensityEffect=0
+
+[Colors:Button]
+BackgroundAlternate=246,240,227
+BackgroundNormal=247,242,232
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,0,0
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:Selection]
+BackgroundAlternate=27,131,196
+BackgroundNormal=102,153,0
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=50,148,133
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=255,255,255
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:Tooltip]
+BackgroundAlternate=250,248,241
+BackgroundNormal=253,252,251
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,0,0
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:View]
+BackgroundAlternate=250,246,239
+BackgroundNormal=253,252,250
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,0,0
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:Window]
+BackgroundAlternate=233,223,206
+BackgroundNormal=244,246,231
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,78,46
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[General]
+Name=LinuxEducacional
+shadeSortColumn=true
+
+[KDE]
+contrast=2
+
+[WM]
+activeBackground=135,175,38
+activeForeground=255,255,255
+inactiveBackground=216,202,178
+inactiveForeground=255,255,255
diff --git a/le-interface/pacote/usr/share/kde4/apps/color-schemes/LinuxEducacionalKDM.colors b/le-interface/pacote/usr/share/kde4/apps/color-schemes/LinuxEducacionalKDM.colors
new file mode 100644
index 0000000000000000000000000000000000000000..c4b5fb254fed3a37469c65b0596259d53ca42b0b
--- /dev/null
+++ b/le-interface/pacote/usr/share/kde4/apps/color-schemes/LinuxEducacionalKDM.colors
@@ -0,0 +1,101 @@
+[ColorEffects:Disabled]
+Color=197,179,153
+ColorAmount=0.5
+ColorEffect=2
+ContrastAmount=0.25
+ContrastEffect=1
+IntensityAmount=0.25
+IntensityEffect=0
+
+[ColorEffects:Inactive]
+Color=213,198,176
+ColorAmount=0.1
+ColorEffect=2
+ContrastAmount=0.2
+ContrastEffect=1
+Enable=false
+IntensityAmount=-0.05
+IntensityEffect=0
+
+[Colors:Button]
+BackgroundAlternate=246,240,227
+BackgroundNormal=102,153,0
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,78,45
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:Selection]
+BackgroundAlternate=27,131,196
+BackgroundNormal=102,153,0
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=50,148,133
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=255,255,255
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:Tooltip]
+BackgroundAlternate=250,248,241
+BackgroundNormal=253,252,251
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,0,0
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:View]
+BackgroundAlternate=250,246,239
+BackgroundNormal=253,252,250
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,0,0
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:Window]
+BackgroundAlternate=233,223,206
+BackgroundNormal=135,175,38
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,78,46
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[General]
+Name=LinuxEducacionalKDM
+shadeSortColumn=true
+
+[KDE]
+contrast=2
+
+[WM]
+activeBackground=135,175,38
+activeForeground=255,255,255
+inactiveBackground=216,202,178
+inactiveForeground=255,255,255
diff --git a/le-interface/pacote/usr/share/kde4/apps/kde/kde.notifyrc b/le-interface/pacote/usr/share/kde4/apps/kde/kde.notifyrc
new file mode 100644
index 0000000000000000000000000000000000000000..3b0c89c530fb227e27d823f1c8e92b3efcc7bf69
--- /dev/null
+++ b/le-interface/pacote/usr/share/kde4/apps/kde/kde.notifyrc
@@ -0,0 +1,2786 @@
+[Global]
+IconName=kde
+Comment=KDE System Notifications
+Comment[af]=KDE Stelsel-boodskappe
+Comment[ar]=نظام تنبيهات كدي
+Comment[be]=Сістэмныя абвяшчэнні KDE
+Comment[be@latin]=Systemnaje infarmavańnie dla KDE
+Comment[bg]=Системно уведомяване
+Comment[bn]=কে.ডি.ই. সিস্টেম বিজ্ঞপ্তি
+Comment[bn_IN]=KDE সিস্টেম সংক্রান্ত সূচনাব্যবস্থা
+Comment[ca]=Notificacions del sistema del KDE
+Comment[ca@valencia]=Notificacions del sistema del KDE
+Comment[cs]=Systémová hlášení KDE
+Comment[csb]=Systemòwé dôwanié wiédzë dlô KDE
+Comment[da]=KDE systembekendtgørelser
+Comment[de]=KDE-Systemnachrichten
+Comment[el]=Ειδοποιήσεις συστήματος KDE
+Comment[en_GB]=KDE System Notifications
+Comment[eo]=KDE sistemaj atentigoj
+Comment[es]=Sistema de notificaciones de KDE
+Comment[et]=KDE süsteemsed märguanded
+Comment[eu]=KDE sistemaren jakinarazpenak
+Comment[fi]=Järjestelmän huomautukset
+Comment[fr]=Notifications du système KDE
+Comment[fy]=KDE Systeemberjochten
+Comment[ga]=Fógairt an Chórais KDE
+Comment[gl]=Notificacións do sistema de KDE
+Comment[gu]=KDE સિસ્ટમ નોંધણીઓ
+Comment[he]=הודעות מערכת של KDE
+Comment[hi]=केडीई तंत्र सूचना
+Comment[hne]=केडीई तंत्र सूचना
+Comment[hr]=Obavijesti KDE sustava
+Comment[hsb]=KDE Systemowe zdźělenki
+Comment[hu]=KDE rendszerüzenetek
+Comment[id]=Notifikasi Sistem KDE
+Comment[is]=KDE kerfistilkynningar
+Comment[it]=Notifiche di sistema di KDE
+Comment[ja]=KDE システム通知
+Comment[kk]=KDE жүйелік құлақтандырулар
+Comment[km]=ការ​ជូន​ដំណឹង​ប្រព័ន្ធ​របស់ KDE
+Comment[kn]=ಕೆಡಿಇ ವ್ಯವಸ್ಥೆಯ ಸೂಚನೆಗಳು
+Comment[ko]=KDE 시스템 알림
+Comment[ku]=Hişyariyên Pergala LDE'yê
+Comment[lt]=KDE sistemos pranešimai
+Comment[lv]=KDE sistēmas paziņojumi
+Comment[mai]=केडीई तंत्र सूचना
+Comment[mk]=Системски известувања на KDE
+Comment[ml]=കെഡിഇ സിസ്റ്റം അറിയിപ്പുകള്‍
+Comment[mr]=KDE प्रणाली सूचना
+Comment[nb]=KDE systemvarsler
+Comment[nds]=KDE-Systeembescheden
+Comment[ne]=केडीई प्रणाली सूचना
+Comment[nl]=Systeemnotificaties (KDE)
+Comment[nn]=KDE systemvarslingar
+Comment[or]=KDE ତନ୍ତ୍ର ବିଜ୍ଞପ୍ତିଗୁଡ଼ିକ
+Comment[pa]=KDE ਸਿਸਟਮ ਨੋਟੀਫਿਕੇਸ਼ਨ
+Comment[pl]=Powiadomienia systemowe KDE
+Comment[pt]=Notificações do Sistema KDE
+Comment[pt_BR]=Notificações de sistema do KDE
+Comment[ro]=Notificări de sistem KDE
+Comment[ru]=Системные уведомления
+Comment[se]=KDE-vuogádatmuittuhusat
+Comment[si]=KDE පද්ධති දැන්වීම්
+Comment[sk]=KDE systémové upozornenia
+Comment[sl]=Sistemska obvestila KDE
+Comment[sr]=КДЕ‑ова системска обавештења
+Comment[sr@ijekavian]=КДЕ‑ова системска обавјештења
+Comment[sr@ijekavianlatin]=KDE‑ova sistemska obavještenja
+Comment[sr@latin]=KDE‑ova sistemska obaveštenja
+Comment[sv]=KDE:s systemunderrättelser
+Comment[ta]=கேபசூ அமைப்பு குறிப்புகள்
+Comment[te]=KDE సిస్టమ్ నోటీసులు
+Comment[tg]=Огоҳиномаҳои системаи KDE
+Comment[th]=การแจ้งให้ทราบของระบบ KDE
+Comment[tr]=KDE Sistem Bildirimleri
+Comment[uk]=Системні сповіщення KDE
+Comment[wa]=Notifiaedjes do sistinme di KDE
+Comment[x-test]=xxKDE System Notificationsxx
+Comment[zh_CN]=系统通知
+Comment[zh_TW]=KDE 系統通知
+
+[Event/Trash: emptied]
+Name=Trash: Emptied
+Name[af]=Gemors: skoongemaak
+Name[ar]=سلة المهملات: مفرغة 
+Name[be@latin]=Śmietnica: vyčyščanaja
+Name[bg]=Кошче: празно
+Name[bn]=আবর্জনা: ফাঁকা
+Name[bn_IN]=আবর্জনা: ফাঁকা
+Name[ca]=Paperera: s'ha buidat
+Name[ca@valencia]=Paperera: s'ha buidat
+Name[cs]=Koš: vyprázdněn
+Name[csb]=Kòsz: wëczëszczony
+Name[da]=Affald: Tømt
+Name[de]=Mülleimer: geleert
+Name[el]=Απορρίμματα: άδειασαν
+Name[en_GB]=Wastebin: Emptied
+Name[eo]=Rubujo: malpleniĝis
+Name[es]=Papelera: vaciada
+Name[et]=Prügikast: tühjendatud
+Name[eu]=Zakarontzia: husturik
+Name[fi]=Roskakori tyhjennetty
+Name[fr]=Corbeille : vidée
+Name[fy]=Jiskefet: leech makke
+Name[ga]=Bruscar: Folmhaithe
+Name[gl]=Lixo: Baleiro
+Name[gu]=કચરાપેટી: ખાલી કરેલ
+Name[he]=אשפה: ריקה
+Name[hi]=रद्दी की टोकरी : खाली कर दिया गया.
+Name[hne]=घुरवा: खाली होगे
+Name[hr]=Otpad: Ispražnjeno
+Name[hsb]=Papjernik: wuprózdnjeny
+Name[hu]=Szemétkosár: kiürítve
+Name[id]=Tempat Sampah: Dikosongkan
+Name[is]=Ruslið: tæmt
+Name[it]=Cestino: svuotato
+Name[ja]=ごみ箱: 空
+Name[kk]=Өшірілгендер: Босатылды
+Name[km]=ធុង​សំរាម ៖ បាន​សម្អាត
+Name[kn]=ಕಸದಬುಟ್ಟಿ: ಖಾಲಿಮಾಡಲಾಗಿದೆ
+Name[ko]=휴지통: 비워짐
+Name[ku]=Çop: Valakirî
+Name[lt]=Šiukšliadėžė: ištuštinta
+Name[lv]=Miskaste: iztukšota
+Name[mai]=Trash: Emptied
+Name[mk]=Корпата: испразнета
+Name[ml]=ചവറ്റുകുട്ട: കാലിയാക്കിയിരിക്കുന്നു
+Name[mr]=कचरापेटी: रिकामी
+Name[nb]=Papirkurv: tømt
+Name[nds]=Affalltünn leddig maakt
+Name[nl]=Prullenbak: geleegd
+Name[nn]=Papirkorg: tømt
+Name[or]=ଆବର୍ଜନା ପାତ୍ର: ଖାଲି କରାଯାଇଛି
+Name[pa]=ਰੱਦੀ: ਖਾਲੀ ਕੀਤੀ
+Name[pl]=Kosz: opróżniony
+Name[pt]=Lixo: Vazio
+Name[pt_BR]=Lixo: esvaziado
+Name[ro]=Gunoi: golit
+Name[ru]=Корзина очищена
+Name[se]=Ruskalihtti: gurrejuvvon
+Name[si]=ඉවතලන බඳුන: හිස් කල
+Name[sk]=Kôš: vyprázdnený
+Name[sl]=Smeti: izpraznjene
+Name[sr]=Смеће: испражњено
+Name[sr@ijekavian]=Смеће: испражњено
+Name[sr@ijekavianlatin]=Smeće: ispražnjeno
+Name[sr@latin]=Smeće: ispražnjeno
+Name[sv]=Papperskorg: tömd
+Name[ta]=அகற்றிடம்: காலிசெய்யப்பட்டது
+Name[te]=ట్రాష్: ఖాళీయైంది
+Name[tg]=Ахлотдон: Холӣ
+Name[th]=ถังขยะ: เททิ้งทั้งหมดแล้ว
+Name[tr]=Çöp: Boşaltıldı
+Name[uk]=Смітник: випорожнено
+Name[wa]=Batch: Vudî
+Name[x-test]=xxTrash: Emptiedxx
+Name[zh_CN]=回收站:空的
+Name[zh_TW]=資源回收筒:已清空
+Comment=The trash has been emptied
+Comment[af]=Die asblik is leeggemaak
+Comment[ar]=تم إفراغ سلة المهملات
+Comment[be@latin]=Śmietnica vyčyščanaja.
+Comment[bg]=Кошчето е изпразнено
+Comment[bn]=আবর্জনা ফাঁকা করা হয়েছে
+Comment[bn_IN]=আবর্জনা বর্জন করা হয়েছে
+Comment[ca]=S'ha buidat la paperera
+Comment[ca@valencia]=S'ha buidat la paperera
+Comment[cs]=Koš byl vyprázdněn
+Comment[csb]=Kòsz òstôł wëczëszczony
+Comment[da]=Affaldet er blevet tømt
+Comment[de]=Der Mülleimer ist geleert worden
+Comment[el]=Τα απορρίμματα άδειασαν
+Comment[en_GB]=The wastebin has been emptied
+Comment[eo]=La rubujo malpleniĝis
+Comment[es]=Se ha vaciado la papelera
+Comment[et]=Prügikast on tühjendatud
+Comment[eu]=Zakarontzia hustu da
+Comment[fi]=Roskakori on tyhjennetty
+Comment[fr]=La corbeille a été vidée
+Comment[fy]=It jiskefet is leech makke
+Comment[ga]=Folmhaíodh an bruscar
+Comment[gl]=Baleirouse o lixo
+Comment[gu]=કચરાપેટી ખાલી કરેલ છે
+Comment[he]=האשפה רוקנה
+Comment[hi]=रद्दी की टोकरी खाली कर दिया गया है
+Comment[hne]=घुरवा ल खाली करे गे
+Comment[hr]=Otpad je ispražnjen
+Comment[hsb]=Papjernik je wuprózdnjeny
+Comment[hu]=A szemétkosár kiürült
+Comment[id]=Tempat sampah telah dikosongkan
+Comment[is]=Ruslatunnan hefur verið tæmd
+Comment[it]=Il cestino è stato svuotato
+Comment[ja]=ごみ箱を空にしました
+Comment[kk]=Өшірілгендер қапшығы босатылды
+Comment[km]=ធុង​សំរាម​ត្រូវ​បាន​សម្អាត
+Comment[kn]=ಕಸಬುಟ್ಟಿಯನ್ನು ಬರಿದುಮಾಡಲಾಗಿದೆ
+Comment[ko]=휴지통이 비워짐
+Comment[ku]=Sergo Hate Valakirin
+Comment[lt]=Šiukšliadėžė buvo ištuštinta
+Comment[lv]=Miskaste ir iztukšota
+Comment[mai]=रद्दीक टोकरी खाली कए देल गेल अछि
+Comment[mk]=Корпата е испразнета
+Comment[ml]=ചവറ്റുകുട്ട കാലിയാക്കിയിരിക്കുന്നു
+Comment[mr]=कचरापेटी रिकामी करण्यात आली आहे
+Comment[nb]=Papirkurven er blitt tømt
+Comment[nds]=De Affalltünn wöör leddig maakt
+Comment[ne]=रद्दीको टोकरी खाली गरिएको छ
+Comment[nl]=De prullenbak is geleegd
+Comment[nn]=Papirkorga vart tømt
+Comment[or]=ଆବର୍ଜନାପାତ୍ରକୁ ଖାଲିକରାଯାଇଛି
+Comment[pa]=ਰੱਦੀ ਨੂੰ ਖਾਲੀ ਕੀਤੀ ਗਿਆ ਹੈ।
+Comment[pl]=Kosz został opróżniony
+Comment[pt]=O caixote do lixo foi esvaziado
+Comment[pt_BR]=O lixo foi esvaziado
+Comment[ro]=Gunoiul a fost golit
+Comment[ru]=Корзина очищена
+Comment[se]=Ruskalihtti gurrejuvvui
+Comment[si]=ඉවතලන බඳුන හිස් කර ඇත
+Comment[sk]=Kôš bol vyprázdnený
+Comment[sl]=Smeti so bile izpraznjene
+Comment[sr]=Смеће је испражњено
+Comment[sr@ijekavian]=Смеће је испражњено
+Comment[sr@ijekavianlatin]=Smeće je ispražnjeno
+Comment[sr@latin]=Smeće je ispražnjeno
+Comment[sv]=Papperskorgen har tömts
+Comment[ta]=அகற்றிடம் காலி செய்யப் பட்டது
+Comment[te]=ట్రాష్ ఖాళీ చేయబడింది
+Comment[tg]=Ахлотдон холӣ карда шуд
+Comment[th]=เทถังขยะทิ้งทั้งหมดแล้ว
+Comment[tr]=Çöp boşaltıldı
+Comment[uk]=Смітник спорожнено
+Comment[wa]=Li batch a stî vudî
+Comment[x-test]=xxThe trash has been emptiedxx
+Comment[zh_CN]=回收站已经被清空
+Comment[zh_TW]=資源回收筒已被清空
+Action=Sound
+Sound=KDE-Sys-Trash-Emptied.ogg
+
+[Event/Textcompletion: rotation]
+Name=Textcompletion: Rotation
+Name[af]=Teksvoltooiing: rotasie
+Name[ar]=تتمة النصوص: دورة
+Name[be@latin]=Zakančeńnie tekstu: ratacyja
+Name[bg]=Автоматично завършване: въртене
+Name[ca]=Compleció de text: rotació
+Name[ca@valencia]=Compleció de text: rotació
+Name[cs]=Doplňování textu: rotace
+Name[csb]=Dofùlowanié tekstu: rotacëjô
+Name[da]=Tekstkomplettering: Rotation
+Name[de]=Textvervollständigung: Rotation
+Name[el]=Συμπλήρωση κειμένου: περιστροφή
+Name[en_GB]=Textcompletion: Rotation
+Name[eo]=Teksta kompletado: turnado
+Name[es]=Completado de texto: rotación
+Name[et]=Tekstilõpetus: rotatsioon
+Name[eu]=Testu osatzea: rotazioa
+Name[fi]=Tekstin täydennys: kiertävä
+Name[fr]=Auto-complément de texte : rotation
+Name[fy]=Tekstkompletearring: rotaasje
+Name[ga]=Comhlánú téacs: Rothlú
+Name[gl]=Completación de texto: rotación
+Name[gu]=લખાણપૂર્તિ: ફેરવો
+Name[he]=השלמת טקסט: סיבוב
+Name[hi]=पाठ-पूर्णता: रोटेशन
+Name[hne]=पाठ-पूराकरना: घुमाना
+Name[hr]=Dovršetak teksta: rotacija
+Name[hsb]=Wudospołnjenje teksta: rotacija
+Name[hu]=Szövegkiegészítés: rotáció
+Name[id]=Penyelesai Teks: Rotasi
+Name[is]=Textaklárun: snúningur
+Name[it]=Completamento del testo: rotazione
+Name[ja]=テキスト補完: 繰り返し
+Name[kk]=Автотолтыру: Қайта оралу
+Name[km]=ការ​បំពេញ​អត្ថបទ ៖ ការ​បង្វិល
+Name[kn]=ಪಠ್ಯಪೂರಣ: ಆವರ್ತನ
+Name[ko]=텍스트 완성: 회전
+Name[ku]=Qedandinadeqê: Zîvirandin
+Name[lt]=Teksto užpildymas: sukimas
+Name[lv]=Teksta pabeigšana: rotācija
+Name[mai]=Textcompletion: चक्रमे
+Name[mk]=Довршување текст: ротација
+Name[ml]=പദാവലി പൂര്‍ത്തിയാക്കല്‍: കറക്കല്‍
+Name[mr]=पाठ्यपूर्णता: गोलक्रिया
+Name[nb]=Tekstfullføring: rotasjon
+Name[nds]=Textkompletteren: Dreihen
+Name[nl]=Tekstaanvulling: rotatie
+Name[nn]=Tekstfullføring: ruller over
+Name[or]=ପାଠ୍ୟ ସମ୍ପୂର୍ଣ୍ଣତା: ପୁନରାବୃତ୍ତି
+Name[pa]=Textcompletion: ਘੁੰਮਾਓ
+Name[pl]=Uzupełnianie tekstu: rotacja
+Name[pt]=Completação de texto: Rotação
+Name[pt_BR]=Complementação de texto: rotação
+Name[ro]=Completare text: Rotație
+Name[ru]=Автодополнение: переход по кругу
+Name[si]=පෙළ සම්පූරකය: භ්‍රමණය
+Name[sk]=Doplnenie textu: rotácia
+Name[sl]=Dokončevanje besedila: rotacija
+Name[sr]=Допуна текста: ротација
+Name[sr@ijekavian]=Допуна текста: ротација
+Name[sr@ijekavianlatin]=Dopuna teksta: rotacija
+Name[sr@latin]=Dopuna teksta: rotacija
+Name[sv]=Textkomplettering: rotation
+Name[ta]=உரைப்பூர்த்தி: சுழற்சி
+Name[te]=Textcompletion: భ్రమణం
+Name[tg]=Автозавершение: переход по кругу
+Name[th]=เติมข้อความให้สมบูรณ์: วน
+Name[tr]=Metin tamamlama: Döndürme
+Name[uk]=Завершення тексту: обертання
+Name[wa]=Completaedje di tecse: tourner
+Name[x-test]=xxTextcompletion: Rotationxx
+Name[zh_CN]=文本补全:旋转
+Name[zh_TW]=文字補完:循環
+Comment=The end of the list of matches has been reached
+Comment[af]=Die einde vandie lys van passings is bereik
+Comment[ar]=وصلت إلى نهاية لائحة المطابقات
+Comment[be@latin]=Dasiahnuty kaniec śpisu adpaviednikaŭ.
+Comment[bg]=Достигнат е края на списъка
+Comment[bn]=পরিপূরণের তালিকার শেষে পৌঁছে গেছি
+Comment[ca]=S'ha arribat al final de la llista de coincidències
+Comment[ca@valencia]=S'ha arribat al final de la llista de coincidències
+Comment[cs]=Bylo dosaženo konce seznamu shod
+Comment[csb]=Kùńc listë trafieniów
+Comment[da]=Afslutningen på listen over matches er blevet nået
+Comment[de]=Das Ende der Trefferliste ist erreicht worden
+Comment[el]=Άφιξη στο τέλος της λίστας των ταιριασμάτων
+Comment[en_GB]=The end of the list of matches has been reached
+Comment[eo]=Atingis la finon de la kongruaĵa listo
+Comment[es]=Se ha alcanzado el final de la lista de coincidencias
+Comment[et]=Jõuti sobivuste nimekirja lõppu
+Comment[eu]=Bat datorrenen zerrendaren bukaera ailatu da
+Comment[fi]=Sopivien sanojen luettelon on käyty läpi
+Comment[fr]=La fin de la liste des occurrences a été atteinte
+Comment[fy]=It ein fan de oerienkomstenlist is berikt
+Comment[ga]=Níl comhlánú comhoiriúnach eile ann
+Comment[gl]=Acadouse a fin da lista de coincidencias
+Comment[gu]=મેળ ખાતી યાદીની અંત સુધી પહોંચી ગયા છીએ
+Comment[he]=הסוף של רשימת ההתאמות הושג
+Comment[hi]=मिलान सूची का अंतिम आ पंहुचा.
+Comment[hne]=मिलाए वाले सूची के आखरी आ गिस
+Comment[hr]=Dosegnut je kraj popisa podudarnosti
+Comment[hsb]=Kónc lisćiny wudospołnjenjow
+Comment[hu]=A találatok végére értem
+Comment[id]=Akhir dari senarai yang cocok telah tercapai
+Comment[is]=Enda hefur verið náð á lista yfir samsvaranir
+Comment[it]=È stata raggiunta la fine della lista delle corrispondenze
+Comment[ja]=マッチリストの終端に達しました
+Comment[kk]=Ұсыныстар тізімі соңына жетті
+Comment[km]=បាន​ទៅ​ដល់​ចុង​​បញ្ជី​​នៃ​ដំណូច
+Comment[kn]=ಸರಿಹೊಂದುವ ವಸ್ತುಗಳ ಪಟ್ಟಿಯ ಅಂತ್ಯವನ್ನು ಮುಟ್ಟಲಾಯಿತು
+Comment[ko]=일치하는 항목 목록의 끝에 도달함
+Comment[ku]=Gihîşt dawiya lîsteya yên hev digirin
+Comment[lt]=Pasiektas atitikmenų sąrašo galas
+Comment[lv]=Sasniegtas atbilstību saraksta beigas
+Comment[mai]=मिलान सूचीक अंतिम आबि गेल
+Comment[mk]=Беше достигнат крајот на листата со совпаѓања
+Comment[ml]= ചേരുന്നവയുടെ പട്ടികയുടെ അവസാനം
+Comment[mr]=जुळवणी यादीचे शेवट पोहचले आहे
+Comment[nb]=Kom til slutten av lista over treff
+Comment[nds]=Bi't Enn vun list mit Drepers anlangt
+Comment[ne]=मिल्दोहरूको सूचीको अन्त्यमा पुगिएको छ
+Comment[nl]=Het einde van de lijst met overeenkomsten is bereikt
+Comment[nn]=Kom til slutten av lista over treff
+Comment[or]=ମେଳକମାନଙ୍କ ତାଲିକାର ଶେଷ ପହଞ୍ଚିଯାଇଛି
+Comment[pa]=ਮੇਲ ਦੀ ਲਿਸਟ ਦਾ ਅੰਤ ਆ ਗਿਆ ਹੈ
+Comment[pl]=Został osiągnięty koniec listy dopasowań
+Comment[pt]=Atingiu-se o fim da lista de correspondências
+Comment[pt_BR]=O final da lista de correspondência foi atingido
+Comment[ro]=S-a ajuns la sfîrșitul listei cu potriviri
+Comment[ru]=Достигнут конец списка совпадений
+Comment[se]=Joavddai deaivanlisttu lohppii
+Comment[si]=ගැලපුම් ලැයිස්තුවේ අන්තය එලඹ ඇත
+Comment[sk]=Bol dosiahnutý koniec zoznamu zhôd
+Comment[sl]=Dosežen je bil konec seznama ujemanj
+Comment[sr]=Достигнут је крај списка поклапања
+Comment[sr@ijekavian]=Достигнут је крај списка поклапања
+Comment[sr@ijekavianlatin]=Dostignut je kraj spiska poklapanja
+Comment[sr@latin]=Dostignut je kraj spiska poklapanja
+Comment[sv]=Slutet av listan med träffar har nåtts
+Comment[ta]=பொருத்தங்களுக்கான பட்டியலின் இறுதியினை அடைந்து விட்டோம்
+Comment[te]=సరిపోలినవాటి జాబితాయొక్క చివరాఖరకు చేరింది
+Comment[tg]=Достигнут конец списка совпадений
+Comment[th]=ถึงส่วนสุดท้ายของรายการคำที่เข้าได้แล้ว
+Comment[tr]=Eşleşme listesinin sonuna ulaşıldı
+Comment[uk]=Дійшли до кінця списку збігів
+Comment[wa]=Dj' a arivé al difén del djivêye des mots ki pôrént aler.
+Comment[x-test]=xxThe end of the list of matches has been reachedxx
+Comment[zh_CN]=已经到达匹配列表的末尾
+Comment[zh_TW]=到達符合清單的尾端
+Action=
+Sound=KDE-Sys-List-End.ogg
+
+[Event/Textcompletion: no match]
+Name=Textcompletion: No Match
+Name[af]=Teksvoltooiing: pas by geen een
+Name[ar]=النص اكتمل بلا تطابق
+Name[be@latin]=Zakančeńnie tekstu: niama adpaviednikaŭ
+Name[bg]=Автоматично завършване: няма съвпадения
+Name[bn]=লেখা পরিপূরণ: মিল পাওয়া যায়নি
+Name[bn_IN]=Textcompletion: মিল পাওয়া যায়নি
+Name[ca]=Compleció de text: sense coincidència
+Name[ca@valencia]=Compleció de text: sense coincidència
+Name[cs]=Doplňování textu: žádná shoda
+Name[csb]=Dofùlowanié tekstu: felënk trafieniô
+Name[da]=Tekstkomplettering: Ingen match
+Name[de]=Textvervollständigung: kein Treffer
+Name[el]=Συμπλήρωση κειμένου: κανένα ταίριασμα
+Name[en_GB]=Textcompletion: No Match
+Name[eo]=Teksta kompletado: neniu kongruaĵo
+Name[es]=Completado de texto: sin coincidencia
+Name[et]=Tekstilõpetus: sobivused puuduvad
+Name[eu]=Testu osatzea: parekatzerik ez
+Name[fi]=Tekstin täydennys: Ei sopivia
+Name[fr]=Auto-complément de texte : aucune correspondance 
+Name[fy]=Tekstkompletearring: gjin oerienkomst
+Name[ga]=Comhlánú téacs: Níl aon chomhlánú comhoiriúnach ann
+Name[gl]=Completación de texto: sen coincidencias
+Name[gu]=લખાણપૂર્તિ: કોઇ મેળ નહીે
+Name[he]=השלמת טקסט: אין התאמה
+Name[hi]=पाठ-पूर्णता: मिलान नहीं
+Name[hne]=पाठ-पूराकरना: कोइ नइ मिलत हे
+Name[hr]=Dovršetak teksta: nema podudarnosti
+Name[hsb]=Wudospołnjenje teksta: žane
+Name[hu]=Szövegkiegészítés: nincs találat
+Name[id]=Penyelesai Teks: Tidak Ada Yang Cocok
+Name[is]=Textaklárun: engin samsvörun
+Name[it]=Completamento del testo: nessuna corrispondenza
+Name[ja]=テキスト補完: マッチなし
+Name[kk]=Автотолтыру: Ұсыныс жоқ
+Name[km]=ការ​បំពេញ​អត្ថបទ ៖ គ្មាន​ដំណូច
+Name[kn]=ಪಠ್ಯಪೂರಣ:ಯಾವುದೇ ಹೊಂದಾಣಿಕೆ ಇಲ್ಲ
+Name[ko]=텍스트 완성: 일치하는 것 없음
+Name[ku]=Qedandinadeqê: Hevgirtin Tune
+Name[lt]=Teksto užpildymas: nėra atitikmens
+Name[lv]=Teksta pabeigšana: nav atbilstību
+Name[mai]=Textcompletion: कोनो मिलान नहि
+Name[mk]=Довршување текст: нема совпаѓања
+Name[ml]=പദാവലി പൂര്‍ത്തിയാക്കല്‍: പൊരുത്തം ഒന്നുമില്ല
+Name[mr]=पाठ्यपूर्णता: जुळवणी नाही
+Name[nb]=Tekstfullføring: ingen treff
+Name[nds]=Textkompletteren: keen Dreper
+Name[nl]=Tekstaanvulling: geen overeenkomst
+Name[nn]=Tekstfullføring: ingen treff
+Name[or]=ପାଠ୍ୟ ସମ୍ପୂର୍ଣ୍ଣତା: କୌଣସି ମେଳକ ନାହିଁ
+Name[pa]=Textcompletion: ਕੋਈ ਮੇਲ ਨਹੀਂ
+Name[pl]=Uzupełnianie tekstu: brak dopasowań
+Name[pt]=Completação de texto: Sem Ocorrências
+Name[pt_BR]=Complementação de texto: nenhuma correspondência
+Name[ro]=Completare text: nici o potrivire
+Name[ru]=Автодополнение: нет совпадений
+Name[si]=පෙළ සම්පූරකය: ගැලපුම් නොමැත
+Name[sk]=Doplnenie textu: žiadna zhoda
+Name[sl]=Dokončevanje besedila: ni ujemanja
+Name[sr]=Допуна текста: нема поклапања
+Name[sr@ijekavian]=Допуна текста: нема поклапања
+Name[sr@ijekavianlatin]=Dopuna teksta: nema poklapanja
+Name[sr@latin]=Dopuna teksta: nema poklapanja
+Name[sv]=Textkomplettering: ingen träff
+Name[ta]=உரைப்பூர்த்தி: பொருத்தமில்லை
+Name[te]=Textcompletion: ఏ పోలికాలేదు
+Name[tg]=Автозавершение: нет совпадений
+Name[th]=เติมข้อความให้สมบูรณ์: ไม่พบที่ควรใช้
+Name[tr]=Metin tamamlama: Eşleşme yok
+Name[uk]=Завершення тексту: немає збігів
+Name[wa]=Completaedje di tecse: rén ki pout aler
+Name[x-test]=xxTextcompletion: No Matchxx
+Name[zh_CN]=文本补全:没有匹配
+Name[zh_TW]=文字補完:沒有符合
+Comment=No matching completion was found
+Comment[af]=Geen voltooiing kan gevind word om by die patroon te pas nie
+Comment[ar]=لم يتم العثور على تطابق
+Comment[be@latin]=Adpaviednik nia znojdzieny.
+Comment[bg]=Не са намерени съвпадения
+Comment[bn]=কোন পরিপূরণ পাওয়া যায়নি
+Comment[ca]=No s'ha trobat cap compleció coincident
+Comment[ca@valencia]=No s'ha trobat cap compleció coincident
+Comment[cs]=Nebyla nalezena žádná shoda
+Comment[csb]=Nie òstała nalazłô niżódnô mòżnota dofùlowaniô
+Comment[da]=Ingen matchende fuldstændiggørelse blev fundet
+Comment[de]=Es ist keine mögliche Vervollständigung gefunden worden
+Comment[el]=Δε βρέθηκε ταίριασμα για τη συμπλήρωση
+Comment[en_GB]=No matching completion was found
+Comment[eo]=Neniu kongruanta kompletaĵo troviĝis
+Comment[es]=No se han encontrado coincidencias
+Comment[et]=Ühtegi sobivat lõpetust ei leitud
+Comment[eu]=Bat datorren osatzerik ez
+Comment[fi]=Sopivaa täydennystä ei löytynyt
+Comment[fr]=Aucune correspondance de complément n'a été trouvée
+Comment[fy]=Gjin oerienkomstige kompletearings binne fun
+Comment[ga]=Níor aimsíodh aon chomhlánú comhoiriúnach
+Comment[gl]=Non se atopou ningún acabamento
+Comment[gu]=કોઇ મેળ ખાતી પૂર્તિ મળી નહી
+Comment[he]=לא מצאה התאמת השלמה
+Comment[hi]=कोई मिलता-जुलता पूर्णता नहीं मिला
+Comment[hne]=पूरा करइया कोइ नइ मिलत हे
+Comment[hr]=Nije pronađen podudardni dovršetak
+Comment[hsb]=Žane wudospołnjenje namakane
+Comment[hu]=Nincs illeszthető szó
+Comment[id]=Tak ada penyelesai yang cocok yang ditemukan
+Comment[is]=Engin samsvarandi ending fannst
+Comment[it]=Non nessun completamento corrispondente trovato
+Comment[ja]=マッチする補完は見つかりませんでした
+Comment[kk]=Автотолтыру ұсыныстары жоқ
+Comment[km]=រក​មិន​ឃើញ​ការ​បំពេញ​ដែល​ផ្គូផ្គង
+Comment[kn]=ಸರಿಹೊಂದುವ ಯಾವುದೇ ಪೂರಣವೂ ಕಂಡುಬರಲಿಲ್ಲ
+Comment[ko]=일치하는 항목을 찾을 수 없음
+Comment[ku]=Tu hevgirtinek nehate dîtin
+Comment[lt]=Nerasta atitinkanti pabaiga
+Comment[lv]=Netika atrasts neviens atbilstošs nobeigums
+Comment[mai]=कोनो मिलैत-जुलैत पूर्णता नहि भेटल
+Comment[mk]=Не беше пронајдено соодветно довршување
+Comment[ml]=ചേരുന്ന ഒന്നും ലഭ്യമായില്ല
+Comment[mr]=समजुळवणी पूर्णत्व आढळले नाही
+Comment[nb]=Fant ingen tekstfullføring som passet
+Comment[nds]=Dor findt sik keen passen Kompletteren
+Comment[ne]=मिल्दो पूर्णता फेला परेको थिएन
+Comment[nl]=Geen overeenkomende aanvulling gevonden
+Comment[nn]=Fann ikkje noko samsvarande tekstfullføring 
+Comment[or]=କୌଣସି ମେଳକ ସମ୍ପୂର୍ଣ୍ଣତା ମିଳୁନାହିଁ
+Comment[pa]=ਕੋਈ ਮਿਲਦਾ ਮੇਲ ਨਹੀਂ ਲੱਭਿਆ ਹੈ
+Comment[pl]=Nie znaleziono żadnego uzupełnienia
+Comment[pt]=Não foi encontrada nenhuma ocorrência correspondente
+Comment[pt_BR]=Nenhuma correspondência de complementação foi encontrada
+Comment[ro]=Nu s-a găsit nici o completare potrivită
+Comment[ru]=Не найдено вариантов автодополнения
+Comment[se]=Ii gávdnan teakstaollášuhttima
+Comment[si]=ගැලපෙන සම්පූරණයක් හමු නොවිනි
+Comment[sk]=Nebola nájdená žiadna zhoda
+Comment[sl]=Ni bilo moč najti ujemanja za dokončevanje
+Comment[sr]=Није нађено ниједно поклапање за допуну
+Comment[sr@ijekavian]=Није нађено ниједно поклапање за допуну
+Comment[sr@ijekavianlatin]=Nije nađeno nijedno poklapanje za dopunu
+Comment[sr@latin]=Nije nađeno nijedno poklapanje za dopunu
+Comment[sv]=Ingen matchande komplettering hittades
+Comment[ta]=பொருத்தமெதுவும் கிடைக்கவில்லை
+Comment[te]=ఏ సరిపోలు ముగింపు కనుగొనబడలేదు
+Comment[tg]=Подходящее завершение не найдено
+Comment[th]=ไม่พบคำที่ควรใช้สำหรับเติมให้สมบูรณ์
+Comment[tr]=Eşleşen tamamlama bulunamadı
+Comment[uk]=Не знайдено завершення, яке б збігалося
+Comment[wa]=Pont d' completaedje ki va n' a stî trové
+Comment[x-test]=xxNo matching completion was foundxx
+Comment[zh_CN]=没有发现匹配的补全
+Comment[zh_TW]=找不到符合的補完清單
+Action=
+Sound=KDE-Sys-List-Match-No.ogg
+
+[Event/Textcompletion: partial match]
+Name=Textcompletion: Partial Match
+Name[af]=Teksvoltooiing: gedeeltelike passing
+Name[ar]=النص اكتمل بتطابق جزئي
+Name[be@latin]=Zakančeńnie tekstu: častkovy adpaviednik
+Name[bg]=Автоматично завършване: частично съвпадение
+Name[bn]=লেখা পরিপূরণ: আংশিক মিল
+Name[bn_IN]=Textcompletion: আংশিক মিল
+Name[ca]=Compleció de text: coincidència parcial
+Name[ca@valencia]=Compleció de text: coincidència parcial
+Name[cs]=Doplňování textu: částčná shoda 
+Name[csb]=Dofùlowanié tesktu: dzélowé trafienia
+Name[da]=Tekstkomplettering: Delvis match
+Name[de]=Textvervollständigung: teilweiser Treffer
+Name[el]=Συμπλήρωση κειμένου: μερικό ταίριασμα
+Name[en_GB]=Textcompletion: Partial Match
+Name[eo]=Teksta kompletado: parta kongruaĵo
+Name[es]=Completado de texto: coincidencia parcial
+Name[et]=Tekstilõpetus: osaline sobivus
+Name[eu]=Testu osatzea: parekatze partziala
+Name[fi]=Tekstin täydennys: Osittainen osuma
+Name[fr]=Auto-complément de texte : correspondance partielle
+Name[fy]=Tekstkompletearring: foar in diel oerienkommend
+Name[ga]=Comhlánú téacs: Comhlánú Neamhiomlán
+Name[gl]=Completación de texto: coincidencia parcial
+Name[gu]=લખાણપૂર્તિ: આંશિક મેળ
+Name[he]=השלמת טקסט: התאמה חלקית
+Name[hi]=पाठ-पूर्णता: अधूरा मिलान
+Name[hne]=पाठपूराकरना: आधा-थोड़ा मिलत हे
+Name[hr]=Dovršetak teksta: djelomična podudarnost
+Name[hsb]=Wudospołnjenje teksta: dźělna namakanka
+Name[hu]=Szövegkiegészítés: részleges találat
+Name[id]=Penyelesai Teks: Cocok Sebagian
+Name[is]=Textaklárun: samsvörun á hluta
+Name[it]=Completamento del testo: corrispondenza parziale
+Name[ja]=テキスト補完: 部分的にマッチ
+Name[kk]=Автотолтыру: жарым-жарты сәйкестік
+Name[km]=ការ​បំពេញ​អត្ថបទ ៖ ដំណូច​​តាម​ផ្នែក
+Name[kn]=ಪಠ್ಯಪೂರಣ:ಭಾಗ ಶಃ ಹೊಂದಾಣಿಕೆ 
+Name[ko]=텍스트 완성: 부분적 일치
+Name[ku]=Qedandinadeqê: Qedandina Parçeyî
+Name[lt]=Teksto užpildymas: tinka dalinai
+Name[lv]=Teksta pabeigšana: daļēja atbilstība
+Name[mai]=Textcompletion: आंशिक मिलान
+Name[mk]=Довршување текст: делумно совпаѓање
+Name[ml]=പദാവലി പൂര്‍ത്തിയാക്കല്‍: പാതിപൊരുത്തം
+Name[mr]=पाठ्यपूर्णत्व: अपुरे जुळवणी
+Name[nb]=Tekstfullføring:delvis treff
+Name[nds]=Textkompletteren: Deeldreper
+Name[nl]=Tekstaanvulling: gedeeltelijke overeenkomst
+Name[nn]=Tekstfullføring: delvis treff
+Name[or]=ପାଠ୍ୟ ସମ୍ପୂର୍ଣ୍ଣତା: ଆଂଶିକ ମେଳକ
+Name[pa]=Textcompletion: ਅਧੂਰਾ ਮੇਲ
+Name[pl]=Uzupełnianie tekstu: częściowe dopasowanie
+Name[pt]=Completação de texto: Ocorrência Parcial
+Name[pt_BR]=Complementação de texto: correspondência parcial
+Name[ro]=Completare text: potrivire parțială
+Name[ru]=Автодополнение: частичное совпадение
+Name[si]=පෙළ සම්පූරකය: කොටසක් ගැලපේ
+Name[sk]=Doplnenie textu: čiastočná zhoda
+Name[sl]=Dokončevanje besedila: delno ujemanje
+Name[sr]=Допуна текста: делимично поклапање
+Name[sr@ijekavian]=Допуна текста: дјелимично поклапање
+Name[sr@ijekavianlatin]=Dopuna teksta: djelimično poklapanje
+Name[sr@latin]=Dopuna teksta: delimično poklapanje
+Name[sv]=Textkomplettering: delvis träff
+Name[ta]=உரைப்பூர்த்தி: பாதிப் பொருத்தம்
+Name[te]=Textcompletion: పాక్షిక పోలిక
+Name[tg]=Автозавершение: частичное совпадение
+Name[th]=เติมข้อความให้สมบูรณ์: พบคำเข้ากันได้บางส่วน
+Name[tr]=Metin tamamlama: Kısmi Eşleşme
+Name[uk]=Завершення тексту: частковий збіг
+Name[wa]=Completaedje di tecse: ene pårteye ki pout aler
+Name[x-test]=xxTextcompletion: Partial Matchxx
+Name[zh_CN]=文本补全:部分匹配
+Name[zh_TW]=文字補完:部份符合
+Comment=There is more than one possible match
+Comment[af]=Daar is meer as een moontlikheid
+Comment[ar]=هناك احتمال كثر من تطابق
+Comment[be@latin]=Znojdzienyja niekalki adpaviednikaŭ.
+Comment[bg]=Има повече от едно възможно съвпадение
+Comment[bn]=একাধিক সম্ভাব্য পরিপূরণ পাওয়া গেছে
+Comment[ca]=Hi ha més d'una coincidències possibles
+Comment[ca@valencia]=Hi ha més d'una coincidències possibles
+Comment[cs]=Existuje více než jedna shoda
+Comment[csb]=To dô wicy jakno jedno mòżlëwé trafienié
+Comment[da]=Der er mere end et mulig match
+Comment[de]=Es gibt mehr als einen möglichen Treffer
+Comment[el]=Υπάρχει παραπάνω από ένα πιθανό ταίριασμα
+Comment[en_GB]=There is more than one possible match
+Comment[eo]=Estas pli ol unu ebla kongruaĵo
+Comment[es]=Hay más de una coincidencia posible
+Comment[et]=Võimalikke sobivusi on enam kui üks
+Comment[eu]=Parekatza bat baino gehiago dago
+Comment[fi]=Löytyi useampi kuin yksi mahdollinen osuma
+Comment[fr]=Il existe plus d'une correspondance possible
+Comment[fy]=Der is wierskynlik mear as ien oerienkomst
+Comment[ga]=Tá níos mó ná aon chomhlánú comhoiriúnach ann
+Comment[gl]=Hai máis dun posíbel acabamento
+Comment[gu]=અહીં એક કરતાં વધુ શક્ય મેળ છે
+Comment[he]=יש יותר מהתאמה מתאימה אחת
+Comment[hi]=वहाँ पर एक से अघिक संभव जोड़ मिले हैं
+Comment[hne]=इहां एक से जादा संभावित मेच हे
+Comment[hr]=Postoji više od jedne moguće podudarnosti
+Comment[hsb]=Wjace hač jedne móžne wudospołnjenje
+Comment[hu]=Egynél több szó illeszkedik
+Comment[id]=Lebih dari satu kecocokan yang mungkin
+Comment[is]=Það eru fleiri en ein möguleg samsvörun
+Comment[it]=C'è più di una corrispondenza possibile
+Comment[ja]=マッチするものが複数あります
+Comment[kk]=Бірнеше ұсыныстар сәйкес келеді
+Comment[km]=មាន​ដំណូច​ច្រើន​ជាង​មួយ​ដែល​អាច​​ប្រើ​បាន
+Comment[kn]=ಒಂದಕ್ಕಿಂತಾ ಹೆಚ್ಚಿನ ಸಾಧ್ಯ ಹೊಂದಾಣಿಕೆಗಳಿವೆ
+Comment[ko]=하나 이상의 일치하는 항목이 있음
+Comment[ku]=Li virê ji yekê zêdetir hevgirtin heye
+Comment[lt]=Yra daugiau negu vienas galimas atitikmuo
+Comment[lv]=Atrasts vairāk kā viens iespējams nobeigums
+Comment[mai]=ओतए एकटा सँ बेसी जोड़ भेटैछ
+Comment[mk]=Има повеќе од едно можно совпаѓање
+Comment[ml]=ഒന്നില്‍ കൂടുതല്‍ പൊരുത്തങ്ങള്‍
+Comment[mr]=एकापेक्षा जास्त शक्य जुळवणी आढळली
+Comment[nb]=Det er mer enn ett mulig treff
+Comment[nds]=Dat gifft mehr as een mööglichen Dreper
+Comment[ne]=त्याहँ एक भन्दा बढि संभावित मिल्दो छैन
+Comment[nl]=Er is meer dan één mogelijke overeenkomst
+Comment[nn]=Det er meir enn eitt mogleg treff
+Comment[or]=ସେଠାରେ ଗୋଟିଏରୁ ଅଧିକ ମେଳକ ଅଛି
+Comment[pa]=ਇੱਕ ਤੋਂ ਵੱਧ ਸੰਭਵ ਮੇਲ ਉਪਲੱਬਧ ਹਨ
+Comment[pl]=Jest więcej niż jedno możliwe dopasowanie
+Comment[pt]=Existe mais de uma ocorrência possível
+Comment[pt_BR]=Existe mais que uma correspondência possível
+Comment[ro]=Sînt mai multe potriviri posibile
+Comment[ru]=Доступно более чем одно совпадение
+Comment[se]=Lea eanetgo ovtta vejolaš deaivan
+Comment[si]=මෙහි ගැලපීම් එකකට වඩා ඇත.
+Comment[sk]=Existuje viac ako jedna zhoda
+Comment[sl]=Na voljo je več možnih ujemanj
+Comment[sr]=Постоји више од једног могућег поклапања
+Comment[sr@ijekavian]=Постоји више од једног могућег поклапања
+Comment[sr@ijekavianlatin]=Postoji više od jednog mogućeg poklapanja
+Comment[sr@latin]=Postoji više od jednog mogućeg poklapanja
+Comment[sv]=Det finns mer än en möjlig träff
+Comment[ta]=ஒன்றுக்கும் மேற்பட்ட பொருத்தங்கள் உள்ளன
+Comment[te]=ఒకటికన్నా ఎక్కువ సాధ్యమగు సరిజోడులు ఉన్నాయి
+Comment[tg]=Доступно более чем одно совпадение
+Comment[th]=มีรายการที่เข้ากันได้ที่เป็นไปได้มากกว่าหนึ่งรายการ
+Comment[tr]=Birden fazla eşleşme var
+Comment[uk]=Є більше ніж один збіг
+Comment[wa]=I gn a pus k' on seu mot ki pôrént aler
+Comment[x-test]=xxThere is more than one possible matchxx
+Comment[zh_CN]=有超过一个可能的匹配
+Comment[zh_TW]=有一個以上符合
+Action=
+Sound=KDE-Sys-List-Match-Multiple.ogg
+
+[Event/fatalerror]
+Name=Fatal Error
+Name[af]=Fatale fout
+Name[ar]=خطأ فادح
+Name[be]=Зруйнавальная памылка
+Name[be@latin]=Važnaja pamyłka
+Name[bg]=Фатална грешка
+Name[bn]=মারাত্মক ত্রুটি
+Name[bn_IN]=মারাত্মাক ত্রুটি
+Name[ca]=Error fatal
+Name[ca@valencia]=Error fatal
+Name[cs]=Kritická chyba
+Name[csb]=Cãżkô fela
+Name[da]=Fatal fejl
+Name[de]=Schwerer Fehler
+Name[el]=Κρίσιμο σφάλμα
+Name[en_GB]=Fatal Error
+Name[eo]=Neriparebla eraro
+Name[es]=Error fatal
+Name[et]=Saatuslik viga
+Name[eu]=Errore fatala
+Name[fi]=Kohtalokas virhe
+Name[fr]=Erreur fatale
+Name[fy]=Fatale flater
+Name[ga]=Earráid Mharfach
+Name[gl]=Erro fatal
+Name[gu]=ઘાતક ક્ષતિ
+Name[he]=שגיאה קטלנית
+Name[hi]=गंभीर त्रुटि
+Name[hne]=गंभीर गलती
+Name[hr]=Ozbiljna pogreška
+Name[hsb]=Fatalny zmylk
+Name[hu]=Végzetes hiba
+Name[id]=Galat Fatal
+Name[is]=Banvæn villa
+Name[it]=Errore fatale
+Name[ja]=致命的なエラー
+Name[kk]=Түзелмейтін қате
+Name[km]=កំហុស​ធ្ងន់ធ្ងរ
+Name[kn]=ಮಾರಕ ದೋಷ
+Name[ko]=치명적 오류
+Name[ku]=Çewtiya Xeternak
+Name[lt]=Lemtinga klaida
+Name[lv]=Fatāla kļūda
+Name[mai]=गंभीर त्रुटि
+Name[mk]=Фатална грешка
+Name[ml]=ഗുരുതരപിശക്
+Name[mr]=गंभीर त्रुटी
+Name[nb]=Kritisk feil
+Name[nds]=Swoor Fehler
+Name[ne]=घातक त्रुटि
+Name[nl]=Fatale fout
+Name[nn]=Kritisk feil
+Name[or]=ମାରାତ୍ମକ ତ୍ରୁଟି
+Name[pa]=ਘਾਤਕ ਗਲਤੀ
+Name[pl]=Błąd krytyczny
+Name[pt]=Erro Fatal
+Name[pt_BR]=Erro fatal
+Name[ro]=Eroare fatală
+Name[ru]=Критическая ошибка
+Name[si]=දරුණු වරදක්
+Name[sk]=Fatálna chyba
+Name[sl]=Usodna napaka
+Name[sr]=Кобна грешка
+Name[sr@ijekavian]=Кобна грешка
+Name[sr@ijekavianlatin]=Kobna greška
+Name[sr@latin]=Kobna greška
+Name[sv]=Allvarligt fel
+Name[ta]=பிழை
+Name[te]=ఫాటల్ దోషము
+Name[tg]=Хатои хатарнок
+Name[th]=ข้อผิดพลาดร้ายแรง
+Name[tr]=Sonlandırıcı Hata
+Name[uk]=Критична помилка
+Name[uz]=Juda jiddiy xato
+Name[uz@cyrillic]=Жуда жиддий хато
+Name[wa]=Aroke moirt
+Name[x-test]=xxFatal Errorxx
+Name[zh_CN]=致命错误
+Name[zh_TW]=嚴重錯誤
+Comment=There was a serious error causing the program to exit
+Comment[af]=Daar was 'n ernstige fout wat die program beëindig het
+Comment[ar]=هناك خطأ فادح تسبب بالخروج من البرنامج
+Comment[be@latin]=Surjoznaja pamyłka prymusiła prahramu vyjści.
+Comment[bg]=Възникна сериозна грешка и програмата беше спряна
+Comment[bn_IN]=একটি মারাত্মক ত্রুটির ফলে প্রোগ্রামটি বন্ধ করতে বাধ্য হয়েছে
+Comment[ca]=Hi ha hagut un error seriós que ha provocat la sortida del programa
+Comment[ca@valencia]=Hi ha hagut un error seriós que ha provocat l'eixida del programa
+Comment[cs]=Nastala závažná chyba, v důsledku které byl program ukončen
+Comment[csb]=Pòkôza sã cãżkô fela, przez jaką programa òsta zakùńczonô.
+Comment[da]=Der var en alvorlig fejl som forårsagede at programmet afsluttede
+Comment[de]=Es ist ein schwerer Fehler aufgetreten, woraufhin das Programm beendet wurde.
+Comment[el]=Υπήρξε ένα σοβαρό σφάλμα που είχε σαν αποτέλεσμα τον τερματισμό του προγράμματος
+Comment[en_GB]=There was a serious error causing the program to exit
+Comment[eo]=Grava eraro finigis la programon
+Comment[es]=Ha tenido lugar un error fatal y la aplicación ha terminado
+Comment[et]=Tekkis tõsine viga, mis sundis programmi tööd lõpetama
+Comment[eu]=Errore larria egon da programa ateraraziz
+Comment[fi]=Vakava virhe aiheutti ohjelman keskeytymisen
+Comment[fr]=Une erreur sérieuse a entraîné la fin le programme
+Comment[fy]=Der wie in serieuse flater wertroch it programma sluten is
+Comment[ga]=Tharla earráid thromchúiseach a thug ar an gclár éirí as
+Comment[gl]=Aconteceu un erro grave que fixo que o programa se pechase inesperadamente
+Comment[gu]=કાર્યક્રમ બંધ થઇ જાય તેવી ઘાતક ક્ષતિ ઉદ્ભવી હતી
+Comment[he]=התרחשה שגיאה חמורה שגרמה לתכנית להיסגר
+Comment[hi]=एक अति गंभीर त्रुटि हुई जिसके कारण प्रोग्राम बाहर हो गया
+Comment[hne]=इहां एक गंभीर गलती हो गिस जे हर प्रोग्राम ल बाहिर कर दिस
+Comment[hr]=Došlo je do ozbiljne pogreške koja je uzrokovala završetak programa
+Comment[hsb]=Chutny zmylk je program zakónčił
+Comment[hu]=Olyan hiba történt a programban, melynek hatására a program futása befejeződött
+Comment[id]=Terjadi galat serius yang menyebabkan program keluar
+Comment[is]=Alvarleg villa átti sér stað sem olli því að forritið slökkti á sér
+Comment[it]=Si è verificato un errore serio che ha fatto terminare il programma
+Comment[ja]=プログラムを終了させる深刻なエラーが発生しました
+Comment[kk]=Бағдарлама ісін жалғастыра алмайтын елеулі қате пайда болды
+Comment[km]=មាន​កំហុស​ធ្ងន់ធ្ងរ​មួយ​​ដែល​បង្ក​ឲ្យ​កម្មវិធី​បិទ
+Comment[kn]=ಗಂಭೀರವಾದ ದೋಷವೊಂದು ಗೋಚರಗೊಂಡು, ಕ್ರಮವಿಧಿಯು (ಪ್ರೋಗ್ರಾಂ)  ನಿರ್ಗಮಿಸುವಂತೆ ಮಾಡಿತು
+Comment[ko]=프로그램이 종료될 정도의 큰 오류가 발생함
+Comment[ku]=Çewtiyeke cidî bû sedema girtina bernameyê
+Comment[lt]=Įvyko rimta klaida, privertusi programą užbaigti darbą
+Comment[lv]=Notika nopietna kļūda, kas izraisīja programmas iziešanu
+Comment[mai]=एकटा अति गंभीर त्रुटि भेल जकर कारण प्रोग्रामसँ बाहर निकल गेल
+Comment[mk]=Настана сериозна грешка што предизвика прекин на програмата
+Comment[ml]=ഗുരുതരമായ പ്രശ്നം ഈ പ്രോഗ്രാം നിര്‍ത്താന്‍ കാരണമായി
+Comment[mr]=गंभीर त्रुटी आढळल्यामुळे कार्यक्रम पासून बंद झाले
+Comment[nb]=Det oppsto em alvorlig feil som gjorde at programmet avsluttet
+Comment[nds]=Dat geev en swoor Fehler, dat Programm is utstegen
+Comment[ne]=कार्यक्रम अन्त्य गर्नको कारणले त्यहाँ जटिल त्रुटि थियो
+Comment[nl]=Er deed zich een serieuze fout voor die het programma deed afsluiten
+Comment[nn]=Det oppstod ein alvorleg feil som gjorde at programmet vart avslutta
+Comment[or]=ଗୋଟିଏ ଗମ୍ଭୀର ତ୍ରୁଟି ପ୍ରଗ୍ରାମକୁ ପ୍ରସ୍ଥାନ କରାଇଥାଏ
+Comment[pa]=ਘਾਤਕ ਗਲਤੀ ਕਰਕੇ ਪਰੋਗਰਾਮ ਬੰਦ ਹੋ ਰਿਹਾ ਹੈ
+Comment[pl]=Wystąpił poważny błąd i program zakończył działanie
+Comment[pt]=Ocorreu um erro sério que fez com que o programa saísse
+Comment[pt_BR]=Houve um erro sério, que fez com que o programa fosse fechado
+Comment[ro]=A avut loc o eroare gravă ce a determinat ieșirea programului
+Comment[ru]=Произошла серьёзная ошибка, приведшая к завершению работы программы
+Comment[se]=Duođalaš meattáhus bissehii prográmma
+Comment[si]=වැඩසටහන බරපතල වරදක් මගින් පිටවීමට සැලසිනි
+Comment[sk]=Vyskytla sa vážna chyba, ktorá spôsobila ukončenie programu
+Comment[sl]=Prišlo je do resne napake, zaradi katere se je program končal
+Comment[sr]=Дошло је до озбиљне грешке због које је програм обустављен
+Comment[sr@ijekavian]=Дошло је до озбиљне грешке због које је програм обустављен
+Comment[sr@ijekavianlatin]=Došlo je do ozbiljne greške zbog koje je program obustavljen
+Comment[sr@latin]=Došlo je do ozbiljne greške zbog koje je program obustavljen
+Comment[sv]=Ett allvarligt fel uppstod vilket fick programmet att avslutas
+Comment[ta]=பெரும் பிழை ஏற்பட்டக் காரணத்தினால் நிரல் நிறைவடைந்தது
+Comment[te]=అక్కడ ఒక ముఖ్యమైన దోషము ప్రోగ్రామ్ బహిష్కరణకు కారణమౌతున్నది
+Comment[tg]=Произошла серьезная ошибка, приведшая к завершению работы программы
+Comment[th]=มีข้อผิดพลาดรุนแรงทำให้ออกจากโปรแกรม
+Comment[tr]=Uygulamadan çıkılacak kadar önemli bir hata oluştu
+Comment[uk]=Трапилась серйозна помилка, що призвела до закриття програми
+Comment[wa]=Åk n' a vormint nén stî k' il a falou kel programe mousse foû.
+Comment[x-test]=xxThere was a serious error causing the program to exitxx
+Comment[zh_CN]=有一个严重错误导致程序退出
+Comment[zh_TW]=程式發生了嚴重錯誤,必須離開
+Action=Popup|Sound
+Sound=KDE-Sys-App-Error-Serious.ogg
+
+
+[Event/notification]
+Name=Notification
+Name[af]=Stelselboodskap
+Name[ar]=إشعار
+Name[be]=Абвяшчэнні
+Name[be@latin]=Infarmavańnie
+Name[bg]=Уведомяване
+Name[bn]=বিজ্ঞপ্তি
+Name[bn_IN]=সূচনা
+Name[ca]=Notificació
+Name[ca@valencia]=Notificació
+Name[cs]=Hlášení
+Name[csb]=Dôwanié wiédzë
+Name[da]=Bekendtgørelse
+Name[de]=Benachrichtigung
+Name[el]=Ειδοποίηση
+Name[en_GB]=Notification
+Name[eo]=Atentigo
+Name[es]=Notificación
+Name[et]=Märguanne
+Name[eu]=Jakinarazpena
+Name[fi]=Huomautus
+Name[fr]=Notifications 
+Name[fy]=Notifikaasje
+Name[ga]=Fógairt
+Name[gl]=Notificación
+Name[gu]=નોંધણી
+Name[he]=הודעות מערכת
+Name[hi]=अधिसूचना
+Name[hne]=अधिसूचना
+Name[hr]=Obavijest
+Name[hsb]=Zdźělenka
+Name[hu]=Rendszerüzenet
+Name[id]=Notifikasi
+Name[is]=Kerfistilkynning
+Name[it]=Notifica
+Name[ja]=通知
+Name[kk]=Құлақтандыру
+Name[km]=សេចក្តី​ជូន​ដំណឹង​
+Name[kn]=ಸೂಚನೆಗಳು
+Name[ko]=알림
+Name[ku]=Agahdarî
+Name[lt]=Pranešimas
+Name[lv]=Paziņojums
+Name[mai]=अधिसूचना
+Name[mk]=Известување
+Name[ml]=അറിയിപ്പു്
+Name[mr]=सूचना
+Name[nb]=Varsling
+Name[nds]=Bescheed
+Name[ne]=सूचना
+Name[nl]=Melding
+Name[nn]=Varsling
+Name[oc]=Notificacion
+Name[or]=ବିଜ୍ଞପ୍ତି
+Name[pa]=ਨੋਟੀਫਿਕੇਸ਼ਨ
+Name[pl]=Powiadomienie
+Name[pt]=Notificação
+Name[pt_BR]=Notificação
+Name[ro]=Notificare
+Name[ru]=Уведомление
+Name[se]=Dieđiheapmi
+Name[si]=දැනුම්දීම
+Name[sk]=Upozornenie
+Name[sl]=Obvestilo
+Name[sr]=Обавештење
+Name[sr@ijekavian]=Обавјештење
+Name[sr@ijekavianlatin]=Obavještenje
+Name[sr@latin]=Obaveštenje
+Name[sv]=Underrättelse
+Name[ta]=அறிவிப்பு
+Name[te]=నో‍టీసు
+Name[tg]=Огоҳинома
+Name[th]=การแจ้งให้ทราบ
+Name[tr]=Bildirim
+Name[uk]=Сповіщення
+Name[uz]=Xabarnoma
+Name[uz@cyrillic]=Хабарнома
+Name[wa]=Notifiaedje
+Name[x-test]=xxNotificationxx
+Name[zh_CN]=通知
+Name[zh_TW]=通知
+Comment=Something special happened in the program
+Comment[af]=Iets buitengewoon het in die program gebeur
+Comment[ar]=حدث شيء خاص في البرنامج
+Comment[be@latin]=U prahramie zdaryłasia niešta asablivaje.
+Comment[bg]=Нещо се случи с програмата
+Comment[bn]=প্রোগ্রাম-এ বিশেষ কিছু ঘটেছে
+Comment[bn_IN]=প্রোগ্রামের মধ্যে বিশেষ কিছু ঘটেছে
+Comment[ca]=Quelcom especial ha passat en el programa
+Comment[ca@valencia]=Quelcom especial ha passat en el programa
+Comment[cs]=Něco zvláštního se stalo s programem
+Comment[csb]=W programie stało sã cos òsoblëwégò
+Comment[da]=Noget specielt skete i programmet
+Comment[de]=Im Programm ist ein besonderes Ereignis eingetreten
+Comment[el]=Εμφάνιση κάποιου ειδικού γεγονότος στο πρόγραμμα
+Comment[en_GB]=Something special happened in the program
+Comment[eo]=Io speciala okazis en la programo
+Comment[es]=Ha ocurrido algo especial en el programa
+Comment[et]=Programmis juhtus midagi erilist
+Comment[eu]=Zerbait berezia gertatu da programan
+Comment[fi]=Ohjelmassa tapahtui jotakin erikoista
+Comment[fr]=Quelque chose d'anormal s'est produit dans le programme
+Comment[fy]=Der barde wat spesjaals yn it programma
+Comment[ga]=Tharla rud éigin speisialta sa chlár
+Comment[gl]=Aconteceu algo especial no programa
+Comment[gu]=કાર્યક્રમમાં કંઇક ખાસ થયું છે
+Comment[he]=משהו מיוחד התרחש בתכנית
+Comment[hi]=प्रोग्राम में कुछ महत्वपूर्ण घटित हुआ
+Comment[hne]=प्रोग्राम मं कुछ विसेस हो गिस
+Comment[hr]=Nešto posebno se je dogodilo u programu
+Comment[hsb]=Něšto wosebite je so z programom stało
+Comment[hu]=Valamilyen esemény következett be a programban
+Comment[id]=Sesuatu yang spesial terjadi di program
+Comment[is]=Eitthvað sérstakt gerðist í keyrslu forritsins
+Comment[it]=È successo qualcosa di particolare nel programma
+Comment[ja]=何か特別なことがプログラムに起こりました
+Comment[kk]=Бағдарламада елеулі бірдеме болды
+Comment[km]=មាន​អ្វី​ពិសេស​បាន​កើត​ឡើង​ក្នុង​កម្មវិធី
+Comment[kn]=ಕ್ರಮವಿಧಿಯಲ್ಲಿ (ಪ್ರೋಗ್ರಾಂ)  ಏನೋ ವಿಶೇಷವಾದ ಘಟನೆಯಾಯಿತು
+Comment[ko]=프로그램에서 특별한 일이 발생함
+Comment[ku]=Di bernameyê de hin tiltên girîng qewimîn
+Comment[lt]=Kažkoks specialus įvykis programoje
+Comment[lv]=Programmā notika kautkas īpašs
+Comment[mai]=प्रोग्राम मे किछु महत्वपूर्ण घटित भेल
+Comment[mk]=Настана нешто специјално во програмата
+Comment[ml]=പ്രോഗ്രാമില്‍ പ്രത്യേകിച്ചെന്തോ സംഭവിച്ചു
+Comment[mr]=कार्यक्रम अंतर्गत काहितरी खास घडले
+Comment[nb]=Det hendte noe spesielt i programmet
+Comment[nds]=Dat geev en afsünnerlich Begeefnis binnen dat Programm
+Comment[ne]=कार्यक्रममा केही विशिष्ट घटना भयो
+Comment[nl]=Er gebeurde iets bijzonders in het programma
+Comment[nn]=Det skjedde noko spesielt i programmet
+Comment[pa]=ਪਰੋਗਰਾਮ ਵਿੱਚ ਕੁਝ ਖਾਸ ਹੋਇਆ ਜਾਪਦਾ ਹੈ।
+Comment[pl]=Coś niezwykłego stało się z programem
+Comment[pt]=Algo de especial ocorreu no programa
+Comment[pt_BR]=Algo especial aconteceu no programa
+Comment[ro]=S-a întîmplat ceva deosebit în program
+Comment[ru]=С программой произошло что-то странное
+Comment[se]=Miinu erenoamáš dáhpáhuvvai prográmmas
+Comment[si]=වැඩසටහනේ විශේෂ යමක් සිදුවේ
+Comment[sk]=V programe sa stalo niečo zvláštne
+Comment[sl]=V programu se je zgodilo nekaj posebnega
+Comment[sr]=Нешто посебно се догодило у програму
+Comment[sr@ijekavian]=Нешто посебно се догодило у програму
+Comment[sr@ijekavianlatin]=Nešto posebno se dogodilo u programu
+Comment[sr@latin]=Nešto posebno se dogodilo u programu
+Comment[sv]=Någonting speciellt inträffade i programmet
+Comment[ta]=நிரலில் விசேடமாக ஏதோ நடந்துள்ளது
+Comment[te]=ప్రోగ్రామ్‌నందు ఏదోప్రత్యేకమైంది జరిగింది
+Comment[tg]=С программой произошло что-то необычное
+Comment[th]=มีบางอย่างที่พิเศษเกิดขึ้นในโปรแกรม
+Comment[tr]=Uygulamada bazı özel durumlar oluştu
+Comment[uk]=Щось особливе сталось в програмі
+Comment[wa]=Ene sacwè di speciåle s' a passé dins l' programe
+Comment[x-test]=xxSomething special happened in the programxx
+Comment[zh_CN]=这个程序中发生了特殊的事情
+Comment[zh_TW]=程式中發生了特殊事件
+Action=Sound|Popup
+Sound=KDE-Sys-Special.ogg
+
+[Event/warning]
+Name=Warning
+Name[af]=Waarskuwing
+Name[ar]=إنذار
+Name[as]=সতৰ্কবাণী
+Name[be]=Папярэджанне
+Name[be@latin]=Uvaha
+Name[bg]=Предупреждение
+Name[bn]=সতর্কবার্তা
+Name[bn_IN]=সতর্কবার্তা
+Name[ca]=Avís
+Name[ca@valencia]=Avís
+Name[cs]=Varování
+Name[csb]=Bôczënk
+Name[da]=Advarsel
+Name[de]=Warnung
+Name[el]=Προειδοποίηση
+Name[en_GB]=Warning
+Name[eo]=Averto
+Name[es]=Aviso
+Name[et]=Hoiatus
+Name[eu]=Kontuz
+Name[fi]=Varoitus
+Name[fr]=Avertissement
+Name[fy]=Warskôging
+Name[ga]=Rabhadh
+Name[gl]=Aviso
+Name[gu]=ચેતવણી
+Name[he]=אזהרה
+Name[hi]=चेतावनी
+Name[hne]=चेतावनी
+Name[hr]=Upozorenje
+Name[hsb]=Kedźbu
+Name[hu]=Figyelmeztetés
+Name[id]=Peringatan
+Name[is]=Aðvörun
+Name[it]=Avviso
+Name[ja]=警告
+Name[kk]=Ескерту
+Name[km]=ការ​ព្រមាន
+Name[kn]=ಎಚ್ಚರಿಕೆ
+Name[ko]=경고
+Name[ku]=Hişyarî
+Name[lt]=Dėmesio
+Name[lv]=Brīdinājums
+Name[mai]=चेतावनी
+Name[mk]=Предупредување
+Name[ml]=മുന്നറിയിപ്പു്
+Name[mr]=धोका
+Name[nb]=Advarsel
+Name[nds]=Wohrschoen
+Name[ne]=चेतावनी
+Name[nl]=Waarschuwing
+Name[nn]=Åtvaring
+Name[oc]=Alèrta
+Name[or]=ଚେତାବନୀ
+Name[pa]=ਚੇਤਾਵਨੀ
+Name[pl]=Ostrzeżenie
+Name[pt]=Aviso
+Name[pt_BR]=Aviso
+Name[ro]=Atenționare
+Name[ru]=Предупреждение
+Name[se]=Várrehus
+Name[si]=අවවාදය
+Name[sk]=Varovanie
+Name[sl]=Opozorilo
+Name[sr]=Упозорење
+Name[sr@ijekavian]=Упозорење
+Name[sr@ijekavianlatin]=Upozorenje
+Name[sr@latin]=Upozorenje
+Name[sv]=Varning
+Name[ta]=எச்சரிக்கை
+Name[te]=హెచ్చరిక
+Name[tg]=Огоҳинома
+Name[th]=คำเตือน
+Name[tr]=Uyarı
+Name[uk]=Попередження
+Name[uz]=Ogohnoma
+Name[uz@cyrillic]=Огоҳнома
+Name[wa]=Adviertixhmint
+Name[x-test]=xxWarningxx
+Name[zh_CN]=警告
+Name[zh_TW]=警告
+Comment=There was an error in the program which may cause problems
+Comment[af]=Daar was 'n fout wat die program. Dit kon probleme veroorsaak het 
+Comment[ar]=حدث خطأ في البرنامج قد يسبب مشكلة
+Comment[be@latin]=U prahramie ŭźnikła pamyłka, ź jakoj mohuć vyniknuć prablemy.
+Comment[bg]=Възникна грешка в програмата и това може да е причина за проблема
+Comment[bn]=প্রোগ্রাম-এ এমন কিছু ত্রুটি রয়েছে যার ফলে সমস্যা হতে পারে
+Comment[bn_IN]=প্রোগ্রামের মধ্যে একটি ত্রুটি দেখা দিয়েছে এবং এর ফলে সমস্যা দেখা দিতে পারে
+Comment[ca]=Hi ha hagut un error en el programa que pot provocar problemes
+Comment[ca@valencia]=Hi ha hagut un error en el programa que pot provocar problemes
+Comment[cs]=V programu nastala chyba, která může způsobit problémy
+Comment[csb]=W programie pòkôża sã fela, jakô mògła doprowôdzëc do problemów
+Comment[da]=Der var en fejl i program som kan volde problemer
+Comment[de]=Im Programm ist ein Fehler aufgetreten, der Probleme verursachen könnte
+Comment[el]=Υπήρξε ένα σφάλμα στο πρόγραμμα το οποίο μπορεί να προκαλέσει προβλήματα
+Comment[en_GB]=There was an error in the program which may cause problems
+Comment[eo]=Estis eraro en la programo kiu eble kaŭzas problemojn
+Comment[es]=Hubo un error en el programa que puede causar problemas
+Comment[et]=Programmis tekkis viga, mis võib tekitada probleeme
+Comment[eu]=Arazoak ekar ditzekeen errorea bazegoen programan
+Comment[fi]=Ohjelmassa oli virhe, joka voi aiheuttaa ongelmia
+Comment[fr]=Il y a eu une erreur dans le programme qui peut causer des problèmes
+Comment[fy]=Der wie in flater yn it programma wat swierrigens feroorsaakje kin
+Comment[ga]=Bhí earráid sa ríomhchlár agus b'fhéidir go mbeidh fadhbanna dá barr
+Comment[gl]=Aconteceu un erro no programa que pode causar problemas
+Comment[gu]=કાર્યક્મમાં ક્ષતિ હતી જે કદાચ મુશ્કેલીઓ ઉભી કરશે
+Comment[he]=הייתה שגיאה בתכנית שאולי גרמה לבעיות
+Comment[hi]=प्रोग्राम में त्रुटि है जिससे समस्या उत्पन्न हो सकती है
+Comment[hne]=प्रोग्राम मं एक गलती हो गिस जे हर समस्या दे सकही
+Comment[hr]=Došlo je do pogreške u programu koja bi mogla uzrokovati probleme
+Comment[hsb]=Zmylk w programje móže hišće problemy zawinić
+Comment[hu]=Hiba történt a programban, de a program futása folytatódhat
+Comment[id]=Terjadi galat di program yang mungkin menyebabkan masalah
+Comment[is]=Villa varð í forritinu og gætið það valdið vandamálum
+Comment[it]=Si è verificato nel programma un errore che potrebbe causare problemi
+Comment[ja]=問題を引き起こす可能性のあるエラーがプログラムに発生しました
+Comment[kk]=Бағдарламада мәселе туғыза алатын қате пайда болды
+Comment[km]=មាន​កំហុស​ក្នុង​កម្មវិធី​ដែល​អាច​បង្ក​បញ្ហា
+Comment[kn]=ಕ್ರಮವಿಧಿಯಲ್ಲಿ ದೋಷವೊಂದು ಕಂಡುಬಂದಿದ್ದು, ಇದು ತೊಂದರೆಗಳನ್ನುಂಟುಮಾಡಬಹುದು
+Comment[ko]=프로그램에 문제를 가져올 수 있는 오류가 발생함
+Comment[ku]=Di bernameyê de çewtiyên ku karibin bibin sedema pirsgirêkan derketin
+Comment[lt]=Įvyko programos klaida, galinti sukelti problemų
+Comment[lv]=Programmā notika kļūda, kas varētu izraisīt problēmas
+Comment[mai]=प्रोग्राममे त्रुटि अछि जकरासँ समस्या उत्पन्न भए सकैत अछि
+Comment[mk]=Имаше грешка во програмата што може да предизвика проблеми
+Comment[ml]=കുഴപ്പമുണ്ടാക്കുന്ന എന്തോ പിശകു് പ്രോഗാമിലുണ്ടായിരുന്നു
+Comment[mr]=कार्यक्रमात त्रुटी आढळल्यामुळे अडचणी निर्माण होऊ शकतात
+Comment[nb]=Det oppsto en feil i programmet som kan gi vanskeligheter
+Comment[nds]=Dat geev en Fehler binnen dat Programm, villicht suert dor Problemen bi rut
+Comment[ne]=कार्यक्रममा एउटा त्रुटि थियो जुन समस्याहरूको कारण हुन सक्दछ
+Comment[nl]=Er deed zich een fout voor in het programma dat problemen kan veroorzaken
+Comment[nn]=Det oppstod ein feil i programmet, som kan føra til vanskar
+Comment[pa]=ਪਰੋਗਰਾਮ ਵਿੱਚ ਇੱਕ ਗਲਤੀ ਆਈ ਹੈ, ਜਿਸ ਨਾਲ ਸਮੱਸਿਆਵਾਂ ਆਈਆਂ ਹਨ
+Comment[pl]=W programie wystąpił błąd, może powodować problemy
+Comment[pt]=Ocorreu um erro no programa que poderá provocar problemas
+Comment[pt_BR]=Houve um erro no programa, que pode causar problemas
+Comment[ro]=A avut loc o eroare în program care ar putea cauza probleme
+Comment[ru]=В программе произошла ошибка, которая может вызвать проблемы
+Comment[se]=Lei meattáhus prográmmas mii dáidá ráhkadit váttisvuođaid
+Comment[si]=ගැටළු ඇතිවිය හැකි වරදක් වැඩසටහන සතුවේ
+Comment[sk]=V programe sa vyskytla chyba, ktorá môže spôsobiť problémy
+Comment[sl]=V programu je prišlo do napake, ki lahko povzroči težave
+Comment[sr]=Дошло је до грешке у програму која може изазвати проблеме
+Comment[sr@ijekavian]=Дошло је до грешке у програму која може изазвати проблеме
+Comment[sr@ijekavianlatin]=Došlo je do greške u programu koja može izazvati probleme
+Comment[sr@latin]=Došlo je do greške u programu koja može izazvati probleme
+Comment[sv]=Det uppstod ett fel i programmet vilket kan orsaka problem
+Comment[ta]=நிரலில் பிழையுள்ளது அது சிக்கலைத் தோற்றுவிக்கலாம்
+Comment[te]=ప్రోగ్రామ్‌నందు ఒక దోషమువుంది అది సమస్యలకు కారణంకావచ్చు
+Comment[tg]=В программе произошла ошибка, которая может вызвать проблемы
+Comment[th]=มีข้อผิดพลาดในโปรแกรมซึ่งอาจทำให้เกิดปัญหา
+Comment[tr]=Uygulamada sorunlara neden olabilecek bir hata oluştu
+Comment[uk]=В програмі трапилась помилка, яка може спричинити проблеми
+Comment[wa]=Åk n' a nén stî e programe ki pôreut fé des rujhes
+Comment[x-test]=xxThere was an error in the program which may cause problemsxx
+Comment[zh_CN]=程序中有一个错误,它可能导致一些问题
+Comment[zh_TW]=程式中發生錯誤,可能造成問題
+Action=Popup|Sound
+Sound=KDE-Sys-App-Error.ogg
+
+[Event/catastrophe]
+Name=Catastrophe
+Name[af]=Katastrofe
+Name[ar]=كارثة
+Name[be]=Катастрофа
+Name[be@latin]=Katastrofa
+Name[bg]=Катастрофа
+Name[bn]=ভয়ানক সমস্যা
+Name[ca]=Catàstrofe
+Name[ca@valencia]=Catàstrofe
+Name[cs]=Katastrofa
+Name[csb]=Katastrofa
+Name[da]=Katastrofe
+Name[de]=Katastrophe
+Name[el]=Καταστροφή
+Name[en_GB]=Catastrophe
+Name[eo]=Katastrofo
+Name[es]=Catástrofe
+Name[et]=Katastroof
+Name[eu]=Hondamena
+Name[fi]=Katastrofi
+Name[fr]=Catastrophe
+Name[fy]=Katastrofe
+Name[ga]=Tubaiste
+Name[gl]=Catástrofe
+Name[gu]=ગંભીર ભૂલ
+Name[he]=קטסטרופה
+Name[hi]=प्रलय
+Name[hne]=तबाही
+Name[hr]=Katastrofa
+Name[hsb]=Katastrofa
+Name[hu]=Súlyos hiba
+Name[id]=Katastrofe
+Name[is]=Hörmungarástand
+Name[it]=Catastrofe
+Name[ja]=大惨事
+Name[kk]=Апатты жағдай
+Name[km]=Catastrophe
+Name[kn]=ದುರಂತ
+Name[ko]=중대한 오류
+Name[ku]=Malxerabî
+Name[lt]=Katastrofa
+Name[lv]=Katastrofa
+Name[mai]=Catastrophe
+Name[mk]=Катастрофа
+Name[ml]=ദുരന്തം
+Name[nb]=Katastrofe
+Name[nds]=Groot Malöör
+Name[ne]=आपत्ति
+Name[nl]=Catastrofe
+Name[nn]=Katastrofe
+Name[or]=Catastrophe
+Name[pa]=ਕਾਟਾਸਟਰਫੀ
+Name[pl]=Katastrofa
+Name[pt]=Catástrofe
+Name[pt_BR]=Catástrofe
+Name[ro]=Catastrofă
+Name[ru]=Катастрофа
+Name[se]=Roassu
+Name[si]=Catastrophe
+Name[sk]=Katastrofa
+Name[sl]=Katastrofa
+Name[sr]=Катастрофа
+Name[sr@ijekavian]=Катастрофа
+Name[sr@ijekavianlatin]=Katastrofa
+Name[sr@latin]=Katastrofa
+Name[sv]=Katastrof
+Name[ta]=Catastrophe
+Name[te]=కెటస్ట్రోఫీ
+Name[tg]=Катастрофа
+Name[th]=หายนะ
+Name[tr]=Felaket
+Name[uk]=Катастрофа
+Name[wa]=Laide afwaire
+Name[x-test]=xxCatastrophexx
+Name[zh_CN]=严重故障
+Name[zh_TW]=發生大災難
+Comment=A very serious error occurred, at least causing the program to exit
+Comment[af]=Daar was 'n baie ernstige fout. Dit het ten minste die program beëindig
+Comment[ar]=خطأ كبير أدى إلى خروج البرنامج
+Comment[be@latin]=Uźnikła vielmi važnaja pamyłka, jakaja prynamsi vymusiła prahramu vyjści.
+Comment[bg]=Възникна много сериозна грешка и програмата беше спряна
+Comment[ca]=Hi ha hagut un error molt seriós, com a mínim ha provocat la sortida del programa
+Comment[ca@valencia]=Hi ha hagut un error molt seriós, com a mínim ha provocat l'eixida del programa
+Comment[cs]=Nastala velmi závažná chyba, která má za následek minimálně ukončení programu
+Comment[csb]=Pòkôza sã cãżkô fela, jakô przënômni nã programã zakùńcza
+Comment[da]=En meget alvorlig fejl opstod, som mindst forårsagede at programmet afsluttede
+Comment[de]=Ein sehr schwerer Fehler ist aufgetreten, der wenigstens das Programm zum Beenden bringt
+Comment[el]=Συνέβη ένα πολύ σοβαρό σφάλμα, με αρχικό αποτέλεσμα την κατάρρευση του προγράμματος
+Comment[en_GB]=A very serious error occurred, at least causing the program to exit
+Comment[eo]=Gravega eraro okazis, kiu almenaŭ finigis la programon
+Comment[es]=Ha ocurrido un error serio, causando al menos la terminación del programa
+Comment[et]=Tekkis väga tõsine viga, mis sundis programmi tööd lõpetama
+Comment[eu]=Oso errore larria gertatu da, programa ateraraztea eragin duena, gutxienez
+Comment[fi]=Tapahtui erittäin vakava virhe, joka aiheutti ainakin ohjelman keskeytymisen
+Comment[fr]=Une erreur très sérieuse s'est produite, provoquant au minimum la sortie du programme
+Comment[fy]=In serieuse flater had him foardien wertroch it programma sluten is
+Comment[ga]=Tharla earráid thromchúiseach, a thug ar an gclár éirí as, ar a laghad
+Comment[gl]=Aconteceu un erro moi grave, que como mínimo fixo que o programa se pechase
+Comment[gu]=ઓછામાં ઓછું કાર્યક્રમ બંધ થઇ જાય, તેવી ખૂબ ગંભીર ક્ષતિ ઉદ્ભવી હતી
+Comment[he]=שגיאה חמורה מאוד התרחשה, שגרמה לתוכנה להיסגר.
+Comment[hi]=एक अति गंभीर त्रुटि हुई, जिससे प्रोग्राम बाहर हो गया
+Comment[hne]=एक बहुत बड़े गलती हो गिस जे हर प्रोग्राम ल बाहिर कर दिस.
+Comment[hr]=Dogodila se je vrlo ozbiljna pogreška, koja je uzrokovala završetak barem jednog programa
+Comment[hsb]=Jara chutny zmylk je znajmjeńša program wottřělił.
+Comment[hu]=Hiba történt a programban, a program futása befejeződött
+Comment[id]=Galat yang sangat serius terjadi, sekurangnya menyebabkan program keluar
+Comment[is]=Mjög alvarleg villa átti sér stað, a.m.k. næg til að forritið slökkti á sér
+Comment[it]=Si è verificato un errore molto serio, che ha causato almeno l'uscita del programma
+Comment[ja]=少なくともプログラムを終了させる非常に重大なエラーが発生しました
+Comment[kk]=Бағдарлама кемінде ісін жалғастыра алмайтын өте елеулі қате пайда болды
+Comment[km]=កំហុស​ធ្ងន់ធ្ងរ​បំផុត​បាន​កើត​ឡើង យ៉ាង​ហោច​ណាស់​វា​បង្ក​ឲ្យ​កម្មវិធី​បិទ
+Comment[kn]=ಬಹಳ ಗಂಭೀರವಾದ ದೋಷವೊಂದು ಕಂಡುಬಂದಿದ್ದು, ಕಡೇ ಪಕ್ಷ  ಕ್ರಮವಿಧಿಯು ನಿರ್ಗಮಿಸುವೆತೆ ಮಾಡಿತು
+Comment[ko]=프로그램이 종료될 정도의 매우 큰 오류가 발생함
+Comment[ku]=Çewtiyeke gelekî girîng derkete holê, tiştê herî baş dê bibe sedema girtina bernameyê
+Comment[lt]=Įvyko labai rimta klaida, privertusi programą bent jau baigti darbą.
+Comment[lv]=Notika ļoti notpietna kļūda, tā izraisīja vismaz programmas iziešanu
+Comment[mai]=एकटा अति गंभीर त्रुटि भेल, जकरासँ प्रोग्राम बाहर भए गेल
+Comment[mk]=Настана многу сериозна грешка што предизвика најмалку пад на програмата
+Comment[ml]=വളരെ ഗുരുതരമായ പിശകു് പറ്റി.ഇപ്പോഴത്തേയ്ക്ക് പ്രോഗ്രാം നിറുത്തുന്നു
+Comment[mr]=खूपच गंभीर त्रुटी आढळली, किमान कार्यक्रम बंद होऊ शकते
+Comment[nb]=Det oppsto en meget alvorlig feil som minst førte til at programmet stoppet
+Comment[nds]=Dat geev en groot Malöör, tominnst dat Programm is utstegen
+Comment[ne]=धेरै जटिल त्रुटि देखा पर्यो, कम्तिमा कार्यक्रम अन्त्य गर्नुपर्ने कारण बन्न सक्दछ
+Comment[nl]=Er deed zich een serieuze fout voor dat er op zijn minst voor zorgde dat het programma werd afgesloten
+Comment[nn]=Det oppstod ein veldig alvorleg feil, som iallfall gjorde at programmet vart avslutta
+Comment[or]=ଗୋଟିଏ ମାରାତ୍ମକ ତ୍ରୁଟି ଘଟିଛି, ଅତି କମରେ ପ୍ରଗ୍ରାମକୁ ପ୍ରସ୍ଥାନ କରିବାକୁ ପଡ଼ିପାରେ
+Comment[pa]=ਇੱਕ ਬਹੁਤ ਹੀ ਗੰਭੀਰ ਸਮੱਸਿਆ ਹੋਈ ਹੈ, ਜਿਸ ਨਾਲ ਪਰੋਗਰਾਮ ਬੰਦ ਹੋ ਰਿਹਾ ਹੈ।
+Comment[pl]=Wystąpił bardzo poważny błąd, co najmniej nastąpiło zakończenie pracy programu
+Comment[pt]=Ocorreu um erro muito sério, que fez pelo menos com que o programa saísse
+Comment[pt_BR]=Um erro muito sério aconteceu, que causou (no mínimo) o fechamento do programa
+Comment[ro]=A intervenit o eroare foarte gravă, cauzînd cel puțin ieșirea programului
+Comment[ru]=Произошла очень серьёзная ошибка, как минимум, вызвавшая завершение работы программы
+Comment[si]=ඉතා දැඩි වරදක් ඇතිවිය, අඩු තරමින් වැඩසටහන ඉවත්වීමට හේතුවෙමින්
+Comment[sk]=Nastala veľmi vážna chyba, ktorá zapríčinila minimálne ukončenie programu
+Comment[sl]=Prišlo je do zelo resne napake, zaradi katere se je program končal
+Comment[sr]=Дошло је до врло озбиљне грешке, због које је бар програм обустављен
+Comment[sr@ijekavian]=Дошло је до врло озбиљне грешке, због које је бар програм обустављен
+Comment[sr@ijekavianlatin]=Došlo je do vrlo ozbiljne greške, zbog koje je bar program obustavljen
+Comment[sr@latin]=Došlo je do vrlo ozbiljne greške, zbog koje je bar program obustavljen
+Comment[sv]=Ett mycket allvarligt fel uppstod, som åtminstone fick programmet att avslutas
+Comment[ta]=A very serious error occurred, at least causing the program to exit
+Comment[te]=చాలా ముఖ్యమైన దోషము సంభవించింది, కనీసం ప్రోగ్రామ్ బహిష్కరణకు కారణమౌతోంది
+Comment[tg]=Произошла очень серьезная ошибка, как минимум вызвавшая завершение работы программы
+Comment[th]=เกิดข้อผิดพลาดที่ร้ายแรงมาก อย่างน้อยก็ทำให้ออกจากโปรแกรม
+Comment[tr]=En azından uygulamadan çıkılacak kadar önemli bir hata oluştu
+Comment[uk]=трапилась дуже серйозна помилка, яка призвела до закриття програми
+Comment[wa]=Åk di vormint laid s' a passé. Ça a pol moens fwait kel programe a dvou moussî foû
+Comment[x-test]=xxA very serious error occurred, at least causing the program to exitxx
+Comment[zh_CN]=发生了一个非常严重的错误,至少已经导致了这个程序退出
+Comment[zh_TW]=發生了非常嚴重的問題,至少造成程式被迫結束
+Action=Popup|Sound
+Sound=KDE-Sys-App-Error-Serious.ogg
+
+
+[Event/startkde]
+Name=Login
+Name[af]=Aanteken
+Name[ar]=ولوج
+Name[be]=Уваход
+Name[be@latin]=Uvachod
+Name[bg]=Вход
+Name[bn]=লগ-ইন
+Name[bn_IN]=লগ-ইন করুন
+Name[ca]=Entrada
+Name[ca@valencia]=Entrada
+Name[cs]=Přihlášení
+Name[csb]=Logòwanié
+Name[da]=Login
+Name[de]=Anmeldung
+Name[el]=Σύνδεση
+Name[en_GB]=Login
+Name[eo]=Ensaluto
+Name[es]=Acceso
+Name[et]=Sisselogimine
+Name[eu]=Saio hasiera
+Name[fi]=Sisäänkirjautuminen:
+Name[fr]=Connexion 
+Name[fy]=Ynlogge
+Name[ga]=Logáil Isteach
+Name[gl]=Acceso
+Name[gu]=પ્રવેશ
+Name[he]=שם התחברות
+Name[hi]=लॉगइन
+Name[hne]=लागइन
+Name[hr]=Prijava
+Name[hsb]=Přizjewjenje
+Name[hu]=Bejelentkezés
+Name[id]=Log Masuk
+Name[is]=Innskráning
+Name[it]=Accesso
+Name[ja]=ログイン
+Name[kk]=Кіру
+Name[km]=ចូល
+Name[kn]=ಪ್ರವೇಶಿಸು (ಲಾಗಿನ್)
+Name[ko]=로그인
+Name[ku]=Têketin
+Name[lt]=Prisijungti
+Name[lv]=Pieteikties
+Name[mai]=लागिन
+Name[mk]=Најавување
+Name[ml]=അകത്തുകയറുക
+Name[mr]=दाखलन
+Name[nb]=Logg inn
+Name[nds]=Anmellen
+Name[ne]=लगइन गर्नुहोस्
+Name[nl]=Aanmelden
+Name[nn]=Innlogging
+Name[oc]=Connexion
+Name[or]=ଲଗଇନ
+Name[pa]=ਲਾਗਇਨ
+Name[pl]=Logowanie
+Name[pt]=Arranque
+Name[pt_BR]=Início de sessão
+Name[ro]=Autentificare
+Name[ru]=Вход в систему
+Name[se]=Sisačáliheapmi
+Name[si]=පිවිසුම
+Name[sk]=Prihlásenie
+Name[sl]=Prijava
+Name[sr]=Пријава
+Name[sr@ijekavian]=Пријава
+Name[sr@ijekavianlatin]=Prijava
+Name[sr@latin]=Prijava
+Name[sv]=Inloggning
+Name[ta]=நுழைக
+Name[te]=లాగిన్
+Name[tg]=Воридот
+Name[th]=ล็อกอิน
+Name[tr]=Giriş
+Name[uk]=Вхід
+Name[uz]=Kirish
+Name[uz@cyrillic]=Кириш
+Name[wa]=Elodjaedje
+Name[x-test]=xxLoginxx
+Name[zh_CN]=登录
+Name[zh_TW]=登入
+Comment=KDE is starting up
+Comment[af]=KDE is besig om aan die gang te kom
+Comment[ar]=جارٍ بدء كدي
+Comment[be]=KDE запускаецца
+Comment[be@latin]=Uklučeńnie KDE.
+Comment[bg]=Стартиране на KDE
+Comment[bn]=কে.ডি.ই. চালু হচ্ছে
+Comment[bn_IN]=KDE আরম্ভ করা হচ্ছে
+Comment[ca]=El KDE està engegant
+Comment[ca@valencia]=El KDE està engegant
+Comment[cs]=Spouští se KDE
+Comment[csb]=KDE sztartëje
+Comment[da]=KDE er ved at starte
+Comment[de]=KDE wird gestartet
+Comment[el]=Το KDE εκκινεί
+Comment[en_GB]=KDE is starting up
+Comment[eo]=KDE lanĉiĝas
+Comment[es]=Se está iniciando KDE
+Comment[et]=KDE käivitumine
+Comment[eu]=KDE abiarazten ari da
+Comment[fi]=KDE käynnistyy
+Comment[fr]=KDE démarre
+Comment[fy]=KDE set útein
+Comment[ga]=KDE á thosú
+Comment[gl]=KDE está a iniciarse
+Comment[gu]=KDE શરૂ થાય છે
+Comment[he]=‫KDE מופעל
+Comment[hi]=केडीई प्रारंभ हो रहा है
+Comment[hne]=केडीई चालू होवत हे
+Comment[hr]=Pokretanje KDE
+Comment[hsb]=KDE so startuje
+Comment[hu]=A KDE elindult
+Comment[id]=KDE dihidupkan
+Comment[is]=KDE er að ræsast
+Comment[it]=KDE sta partendo
+Comment[ja]=KDE 起動中
+Comment[kk]=KDE жұмысын бастауда
+Comment[km]=KDE កំពុង​ចាប់ផ្ដើម
+Comment[kn]=ಕೆಡಿಇ ಪ್ರಾರಂಭಗೊಳ್ಳುತ್ತಿದೆ
+Comment[ko]=KDE가 시작되는 중
+Comment[ku]=KDE dest pê dike
+Comment[lt]=KDE pasileidžia
+Comment[lv]=KDE sagatavojas darbam
+Comment[mai]=KDE आरंभ भए रह अछि
+Comment[mk]=KDE стартува
+Comment[ml]=കെഡിഇ ആരംഭിയ്ക്കുന്നു
+Comment[mr]=KDE सुरू करत आहे
+Comment[nb]=KDE starter
+Comment[nds]=KDE fohrt hooch
+Comment[ne]=केडीई सुरुआत हुँदैछ
+Comment[nl]=KDE start op
+Comment[nn]=KDE startar opp
+Comment[or]=KDE ଆରମ୍ଭ ହେଉଅଛି
+Comment[pa]=KDE ਸਟਾਰਟ ਹੋ ਰਿਹਾ ਹੈ
+Comment[pl]=KDE uruchamia się
+Comment[pt]=O KDE está a iniciar
+Comment[pt_BR]=O KDE está sendo inicializado
+Comment[ro]=KDE pornește
+Comment[ru]=Выполняется запуск KDE
+Comment[se]=KDE lea vuolgimin johtui
+Comment[si]=KDE අරඹමින්
+Comment[sk]=Spúšťa sa KDE
+Comment[sl]=KDE se zaganja
+Comment[sr]=КДЕ се покреће
+Comment[sr@ijekavian]=КДЕ се покреће
+Comment[sr@ijekavianlatin]=KDE se pokreće
+Comment[sr@latin]=KDE se pokreće
+Comment[sv]=KDE startas
+Comment[ta]=கேபசூ துவங்குகிறது
+Comment[te]=KDE ప్రారంభమౌతోంది
+Comment[tg]=KDE оғоз шудааст
+Comment[th]=KDE กำลังเริ่มงาน
+Comment[tr]=KDE başlatılıyor
+Comment[uk]=Запускається KDE
+Comment[uz]=KDE ishga tushyapti
+Comment[uz@cyrillic]=KDE ишга тушяпти
+Comment[wa]=KDE s' enonder
+Comment[x-test]=xxKDE is starting upxx
+Comment[zh_CN]=KDE 正在启动
+Comment[zh_TW]=KDE 啟動中
+
+[Event/exitkde]
+Name=Logout
+Name[af]=Afteken
+Name[ar]=اخرج
+Name[be]=Выйсці
+Name[be@latin]=Vychad
+Name[bg]=Изход
+Name[bn]=লগ-আউট
+Name[bn_IN]=লগ-আউট করুন
+Name[ca]=Sortida
+Name[ca@valencia]=Eixida
+Name[cs]=Odhlášení
+Name[csb]=Wëlogòwanié
+Name[da]=Log ud
+Name[de]=Abmeldung
+Name[el]=Αποσύνδεση
+Name[en_GB]=Logout
+Name[eo]=Elsaluto
+Name[es]=Cerrar la sesión
+Name[et]=Väljalogimine
+Name[eu]=Saio amaiera
+Name[fi]=Uloskirjautuminen
+Name[fr]=Déconnexion
+Name[fy]=Utlogge
+Name[ga]=Logáil Amach
+Name[gl]=Saír
+Name[gu]=બહાર નીકળો
+Name[he]=התנתקות
+Name[hi]=लॉगआउट
+Name[hne]=लागआउट
+Name[hr]=Odjava
+Name[hsb]=Wotzjewjenje
+Name[hu]=Elrendezés
+Name[id]=Log Keluar
+Name[is]=Útskráning
+Name[it]=Esci
+Name[ja]=ログアウト
+Name[kk]=Шығу
+Name[km]=ចេញ
+Name[kn]=ನಿರ್ಗಮಿಸು (ಲಾಗೌಟ್)
+Name[ko]=로그아웃
+Name[ku]=Derketin
+Name[lt]=Atsijungimas
+Name[lv]=Atteikties
+Name[mai]=लाग आउट
+Name[mk]=Одјавување
+Name[ml]=പുറത്തിറങ്ങുക
+Name[mr]=बाहेर पडा
+Name[nb]=Logg ut
+Name[nds]=Afmellen
+Name[ne]=लगआउट
+Name[nl]=Afmelden
+Name[nn]=Utlogging
+Name[oc]=Desconnexion
+Name[or]=ଲଗଆଉଟ
+Name[pa]=ਲਾਗਆਉਟ
+Name[pl]=Wylogowanie
+Name[pt]=Encerramento
+Name[pt_BR]=Encerramento de sessão
+Name[ro]=Ieșire
+Name[ru]=Завершение сеанса
+Name[se]=Olggosčáliheapmi
+Name[si]=ඉවත් වන්න
+Name[sk]=Odhlásenie
+Name[sl]=Odjava
+Name[sr]=Одјава
+Name[sr@ijekavian]=Одјава
+Name[sr@ijekavianlatin]=Odjava
+Name[sr@latin]=Odjava
+Name[sv]=Utloggning
+Name[ta]=வெளிவருக
+Name[te]=లాగ్అవుట్
+Name[tg]=Баромадан
+Name[th]=ออกจากระบบ
+Name[tr]=Çıkış
+Name[uk]=Вихід
+Name[uz]=Chiqish
+Name[uz@cyrillic]=Чиқиш
+Name[wa]=Dislodjaedje
+Name[x-test]=xxLogoutxx
+Name[zh_CN]=注销
+Name[zh_TW]=登出
+Comment=KDE is exiting
+Comment[af]=KDE is besig om uit te gaan
+Comment[ar]=كدي خرجت
+Comment[be]=Выхад з KDE
+Comment[be@latin]=Vychad z KDE.
+Comment[bg]=Излизане от KDE
+Comment[bn]=কে.ডি.ই. বন্ধ করা হচ্ছে
+Comment[bn_IN]=KDE থেকে প্রস্থান করা হচ্ছে
+Comment[ca]=El KDE està finalitzant
+Comment[ca@valencia]=El KDE està finalitzant
+Comment[cs]=Ukončuje se KDE
+Comment[csb]=KDE òstanié zakùńczoné
+Comment[da]=KDE er ved at afslutte
+Comment[de]=KDE wird beendet
+Comment[el]=Έξοδος από το KDE
+Comment[en_GB]=KDE is exiting
+Comment[eo]=KDE eliras
+Comment[es]=KDE está terminando
+Comment[et]=KDE sulgemine
+Comment[eu]=KDE bukatzen ari da
+Comment[fi]=KDE lopetetaan
+Comment[fr]=KDE se termine
+Comment[fy]=KDE giet der út
+Comment[ga]=KDE á mhúchadh
+Comment[gl]=KDE está a pecharse
+Comment[gu]=KDE હાજર છે
+Comment[he]=‫KDE יוצא
+Comment[hi]=केडीई बंद हो रहा है
+Comment[hne]=केडीई बन्द होवत हे
+Comment[hr]=Napuštanje KDE
+Comment[hsb]=KDE so zakónči
+Comment[hu]=A KDE leáll
+Comment[id]=KDE keluar
+Comment[is]=KDE drepur á sér
+Comment[it]=KDE sta uscendo
+Comment[ja]=KDE 終了中
+Comment[kk]=KDE аяқталуда
+Comment[km]=KDE កំពុង​បិទ
+Comment[kn]=ಕೆಡಿಇ ನಿರ್ಗಮಿಸುತ್ತಿದೆ
+Comment[ko]=KDE가 종료되는 중
+Comment[ku]=KDE bi dawî dibe
+Comment[lt]=KDE išsijunginėja
+Comment[lv]=KDE beidz darbu
+Comment[mai]=KDE निकल रहल अछि
+Comment[mk]=KDE се спушта
+Comment[ml]=കെഡിഇ അവസാനിപ്പിക്കുന്നു
+Comment[mr]=KDE बाहेर पडत आहे
+Comment[nb]=KDE avslutter
+Comment[nds]=KDE stiegt ut
+Comment[ne]=केडीई अन्त्य हुँदैछ
+Comment[nl]=KDE sluit af
+Comment[nn]=KDE vert avslutta
+Comment[or]=KDE ପ୍ରସ୍ଥାନ କରୁଅଛି
+Comment[pa]=KDE ਬੰਦ ਹੋ ਰਿਹਾ ਹੈ
+Comment[pl]=KDE kończy pracę
+Comment[pt]=O KDE está a terminar a sua sessão
+Comment[pt_BR]=O KDE está sendo fechado
+Comment[ro]=KDE iese
+Comment[ru]=Выполняется завершение сеанса KDE
+Comment[se]=KDE heaittihuvvo
+Comment[si]=KDE ඉවත් වීම
+Comment[sk]=Ukončuje sa KDE
+Comment[sl]=KDE končuje
+Comment[sr]=КДЕ се гаси
+Comment[sr@ijekavian]=КДЕ се гаси
+Comment[sr@ijekavianlatin]=KDE se gasi
+Comment[sr@latin]=KDE se gasi
+Comment[sv]=KDE avslutas
+Comment[ta]=கேபசூ வெளியேறுகிறது
+Comment[te]=KDE నిష్క్రమిస్తోంది
+Comment[tg]=KDE хомӯш шудааст
+Comment[th]=กำลังออกจาก KDE
+Comment[tr]=KDE kapatılıyor
+Comment[uk]=Вихід з KDE
+Comment[uz]=KDE ishini yakunlayapti
+Comment[uz@cyrillic]=KDE ишини якунлаяпти
+Comment[wa]=KDE mousse foû
+Comment[x-test]=xxKDE is exitingxx
+Comment[zh_CN]=KDE 正在退出
+Comment[zh_TW]=KDE 結束中
+Action=
+
+[Event/cancellogout]
+Name=Logout Canceled
+Name[af]=Afteken is gekanselleer
+Name[ar]=الخروج الغي
+Name[be@latin]=Vychad anulavany
+Name[bg]=Отменено излизане
+Name[bn]=লগ-আউট বাতিল
+Name[bn_IN]=লগ-আউট বাতিল করা হয়েছে
+Name[ca]=S'ha cancel·lat la sortida
+Name[ca@valencia]=S'ha cancel·lat l'eixida
+Name[cs]=Odhlášení přerušeno
+Name[csb]=Przerwóné wëlogòwanié
+Name[da]=Log ud annulleret
+Name[de]=Abmeldung abgebrochen
+Name[el]=Ακύρωση αποσύνδεσης
+Name[en_GB]=Logout Cancelled
+Name[eo]=Elŝaluto nuliĝis
+Name[es]=Cierre de sesión cancelado
+Name[et]=Väljalogimine katkestatud
+Name[eu]=Saio amaiera bertan behera utzi da
+Name[fi]=Uloskirjautuminen peruutettu
+Name[fr]=Déconnexion annulée
+Name[fy]=Utloggen ôfbrutsen
+Name[ga]=Cealaíodh logáil amach
+Name[gl]=Cancelouse a saída
+Name[gu]=બહાર નીકળવાનું રદ
+Name[he]=היצאה בוטלה
+Name[hi]=लॉगआउट रद्द
+Name[hne]=लागआउट खारिज
+Name[hr]=Odjava prekinuta
+Name[hsb]=Wotzjewjenje přetorhnjene
+Name[hu]=Kijelentkezés megszakítva
+Name[id]=Log Keluar Dibatalkan
+Name[is]=Hætt við útskráningu
+Name[it]=Uscita annullata
+Name[ja]=ログアウトのキャンセル
+Name[kk]=с
+Name[km]=បោះបង់​ការ​ចេញ
+Name[kn]=ನಿರ್ಗಮನವನ್ನು ರದ್ದುಗೊಳಿಸಲಾಯಿತು
+Name[ko]=로그아웃 취소됨
+Name[ku]=Derketin hat betalkirin
+Name[lt]=Atsijungimas atšauktas
+Name[lv]=Atslēgšanās atcelta
+Name[mai]=लागआउट रद
+Name[mk]=Одјавувањето е откажано
+Name[ml]=പുറത്തിറങ്ങന്നതു് റദ്ദാക്കിയിരിയ്ക്കുന്നു
+Name[mr]=बाहेर पडणे रद्द केले
+Name[nb]=Utlogging avbrutt
+Name[nds]=Afmellen afbraken
+Name[ne]=लगआउट रद्द गरियो
+Name[nl]=Afmelden geannuleerd
+Name[nn]=Utlogging avbroten
+Name[or]=ଲଗଆଉଟ ବାତିଲ ହୋଇଛି
+Name[pa]=ਲਾਗਆਉਟ ਰੱਦ ਕੀਤਾ
+Name[pl]=Wylogowanie przerwane
+Name[pt]=Encerramento Cancelado
+Name[pt_BR]=Encerramento de sessão cancelado
+Name[ro]=Ieșire anulată
+Name[ru]=Завершение сеанса прервано
+Name[se]=Olggosčáliheapmi gaskkalduvvui
+Name[si]=පිටවීම අහෝසි කළා
+Name[sk]=Odhlásenie prerušené
+Name[sl]=Odjava preklicana
+Name[sr]=Одјава отказана
+Name[sr@ijekavian]=Одјава отказана
+Name[sr@ijekavianlatin]=Odjava otkazana
+Name[sr@latin]=Odjava otkazana
+Name[sv]=Utloggning avbruten
+Name[ta]=வெளிவருதல் தவிர்க்கப்பட்டது
+Name[te]=లాగ్అవుట్ రద్దుకాబడింది
+Name[tg]=Баромадан манъ карда шуд
+Name[th]=ยกเลิกการออกจากระบบ
+Name[tr]=Çıkış İptal Edildi
+Name[uk]=Вихід скасовано
+Name[uz]=Tizimdan chiqish bekor qilindi
+Name[uz@cyrillic]=Тизимдан чиқиш бекор қилинди
+Name[wa]=Dislodjaedje rinoncî
+Name[x-test]=xxLogout Canceledxx
+Name[zh_CN]=注销取消了
+Name[zh_TW]=登出已取消
+Comment=KDE logout was canceled
+Comment[af]=KDE-afteken is gekanselleer
+Comment[ar]=خروج كدي الغي
+Comment[be@latin]=Vychad z KDE anulavany.
+Comment[bg]=Излизането от KDE беше отменено
+Comment[bn]=কে.ডি.ই. লগ-আউট বাতিল করা হয়েছে
+Comment[bn_IN]=KDE থেকে লগ-আউট কর্ম বাতিল করা হয়েছে
+Comment[ca]=S'ha cancel·lat la sortida del KDE
+Comment[ca@valencia]=S'ha cancel·lat l'eixida del KDE
+Comment[cs]=Odhlášení z KDE bylo přerušeno
+Comment[csb]=Wëlogòwanié z KDE òstało przerwóné
+Comment[da]=Log ud af KDE annulleret
+Comment[de]=Der Abmeldevorgang aus KDE ist abgebrochen worden
+Comment[el]=Η αποσύνδεση από το KDE ακυρώθηκε
+Comment[en_GB]=KDE logout was cancelled
+Comment[eo]=KDE elŝaluto nuliĝis
+Comment[es]=El cierre de sesión de KDE se ha cancelado
+Comment[et]=KDEst väljalogimine katkestati
+Comment[eu]=KDE saiotik irtetea bertan behera utzi da
+Comment[fi]=KDE:n uloskirjautuminen kumottiin
+Comment[fr]=La déconnexion de KDE a été annulée
+Comment[fy]=KDE útloggen wie ôfbrutsen
+Comment[ga]=Cealaíodh logáil amach ó KDE
+Comment[gl]=Cancelouse o peche de KDE
+Comment[gu]=KDE માંથી બહાર નીકળવાનું કરવામાં આવ્યું હતું
+Comment[he]=היציאה מ־KDE בוטלה
+Comment[hi]=केडीई लॉगआउट रद्द किया गया
+Comment[hne]=केडीई के लागआउट खारिज
+Comment[hr]=Odjava iz KDE-a je prekinuta
+Comment[hsb]=Wotzjewjenje w KDE je so přetorhnyło
+Comment[hu]=A KDE kijelentkezési folyamata megszakadt
+Comment[id]=Log keluar KDE telah dibatalkan
+Comment[is]=Hætt var við útskráningu úr KDE
+Comment[it]=L'uscita da KDE è stata annullata
+Comment[ja]=KDE からのログアウトがキャンセルされました
+Comment[kk]=KDE-ден шығу доғарылды
+Comment[km]=ការ​ចេញ​ពី KDE ត្រូវ​បាន​បោះបង់
+Comment[kn]=ಕೆಡಿಇ ಯಿಂದ ನಿರ್ಗಮನವನ್ನು  ರದ್ದುಗೊಳಿಸಲಾಯಿತು
+Comment[ko]=KDE 로그아웃이 취소됨
+Comment[ku]=Derketina ji KDE'yê hat betalkirin
+Comment[lt]=Išsiregistravimas iš KDE buvo nutrauktas
+Comment[lv]=Atslēgšanās no KDE tika atcelta
+Comment[mai]=KDE लागआउट रद कएल गेल छल
+Comment[mk]=Одјавувањето од KDE беше откажано
+Comment[ml]=കെഡിഇയില്‍ നിന്നും പുറത്തിറങ്ങുന്നതു് റദ്ദാക്കിയിരിയ്ക്കുന്നു
+Comment[mr]=KDE पासून बाहेर पडणे रद्द केले
+Comment[nb]=KDE utlogging ble avbrutt
+Comment[nds]=Afmellen ut KDE wöör afbraken
+Comment[ne]=केडीई लगआउट रद्द गरिएको थियो
+Comment[nl]=Afmelden bij KDE is geannuleerd
+Comment[nn]=Utlogginga frå KDE vart avbrote
+Comment[or]=KDE ଲଗଆଉଟକୁ ବାତିଲ କରାଯାଇଛି
+Comment[pa]=KDE ਲਾਗਆਉਟ ਰੱਦ ਕੀਤਾ ਗਿਆ ਹੈ
+Comment[pl]=Wylogowanie z KDE zostało przerwane
+Comment[pt]=O encerramento da sessão do KDE foi cancelado
+Comment[pt_BR]=O encerramento de sessão do KDE foi cancelado
+Comment[ro]=Ieșirea din KDE a fost anulată
+Comment[ru]=Выход из сеанса KDE был отменён
+Comment[se]=KDE-olggosčáliheapmi gaskkalduvvui
+Comment[si]=KDE පිටවීම අහෝසි කළා
+Comment[sk]=Odhlásenie z KDE bolo zrušené
+Comment[sl]=Odjava iz KDE je bila preklicana
+Comment[sr]=Отказана одјава из КДЕ‑а
+Comment[sr@ijekavian]=Отказана одјава из КДЕ‑а
+Comment[sr@ijekavianlatin]=Otkazana odjava iz KDE‑a
+Comment[sr@latin]=Otkazana odjava iz KDE‑a
+Comment[sv]=Utloggning från KDE avbröts
+Comment[ta]=கேபசூ வெளிவருகை தவிர்க்கப்பட்டது
+Comment[te]=KDE లాగ్అవుట్ రద్దుకాబడింది
+Comment[tg]=Баромадани KDE қатъ карда шуд
+Comment[th]=การออกจากระบบ KDE ถูกยกเลิก
+Comment[tr]=KDE çıkışı iptal edildi
+Comment[uk]=Вихід з KDE було скасовано
+Comment[wa]=Li dislodjaedje di KDE a stî rinoncî
+Comment[x-test]=xxKDE logout was canceledxx
+Comment[zh_CN]=KDE 注销被取消了
+Comment[zh_TW]=登出的動作已被取消
+Action=Popup
+
+[Event/printerror]
+Name=Print Error
+Name[af]=Drukkerfout
+Name[ar]=خطأ طباعة
+Name[be]=Памылка друку
+Name[be@latin]=Pamyłka vydruku
+Name[bg]=Грешка при печат
+Name[bn]=মুদ্রণ সমস্যা
+Name[bn_IN]=প্রিন্ট সংক্রান্ত ত্রুটি
+Name[ca]=Error d'impressió
+Name[ca@valencia]=Error d'impressió
+Name[cs]=Chyba tisku
+Name[csb]=Fela drëkera
+Name[da]=Udskriftsfejl
+Name[de]=Druckfehler
+Name[el]=Σφάλμα εκτύπωσης
+Name[en_GB]=Print Error
+Name[eo]=Preseraro
+Name[es]=Error de impresión
+Name[et]=Trükkimise viga
+Name[eu]=Inprimatze errorea
+Name[fi]=Tulostusvirhe
+Name[fr]=Erreur d'impression
+Name[fy]=Printflater
+Name[ga]=Earráid Priontála
+Name[gl]=Erro de impresión
+Name[gu]=છાપકામ ક્ષતિ
+Name[he]=שגיאת הדפסה
+Name[hi]=प्रिंटर त्रुटि
+Name[hne]=छपाई गलती
+Name[hr]=Pogreška ispisivanja
+Name[hsb]=Zmylk ćišćenja
+Name[hu]=Nyomtatási hiba
+Name[id]=Galat Cetak
+Name[is]=Prentunarvilla
+Name[it]=Errore di stampa
+Name[ja]=印刷エラー
+Name[kk]=Басып шығару қатесі
+Name[km]=កំហុស​បោះពុម្ព
+Name[kn]=ಮುದ್ರಣ ದೋಷ
+Name[ko]=인쇄 오류
+Name[ku]=Çewtiya Çapkirinê
+Name[lt]=Spausdinimo klaida
+Name[lv]=Drukas kļūda
+Name[mai]=प्रिंटर त्रुटि
+Name[mk]=Грешка при печатење
+Name[ml]=അച്ചടിയ്ക്കുന്നതില്‍ തെറ്റു്
+Name[mr]=छपाई त्रुटी
+Name[nb]=Utskriftsfeil
+Name[nds]=Druckfehler
+Name[ne]=मुद्रण त्रुटि
+Name[nl]=Printerfout
+Name[nn]=Utskriftsfeil
+Name[or]=ମୁଦ୍ରଣ ତ୍ରୁଟି
+Name[pa]=ਪਰਿੰਟ ਗਲਤੀ
+Name[pl]=Błąd drukowania
+Name[pt]=Erro de Impressão
+Name[pt_BR]=Erro de impressão
+Name[ro]=Eroare de tipărire
+Name[ru]=Ошибка печати
+Name[se]=Čálihanmeattáhus
+Name[si]=මුද්‍රණ දෝෂය
+Name[sk]=Chyba tlače
+Name[sl]=Napaka pri tiskanju
+Name[sr]=Грешка штампања
+Name[sr@ijekavian]=Грешка штампања
+Name[sr@ijekavianlatin]=Greška štampanja
+Name[sr@latin]=Greška štampanja
+Name[sv]=Skrivarfel
+Name[ta]=அச்சுப் பிழை
+Name[te]=ముద్రణ దోషము
+Name[tg]=Чопи хатоӣ
+Name[th]=การพิมพ์ผิดพลาด
+Name[tr]=Yazdırma Hatası
+Name[uk]=Помилка друку
+Name[uz]=Bosib chiqarish xatosi
+Name[uz@cyrillic]=Босиб чиқариш хатоси
+Name[wa]=Aroke d' imprimaedje
+Name[x-test]=xxPrint Errorxx
+Name[zh_CN]=打印错误
+Name[zh_TW]=列印錯誤
+Comment=A print error has occurred
+Comment[af]='n Drukkerfout het plaasgevind
+Comment[ar]=خطأ في الطباعة
+Comment[be@latin]=Uźnikła pamyłka vydruku.
+Comment[bg]=Възникна грешка при печат
+Comment[bn]=একটি মুদ্রণজনিত সমস্যা হয়েছে
+Comment[bn_IN]=প্রিন্ট সংক্রান্ত ত্রুটি দেখা দিয়েছে
+Comment[ca]=S'ha produït un error d'impressió
+Comment[ca@valencia]=S'ha produït un error d'impressió
+Comment[cs]=Nastala chyba v tisku
+Comment[csb]=Pòkôza sã fela przë drëkòwaniô
+Comment[da]=En udskriftsfejl opstod
+Comment[de]=Ein Fehler beim Drucken ist aufgetreten
+Comment[el]=Συνέβη ένα σφάλμα κατά την εκτύπωση
+Comment[en_GB]=A print error has occurred
+Comment[eo]=Preseraro okazis
+Comment[es]=Ha tenido lugar un error de impresión
+Comment[et]=Trükkimisel tekkis viga
+Comment[eu]=Inprimatze errorea gertatu da
+Comment[fi]=Tapahtui tulostusvirhe
+Comment[fr]=Une erreur d'impression s'est produite
+Comment[fy]=Der barde In printflater
+Comment[ga]=Tharla earráid priontála
+Comment[gl]=Aconteceu un erro de impresión
+Comment[gu]=છાપકામ ક્ષતિ ઉદ્ભવી છે
+Comment[he]=שגיאה הדפסה התרחשה
+Comment[hi]=छापने में एक त्रुटि हुई
+Comment[hne]=छपाई मं गलती हो गिस
+Comment[hr]=Došlo je do pogreške ispisivanja
+Comment[hsb]=Zmylk při ćišćenju je so stało
+Comment[hu]=Nyomtatási hiba történt
+Comment[id]=Galat cetak telah terjadi
+Comment[is]=Prentunarvilla átti sér stað
+Comment[it]=Si è verificato un errore di stampa
+Comment[ja]=印刷エラーが発生しました
+Comment[kk]=Басып шығару қате орын алды
+Comment[km]=កំហុស​បោះពុម្ព​បាន​កើត​ឡើង
+Comment[kn]=ಮುದ್ರಣ ದೋಷವೊಂದು ಸಂಭವಿಸಿದೆ
+Comment[ko]=인쇄 오류가 발생함
+Comment[ku]=Dema çapkirinê de çewtiyek derkete hole
+Comment[lt]=Įvyko spausdinimo klaida
+Comment[lv]=Notika drukas kļūda
+Comment[mai]=कोनो छपाइ त्रुटि भेल
+Comment[mk]=Настана грешка при печатењето
+Comment[ml]=അച്ചടിയ്ക്കുന്നതില്‍ തെറ്റു്
+Comment[mr]=छपाई त्रुटी आढळली
+Comment[nb]=Det oppsto en utskriftsfeil
+Comment[nds]=Dat geev en Fehler bi't Drucken
+Comment[ne]=मुद्रण त्रुटि देखा परेको छ
+Comment[nl]=Er deed zich een printerfout voor
+Comment[nn]=Det oppstod ein utskriftsfeil
+Comment[or]=ଗୋଟିଏ ମୁଦ୍ରଣ ତ୍ରୁଟି ଘଟିଅଛି
+Comment[pa]=ਇੱਕ ਪਰਿੰਟ ਗਲਤੀ ਆਈ ਹੈ
+Comment[pl]=Wystąpił błąd drukowania
+Comment[pt]=Ocorreu um erro de impressão
+Comment[pt_BR]=Um erro de impressão ocorreu
+Comment[ro]=A intervenit o eroare de tipărire
+Comment[ru]=Произошла ошибка печати
+Comment[se]=Čálihanmeattáhus čuožžilii
+Comment[si]=මුද්‍රක වරදක් හටගැනිනි
+Comment[sk]=Nastala chyba tlače
+Comment[sl]=Prišlo je do napake pri tiskanju
+Comment[sr]=Дошло је до грешке при штампању
+Comment[sr@ijekavian]=Дошло је до грешке при штампању
+Comment[sr@ijekavianlatin]=Došlo je do greške pri štampanju
+Comment[sr@latin]=Došlo je do greške pri štampanju
+Comment[sv]=Utskriftsfel har inträffat
+Comment[ta]=அச்சுப் பிழையொன்று நேர்ந்துள்ளது
+Comment[te]=ముద్రణ దోషము సంభవించింది
+Comment[tg]=Чопи хатоӣ пайдо шуд
+Comment[th]=เกิดข้อผิดพลาดในการพิมพ์
+Comment[tr]=Bir yazdırma hatası oluştu
+Comment[uk]=Трапилась помилка друку
+Comment[wa]=Ene aroke d' imprimaedje s' a passé
+Comment[x-test]=xxA print error has occurredxx
+Comment[zh_CN]=发生了一个打印错误
+Comment[zh_TW]=發生了列印錯誤
+Action=Popup|Sound
+Sound=KDE-Sys-Error-Printing.ogg
+
+[Event/messageInformation]
+Name=Information Message
+Name[af]=Informasieboodskap
+Name[ar]=معلومات الرسالة
+Name[be]=Інфармацыйнае паведамленне
+Name[be@latin]=Infarmacyjnaje paviedamleńnie
+Name[bg]=Съобщение
+Name[bn]=তথ্যসূচক বার্তা
+Name[bn_IN]=তথ্যসূচক বার্তা
+Name[ca]=Missatge d'informació
+Name[ca@valencia]=Missatge d'informació
+Name[cs]=Informační zpráva
+Name[csb]=Wëdowiédné wiadło
+Name[da]=Informationsbesked
+Name[de]=Informationsmeldung
+Name[el]=Μήνυμα πληροφοριών
+Name[en_GB]=Information Message
+Name[eo]=Informa mesaĝo
+Name[es]=Información
+Name[et]=Info
+Name[eu]=Informazio mezua
+Name[fi]=Tiedottava viesti
+Name[fr]=Message d'information
+Name[fy]=Ynformaasje berjocht
+Name[ga]=Teachtaireacht
+Name[gl]=Mensaxe de información
+Name[gu]=માહિતી સંદેશ
+Name[he]=הודעת מידע
+Name[hi]=जानकारी संदेश
+Name[hne]=जानकारी संदेस
+Name[hr]=Poruka informacije
+Name[hsb]=Informaciska powěsć
+Name[hu]=Tájékoztató üzenet
+Name[id]=Pesan Informasi
+Name[is]=Upplýsingaskeyti
+Name[it]=Messaggio informativo
+Name[ja]=情報メッセージ
+Name[kk]=Хабарландыру мәлімет
+Name[km]=សារ​ព័ត៌មាន
+Name[kn]=ಮಾಹಿತಿ ಸಂದೇಶ
+Name[ko]=정보 메시지
+Name[ku]=Peyama Agahdar
+Name[lt]=Informacinis pranešimas
+Name[lv]=Informācijas paziņojums
+Name[mai]=सूचना संदेश
+Name[mk]=Информативна порака
+Name[ml]=സന്ദേശം
+Name[mr]=माहिती संदेश
+Name[nb]=Informasjonsmelding
+Name[nds]=Informatschoon
+Name[ne]=सूचना सन्देश
+Name[nl]=Informatiebericht
+Name[nn]=Informasjonsmelding
+Name[or]=ସୂଚନା ସନ୍ଦେଶ
+Name[pa]=ਜਾਣਕਾਰੀ ਸੁਨੇਹਾ
+Name[pl]=Komunikat informacyjny
+Name[pt]=Mensagem Informativa
+Name[pt_BR]=Mensagem de informação
+Name[ro]=Mesaj informativ
+Name[ru]=Информационное сообщение
+Name[se]=Diehtodieđut
+Name[si]=තොරතුරු පණිවිඩය
+Name[sk]=Informačná správa
+Name[sl]=Obvestilo
+Name[sr]=Информативна порука
+Name[sr@ijekavian]=Информативна порука
+Name[sr@ijekavianlatin]=Informativna poruka
+Name[sr@latin]=Informativna poruka
+Name[sv]=Informationsmeddelande
+Name[ta]=தகவல் அறிவிப்பு
+Name[te]=సమాచార సందేశం
+Name[tg]=Паёми иттилоотӣ
+Name[th]=ข้อความบอกข้อมูล
+Name[tr]=Bilgi İletisi
+Name[uk]=Інформаційне повідомлення
+Name[uz]=Maʼlumot xabari
+Name[uz@cyrillic]=Маълумот хабари
+Name[wa]=Messaedje d' infôrmåcion
+Name[x-test]=xxInformation Messagexx
+Name[zh_CN]=信息消息
+Name[zh_TW]=資訊訊息
+Comment=An information message is being shown
+Comment[af]='n Informasieboodskap word vertoon
+Comment[ar]=معلومات الرسالة بدأت في الظهور
+Comment[be@latin]=Pakazanaje infarmacyjnaje paviedamleńnie.
+Comment[bg]=Показано е съобщение
+Comment[bn]=একটি তথ্যসূচক বার্তা দেখানো হচ্ছে
+Comment[bn_IN]=তথ্যসূচক একটি বার্তা প্রদর্শন করা হচ্ছে
+Comment[ca]=Es mostra un missatge d'informació
+Comment[ca@valencia]=Es mostra un missatge d'informació
+Comment[cs]=Je zobrazována informační zpráva
+Comment[csb]=Pòkôże sã wëdowiédné wiadło
+Comment[da]=En informationsbesked vises
+Comment[de]=Eine Informationsmeldung wird angezeigt
+Comment[el]=Εμφάνιση ενός μηνύματος πληροφοριών
+Comment[en_GB]=An information message is being shown
+Comment[eo]=Informa mesaĝo montriĝas
+Comment[es]=Se está mostrando un mensaje informativo
+Comment[et]=Näidatakse infot
+Comment[eu]=Informazio mezua erakusten ari da
+Comment[fi]=Näytetään tiedottava viesti
+Comment[fr]=Un message d'information est affiché
+Comment[fy]=In ynformaasjeberjocht wurdt sjen litten
+Comment[ga]=Teachtaireacht á taispeáint
+Comment[gl]=Está a mostrarse unha mensaxe de información
+Comment[gu]=માહિતી સંદેશ બતાવવામાં આવી રહ્યો છે
+Comment[he]=הודעת מידע נראית כעת
+Comment[hi]=एक जानकारी संदेश दिखाया जा रहा है
+Comment[hne]=एक जानकारी संदेस देखावत हे
+Comment[hr]=Prikazana je poruka s informacijama
+Comment[hsb]=Informaciska zdźělenka so pokazuje
+Comment[hu]=Tájékoztató üzenet jelenik meg
+Comment[id]=Sebuah pesan informasi sedang ditampilkan
+Comment[is]=Sýnt er upplýsingaskeyti
+Comment[it]=Viene mostrato un messaggio informativo
+Comment[ja]=情報メッセージが表示されています
+Comment[kk]=Хабарландыру мәліметі көрсетілмек
+Comment[km]=សារ​ព័ត៌មាន​កំពុង​ត្រូវ​បាន​បង្ហាញ
+Comment[kn]=ಮಾಹಿತಿ ಸಂದೇಶವೊಂದನ್ನು ತೋರಿಸಲಾಗುತ್ತಿದೆ
+Comment[ko]=정보 메시지가 표시됨
+Comment[ku]=Peyameke agahdar tê nîşandan
+Comment[lt]=Rodomas informacinis pranešimas
+Comment[lv]=Tiek rādīts informatīvs paziņojums
+Comment[mai]=एकटा सूचना संदेश देखाओल जाए रहल अछि
+Comment[mk]=Прикажана е информативна порака
+Comment[ml]=ഒരു സന്ദേശം കാണിച്ചു് കൊണ്ടിരിയ്ക്കുന്നു
+Comment[mr]=माहिती संदेश दर्शविली जात आहे
+Comment[nb]=Det vises en informasjonsmelding
+Comment[nds]=En Informatschoon warrt wiest
+Comment[ne]=एउटा सूचना सन्देश देखाइन्छ
+Comment[nl]=Er wordt een informatiebericht getoond
+Comment[nn]=Ei informasjonsmelding vert vist
+Comment[or]=ଗୋଟିଏ ସୂଚନା ସନ୍ଦେଶକୁ ଦର୍ଶାଯାଇଛି
+Comment[pa]=ਇੱਕ ਜਾਣਕਾਰੀ ਸੁਨੇਹਾ ਵੇਖਿਆ ਗਿਆ ਹੈ
+Comment[pl]=Jest wyświetlany komunikat z informacją
+Comment[pt]=Está a ser apresentada uma mensagem informativa
+Comment[pt_BR]=Uma mensagem de informação está sendo mostrada
+Comment[ro]=Este afișat un mesaj informativ
+Comment[ru]=Показывается информационное сообщение
+Comment[se]=Diehto čájehuvvo
+Comment[si]=තොරතුරු පණිවුඩය දැක්වේ
+Comment[sk]=Zobrazuje sa informačná správa
+Comment[sl]=Prikazano je bilo obvestilo
+Comment[sr]=Приказана је информативна порука
+Comment[sr@ijekavian]=Приказана је информативна порука
+Comment[sr@ijekavianlatin]=Prikazana je informativna poruka
+Comment[sr@latin]=Prikazana je informativna poruka
+Comment[sv]=Informationsmeddelande visas
+Comment[ta]=தகவல் அறிவிப்பு ஒன்று காட்டப்படுகிறது
+Comment[te]=ఒక సమాచార సందేశం చూపుతోంది
+Comment[tg]=Паёми иттилоотӣ нишон шудааст
+Comment[th]=กำลังแสดงข้อความบอกข้อมูล
+Comment[tr]=Bir bilgi iletisi gösterildi
+Comment[uk]=Показане інформаційне повідомлення
+Comment[wa]=On messaedje d' informåcion est mostré
+Comment[x-test]=xxAn information message is being shownxx
+Comment[zh_CN]=一个信息消息正在被显示
+Comment[zh_TW]=將顯示資訊訊息
+Sound=KDE-Sys-App-Message.ogg
+Action=Sound|Taskbar
+
+[Event/messageWarning]
+Name=Warning Message
+Name[af]=Waarskuwing
+Name[ar]=رسالة تحذير
+Name[be]=Паведамленне папярэджэння
+Name[be@latin]=Papieradžalnaje paviedamleńnie
+Name[bg]=Предупреждение
+Name[bn]=সতর্কবার্তা
+Name[bn_IN]=সতর্কতামূলক বার্তা
+Name[ca]=Missatge d'avís
+Name[ca@valencia]=Missatge d'avís
+Name[cs]=Upozornění
+Name[csb]=Wiadło òstrzedżi
+Name[da]=Advarselsbesked
+Name[de]=Warnmeldung
+Name[el]=Μήνυμα προειδοποίησης
+Name[en_GB]=Warning Message
+Name[eo]=Averta mesaĝo
+Name[es]=Mensaje de aviso
+Name[et]=Hoiatus
+Name[eu]=Abisua
+Name[fi]=Varoitusviesti
+Name[fr]=Message d'alarme
+Name[fy]=Warskôgingsberjocht
+Name[ga]=Rabhadh
+Name[gl]=Mensaxe de aviso
+Name[gu]=ચેતવણી સંદેશ
+Name[he]=הודעת אזהרה
+Name[hi]=चेतावनी संदेश
+Name[hne]=चेतावनी संदेस
+Name[hr]=Poruka upozorenja
+Name[hsb]=Warnowaca zdźělenka
+Name[hu]=Figyelmeztető üzenet
+Name[id]=Pesan Peringatan
+Name[is]=Aðvörunarskeyti
+Name[it]=Messaggio di avviso
+Name[ja]=警告メッセージ
+Name[kk]=Ескерту мәлімет
+Name[km]=សារ​ព្រមាន
+Name[kn]=ಎಚ್ಚರಿಕೆ ಸಂದೇಶ
+Name[ko]=경고 메시지
+Name[ku]=Peyama Hişyariyê
+Name[lt]=Įspėjantis pranešimas
+Name[lv]=Brīdinājuma paziņojums
+Name[mai]=चेतावनी संदेश
+Name[mk]=Порака со предупредување
+Name[ml]=മുന്നറിയിപ്പു് സന്ദേശം
+Name[mr]=चेतावनी संदेश
+Name[nb]=Advarselsmelding
+Name[nds]=Wohrschoen
+Name[ne]=चेतावनी सन्देश
+Name[nl]=Waarschuwingsbericht
+Name[nn]=Åtvaringsmelding
+Name[or]=ଚେତାବନୀ ସନ୍ଦେଶ
+Name[pa]=ਚੇਤਾਵਨੀ ਸੁਨੇਹਾ
+Name[pl]=Komunikat z ostrzeżeniem
+Name[pt]=Mensagem de Aviso
+Name[pt_BR]=Mensagem de aviso
+Name[ro]=Mesaj de avertizare
+Name[ru]=Предупредительное сообщение
+Name[se]=Várrehusdiehtu
+Name[si]=අවවාද පණිවුඩය
+Name[sk]=Varovanie
+Name[sl]=Opozorilo
+Name[sr]=Упозоравајућа порука
+Name[sr@ijekavian]=Упозоравајућа порука
+Name[sr@ijekavianlatin]=Upozoravajuća poruka
+Name[sr@latin]=Upozoravajuća poruka
+Name[sv]=Varningsmeddelande
+Name[ta]=எச்சரிக்கை தகவல்
+Name[te]=హెచ్చరిక సందేశం
+Name[tg]=Паёми огоҳӣ
+Name[th]=ข้อความคำเตือน
+Name[tr]=Uyarı İletisi
+Name[uk]=Повідомлення попередження
+Name[uz]=Ogohlantirish xabari
+Name[uz@cyrillic]=Огоҳлантириш хабари
+Name[wa]=Messaedje d' adviertixhmint
+Name[x-test]=xxWarning Messagexx
+Name[zh_CN]=警告消息
+Name[zh_TW]=警告訊息
+Comment=A warning message is being shown
+Comment[af]='n Waarskuwing word vertoon
+Comment[ar]=ظهور رسالة تحذير
+Comment[be@latin]=Pakazanaje papieradžalnaje paviedamleńnie.
+Comment[bg]=Показване на предупреждение
+Comment[bn_IN]=একটি সতর্কতামূলক বার্তা প্রদর্শন করা হচ্ছে
+Comment[ca]=Es mostra un missatge d'avís
+Comment[ca@valencia]=Es mostra un missatge d'avís
+Comment[cs]=Je zobrazována výstražná zpráva
+Comment[csb]=Pòkôże sã wiadło òstrzedżi
+Comment[da]=En advarselsbesked vises
+Comment[de]=Eine Warnmeldung wird angezeigt
+Comment[el]=Εμφάνιση ενός μηνύματος προειδοποίησης
+Comment[en_GB]=A warning message is being shown
+Comment[eo]=Averta mesaĝo montriĝas
+Comment[es]=Se está mostrando un mensaje de aviso
+Comment[et]=Näidatakse hoiatus
+Comment[eu]=Abisu mezua erakusten ari da
+Comment[fi]=Näytetään varoitusviesti
+Comment[fr]=Un message d'alarme est affiché
+Comment[fy]=In warskôgingsberjocht wurdt sjen litten
+Comment[ga]=Rabhadh á thaispeáint
+Comment[gl]=Está a mostrarse unha mensaxe de aviso
+Comment[gu]=ચેતવણી સંદેશ બતાવવામાં આવી રહ્યો છે
+Comment[he]=הודעת אזהרה נראית כעת
+Comment[hi]=एक चेतावनी संदेश दिखाया जा रहा है
+Comment[hne]=एक चेतावनी संदेस देखावत हे
+Comment[hr]=Prikazana je poruka upozorenja
+Comment[hsb]=Warnowaca zdźělenka so pokazuje
+Comment[hu]=Figyelmeztető üzenet jelenik meg
+Comment[id]=Sebuah pesan peringatan sedang ditampilkan
+Comment[is]=Sýnt er aðvörunarskeyti
+Comment[it]=Viene mostrato un messaggio di avviso
+Comment[ja]=警告メッセージが表示されています
+Comment[kk]=Ескерту  мәліметі көрсетілмек
+Comment[km]=សារ​ព្រមាន​កំពុង​ត្រូវ​បាន​បង្ហាញ
+Comment[kn]=ಎಚ್ಚರಿಕೆ ಸಂದೇಶವೊಂದನ್ನು ತೋರಿಸಲಾಗುತ್ತಿದೆ
+Comment[ko]=경고 메시지가 표시됨
+Comment[ku]=Peyameke hişyariyê tê nîşandan
+Comment[lt]=Rodomas perspėjantis pranešimas
+Comment[lv]=Tiek tādīts brīdinājuma paziņojums
+Comment[mai]=एकटा चेतावनी संदेश देखाओल जाए रहल अछि
+Comment[mk]=Прикажана е порака со предупредување
+Comment[ml]=മുന്നറിയിപ്പു് തരുന്ന ഒരു സന്ദേശം കാണിച്ചു് കൊണ്ടിരിയ്ക്കുന്നു
+Comment[mr]=चेतावनी संदेश दर्शविली जात आहे
+Comment[nb]=Det vises en advarselsmelding
+Comment[nds]=En Wohrschoen warrt wiest
+Comment[ne]=एउटा चेतावनी सन्देश देखाइएको छ
+Comment[nl]=Er wordt een waarschuwingsbericht getoond
+Comment[nn]=Ei åtvaringsmelding vert vist
+Comment[or]=ଗୋଟିଏ ଚେତାବନୀ ସନ୍ଦେଶକୁ ଦର୍ଶାଯାଇଛି
+Comment[pa]=ਇੱਕ ਚੇਤਾਵਨੀ ਸੁਨੇਹਾ ਵੇਖਾਇਆ ਗਿਆ ਹੈ
+Comment[pl]=Jest wyświetlany komunikat zawierający ostrzeżenie
+Comment[pt]=Está a ser apresentada uma mensagem de aviso
+Comment[pt_BR]=Uma mensagem de aviso está sendo mostrada
+Comment[ro]=Este afișat un mesaj de atenționare
+Comment[ru]=Показывается сообщение с предупреждением
+Comment[se]=Váruhusdiehtu čájehuvvo
+Comment[si]=අවවාද පණිවුඩය දැක්වේ
+Comment[sk]=Zobrazuje sa varovná správa
+Comment[sl]=Prikazano je bilo opozorilo
+Comment[sr]=Приказана је упозоравајућа порука
+Comment[sr@ijekavian]=Приказана је упозоравајућа порука
+Comment[sr@ijekavianlatin]=Prikazana je upozoravajuća poruka
+Comment[sr@latin]=Prikazana je upozoravajuća poruka
+Comment[sv]=Varningsmeddelande visas
+Comment[ta]=எச்சரிக்கை தகவல் காட்டப்படுகிறது
+Comment[te]=ఒక హెచ్చరిక సందేశం చూపుతోంది
+Comment[tg]=Паёми огоҳӣ нишон шудааст
+Comment[th]=กำลังแสดงข้อความคำเตือน
+Comment[tr]=Bir uyarı iletisi gösterildi
+Comment[uk]=Показане попередження
+Comment[wa]=On messaedje d' adviertixhmint est mostré
+Comment[x-test]=xxA warning message is being shownxx
+Comment[zh_CN]=一个警告消息正在被显示
+Comment[zh_TW]=將顯示警告訊息
+Sound=KDE-Sys-Warning.ogg
+Action=Sound|Taskbar
+
+[Event/messageCritical]
+Name=Critical Message
+Name[af]=Kritieke boodskap
+Name[ar]=رسالة خطر
+Name[be@latin]=Krytyčnaje paviedamleńnie
+Name[bg]=Съобщение за критичност
+Name[bn_IN]=গুরুতর বার্তা
+Name[ca]=Missatge crític
+Name[ca@valencia]=Missatge crític
+Name[cs]=Kritická zpráva
+Name[csb]=Wiadło felë
+Name[da]=Kritisk besked
+Name[de]=Fehlermeldung
+Name[el]=Κρίσιμο μήνυμα
+Name[en_GB]=Critical Message
+Name[eo]=Kritika mesaĝo
+Name[es]=Mensaje crítico
+Name[et]=Kriitiline
+Name[eu]=Mezu kritikoa
+Name[fi]=Kriittinen viesti
+Name[fr]=Message critique
+Name[fy]=krityk berjocht
+Name[ga]=Teachtaireacht Chriticiúil
+Name[gl]=Mensaxe crítica
+Name[gu]=ખતરાનો સંદેશ
+Name[he]=הודעה קריטית
+Name[hi]=गंभीर संदेश
+Name[hne]=गंभीर संदेस
+Name[hr]=Kritična poruka
+Name[hsb]=Kritiska zdźělenka
+Name[hu]=Kritikus fontosságú üzenet
+Name[id]=Pesan Genting
+Name[is]=Neyðarskeyti
+Name[it]=Messaggio critico
+Name[ja]=重大なメッセージ
+Name[kk]=Дағдарысты мәлімет
+Name[km]=សារ​សំខាន់​បំផុត
+Name[kn]=ವಿಷಮ (ಕ್ರಿಟಿಕಲ್) ಸಂದೇಶ
+Name[ko]=치명적 오류 메시지
+Name[ku]=Peyama krîtîk
+Name[lt]=Kritinis pranešimas
+Name[lv]=Kritisks paziņojums
+Name[mai]=गंभीर संदेश
+Name[mk]=Критична порака
+Name[ml]=ഗുരുതരസന്ദേശം
+Name[mr]=गंभीर संदेश
+Name[nb]=Kritisk melding
+Name[nds]=Eernst Mellen
+Name[ne]=असामान्य सन्देश
+Name[nl]=Kritiek bericht
+Name[nn]=Kritisk melding
+Name[or]=ଗୁରୁତ୍ୱପୂର୍ଣ୍ଣ ସନ୍ଦେଶ
+Name[pa]=ਘਾਤਕ ਸੁਨੇਹਾ
+Name[pl]=Komunikat krytyczny
+Name[pt]=Mensagem Crítica
+Name[pt_BR]=Mensagem crítica
+Name[ro]=Mesaj critic
+Name[ru]=Критическое сообщение
+Name[sk]=Kritická správa
+Name[sl]=Kritično sporočilo
+Name[sr]=Критична порука
+Name[sr@ijekavian]=Критична порука
+Name[sr@ijekavianlatin]=Kritična poruka
+Name[sr@latin]=Kritična poruka
+Name[sv]=Kritiskt meddelande
+Name[ta]=அதிமுக்கிய தகவல்
+Name[te]=సంక్లిష్ట సందేశం
+Name[tg]=Иттилооти оиди хато
+Name[th]=ข้อความวิกฤติ
+Name[tr]=Kritik İleti
+Name[uk]=Критичне повідомлення
+Name[wa]=Critike messaedje
+Name[x-test]=xxCritical Messagexx
+Name[zh_CN]=严重消息
+Name[zh_TW]=嚴重訊息
+Comment=A critical message is being shown
+Comment[af]='n Kritieke boodskap word vertoon
+Comment[ar]=ظهور رسالة خطر
+Comment[be@latin]=Pakazanaje krytyčnaje paviedamleńnie.
+Comment[bg]=Показване на съобщение за нещо критично
+Comment[bn_IN]=একটি গুরুতর বার্তা প্রদর্শন করা হচ্ছে
+Comment[ca]=Es mostra un missatge crític
+Comment[ca@valencia]=Es mostra un missatge crític
+Comment[cs]=Je zobrazována kritická zpráva
+Comment[csb]=Pòkôże sã kriticzné wiadło felë
+Comment[da]=En kritisk besked vises
+Comment[de]=Eine kritische Fehlermeldung wird angezeigt
+Comment[el]=Εμφάνιση ενός κρίσιμου μηνύματος
+Comment[en_GB]=A critical message is being shown
+Comment[eo]=Kritika mesaĝo montriĝas
+Comment[es]=Se está mostrando un mensaje crítico
+Comment[et]=Näidatakse kriitilist teadet
+Comment[eu]=Mezu kritikoa erakusten ari da
+Comment[fi]=Näytetään kriittinen viesti
+Comment[fr]=Un message critique est affiché
+Comment[fy]=In krityk berjocht wurdt sjen litten
+Comment[ga]=Teachtaireacht chriticiúil á taispeáint
+Comment[gl]=Está a mostrarse unha mensaxe crítica
+Comment[gu]=ખતરાનો સંદેશ બતાવવામાં આવી રહ્યો છે
+Comment[he]=הודעה קריטית נראית כעת
+Comment[hi]=एक गंभीर संदेश दिखाया जा रहा है
+Comment[hne]=एक गंभीर संदेस देखावत हे
+Comment[hr]=Prikazana je kritična poruka
+Comment[hsb]=Kritiska zdźělenka so pokazuje
+Comment[hu]=Kritikus fontosságú hibaüzenet jelenik meg
+Comment[id]=Sebuah pesan genting sedang ditampilkan
+Comment[is]=Sýnt er neyðarskeyti
+Comment[it]=Viene stato mostrato un messaggio critico
+Comment[ja]=重大なメッセージが表示されています
+Comment[kk]=Дағдарысты мәліметі көрсетілмек
+Comment[km]=សារ​សំខាន់​បំផុត​កំពុង​ត្រូវ​បាន​បង្ហាញ
+Comment[kn]=ವಿಷಮ (ಕ್ರಿಟಿಕಲ್) ಸಂದೇಶವೊಂದನ್ನು ತೋರಿಸಲಾಗುತ್ತಿದೆ
+Comment[ko]=치명적 오류 메시지가 표시됨
+Comment[ku]=Peyameke krîtîk tê nîşandan
+Comment[lt]=Rodomas kritinis pranešimas
+Comment[lv]=Tiek rādīts kritisks paziņojums
+Comment[mai]=एकटा गंभीर संदेश देखाओल जाए रहल अछि
+Comment[mk]=Прикажана е критична порака
+Comment[ml]=ഗുരുതരമായ ഒരു സന്ദേശം കാണിച്ചു് കൊണ്ടിരിയ്ക്കുന്നു
+Comment[mr]=गंभीर संदेश दर्शविली जात आहे
+Comment[nb]=Det vises en kritisk melding
+Comment[nds]=En eernst Mellen warrt wiest
+Comment[ne]=एउटा असामान्य सन्देश देखाइन्छ
+Comment[nl]=Er wordt een kritiek bericht getoond
+Comment[nn]=Ei kritisk melding vert vist
+Comment[or]=ଗୋଟିଏ ଗୁରୁତ୍ୱପୂର୍ଣ୍ଣ ସନ୍ଦେଶକୁ ଦର୍ଶାଯାଇଛି
+Comment[pa]=ਇੱਕ ਘਾਤਕ ਸੁਨੇਹਾ ਵੇਖਾਇਆ ਗਿਆ ਹੈ
+Comment[pl]=Jest wyświetlany komunikat krytyczny
+Comment[pt]=Está a ser apresentada uma mensagem crítica
+Comment[pt_BR]=Uma mensagem crítica está sendo mostrada
+Comment[ro]=Este afișat un mesaj critic
+Comment[ru]=Показывается критическое сообщение
+Comment[si]=දරුණු පණිවුඩය දැක්වේ
+Comment[sk]=Zobrazuje sa kritická správa
+Comment[sl]=Prikazano je bilo kritično sporočilo
+Comment[sr]=Приказана је критична порука
+Comment[sr@ijekavian]=Приказана је критична порука
+Comment[sr@ijekavianlatin]=Prikazana je kritična poruka
+Comment[sr@latin]=Prikazana je kritična poruka
+Comment[sv]=Kritiskt meddelande visas
+Comment[ta]=அதிமுக்கிய தகவல் தரப்படுகிறது
+Comment[te]=ఒక సంక్లిష్ట సందేశం చూపుతోంది
+Comment[tg]=Иттилооти оиди хато нишон шудааст
+Comment[th]=กำลังแสดงข้อความวิกฤติ
+Comment[tr]=Kritik bir ileti gösterildi
+Comment[uk]=Показано критичне повідомлення
+Comment[wa]=On critike messaedje est mostré
+Comment[x-test]=xxA critical message is being shownxx
+Comment[zh_CN]=一个严重消息正在被显示
+Comment[zh_TW]=將顯示嚴重訊息
+Sound=KDE-Sys-App-Error-Critical.ogg
+Action=Sound|Taskbar
+
+[Event/messageboxQuestion]
+Name=Question
+Name[af]=Vraag
+Name[ar]=سؤال
+Name[as]=প্ৰশ্ন
+Name[be]=Пытанне
+Name[be@latin]=Pytańnie
+Name[bg]=Въпрос
+Name[bn]=প্রশ্ন
+Name[bn_IN]=প্রশ্ন
+Name[ca]=Pregunta
+Name[ca@valencia]=Pregunta
+Name[cs]=Dotaz
+Name[csb]=Pëtanié
+Name[da]=Spørgsmål
+Name[de]=Frage
+Name[el]=Ερώτηση
+Name[en_GB]=Question
+Name[eo]=Demando
+Name[es]=Pregunta
+Name[et]=Küsimus
+Name[eu]=Galdera
+Name[fi]=Kysymys
+Name[fr]=Question
+Name[fy]=Fraach
+Name[ga]=Ceist
+Name[gl]=Pregunta
+Name[gu]=પ્રશ્ર્ન
+Name[he]=שאלה
+Name[hi]=प्रश्न
+Name[hne]=प्रस्न
+Name[hr]=Pitanje
+Name[hsb]=Prašenje
+Name[hu]=Kérdés
+Name[id]=Pertanyaan
+Name[is]=Spurning
+Name[it]=Domanda
+Name[ja]=質問
+Name[kk]=Сұрақ
+Name[km]=សំណួរ
+Name[kn]=ಪ್ರಶ್ನೆ
+Name[ko]=질문
+Name[ku]=Pirs
+Name[lt]=Klausimas
+Name[lv]=Jautājums
+Name[mai]=प्रश्न
+Name[mk]=Прашање
+Name[ml]=ചോദ്യം 
+Name[mr]=प्रश्न
+Name[nb]=Spørsmål
+Name[nds]=Fraag
+Name[ne]=प्रश्न
+Name[nl]=Vraag
+Name[nn]=Spørsmål
+Name[oc]=Question
+Name[or]=ପ୍ରଶ୍ନ
+Name[pa]=ਸਵਾਲ
+Name[pl]=Pytanie
+Name[pt]=Pergunta
+Name[pt_BR]=Pergunta
+Name[ro]=Întrebare
+Name[ru]=Вопрос
+Name[se]=Jearaldat
+Name[si]=පැණය
+Name[sk]=Otázka
+Name[sl]=Vprašanje
+Name[sr]=Питање
+Name[sr@ijekavian]=Питање
+Name[sr@ijekavianlatin]=Pitanje
+Name[sr@latin]=Pitanje
+Name[sv]=Fråga
+Name[ta]=கேள்வி
+Name[te]=ప్రశ్న
+Name[tg]=Савол
+Name[th]=คำถาม
+Name[tr]=Soru
+Name[uk]=Питання
+Name[uz]=Soʻroq
+Name[uz@cyrillic]=Сўроқ
+Name[wa]=Kesse
+Name[x-test]=xxQuestionxx
+Name[zh_CN]=问题
+Name[zh_TW]=詢問
+Comment=A question is being asked
+Comment[af]='n Vraag word gevra
+Comment[ar]=سؤال يطلب  الإجابة
+Comment[be@latin]=Pastaŭlenaje pytańnie.
+Comment[bg]=Зададен въпрос
+Comment[bn]=একটি প্রশ্ন করা হচ্ছে
+Comment[bn_IN]=একটি প্রশ্ন জিজ্ঞাসা করা হচ্ছে
+Comment[ca]=Es pregunta una qüestió
+Comment[ca@valencia]=Es pregunta una qüestió
+Comment[cs]=Je položen dotaz
+Comment[csb]=Pëtanié bãdze zadóné
+Comment[da]=En spørgsmål stilles
+Comment[de]=Eine Frage wird gestellt
+Comment[el]=Γίνεται κάποια ερώτηση
+Comment[en_GB]=A question is being asked
+Comment[eo]=Estas demando
+Comment[es]=Se está haciendo una pregunta
+Comment[et]=Esitatakse küsimus
+Comment[eu]=Galdera bat egiten ari da
+Comment[fi]=Esitetään kysymys
+Comment[fr]=une question vous est posée
+Comment[fy]=In fraach wurdt stelt
+Comment[ga]=Ceist á fiafraí
+Comment[gl]=Está a facerse unha pregunta
+Comment[gu]=પ્રશ્ર્ન પૂછવામાં આવે છે
+Comment[he]=שאלה נשאלת
+Comment[hi]=एक प्रश्न पूछा जा रहा है
+Comment[hne]=एक प्रस्न पूछत हे
+Comment[hr]=Postavljeno je pitanje
+Comment[hsb]=Prašenje so praša
+Comment[hu]=Kérdés jelenik meg
+Comment[id]=Sebuah pertanyaan sedang ditanyakan
+Comment[is]=Spurning er borin upp
+Comment[it]=Viene posta una domanda
+Comment[ja]=質問が出されています
+Comment[kk]=Сұрақ қойылмақ
+Comment[km]=សំណួរ​កំពុង​ត្រូវ​បាន​សួរ
+Comment[kn]=ಪ್ರಶ್ನೆಯೊಂದನ್ನು ಕೇಳಲಾಗುತ್ತಿದೆ
+Comment[ko]=질문을 해 오고 있음
+Comment[ku]=Pirsek tê nîşandan
+Comment[lt]=Užduodamas klausimas
+Comment[lv]=Tiek uzdots jautājums
+Comment[mai]=एकटा प्रश्न पूछल जाए रहल अछि
+Comment[mk]=Прикажано е прашање
+Comment[ml]=ഒരു ചോദ്യം ചോദിച്ചു് കൊണ്ടിരിയ്ക്കുന്നു
+Comment[mr]=प्रश्न विचारले जात आहे
+Comment[nb]=Det stilles et spørsmål
+Comment[nds]=En Fraag warrt wiest
+Comment[ne]=एउटा प्रश्न सोधिन्छ
+Comment[nl]=Er wordt een vraag gesteld
+Comment[nn]=Eit spørsmål vert stilt
+Comment[or]=ଗୋଟିଏ ପ୍ରଶ୍ନ ପଚରାଯାଇଛି
+Comment[pa]=ਇੱਕ ਸਵਾਲ ਪੁੱਛਿਆ ਗਿਆ
+Comment[pl]=Zostało zadane pytanie
+Comment[pt]=Está a ser feita uma pergunta
+Comment[pt_BR]=Uma pergunta está sendo feita
+Comment[ro]=Este pusă o întrebare
+Comment[ru]=Задаётся вопрос
+Comment[se]=Jearaldat čájehuvvo
+Comment[si]=පැණය ඇසේ
+Comment[sk]=Kladie sa otázka
+Comment[sl]=Postavljeno je bilo vprašanje
+Comment[sr]=Нешто сте упитани
+Comment[sr@ijekavian]=Нешто сте упитани
+Comment[sr@ijekavianlatin]=Nešto ste upitani
+Comment[sr@latin]=Nešto ste upitani
+Comment[sv]=Fråga ställs
+Comment[ta]=கேள்வியொன்று கேட்கப்படுகிறது
+Comment[te]=ఒక ప్రశ్న అడగుతోంది
+Comment[tg]=Задаётся вопрос
+Comment[th]=กำลังถามคำถาม
+Comment[tr]=Bir soru soruldu
+Comment[uk]=Задане питання
+Comment[wa]=Ene kesse est dimandêye
+Comment[x-test]=xxA question is being askedxx
+Comment[zh_CN]=一个问题正在被询问
+Comment[zh_TW]=將詢問使用者問題
+Sound=KDE-Sys-Question.ogg
+Action=Sound|Taskbar
+
+
+[Event/beep]
+Name=Beep
+Name[af]=Biep
+Name[ar]=صافرة
+Name[be]=Гукавы сігнал
+Name[be@latin]=Hukavy syhnał
+Name[bg]=Бийп
+Name[bn]=বীপ
+Name[bn_IN]=বিপ শব্দ
+Name[ca]=Bip
+Name[ca@valencia]=Bip
+Name[cs]=Pípnutí
+Name[csb]=Beep
+Name[da]=Bip
+Name[de]=Signalton
+Name[el]=Ηχητικό σήμα
+Name[en_GB]=Beep
+Name[eo]=Pepo
+Name[es]=Pitido
+Name[et]=Piiks
+Name[eu]=Beep
+Name[fi]=Piip
+Name[fr]=Cloche
+Name[fy]=Lûdssinjaal
+Name[ga]=Bíp
+Name[gl]=Badalada
+Name[gu]=બીપ
+Name[he]=ציפצוף
+Name[hi]=बीप
+Name[hne]=बीप
+Name[hr]=Zvučni signal
+Name[hsb]=Piwčenje
+Name[hu]=Csipogás
+Name[id]=Bip
+Name[is]=Píp
+Name[it]=Bip
+Name[ja]=ビープ
+Name[kk]=Cbuyfk
+Name[km]=ប៊ីប
+Name[kn]=ಬೀಪ್
+Name[ko]=삑 소리
+Name[ku]=Bîp
+Name[lt]=Pyptelėjimas
+Name[lv]=Pīkstiens
+Name[mai]=बीप
+Name[mk]=Бип
+Name[ml]=ബീപ്
+Name[mr]=बीप
+Name[nb]=Pip
+Name[nds]=Tüüt
+Name[ne]=बीप
+Name[nl]=Geluidssignaal
+Name[nn]=Pip
+Name[oc]=Bip
+Name[or]=ବିପ କରିବା
+Name[pa]=ਬੀਪ
+Name[pl]=Sygnał dźwiękowy
+Name[pt]=Campainha
+Name[pt_BR]=Alarme sonoro
+Name[ro]=Bip
+Name[ru]=Сигнал
+Name[si]=බීප්
+Name[sk]=Pípnutie
+Name[sl]=Pisk
+Name[sr]=Бип
+Name[sr@ijekavian]=Бип
+Name[sr@ijekavianlatin]=Bip
+Name[sr@latin]=Bip
+Name[sv]=Ljudsignal
+Name[ta]=பீப்
+Name[te]=బీప్
+Name[tg]=Занг
+Name[th]=บี๊บ
+Name[tr]=Biip
+Name[uk]=Гудок
+Name[uz]=Bip
+Name[uz@cyrillic]=Бип
+Name[wa]=Bip
+Name[x-test]=xxBeepxx
+Name[zh_CN]=Beep
+Name[zh_TW]=嗶聲
+Comment=Sound bell
+Comment[af]=Lui klokkie
+Comment[ar]=صوت الجرس
+Comment[be]=Гукавы званок
+Comment[be@latin]=Hukavy syhnał
+Comment[bg]=Звуков сигнал
+Comment[bn]=ঘন্টার আওয়াজ
+Comment[bn_IN]=শব্দ উৎপন্নকারী ঘন্টা
+Comment[ca]=So de campana
+Comment[ca@valencia]=So de campana
+Comment[cs]=Zvonek
+Comment[csb]=Zwãk zwónka
+Comment[da]=Lad klokke lyde
+Comment[de]=Signalton
+Comment[el]=Κουδούνισμα
+Comment[en_GB]=Sound bell
+Comment[eo]=Sonorilo
+Comment[es]=Campanada
+Comment[et]=Kellaheli
+Comment[eu]=Kanpaia
+Comment[fi]=Äänimerkki
+Comment[fr]=Cloche du système
+Comment[fy]=Systeembelle
+Comment[ga]=Buail cloigín
+Comment[gl]=Badalada audíbel
+Comment[gu]=અવાજ ઘંટડી
+Comment[he]=פעמון
+Comment[hi]=घंटी बजाएं
+Comment[hne]=अवाज देव
+Comment[hr]=Zvuk zvona
+Comment[hsb]=Zwónčk
+Comment[hu]=Hangjelzés
+Comment[id]=Suara bel
+Comment[is]=Klingjandi bjalla
+Comment[it]=Campanella
+Comment[ja]=サウンドベル
+Comment[kk]=Дыбыс сигналы
+Comment[km]=សំឡេង​​កណ្ដឹង
+Comment[kn]=ಘಂಟಾನಾದ ಮಾಡು
+Comment[ko]=소리 벨
+Comment[ku]=Zingila dengî
+Comment[lt]=Garsinis skambutis
+Comment[lv]=Skaņas zvans
+Comment[mai]=ध्वनि घंटी
+Comment[mk]=Звук од ѕвончето
+Comment[ml]=മണി
+Comment[mr]=घंटीचा आवाज
+Comment[nb]=Lydsignal
+Comment[nds]=Klangpingel
+Comment[ne]=ध्वनि घण्टी
+Comment[nl]=Geluidssignaal
+Comment[nn]=Lydsignal
+Comment[or]=ଧ୍ୱନି ଘଣ୍ଟି
+Comment[pa]=ਸਾਊਂਡ ਘੰਟੀ
+Comment[pl]=Sygnał dźwiękowy
+Comment[pt]=Campainha de som
+Comment[pt_BR]=Som da campainha
+Comment[ro]=Clopoțel
+Comment[ru]=Звуковой сигнал
+Comment[se]=Jietnasignála
+Comment[si]=ශ්‍රව්‍ය සීනුව
+Comment[sk]=Zvuk zvončeka
+Comment[sl]=Zvonec
+Comment[sr]=Звучно звоно
+Comment[sr@ijekavian]=Звучно звоно
+Comment[sr@ijekavianlatin]=Zvučno zvono
+Comment[sr@latin]=Zvučno zvono
+Comment[sv]=Ge ljudsignal
+Comment[ta]=ஒலி மணி
+Comment[te]=శబ్దపు గంట
+Comment[tg]=Садои занг
+Comment[th]=ออดเสียง
+Comment[tr]=Ses zili
+Comment[uk]=Дати гудок
+Comment[wa]=Son d' cloke
+Comment[x-test]=xxSound bellxx
+Comment[zh_CN]=响铃
+Comment[zh_TW]=音效鈴聲
+Action=Sound
+Sound=KDE-Sys-App-Message.ogg
+X-Ubuntu-Gettext-Domain=desktop_kdebase-runtime
diff --git a/le-interface/pacote/usr/share/kde4/apps/kdm/faces/.default.face.icon b/le-interface/pacote/usr/share/kde4/apps/kdm/faces/.default.face.icon
new file mode 100644
index 0000000000000000000000000000000000000000..736bb823298cda2136cd57a3e837e249e9059443
Binary files /dev/null and b/le-interface/pacote/usr/share/kde4/apps/kdm/faces/.default.face.icon differ
diff --git a/le-interface/pacote/usr/share/kde4/apps/kdm/faces/professor.face.icon b/le-interface/pacote/usr/share/kde4/apps/kdm/faces/professor.face.icon
new file mode 100644
index 0000000000000000000000000000000000000000..f5b6b9cb086ee5adf87fd8da9ad69df9ad242a88
Binary files /dev/null and b/le-interface/pacote/usr/share/kde4/apps/kdm/faces/professor.face.icon differ
diff --git a/le-interface/pacote/usr/share/kde4/apps/kdm/pics/users/aluno.png b/le-interface/pacote/usr/share/kde4/apps/kdm/pics/users/aluno.png
new file mode 100644
index 0000000000000000000000000000000000000000..34ae6cc86a531ccde59f77cf2a3edefc862a0057
Binary files /dev/null and b/le-interface/pacote/usr/share/kde4/apps/kdm/pics/users/aluno.png differ
diff --git a/le-interface/pacote/usr/share/kde4/apps/kdm/pics/users/professor.png b/le-interface/pacote/usr/share/kde4/apps/kdm/pics/users/professor.png
new file mode 100644
index 0000000000000000000000000000000000000000..b1d11154972e6af832fceb442c9ae293b8ea723e
Binary files /dev/null and b/le-interface/pacote/usr/share/kde4/apps/kdm/pics/users/professor.png differ
diff --git a/le-interface/pacote/usr/share/kde4/apps/konqueror/profiles/webbrowsing b/le-interface/pacote/usr/share/kde4/apps/konqueror/profiles/webbrowsing
new file mode 100644
index 0000000000000000000000000000000000000000..222185b449cb18ce80da9a89ad48341e1c5e14e2
--- /dev/null
+++ b/le-interface/pacote/usr/share/kde4/apps/konqueror/profiles/webbrowsing
@@ -0,0 +1,97 @@
+[Profile]
+Name=Web Browsing
+Name[af]=Web Blaaier
+Name[ar]=تصفح الشبكة
+Name[as]=ৱেব চৰণ কৰা
+Name[be]=Вандроўка па Сеціве
+Name[be@latin]=Hartańnie sieciva
+Name[bg]=Web Browsing
+Name[bn]=ওয়েব ব্রাউজিং
+Name[bn_IN]=ওয়েব ব্রাউজ
+Name[br]=Furchal ar Gwiad
+Name[ca]=Navegació Web
+Name[ca@valencia]=Navegació Web
+Name[cs]=Prohlížení internetu
+Name[csb]=Przezéranié netë
+Name[cy]=Pori'r W?
+Name[da]=Webbrowsing
+Name[de]=Webbrowser
+Name[el]=Περιήγηση ιστού
+Name[en_GB]=Web Browsing
+Name[eo]=Reta foliumado
+Name[es]=Navegación en Web
+Name[et]=Veebi lehitsemine
+Name[eu]=Web arakaketa
+Name[fa]=مرورگر وب‌
+Name[fi]=WWW-selailu
+Name[fr]=Navigation Web
+Name[fy]=Webblêdzje
+Name[ga]=Brabhsáil an Ghréasáin
+Name[gl]=Navegación Web
+Name[gu]=વેબ બ્રાઉઝિંગ
+Name[he]=גלישה באינטרנט
+Name[hi]=वेब ब्राउजिंग
+Name[hne]=वेब ब्राउजिंग
+Name[hr]=Pretraživanje Weba
+Name[hsb]=Browsowanje
+Name[hu]=Webböngésző
+Name[id]=Meramban Web
+Name[is]=Flakk um vefinn
+Name[it]=Navigazione Web
+Name[ja]=ウェブブラウザ
+Name[ka]=ვების ჩვენება
+Name[kk]=Веб шолғыш
+Name[km]=ការ​រុករក​បណ្ដាញ
+Name[kn]=ಜಾಲ ವೀಕ್ಷಣೆ
+Name[ko]=웹 브라우징
+Name[ku]=Gerîna Webê
+Name[lt]=Žiniatinklio naršymas
+Name[lv]=Tīmekļa pārlūkošana
+Name[mai]=वेब ब्राउजिंग
+Name[mk]=Веб-прелистување
+Name[ml]=വെബ് ബ്രൌസിങ്ങ്
+Name[mr]=वेब ब्राउजिंग
+Name[ms]=Pelayaran Web
+Name[nb]=Nettlesing
+Name[nds]=Nettkieken
+Name[ne]=वेब ब्राउजिङ
+Name[nl]=Webbrowsen
+Name[nn]=Vevsurfing
+Name[or]=ୱେବ ବ୍ରାଉଜିଙ୍ଗ
+Name[pa]=ਵੈੱਬ ਝਲਕ
+Name[pl]=Przeglądanie sieci
+Name[pt]=Navegação Web
+Name[pt_BR]=Navegação Web
+Name[ro]=Navigare WEB
+Name[ru]=Веб-браузер
+Name[se]=Fierpmádatgolgadeapmi
+Name[si]=වෙබ් ගවේශනය
+Name[sk]=Prehliadanie webu
+Name[sl]=Brskanje po spletu
+Name[sr]=Прегледање Веба
+Name[sr@ijekavian]=Прегледање Веба
+Name[sr@ijekavianlatin]=Pregledanje Weba
+Name[sr@latin]=Pregledanje Weba
+Name[sv]=Webbläsning
+Name[ta]=இணைய உலாவி
+Name[te]=వెబ్ బ్రౌజింగ్
+Name[tg]=Намоишгари Интернет
+Name[th]=เรียกดูหน้าเว็บ
+Name[tr]=Web Tarama
+Name[uk]=Навігація інтернетом
+Name[uz]=Veb koʻrish
+Name[uz@cyrillic]=Веб кўриш
+Name[vi]=Duyệt Mạng
+Name[wa]=Naiviaedje waibe
+Name[xh]=Ukhangelo lwencwadi ze Web
+Name[x-test]=xxWeb Browsingxx
+Name[zh_CN]=Web 浏览
+Name[zh_TW]=網頁瀏覽
+XMLUIFile=konqueror.rc
+RootItem=View0
+View0_ServiceName=khtml
+View0_ServiceType=text/html
+View0_URL=http://portal.mec.gov.br/
+Width=80%
+Height=80%
+X-Ubuntu-Gettext-Domain=desktop_kdebase
diff --git a/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/init/01-kubuntu-default-setup.js b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/init/01-kubuntu-default-setup.js
new file mode 100644
index 0000000000000000000000000000000000000000..af02f5d573501d6749c74806bddd71d3f69d714c
--- /dev/null
+++ b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/init/01-kubuntu-default-setup.js
@@ -0,0 +1,39 @@
+/* Create Desktop */
+var activity = new Activity("desktop");
+
+/* Create Bottom Panel */
+var panel = new Panel("panel");
+panel.location = "bottom";
+
+/* Create Launcher Widget */
+launcher = panel.addWidget("simplelauncher");
+launcher.globalShortcut = "Alt+F1"
+
+/* Create Show Widget Desktop */
+panel.addWidget("showdesktop");
+
+/* Create Quick Launch Widget for Dolphin, Konqueror, Konsole */
+panel.addWidget("quicklaunch");
+
+/* Create Task Bar Widget */
+panel.addWidget("tasks");
+
+/* Create Systray */
+systray = panel.addWidget("systemtray");
+i = 0;
+
+/* Add device notifier to Systray */
+systray.currentConfigGroup = new Array("Applets", ++i);
+systray.writeConfig("plugin", "notifier");
+systray.currentConfigGroup = new Array("Applets", ++i);
+systray.writeConfig("plugin", "networkmanagement");
+
+/* Create Trash Widget */
+panel.addWidget("trash");
+
+/* Create Quick Launch for Help Widget */
+panel.addWidget("quicklaunch");
+
+/* Create Clock Widget */
+clock = panel.addWidget("digital-clock");
+clock.writeConfig("showDate", "false");
diff --git a/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/updates/03-ihatethecashew.js b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/updates/03-ihatethecashew.js
new file mode 100644
index 0000000000000000000000000000000000000000..02a530c71fa764908d2f7863560721e750a122af
--- /dev/null
+++ b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/updates/03-ihatethecashew.js
@@ -0,0 +1,5 @@
+/* Get activity object */
+var activity = activityForScreen(0[0]);
+
+/* Add "I hate the cashew" widget */
+activity.addWidget("ihatethecashew");
diff --git a/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/updates/04-lockwidgets.js b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/updates/04-lockwidgets.js
new file mode 100644
index 0000000000000000000000000000000000000000..1618fe97b1ff522806bfabfa4ed8b8f274b99e6c
--- /dev/null
+++ b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/updates/04-lockwidgets.js
@@ -0,0 +1,2 @@
+/* Lock widgets */
+locked = true;
diff --git a/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/kdeglobals b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/kdeglobals
new file mode 100644
index 0000000000000000000000000000000000000000..5136804e8f2c37919029aabf68448b4887445dc9
--- /dev/null
+++ b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/kdeglobals
@@ -0,0 +1,119 @@
+[ColorEffects:Disabled]
+Color=197,179,153
+ColorAmount=0.5
+ColorEffect=2
+ContrastAmount=0.25
+ContrastEffect=1
+IntensityAmount=0.25
+IntensityEffect=0
+
+[ColorEffects:Inactive]
+Color=213,198,176
+ColorAmount=0.1
+ColorEffect=2
+ContrastAmount=0.2
+ContrastEffect=1
+Enable=false
+IntensityAmount=-0.05
+IntensityEffect=0
+
+[Colors:Button]
+BackgroundAlternate=246,240,227
+BackgroundNormal=247,242,232
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,0,0
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:Selection]
+BackgroundAlternate=27,131,196
+BackgroundNormal=102,153,0
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=50,148,133
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=255,255,255
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:Tooltip]
+BackgroundAlternate=250,248,241
+BackgroundNormal=253,252,251
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,0,0
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:View]
+BackgroundAlternate=250,246,239
+BackgroundNormal=253,252,250
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,0,0
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[Colors:Window]
+BackgroundAlternate=233,223,206
+BackgroundNormal=244,246,231
+DecorationFocus=128,112,96
+DecorationHover=102,153,0
+ForegroundActive=32,95,86
+ForegroundInactive=197,179,153
+ForegroundLink=0,87,174
+ForegroundNegative=232,87,82
+ForegroundNeutral=227,170,0
+ForegroundNormal=0,78,46
+ForegroundPositive=93,102,110
+ForegroundVisited=100,74,155
+
+[General]
+BrowserApplication[$e]=firefox.desktop
+Name=LinuxEducacional
+shadeSortColumn=true
+widgetStyle=qtcurve
+
+[KDE]
+contrast=2
+SingleClick=false
+
+[WM]
+activeBackground=135,175,38
+activeForeground=255,255,255
+inactiveBackground=216,202,178
+inactiveForeground=255,255,255
+
+[PreviewSettings]
+UseFileThumbnails=true
+
+[Toolbar style]
+ToolButtonStyle=TextBesideIcon
+
+[Emoticons]
+emoticonsTheme=kde4
+
+[Notification Messages]
+:confirmNewSession=false
+
+[Icons]
+Theme=le-icons
diff --git a/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/klaunchrc b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/klaunchrc
new file mode 100644
index 0000000000000000000000000000000000000000..56a348751d403ff8dc23f7193499de858b4a6811
--- /dev/null
+++ b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/klaunchrc
@@ -0,0 +1,10 @@
+[BusyCursorSettings]
+Blinking=false
+Bouncing=false
+
+[FeedbackStyle]
+BusyCursor=true
+TaskbarButton=true
+
+[TaskbarButtonSettings]
+Timeout=30
diff --git a/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/konquerorrc b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/konquerorrc
new file mode 100644
index 0000000000000000000000000000000000000000..e683325985a5e361b379307ec01c95a0bc3bef36
--- /dev/null
+++ b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/konquerorrc
@@ -0,0 +1,9 @@
+[Java/JavaScript Settings]
+EnableJava=true
+JavaPath[$e]=java
+
+[SearchBar]
+CurrentEngine=google_kubuntu
+
+[UserSettings]
+HomeURL=http://portal.mec.gov.br/
diff --git a/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/ksplashrc b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/ksplashrc
new file mode 100644
index 0000000000000000000000000000000000000000..b9c8cc62a017db9efdf3c70fb2958a4772ca55b8
--- /dev/null
+++ b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/ksplashrc
@@ -0,0 +1,3 @@
+[KSplash]
+Engine=KSplashX
+Theme=LE
diff --git a/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/kwinrc b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/kwinrc
new file mode 100644
index 0000000000000000000000000000000000000000..874a6a17b50225f2d878e19da971e7814662275a
--- /dev/null
+++ b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/kwinrc
@@ -0,0 +1,24 @@
+[Compositing]
+UnredirectFullscreen=false
+Enabled=true
+
+[Desktops]
+Number=1
+
+[Style]
+PluginLib=kwin3_qtcurve
+
+[Effect-Cube]
+CapColor=0,0,0
+
+[Windows]
+TitlebarDoubleClickCommand=Maximize
+
+[Plugins]
+kwin4_effect_boxswitchEnabled=true
+kwin4_effect_coverswitchEnabled=true
+kwin4_effect_cubeEnabled=true
+
+[Effect-CoverSwitch]
+TabBox=true
+TabBoxAlternative=false
diff --git a/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/plasma-desktop-appletsrc b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/plasma-desktop-appletsrc
new file mode 100644
index 0000000000000000000000000000000000000000..47ac0c7ce790f1552f2808381c6068a4eab18db5
--- /dev/null
+++ b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/plasma-desktop-appletsrc
@@ -0,0 +1,16 @@
+[AppletGlobals][plasma_applet_launcher]
+SwitchTabsOnHover=false
+askBeforeRemoval=true
+
+[Containments][1][Wallpaper][image]
+wallpaper=/usr/share/wallpapers/LE
+
+[Containments][2][Applets][5][Configuration]
+iconUrls=file:///usr/share/applications/le/panel/dolphin.desktop,file:///usr/share/applications/le/panel/firefox.desktop,file:///usr/share/applications/le/panel/konsole.desktop
+visibleIcons=3
+iconSize=22
+
+[Containments][2][Applets][9][Configuration]
+iconUrls=file:///usr/share/applications/le/panel/Help.desktop
+visibleIcons=1
+iconSize=22
diff --git a/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/plasmarc b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/plasmarc
new file mode 100644
index 0000000000000000000000000000000000000000..eeba6ac9d94788002fa7d5fc49ccbea28d2a4bf9
--- /dev/null
+++ b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/plasmarc
@@ -0,0 +1,2 @@
+[Theme]
+name=le-theme
diff --git a/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/systemsettingsrc b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/systemsettingsrc
new file mode 100644
index 0000000000000000000000000000000000000000..a670c2e73ee9bbfbaf0772edf6a1ee2c5ed3046e
--- /dev/null
+++ b/le-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/systemsettingsrc
@@ -0,0 +1,2 @@
+[Main]
+ActiveView=classic_mode
diff --git a/le-interface/pacote/usr/share/le-interface/kde-icon-cache.data b/le-interface/pacote/usr/share/le-interface/kde-icon-cache.data
new file mode 100644
index 0000000000000000000000000000000000000000..0c2edccceae50142db3291835b92c3f3c273956a
Binary files /dev/null and b/le-interface/pacote/usr/share/le-interface/kde-icon-cache.data differ
diff --git a/le-interface/pacote/usr/share/le-interface/kde-icon-cache.index b/le-interface/pacote/usr/share/le-interface/kde-icon-cache.index
new file mode 100644
index 0000000000000000000000000000000000000000..50aebae4ecd02014a21c4ef5f1eeff3fbf897d6c
Binary files /dev/null and b/le-interface/pacote/usr/share/le-interface/kde-icon-cache.index differ
diff --git a/le-interface/pacote/usr/share/le-interface/kde-icon-cache.updated b/le-interface/pacote/usr/share/le-interface/kde-icon-cache.updated
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/le-interface/pacote/usr/share/locale-langpack/pt_BR/LC_MESSAGES/plasma_applet_launcher.mo b/le-interface/pacote/usr/share/locale-langpack/pt_BR/LC_MESSAGES/plasma_applet_launcher.mo
new file mode 100644
index 0000000000000000000000000000000000000000..9562d50e3357173e53ba7a764a74316b74ed2412
Binary files /dev/null and b/le-interface/pacote/usr/share/locale-langpack/pt_BR/LC_MESSAGES/plasma_applet_launcher.mo differ
diff --git a/le-interface/pacote/usr/share/locale-langpack/pt_BR/LC_MESSAGES/plasma_applet_showdesktop.mo b/le-interface/pacote/usr/share/locale-langpack/pt_BR/LC_MESSAGES/plasma_applet_showdesktop.mo
new file mode 100644
index 0000000000000000000000000000000000000000..741e1b63414621427b4ff432c4922af527a658dd
Binary files /dev/null and b/le-interface/pacote/usr/share/locale-langpack/pt_BR/LC_MESSAGES/plasma_applet_showdesktop.mo differ