diff --git a/le-light-interface/README b/le-light-interface/README new file mode 100644 index 0000000000000000000000000000000000000000..082a4aac696b8645e39771c2ba61e6e4a4aaf989 --- /dev/null +++ b/le-light-interface/README @@ -0,0 +1,2 @@ +README +====== diff --git a/le-light-interface/TODO b/le-light-interface/TODO new file mode 100755 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/le-light-interface/VERSAO b/le-light-interface/VERSAO new file mode 100755 index 0000000000000000000000000000000000000000..9600efd3eb972038007678338d6e3d6b232458dd --- /dev/null +++ b/le-light-interface/VERSAO @@ -0,0 +1 @@ +1.0.38 diff --git a/le-light-interface/gerar.sh b/le-light-interface/gerar.sh new file mode 100755 index 0000000000000000000000000000000000000000..31458b16be0be35af19752d342b20aa3418e9c53 --- /dev/null +++ b/le-light-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-light-interface/pacote/DEBIAN/control b/le-light-interface/pacote/DEBIAN/control new file mode 100755 index 0000000000000000000000000000000000000000..cac43dea9101c9dff3b1fdae7c9795e5e9ca5ae1 --- /dev/null +++ b/le-light-interface/pacote/DEBIAN/control @@ -0,0 +1,10 @@ +Package: le-light-interface +Priority: important +Section: main +Version: +Maintainer: LE Maintainer <le-maintainer@c3sl.ufpr.br> +Description: KDE4 user interface and desktop configuration for Linux Educacional light version +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-light-interface/pacote/DEBIAN/postinst b/le-light-interface/pacote/DEBIAN/postinst new file mode 100755 index 0000000000000000000000000000000000000000..1eade00b4272e3dc10f1ad5a33bb8f85deacef3e --- /dev/null +++ b/le-light-interface/pacote/DEBIAN/postinst @@ -0,0 +1,100 @@ +#!/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-light-interface +# +# le-light-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 + + + + + +# Rebuild cache of system configuration +kbuildsycoca4 &> /dev/null + + diff --git a/le-light-interface/pacote/DEBIAN/postrm b/le-light-interface/pacote/DEBIAN/postrm new file mode 100755 index 0000000000000000000000000000000000000000..b69a1276947cb115aba60b821be3d03af36f36d3 --- /dev/null +++ b/le-light-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-light-interface +# +# le-light-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 + +# 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-light-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-light-interface/pacote/DEBIAN/preinst b/le-light-interface/pacote/DEBIAN/preinst new file mode 100755 index 0000000000000000000000000000000000000000..b47f56cf2a181e764f8710cc646e7220d348f0d5 --- /dev/null +++ b/le-light-interface/pacote/DEBIAN/preinst @@ -0,0 +1,90 @@ +#!/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-light-interface +# +# le-light-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-light-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-light-interface/pacote/etc/kde4/kdm/Xreset b/le-light-interface/pacote/etc/kde4/kdm/Xreset new file mode 100755 index 0000000000000000000000000000000000000000..70e73a06b71d805bbdb7fa68260fc2e3ae7ea95f --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/kde4/kdm/Xstartup b/le-light-interface/pacote/etc/kde4/kdm/Xstartup new file mode 100755 index 0000000000000000000000000000000000000000..984df5122f84a2ae3b7d70555b39e721d3180b7e --- /dev/null +++ b/le-light-interface/pacote/etc/kde4/kdm/Xstartup @@ -0,0 +1,67 @@ +#! /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 + +# 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 + " + +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-light-interface/pacote/etc/skel/.kde/share/apps/dolphin/dolphinui.rc b/le-light-interface/pacote/etc/skel/.kde/share/apps/dolphin/dolphinui.rc new file mode 100755 index 0000000000000000000000000000000000000000..937c6dc1402a312a4094706902a7e3e35f8c1bad --- /dev/null +++ b/le-light-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>&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>&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>&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>&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>&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>&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>&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-light-interface/pacote/etc/skel/.kde/share/config/dolphinrc b/le-light-interface/pacote/etc/skel/.kde/share/config/dolphinrc new file mode 100755 index 0000000000000000000000000000000000000000..9fc84e10176a4c4d938f7be88210226a503893f1 --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/skel/.kde/share/config/kdeglobals b/le-light-interface/pacote/etc/skel/.kde/share/config/kdeglobals new file mode 100755 index 0000000000000000000000000000000000000000..8186a6a74e04c7b3453a5b1ecc13e03d67c57600 --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/skel/.kde/share/config/kglobalshortcutsrc b/le-light-interface/pacote/etc/skel/.kde/share/config/kglobalshortcutsrc new file mode 100755 index 0000000000000000000000000000000000000000..70f1232da5dafcc45da9241d0e544ea3131c9878 --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/skel/.kde/share/config/klaunchrc b/le-light-interface/pacote/etc/skel/.kde/share/config/klaunchrc new file mode 100755 index 0000000000000000000000000000000000000000..3fa197870b011b6c8087d5907421db3a8c4af4ab --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/skel/.kde/share/config/kmixrc b/le-light-interface/pacote/etc/skel/.kde/share/config/kmixrc new file mode 100755 index 0000000000000000000000000000000000000000..962798020a6d58ff7adfe521dacf7fc551946307 --- /dev/null +++ b/le-light-interface/pacote/etc/skel/.kde/share/config/kmixrc @@ -0,0 +1,2 @@ +[Global] +startkdeRestore=false diff --git a/le-light-interface/pacote/etc/skel/.kde/share/config/krunnerrc b/le-light-interface/pacote/etc/skel/.kde/share/config/krunnerrc new file mode 100755 index 0000000000000000000000000000000000000000..835269ea11cc8141aee945241e163221c19af317 --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/skel/.kde/share/config/ksmserverrc b/le-light-interface/pacote/etc/skel/.kde/share/config/ksmserverrc new file mode 100755 index 0000000000000000000000000000000000000000..e9c14e86a43e1468f6104d9591f911ccb9dfa125 --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/skel/.kde/share/config/ksplashrc b/le-light-interface/pacote/etc/skel/.kde/share/config/ksplashrc new file mode 100755 index 0000000000000000000000000000000000000000..b9c8cc62a017db9efdf3c70fb2958a4772ca55b8 --- /dev/null +++ b/le-light-interface/pacote/etc/skel/.kde/share/config/ksplashrc @@ -0,0 +1,3 @@ +[KSplash] +Engine=KSplashX +Theme=LE diff --git a/le-light-interface/pacote/etc/skel/.kde/share/config/plasma-desktop-appletsrc b/le-light-interface/pacote/etc/skel/.kde/share/config/plasma-desktop-appletsrc new file mode 100755 index 0000000000000000000000000000000000000000..fde189afa72f818efe2b58b4775e2c2df12a1d12 --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/skel/.kde/share/config/plasmarc b/le-light-interface/pacote/etc/skel/.kde/share/config/plasmarc new file mode 100755 index 0000000000000000000000000000000000000000..4075bb00addfd2cb393a88e0d97d755213d345f2 --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/xdg/menus/applications-merged/anthem.menu b/le-light-interface/pacote/etc/xdg/menus/applications-merged/anthem.menu new file mode 100755 index 0000000000000000000000000000000000000000..243c621ee1cd515917d178459e00c5598ccabfe1 --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/xdg/menus/applications-merged/edubar.menu b/le-light-interface/pacote/etc/xdg/menus/applications-merged/edubar.menu new file mode 100755 index 0000000000000000000000000000000000000000..40f7d81db7913d2df6d8eb2369a7c0aecb595842 --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/xdg/menus/applications-merged/eduprograms.menu b/le-light-interface/pacote/etc/xdg/menus/applications-merged/eduprograms.menu new file mode 100755 index 0000000000000000000000000000000000000000..bf1c973d21027a6396c689179f9cc1f7f48e8871 --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/xdg/menus/kde4-applications.menu b/le-light-interface/pacote/etc/xdg/menus/kde4-applications.menu new file mode 100755 index 0000000000000000000000000000000000000000..3dc4163d3c4859b90d07e0e779dfc9daf991aca5 --- /dev/null +++ b/le-light-interface/pacote/etc/xdg/menus/kde4-applications.menu @@ -0,0 +1,270 @@ + <!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>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> + <Filename>kword.desktop</Filename> + <Filename>kpresenter.desktop</Filename> + <Filename>kspread.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-light-interface/pacote/etc/xdg/menus/le-menu/applications-admin.menu b/le-light-interface/pacote/etc/xdg/menus/le-menu/applications-admin.menu new file mode 100755 index 0000000000000000000000000000000000000000..eea7c2dfa06835d1e1f4a8b1627e72d3b66b5e98 --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/xdg/menus/le-menu/applications-edit.menu b/le-light-interface/pacote/etc/xdg/menus/le-menu/applications-edit.menu new file mode 100755 index 0000000000000000000000000000000000000000..45fe225ccd7d55fd33a955753281d470b7a72a32 --- /dev/null +++ b/le-light-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-light-interface/pacote/etc/xdg/menus/le-menu/applications-extras.menu b/le-light-interface/pacote/etc/xdg/menus/le-menu/applications-extras.menu new file mode 100755 index 0000000000000000000000000000000000000000..947fcc95c7b09d20182d7552d4a0731f39022eb6 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/local/bin/le-browser.sh b/le-light-interface/pacote/usr/local/bin/le-browser.sh new file mode 100755 index 0000000000000000000000000000000000000000..16fb9922144a666ab7d9f79a54ec70580948f2f5 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/local/bin/le-fix-wallpaper.sh b/le-light-interface/pacote/usr/local/bin/le-fix-wallpaper.sh new file mode 100755 index 0000000000000000000000000000000000000000..abfe48d75981829d5d7ee9d7afd1d9c35f8daa1f --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/local/bin/le-interface-cashew.sh b/le-light-interface/pacote/usr/local/bin/le-interface-cashew.sh new file mode 100755 index 0000000000000000000000000000000000000000..be6f04a5af60dd430cd6fa560845303fe9245181 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/local/bin/le-interface-config-recovery.sh b/le-light-interface/pacote/usr/local/bin/le-interface-config-recovery.sh new file mode 100755 index 0000000000000000000000000000000000000000..8ecb9a0f34181a1f118bec4074620f263a517717 --- /dev/null +++ b/le-light-interface/pacote/usr/local/bin/le-interface-config-recovery.sh @@ -0,0 +1,44 @@ +#!/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" + +# Reset sound volume +amixer set PCM 100% unmute +amixer set Master 100% unmute +amixer set Front 100% unmute diff --git a/le-light-interface/pacote/usr/local/bin/le-interface-kwin.sh b/le-light-interface/pacote/usr/local/bin/le-interface-kwin.sh new file mode 100755 index 0000000000000000000000000000000000000000..c66e5663572f604239e4ab8367eee1fd44b0bfb3 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/local/bin/le-interface-menus.sh b/le-light-interface/pacote/usr/local/bin/le-interface-menus.sh new file mode 100755 index 0000000000000000000000000000000000000000..f1e796492c52fa1b5ae46d953fce770b283a4441 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/local/bin/le-interface-network.sh b/le-light-interface/pacote/usr/local/bin/le-interface-network.sh new file mode 100755 index 0000000000000000000000000000000000000000..a0530370f23935edef37f2f85881778620481fb1 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/local/bin/le-interface-via-fix.sh b/le-light-interface/pacote/usr/local/bin/le-interface-via-fix.sh new file mode 100755 index 0000000000000000000000000000000000000000..8a83e0c8985418f055a130e420a673e5496d94f5 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/local/bin/le-konqueror.sh b/le-light-interface/pacote/usr/local/bin/le-konqueror.sh new file mode 100755 index 0000000000000000000000000000000000000000..adc36069d3cd056aae88494895deee94e62656b9 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/local/bin/le-printer-manager.sh b/le-light-interface/pacote/usr/local/bin/le-printer-manager.sh new file mode 100755 index 0000000000000000000000000000000000000000..52ab3d4ce0d02250a71273e0dffd8ea579ef568f --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/local/share/doc/le-interface/AUTHORS b/le-light-interface/pacote/usr/local/share/doc/le-interface/AUTHORS new file mode 100755 index 0000000000000000000000000000000000000000..f14f4b43ce955d026ed6e93e2c082597641c9a86 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/local/share/doc/le-interface/COPYING b/le-light-interface/pacote/usr/local/share/doc/le-interface/COPYING new file mode 100755 index 0000000000000000000000000000000000000000..94a9ed024d3859793618152ea559a168bbcbb5e2 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/anthem/hino-bandeira.desktop b/le-light-interface/pacote/usr/share/applications/le/anthem/hino-bandeira.desktop new file mode 100755 index 0000000000000000000000000000000000000000..3846db1eef89aac0ff750b15b13315518cf17540 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/anthem/hino-independencia.desktop b/le-light-interface/pacote/usr/share/applications/le/anthem/hino-independencia.desktop new file mode 100755 index 0000000000000000000000000000000000000000..b50d53d64eff4e9cf0a1e1f911765b19d0abe5a4 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/anthem/hino-nacional.desktop b/le-light-interface/pacote/usr/share/applications/le/anthem/hino-nacional.desktop new file mode 100755 index 0000000000000000000000000000000000000000..ebf4b00c54c49a679da55d59aacd15989c086aba --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/anthem/hino-republica.desktop b/le-light-interface/pacote/usr/share/applications/le/anthem/hino-republica.desktop new file mode 100755 index 0000000000000000000000000000000000000000..a16d2090b1f4f7c2799238607cdb7fe7cb0169d8 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/edubar/dominio-publico.desktop b/le-light-interface/pacote/usr/share/applications/le/edubar/dominio-publico.desktop new file mode 100755 index 0000000000000000000000000000000000000000..662a56f3f4a1b347b4c36c3490563561b666ad57 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/edubar/objetos-educacionais.desktop b/le-light-interface/pacote/usr/share/applications/le/edubar/objetos-educacionais.desktop new file mode 100755 index 0000000000000000000000000000000000000000..628d854910757f647fd7665698c1e1d04dd19c99 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/edubar/portal-professor.desktop b/le-light-interface/pacote/usr/share/applications/le/edubar/portal-professor.desktop new file mode 100755 index 0000000000000000000000000000000000000000..6ba049c507d2d5105c19f30e7a81d18456f706d8 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/edubar/tv-escola.desktop b/le-light-interface/pacote/usr/share/applications/le/edubar/tv-escola.desktop new file mode 100755 index 0000000000000000000000000000000000000000..8aed2ccc939ccdd3540d4554d9bcc422ec440d11 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/development/kturtle.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/development/kturtle.desktop new file mode 100755 index 0000000000000000000000000000000000000000..cad0b31dc51706aa1ad8097f5f3d13eda4ba0bee --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/development/squeak.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/development/squeak.desktop new file mode 100755 index 0000000000000000000000000000000000000000..2490c2911857eea387dd687545f3b4632cf22db8 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/KGoldrunner.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/KGoldrunner.desktop new file mode 100755 index 0000000000000000000000000000000000000000..84fd3bc7c7276154495c687038899c6cafa58080 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/bomber.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/bomber.desktop new file mode 100755 index 0000000000000000000000000000000000000000..c85542d208ec10e5e5949a607e2ef416c4af465c --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/granatier.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/granatier.desktop new file mode 100755 index 0000000000000000000000000000000000000000..30977d2e33fc309a2a092c61d6e1a3df136f286d --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kapman.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kapman.desktop new file mode 100755 index 0000000000000000000000000000000000000000..498be9a5ef289555b6029eb5e6f9d4f4da051a7f --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kblocks.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kblocks.desktop new file mode 100755 index 0000000000000000000000000000000000000000..35273f9b6c6dd8b791373792651ba6a3ac270d22 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kbounce.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kbounce.desktop new file mode 100755 index 0000000000000000000000000000000000000000..2a77c651585f05785528f2630730018a2009d0b0 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kbreakout.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kbreakout.desktop new file mode 100755 index 0000000000000000000000000000000000000000..fcbb434e63a38f641dca70ad91979d6fca555716 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kdesnake.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kdesnake.desktop new file mode 100755 index 0000000000000000000000000000000000000000..461f67693492f4e774f79a59fa05bab50dce7319 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kollision.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kollision.desktop new file mode 100755 index 0000000000000000000000000000000000000000..6a95885802c2a3e29028e0b88df10335a1581269 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kspaceduel.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/kspaceduel.desktop new file mode 100755 index 0000000000000000000000000000000000000000..8cce71e94b877c38f1df73a206cb9ba0d858f98c --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/ktron.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/arcade/ktron.desktop new file mode 100755 index 0000000000000000000000000000000000000000..a9f9c01cf8404e635e965138dbf3a6431558e811 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/bovo.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/bovo.desktop new file mode 100755 index 0000000000000000000000000000000000000000..c8fdf5edb2610eb74818a989d49f529ff3f8beeb --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/glchess.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/glchess.desktop new file mode 100755 index 0000000000000000000000000000000000000000..425a5a3d7edfb6787453d32e2381bd6274543afc --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/kblackbox.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/kblackbox.desktop new file mode 100755 index 0000000000000000000000000000000000000000..5edbe80b672d0a6d94a45a06793218d8b02c0500 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/kfourinline.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/kfourinline.desktop new file mode 100755 index 0000000000000000000000000000000000000000..7a2308b0618a86decfe4622976ab5fe10d3fbe66 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/kiriki.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/kiriki.desktop new file mode 100755 index 0000000000000000000000000000000000000000..ef8e019a460dc8e801a3dfa1d4c0d086d8c14561 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/kmahjongg.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/kmahjongg.desktop new file mode 100755 index 0000000000000000000000000000000000000000..8150a9cba2601ac78e402bacfc76a345b5dcdd99 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/kreversi.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/kreversi.desktop new file mode 100755 index 0000000000000000000000000000000000000000..45959e0c5d19d99300d2deea531ab71f2f4ec179 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/kshisen.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/kshisen.desktop new file mode 100755 index 0000000000000000000000000000000000000000..69e2a3f583b67a071f7c9a7c383b186825fa12b1 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/ksquares.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/board/ksquares.desktop new file mode 100755 index 0000000000000000000000000000000000000000..666ac749c57ddbe05427cc7ef9364e1de4656140 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/card/kpat.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/card/kpat.desktop new file mode 100755 index 0000000000000000000000000000000000000000..713456fa92764cdce1010cb48144a2e33064c262 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/card/lskat.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/card/lskat.desktop new file mode 100755 index 0000000000000000000000000000000000000000..217dacac03b46de61fb43c32e5d4e8a95fe0b9da --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/kids/ktuberling.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/kids/ktuberling.desktop new file mode 100755 index 0000000000000000000000000000000000000000..c715346cb2c2f93b340ebe22b07aee619a9d4f48 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/kids/tuxmath.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/kids/tuxmath.desktop new file mode 100755 index 0000000000000000000000000000000000000000..5011bb832b7580ea1dfa17751fcf880873ccabeb --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/logic/kdiamond.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/logic/kdiamond.desktop new file mode 100755 index 0000000000000000000000000000000000000000..a9fd2b6dd179088fef8769ec7c573399669a28ea --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/logic/ksudoku.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/logic/ksudoku.desktop new file mode 100755 index 0000000000000000000000000000000000000000..88bf8a3c219d0b8d0af523efb4d894c90832d585 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/logic/kubrick.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/logic/kubrick.desktop new file mode 100755 index 0000000000000000000000000000000000000000..cee4071f14f3ce99e22b23a0d496b19be7a75b07 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/logic/palapeli.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/logic/palapeli.desktop new file mode 100755 index 0000000000000000000000000000000000000000..829d83e251edf9140fc30e431163a80c91b0532f --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/katomic.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/katomic.desktop new file mode 100755 index 0000000000000000000000000000000000000000..fa614b9ed930752225cc9f00f1398ecd15818d0b --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kbattleship.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kbattleship.desktop new file mode 100755 index 0000000000000000000000000000000000000000..cbf038e44fe5f89ad0bc3818fdbd32ac4f884a3a --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/killbots.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/killbots.desktop new file mode 100755 index 0000000000000000000000000000000000000000..eb4f52f1e6ae62a12521b8de686b79272f65c376 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kjumpingcube.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kjumpingcube.desktop new file mode 100755 index 0000000000000000000000000000000000000000..f3a0e798a111382238f7e4f720da0e693e610e3e --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/klines.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/klines.desktop new file mode 100755 index 0000000000000000000000000000000000000000..ced97a2c8ee2074ea09609d9c733820e84f2ccaa --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kmines.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/kmines.desktop new file mode 100755 index 0000000000000000000000000000000000000000..af7224ff11a4ead0f80b504133f9126efcfe951d --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/knetwalk.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/knetwalk.desktop new file mode 100755 index 0000000000000000000000000000000000000000..8342670e491edf3896a6ce8e015591e1be3939d5 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/konquest.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/konquest.desktop new file mode 100755 index 0000000000000000000000000000000000000000..a3e9c336d67b26e2c76010d4bf2c77a7c4bf0449 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksame.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksame.desktop new file mode 100755 index 0000000000000000000000000000000000000000..0d0ed4e0e43d8d4539bd5aee0c9dead2fdea1802 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksirk.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksirk.desktop new file mode 100755 index 0000000000000000000000000000000000000000..dafee9b9899e3401a90f07e82299c22f669d4063 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksirkskineditor.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/games/strategy/ksirkskineditor.desktop new file mode 100755 index 0000000000000000000000000000000000000000..c27c0f9e2f41abf82954f3992931fbe560cc8045 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/geography/kgeography.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/geography/kgeography.desktop new file mode 100755 index 0000000000000000000000000000000000000000..fd71f7fc332c706751837da2a85c50b6beaf334e --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/geography/kstars.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/geography/kstars.desktop new file mode 100755 index 0000000000000000000000000000000000000000..1e74235f4c123cc77eba9d069b4e49bcb806a128 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/geography/marble.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/geography/marble.desktop new file mode 100755 index 0000000000000000000000000000000000000000..44a80a861c2004c5c6a862c2137535d35b3867d7 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/languages/kanagram.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/languages/kanagram.desktop new file mode 100755 index 0000000000000000000000000000000000000000..a4e6c318a137f4288a708524613267dabafddf84 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/languages/khangman.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/languages/khangman.desktop new file mode 100755 index 0000000000000000000000000000000000000000..014c30b5f8be1caa1cb47ded8836d7a8bcc3d091 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/languages/kiten.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/languages/kiten.desktop new file mode 100755 index 0000000000000000000000000000000000000000..c5aec56775cff4a06263692922b35fd73d528418 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/languages/klettres.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/languages/klettres.desktop new file mode 100755 index 0000000000000000000000000000000000000000..63f7653afd4032e8fef18c4a845c94660e3ae8a6 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/languages/parley.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/languages/parley.desktop new file mode 100755 index 0000000000000000000000000000000000000000..b678ba24e4fb4981fa5e96f9e5c75cf635f7236b --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/mathematics/cantor.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/mathematics/cantor.desktop new file mode 100755 index 0000000000000000000000000000000000000000..c88d1e75275b1a5e3bc6f38a01209492c5848e4d --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/mathematics/geogebra.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/mathematics/geogebra.desktop new file mode 100755 index 0000000000000000000000000000000000000000..b669450648c9b209a57031132fa30fe0a75c340e --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kalgebra.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kalgebra.desktop new file mode 100755 index 0000000000000000000000000000000000000000..7c5bd59d6aa18f7006abb0bb5fdcf84d0433fa06 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kbruch.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kbruch.desktop new file mode 100755 index 0000000000000000000000000000000000000000..ce2d5c317f834a21fd902501de3c403aeda497e7 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kig.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kig.desktop new file mode 100755 index 0000000000000000000000000000000000000000..9f106d1dbc7f074f491aa8c776c7788667f4e273 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kmplot.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/mathematics/kmplot.desktop new file mode 100755 index 0000000000000000000000000000000000000000..22c5c86ed0c2d172c71843bf6bd2722fb901228a --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/gcompris-edit.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/gcompris-edit.desktop new file mode 100755 index 0000000000000000000000000000000000000000..52f674b2b251bbced200ec99091175e935b21d55 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/gcompris.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/gcompris.desktop new file mode 100755 index 0000000000000000000000000000000000000000..42c78fb8c410b5fdb4a666b42b685114dde2d5d4 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/tuxpaint.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/multi-disciplinary/tuxpaint.desktop new file mode 100755 index 0000000000000000000000000000000000000000..aab6ef5bc693fea5164f08eaecb7cc89700d5c1f --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/physics/step.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/physics/step.desktop new file mode 100755 index 0000000000000000000000000000000000000000..d8a3e0f1d45eaa15fd270cc3a0e66f3894384553 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/portuguese/blinken.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/portuguese/blinken.desktop new file mode 100755 index 0000000000000000000000000000000000000000..9db7fb0479ddbb3e4e94219f3d08c10bf63b0206 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/portuguese/kwordquiz.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/portuguese/kwordquiz.desktop new file mode 100755 index 0000000000000000000000000000000000000000..03f664e304a1ea2b3f2c6a9f18263f05c1e08775 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/science/kalzium.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/science/kalzium.desktop new file mode 100755 index 0000000000000000000000000000000000000000..06ccc3ebbe18c1777f3b6589d59b2fac0239c605 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/eduprograms/science/rocs.desktop b/le-light-interface/pacote/usr/share/applications/le/eduprograms/science/rocs.desktop new file mode 100755 index 0000000000000000000000000000000000000000..f4ca2a743f151aa2a1f40216a1feeb4dee9b2759 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/graphics/digikam.desktop b/le-light-interface/pacote/usr/share/applications/le/graphics/digikam.desktop new file mode 100755 index 0000000000000000000000000000000000000000..2e51cb4569d47d55eacf2e99fa4debd2cf919be4 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/graphics/gimp.desktop b/le-light-interface/pacote/usr/share/applications/le/graphics/gimp.desktop new file mode 100755 index 0000000000000000000000000000000000000000..97534603893ed980fe120979c96e27bbe13fd9f1 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/graphics/gwenview.desktop b/le-light-interface/pacote/usr/share/applications/le/graphics/gwenview.desktop new file mode 100755 index 0000000000000000000000000000000000000000..3698bc585f8e0eebf35ce16e99ad4c8fb45d8087 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/graphics/inkscape.desktop b/le-light-interface/pacote/usr/share/applications/le/graphics/inkscape.desktop new file mode 100755 index 0000000000000000000000000000000000000000..c92edab18c22b7ef95786e149ca184ce1f2ba2ed --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/graphics/kolourpaint.desktop b/le-light-interface/pacote/usr/share/applications/le/graphics/kolourpaint.desktop new file mode 100755 index 0000000000000000000000000000000000000000..ac102b8aa9fd0fa2e6daa7fd7c072ab9848aa445 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/graphics/ksnapshot.desktop b/le-light-interface/pacote/usr/share/applications/le/graphics/ksnapshot.desktop new file mode 100755 index 0000000000000000000000000000000000000000..b62eac5e06dc35347421d8c5a7d7e7f889ded06e --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/internet/firefox.desktop b/le-light-interface/pacote/usr/share/applications/le/internet/firefox.desktop new file mode 100755 index 0000000000000000000000000000000000000000..3a0c43e96c6d3522ed3a0732f246b4bc3981c986 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/internet/knetworkmanager.desktop b/le-light-interface/pacote/usr/share/applications/le/internet/knetworkmanager.desktop new file mode 100755 index 0000000000000000000000000000000000000000..54287f310cc57f002c9c61bd559a1ab020370a13 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/internet/konqbrowser.desktop b/le-light-interface/pacote/usr/share/applications/le/internet/konqbrowser.desktop new file mode 100755 index 0000000000000000000000000000000000000000..525bad80980bc30e3df7371999b5f5ff687b56c6 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/menu/dolphin-menu.desktop b/le-light-interface/pacote/usr/share/applications/le/menu/dolphin-menu.desktop new file mode 100755 index 0000000000000000000000000000000000000000..c683396196011ec2c794b2bb9d0c5a5b404a43f6 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/menu/konsole-menu.desktop b/le-light-interface/pacote/usr/share/applications/le/menu/konsole-menu.desktop new file mode 100755 index 0000000000000000000000000000000000000000..c8149e43e33b75ff8adfdeefacd3499fc7290b52 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/multimedia/Kino.desktop b/le-light-interface/pacote/usr/share/applications/le/multimedia/Kino.desktop new file mode 100755 index 0000000000000000000000000000000000000000..14f821b80d0e56df7072b766ed0b39e1073ce7de --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/multimedia/MediaConverter.desktop b/le-light-interface/pacote/usr/share/applications/le/multimedia/MediaConverter.desktop new file mode 100755 index 0000000000000000000000000000000000000000..a8e78567fdcfc9042b9f351c5a53b69029a65d81 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/multimedia/avidemux-gtk.desktop b/le-light-interface/pacote/usr/share/applications/le/multimedia/avidemux-gtk.desktop new file mode 100755 index 0000000000000000000000000000000000000000..d7a2b567ba8f3d4a528662f05af0f94428df3e52 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/multimedia/kmix.desktop b/le-light-interface/pacote/usr/share/applications/le/multimedia/kmix.desktop new file mode 100755 index 0000000000000000000000000000000000000000..1c8e4a53ec343422486c6d7f535a1349abdd3a0f --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/multimedia/vlc.desktop b/le-light-interface/pacote/usr/share/applications/le/multimedia/vlc.desktop new file mode 100755 index 0000000000000000000000000000000000000000..3a31cabb1d560c2448b616ced54c8cbd081e9eda --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/office/kpresenter.desktop b/le-light-interface/pacote/usr/share/applications/le/office/kpresenter.desktop new file mode 100755 index 0000000000000000000000000000000000000000..25e340c3a288f8a8ce26fcbeede61069b2f32cba --- /dev/null +++ b/le-light-interface/pacote/usr/share/applications/le/office/kpresenter.desktop @@ -0,0 +1,17 @@ +[Desktop Entry] +Name=KPresenter +Exec=kpresenter %u +GenericName=Presentation +Comment=Write presentation documents +MimeType=application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.presentation-template;application/x-kpresenter;application/mspowerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.openxmlformats-officedocument.presentationml.template; +Type=Application +Icon=kpresenter +X-KDE-NativeMimeType=application/vnd.oasis.opendocument.presentation +#X-KDE-NativeMimeType=application/x-kpresenter +X-DBUS-StartupType=multi +X-DBUS-ServiceName=org.koffice.kpresenter +X-DocPath=kpresenter/index.html +X-KDE-StartupNotify=true +#Categories=LE;Qt;KDE;Office; +Categories=LE;Application;Office;Presentation; +X-Ubuntu-Gettext-Domain=desktop_koffice diff --git a/le-light-interface/pacote/usr/share/applications/le/office/kspread.desktop b/le-light-interface/pacote/usr/share/applications/le/office/kspread.desktop new file mode 100755 index 0000000000000000000000000000000000000000..4bda6a71a156146f9bc0851d8ded93f7432da28b --- /dev/null +++ b/le-light-interface/pacote/usr/share/applications/le/office/kspread.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Name=KSpread +Exec=kspread %u +GenericName=Spreadsheet +Comment=Write spreadsheet documents +MimeType=application/vnd.oasis.opendocument.spreadsheet;application/x-kspread;application/vnd.ms-excel;text/csv;application/x-quattropro;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template; +Type=Application +Icon=kspread +X-KDE-NativeMimeType=application/vnd.oasis.opendocument.spreadsheet +X-DBUS-StartupType=multi +X-DBUS-ServiceName=org.koffice.kspread +X-DocPath=kspread/index.html +X-KDE-StartupNotify=true +#Categories=LE;Qt;KDE;Office; +Categories=LE;Application;Office;Spreadsheet; +X-Ubuntu-Gettext-Domain=desktop_koffice diff --git a/le-light-interface/pacote/usr/share/applications/le/office/kword.desktop b/le-light-interface/pacote/usr/share/applications/le/office/kword.desktop new file mode 100755 index 0000000000000000000000000000000000000000..2214a4223f9ab94cd2d7a246fd16d1026a9e0e3e --- /dev/null +++ b/le-light-interface/pacote/usr/share/applications/le/office/kword.desktop @@ -0,0 +1,18 @@ +[Desktop Entry] +Type=Application +Name=KWord +Exec=kword %u +GenericName=Word Processor +Comment=Write text documents +MimeType=application/vnd.oasis.opendocument.text;application/x-kword;application/msword;application/rtf;text/plain;application/x-mswrite;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.openxmlformats-officedocument.wordprocessingml.template; +Icon=kword +X-KDE-NativeMimeType=application/vnd.oasis.opendocument.text +#X-KDE-NativeMimeType=application/x-kword +X-DocPath=kword/index.html +X-KDE-StartupNotify=true +X-DBUS-StartupType=Multi +X-DBUS-ServiceName=org.koffice.kword +#Categories=LE;Qt;KDE;Office; +Categories=LE;Application;Office;WordProcessor; +InitialPreference=3 +X-Ubuntu-Gettext-Domain=desktop_koffice diff --git a/le-light-interface/pacote/usr/share/applications/le/office/okularApplication_pdf.desktop b/le-light-interface/pacote/usr/share/applications/le/office/okularApplication_pdf.desktop new file mode 100755 index 0000000000000000000000000000000000000000..4e73a8cf01b7b106fb5453dcccb0179863b95208 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/panel/dolphin.desktop b/le-light-interface/pacote/usr/share/applications/le/panel/dolphin.desktop new file mode 100755 index 0000000000000000000000000000000000000000..8810531d51bd4f573df07452a031fcdd00f2349b --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/panel/firefox.desktop b/le-light-interface/pacote/usr/share/applications/le/panel/firefox.desktop new file mode 100755 index 0000000000000000000000000000000000000000..cc0a5f34778adaa5b54a7a6e76dcf45997010c6f --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/panel/konsole.desktop b/le-light-interface/pacote/usr/share/applications/le/panel/konsole.desktop new file mode 100755 index 0000000000000000000000000000000000000000..b18c1414389f0e2690c6eac1c0353a8dec0716af --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/adept-installer.desktop b/le-light-interface/pacote/usr/share/applications/le/system/adept-installer.desktop new file mode 100755 index 0000000000000000000000000000000000000000..16af6a8324bad07eca5d1b9d3cf3a25933cd997c --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/displayconf.desktop b/le-light-interface/pacote/usr/share/applications/le/system/displayconf.desktop new file mode 100755 index 0000000000000000000000000000000000000000..3b5e3b0be0fb417355f385e07864a782655b3e81 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/fixwallpaper.desktop b/le-light-interface/pacote/usr/share/applications/le/system/fixwallpaper.desktop new file mode 100755 index 0000000000000000000000000000000000000000..2a53d989702c2882a5885611a3f87d6f2d54e098 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/jockey-kde.desktop b/le-light-interface/pacote/usr/share/applications/le/system/jockey-kde.desktop new file mode 100755 index 0000000000000000000000000000000000000000..33211c9b739e2d8a884902e8ed4a5be061ccf396 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/kbluetooth.desktop b/le-light-interface/pacote/usr/share/applications/le/system/kbluetooth.desktop new file mode 100755 index 0000000000000000000000000000000000000000..536aa086bdd743f6650c6645e8cc9e0278f39fd6 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/kinfocenter.desktop b/le-light-interface/pacote/usr/share/applications/le/system/kinfocenter.desktop new file mode 100755 index 0000000000000000000000000000000000000000..a2928182d94efc2995e0e20f965ae5dd8e8370b4 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/kmenuedit.desktop b/le-light-interface/pacote/usr/share/applications/le/system/kmenuedit.desktop new file mode 100755 index 0000000000000000000000000000000000000000..58368887ab55f06e5094bad466544091b8cc140f --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/konsole.desktop b/le-light-interface/pacote/usr/share/applications/le/system/konsole.desktop new file mode 100755 index 0000000000000000000000000000000000000000..d81928a9dc0812a8b0d70f14c0f87ff9f2b10a1e --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/krunner.desktop b/le-light-interface/pacote/usr/share/applications/le/system/krunner.desktop new file mode 100755 index 0000000000000000000000000000000000000000..7504b2398bde3776be4cd9023b6b24e9cd611cbb --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/ksysguard.desktop b/le-light-interface/pacote/usr/share/applications/le/system/ksysguard.desktop new file mode 100755 index 0000000000000000000000000000000000000000..035803a7f538a4230044a807bf18ae527e642e7b --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/ksystemlog.desktop b/le-light-interface/pacote/usr/share/applications/le/system/ksystemlog.desktop new file mode 100755 index 0000000000000000000000000000000000000000..ef47ec2510b24342b3fc3806df2a2cc905026321 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/kuser.desktop b/le-light-interface/pacote/usr/share/applications/le/system/kuser.desktop new file mode 100755 index 0000000000000000000000000000000000000000..48f9825d78ae6e45c151b0d7a0c910bbe8c22fae --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/printer.desktop b/le-light-interface/pacote/usr/share/applications/le/system/printer.desktop new file mode 100755 index 0000000000000000000000000000000000000000..8d44ad971e68896eafc9440542ad9cae54b0ebf3 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/sudolphin.desktop b/le-light-interface/pacote/usr/share/applications/le/system/sudolphin.desktop new file mode 100755 index 0000000000000000000000000000000000000000..91758d80b6c2c19a83bdc946e1691bc24dd72634 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/system/systemsettings.desktop b/le-light-interface/pacote/usr/share/applications/le/system/systemsettings.desktop new file mode 100755 index 0000000000000000000000000000000000000000..cb474ed467e8138752ae5ca3ed54bfa729e110f2 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/utilities/ark.desktop b/le-light-interface/pacote/usr/share/applications/le/utilities/ark.desktop new file mode 100755 index 0000000000000000000000000000000000000000..e38e948d7b85f4767855381db2dc5f6c162508ee --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/utilities/kfind.desktop b/le-light-interface/pacote/usr/share/applications/le/utilities/kfind.desktop new file mode 100755 index 0000000000000000000000000000000000000000..e90ce72a6c1da67792985e3515dbea6feccc3dd2 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/utilities/klipper.desktop b/le-light-interface/pacote/usr/share/applications/le/utilities/klipper.desktop new file mode 100755 index 0000000000000000000000000000000000000000..96cc8445c45f44afc1e860d44ac309b913c6887e --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/applications/le/utilities/kmag.desktop b/le-light-interface/pacote/usr/share/applications/le/utilities/kmag.desktop new file mode 100755 index 0000000000000000000000000000000000000000..3c5f5e3a2b778d2b443c44ffc4b9062523d18f31 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/desktop-directories/le-anthem.directory b/le-light-interface/pacote/usr/share/desktop-directories/le-anthem.directory new file mode 100755 index 0000000000000000000000000000000000000000..74de4bba1c5481e4edd4984d78cbfe3ce4c34645 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/desktop-directories/le-edu-development.directory b/le-light-interface/pacote/usr/share/desktop-directories/le-edu-development.directory new file mode 100755 index 0000000000000000000000000000000000000000..70960ea99348faf9085b75f605453e319d8629fc --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/desktop-directories/le-edu-geography.directory b/le-light-interface/pacote/usr/share/desktop-directories/le-edu-geography.directory new file mode 100755 index 0000000000000000000000000000000000000000..62f6f1b7c421c4ca6e45d95778ce58cc565deb70 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/desktop-directories/le-edu-multi-disciplinary.directory b/le-light-interface/pacote/usr/share/desktop-directories/le-edu-multi-disciplinary.directory new file mode 100755 index 0000000000000000000000000000000000000000..2520686436189e884ed86bdda02da989ed445acb --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/desktop-directories/le-edu-physics.directory b/le-light-interface/pacote/usr/share/desktop-directories/le-edu-physics.directory new file mode 100755 index 0000000000000000000000000000000000000000..14f43ccff08725172d1680376e9b227ebcfcd487 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/desktop-directories/le-edu-portuguese.directory b/le-light-interface/pacote/usr/share/desktop-directories/le-edu-portuguese.directory new file mode 100755 index 0000000000000000000000000000000000000000..6927d418dd98c4b6c062dbb4bf9b8ef17c6b4755 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/desktop-directories/le-edubar.directory b/le-light-interface/pacote/usr/share/desktop-directories/le-edubar.directory new file mode 100755 index 0000000000000000000000000000000000000000..62c2d176af9c40b33a07d21fd7e53773d8033eea --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/desktop-directories/le-eduprogs.directory b/le-light-interface/pacote/usr/share/desktop-directories/le-eduprogs.directory new file mode 100755 index 0000000000000000000000000000000000000000..07b3bd81b48a5cd04c317cbee9873925e9aa7e8a --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/desktop-directories/le-extras.directory b/le-light-interface/pacote/usr/share/desktop-directories/le-extras.directory new file mode 100755 index 0000000000000000000000000000000000000000..1845d5a9374cca8e57fc094c82aec4d8ebbd98e4 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/desktop-directories/le-office.directory b/le-light-interface/pacote/usr/share/desktop-directories/le-office.directory new file mode 100755 index 0000000000000000000000000000000000000000..88182fd43e7bc7e4bf5c8cf6573891e67385bb16 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kde4/apps/color-schemes/LinuxEducacional.colors b/le-light-interface/pacote/usr/share/kde4/apps/color-schemes/LinuxEducacional.colors new file mode 100755 index 0000000000000000000000000000000000000000..33423cc28c1db20afd122b9748111f2ce085813e --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kde4/apps/color-schemes/LinuxEducacionalKDM.colors b/le-light-interface/pacote/usr/share/kde4/apps/color-schemes/LinuxEducacionalKDM.colors new file mode 100755 index 0000000000000000000000000000000000000000..c4b5fb254fed3a37469c65b0596259d53ca42b0b --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kde4/apps/kde/kde.notifyrc b/le-light-interface/pacote/usr/share/kde4/apps/kde/kde.notifyrc new file mode 100755 index 0000000000000000000000000000000000000000..134d309437c6d120c920122aa1f3faa5bbd66a74 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kde4/apps/kdm/faces/.default.face.icon b/le-light-interface/pacote/usr/share/kde4/apps/kdm/faces/.default.face.icon new file mode 100755 index 0000000000000000000000000000000000000000..736bb823298cda2136cd57a3e837e249e9059443 Binary files /dev/null and b/le-light-interface/pacote/usr/share/kde4/apps/kdm/faces/.default.face.icon differ diff --git a/le-light-interface/pacote/usr/share/kde4/apps/kdm/faces/professor.face.icon b/le-light-interface/pacote/usr/share/kde4/apps/kdm/faces/professor.face.icon new file mode 100755 index 0000000000000000000000000000000000000000..f5b6b9cb086ee5adf87fd8da9ad69df9ad242a88 Binary files /dev/null and b/le-light-interface/pacote/usr/share/kde4/apps/kdm/faces/professor.face.icon differ diff --git a/le-light-interface/pacote/usr/share/kde4/apps/kdm/pics/users/aluno.png b/le-light-interface/pacote/usr/share/kde4/apps/kdm/pics/users/aluno.png new file mode 100755 index 0000000000000000000000000000000000000000..34ae6cc86a531ccde59f77cf2a3edefc862a0057 Binary files /dev/null and b/le-light-interface/pacote/usr/share/kde4/apps/kdm/pics/users/aluno.png differ diff --git a/le-light-interface/pacote/usr/share/kde4/apps/kdm/pics/users/professor.png b/le-light-interface/pacote/usr/share/kde4/apps/kdm/pics/users/professor.png new file mode 100755 index 0000000000000000000000000000000000000000..b1d11154972e6af832fceb442c9ae293b8ea723e Binary files /dev/null and b/le-light-interface/pacote/usr/share/kde4/apps/kdm/pics/users/professor.png differ diff --git a/le-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/init/01-kubuntu-default-setup.js b/le-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/init/01-kubuntu-default-setup.js new file mode 100755 index 0000000000000000000000000000000000000000..af02f5d573501d6749c74806bddd71d3f69d714c --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/updates/03-ihatethecashew.js b/le-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/updates/03-ihatethecashew.js new file mode 100755 index 0000000000000000000000000000000000000000..02a530c71fa764908d2f7863560721e750a122af --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/updates/04-lockwidgets.js b/le-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps/plasma-desktop/updates/04-lockwidgets.js new file mode 100755 index 0000000000000000000000000000000000000000..1618fe97b1ff522806bfabfa4ed8b8f274b99e6c --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/kdeglobals b/le-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/kdeglobals new file mode 100755 index 0000000000000000000000000000000000000000..5136804e8f2c37919029aabf68448b4887445dc9 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/klaunchrc b/le-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/klaunchrc new file mode 100755 index 0000000000000000000000000000000000000000..56a348751d403ff8dc23f7193499de858b4a6811 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/konquerorrc b/le-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/konquerorrc new file mode 100755 index 0000000000000000000000000000000000000000..e683325985a5e361b379307ec01c95a0bc3bef36 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/ksplashrc b/le-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/ksplashrc new file mode 100755 index 0000000000000000000000000000000000000000..b9c8cc62a017db9efdf3c70fb2958a4772ca55b8 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/kwinrc b/le-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/kwinrc new file mode 100755 index 0000000000000000000000000000000000000000..874a6a17b50225f2d878e19da971e7814662275a --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/plasma-desktop-appletsrc b/le-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/plasma-desktop-appletsrc new file mode 100755 index 0000000000000000000000000000000000000000..47ac0c7ce790f1552f2808381c6068a4eab18db5 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/plasmarc b/le-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/plasmarc new file mode 100755 index 0000000000000000000000000000000000000000..eeba6ac9d94788002fa7d5fc49ccbea28d2a4bf9 --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/systemsettingsrc b/le-light-interface/pacote/usr/share/kubuntu-default-settings/kde4-profile/default/share/config/systemsettingsrc new file mode 100755 index 0000000000000000000000000000000000000000..a670c2e73ee9bbfbaf0772edf6a1ee2c5ed3046e --- /dev/null +++ b/le-light-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-light-interface/pacote/usr/share/le-interface/kde-icon-cache.data b/le-light-interface/pacote/usr/share/le-interface/kde-icon-cache.data new file mode 100755 index 0000000000000000000000000000000000000000..0c2edccceae50142db3291835b92c3f3c273956a Binary files /dev/null and b/le-light-interface/pacote/usr/share/le-interface/kde-icon-cache.data differ diff --git a/le-light-interface/pacote/usr/share/le-interface/kde-icon-cache.index b/le-light-interface/pacote/usr/share/le-interface/kde-icon-cache.index new file mode 100755 index 0000000000000000000000000000000000000000..50aebae4ecd02014a21c4ef5f1eeff3fbf897d6c Binary files /dev/null and b/le-light-interface/pacote/usr/share/le-interface/kde-icon-cache.index differ diff --git a/le-light-interface/pacote/usr/share/le-interface/kde-icon-cache.updated b/le-light-interface/pacote/usr/share/le-interface/kde-icon-cache.updated new file mode 100755 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/le-light-interface/pacote/usr/share/locale-langpack/pt_BR/LC_MESSAGES/plasma_applet_launcher.mo b/le-light-interface/pacote/usr/share/locale-langpack/pt_BR/LC_MESSAGES/plasma_applet_launcher.mo new file mode 100755 index 0000000000000000000000000000000000000000..9562d50e3357173e53ba7a764a74316b74ed2412 Binary files /dev/null and b/le-light-interface/pacote/usr/share/locale-langpack/pt_BR/LC_MESSAGES/plasma_applet_launcher.mo differ diff --git a/le-light-interface/pacote/usr/share/locale-langpack/pt_BR/LC_MESSAGES/plasma_applet_showdesktop.mo b/le-light-interface/pacote/usr/share/locale-langpack/pt_BR/LC_MESSAGES/plasma_applet_showdesktop.mo new file mode 100755 index 0000000000000000000000000000000000000000..741e1b63414621427b4ff432c4922af527a658dd Binary files /dev/null and b/le-light-interface/pacote/usr/share/locale-langpack/pt_BR/LC_MESSAGES/plasma_applet_showdesktop.mo differ