From 8883be081e85f82228e00d997b0e80490f0fae8d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 16:05:51 -0600 Subject: Finish rename from prior commit --- desktop-effects-kde | 33 --------------- desktop-effects-kde.desktop | 10 ----- desktop-effects-kde4 | 32 -------------- desktop-effects-tde | 33 +++++++++++++++ desktop-effects-tde.desktop | 10 +++++ desktop-effects-tde4 | 32 ++++++++++++++ po/desktop-effects-kde.pot | 101 -------------------------------------------- po/desktop-effects-tde.pot | 101 ++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 176 insertions(+), 176 deletions(-) delete mode 100755 desktop-effects-kde delete mode 100644 desktop-effects-kde.desktop delete mode 100755 desktop-effects-kde4 create mode 100755 desktop-effects-tde create mode 100644 desktop-effects-tde.desktop create mode 100755 desktop-effects-tde4 delete mode 100644 po/desktop-effects-kde.pot create mode 100644 po/desktop-effects-tde.pot diff --git a/desktop-effects-kde b/desktop-effects-kde deleted file mode 100755 index 431c180..0000000 --- a/desktop-effects-kde +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/python -# -*- coding: UTF-8 -*- - -# 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 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. - -"""Desktop Effects for KDE - -Without arguments, immediately loads the Desktop Effects Configuration -window. -""" - -__copyright__ = "Copyright © 2007 Martin Böhm and the Kubuntu Team" -__author__ = "Kubuntu Team " -import sys -sys.path.append("/opt/trinity/share/pyshared") - -if sys.argv[0].endswith("trinity"): - from DesktopEffects.DesktopEffectsKDE import DesktopEffectsKDE as DesktopEffects -else: - from DesktopEffects.DesktopEffectsKDE4 import DesktopEffectsKDE4 as DesktopEffects -de = DesktopEffects() diff --git a/desktop-effects-kde.desktop b/desktop-effects-kde.desktop deleted file mode 100644 index 93a00d1..0000000 --- a/desktop-effects-kde.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Desktop Effects -Comment=Compiz Setup -Icon=kcmkwm -Exec=desktop-effects-tde4 -Terminal=false -Type=Application -OnlyShowIn=KDE -Categories=Compiz;Settings;DesktopSettings; diff --git a/desktop-effects-kde4 b/desktop-effects-kde4 deleted file mode 100755 index b876a79..0000000 --- a/desktop-effects-kde4 +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/python -# -*- coding: UTF-8 -*- - -# 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 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, see . -# -# Copyright 2007-2008 Martin Böhm -# Copyright 2007-2008 Michael Anderson - -"""Desktop Effects for KDE - -Without arguments, immediately loads the Desktop Effects Configuration -window. -""" - -__copyright__ = "Copyright © 2007 Martin Böhm and the Kubuntu Team" -__author__ = "Kubuntu Team " -import sys -sys.path.append("/opt/trinity/share/pyshared") - -from DesktopEffects.DesktopEffectsKDE4 import DesktopEffectsKDE4 as DesktopEffects -de = DesktopEffects() diff --git a/desktop-effects-tde b/desktop-effects-tde new file mode 100755 index 0000000..431c180 --- /dev/null +++ b/desktop-effects-tde @@ -0,0 +1,33 @@ +#!/usr/bin/python +# -*- coding: UTF-8 -*- + +# 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 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. + +"""Desktop Effects for KDE + +Without arguments, immediately loads the Desktop Effects Configuration +window. +""" + +__copyright__ = "Copyright © 2007 Martin Böhm and the Kubuntu Team" +__author__ = "Kubuntu Team " +import sys +sys.path.append("/opt/trinity/share/pyshared") + +if sys.argv[0].endswith("trinity"): + from DesktopEffects.DesktopEffectsKDE import DesktopEffectsKDE as DesktopEffects +else: + from DesktopEffects.DesktopEffectsKDE4 import DesktopEffectsKDE4 as DesktopEffects +de = DesktopEffects() diff --git a/desktop-effects-tde.desktop b/desktop-effects-tde.desktop new file mode 100644 index 0000000..93a00d1 --- /dev/null +++ b/desktop-effects-tde.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Desktop Effects +Comment=Compiz Setup +Icon=kcmkwm +Exec=desktop-effects-tde4 +Terminal=false +Type=Application +OnlyShowIn=KDE +Categories=Compiz;Settings;DesktopSettings; diff --git a/desktop-effects-tde4 b/desktop-effects-tde4 new file mode 100755 index 0000000..b876a79 --- /dev/null +++ b/desktop-effects-tde4 @@ -0,0 +1,32 @@ +#!/usr/bin/python +# -*- coding: UTF-8 -*- + +# 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 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, see . +# +# Copyright 2007-2008 Martin Böhm +# Copyright 2007-2008 Michael Anderson + +"""Desktop Effects for KDE + +Without arguments, immediately loads the Desktop Effects Configuration +window. +""" + +__copyright__ = "Copyright © 2007 Martin Böhm and the Kubuntu Team" +__author__ = "Kubuntu Team " +import sys +sys.path.append("/opt/trinity/share/pyshared") + +from DesktopEffects.DesktopEffectsKDE4 import DesktopEffectsKDE4 as DesktopEffects +de = DesktopEffects() diff --git a/po/desktop-effects-kde.pot b/po/desktop-effects-kde.pot deleted file mode 100644 index 77c74e6..0000000 --- a/po/desktop-effects-kde.pot +++ /dev/null @@ -1,101 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-20 20:28-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: DesktopEffects/DesktopEffectsCommon.py:73 -#: DesktopEffects/DesktopEffectsKDE.py:96 -msgid "&Remove Desktop Effects" -msgstr "" - -#: DesktopEffects/DesktopEffectsCommon.py:76 -#: DesktopEffects/DesktopEffectsKDE.py:100 -msgid "The Compiz engine is installed in your system." -msgstr "" - -#: DesktopEffects/DesktopEffectsCommon.py:80 -#: DesktopEffects/DesktopEffectsKDE.py:105 -msgid "" -"In order for Compiz Desktop Effects to work, the Compiz engine must be " -"installed on your system." -msgstr "" - -#: DesktopEffects/DesktopEffectsCommon.py:82 -#: DesktopEffects/DesktopEffectsKDE.py:107 -msgid "&Install Desktop Effects" -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:84 -msgid "Compiz Desktop Effects" -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:85 -msgid "Install" -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:86 -msgid "" -"Desktop Effects are an experimental feature of Kubuntu and are not " -"officially supported." -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:87 -msgid "Effects Level" -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:88 -msgid "No Effects" -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:89 -msgid "" -"All effects are disabled and KDE Window manager is used. This is the default " -"behaviour." -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:90 -msgid "Standard Effects" -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:91 -msgid "Some simple effects." -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:92 -msgid "Extra Effects" -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:93 -msgid "You'll need sunglasses" -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:94 -msgid "Custom Effects" -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:95 -msgid "" -"Use custom settings from another settings manager. Switching from this " -"option to another will back up any custom settings" -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:96 -msgid "Apply" -msgstr "" - -#: DesktopEffects/DesktopEffectsKDE4.py:97 -msgid "Done" -msgstr "" diff --git a/po/desktop-effects-tde.pot b/po/desktop-effects-tde.pot new file mode 100644 index 0000000..77c74e6 --- /dev/null +++ b/po/desktop-effects-tde.pot @@ -0,0 +1,101 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-04-20 20:28-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: DesktopEffects/DesktopEffectsCommon.py:73 +#: DesktopEffects/DesktopEffectsKDE.py:96 +msgid "&Remove Desktop Effects" +msgstr "" + +#: DesktopEffects/DesktopEffectsCommon.py:76 +#: DesktopEffects/DesktopEffectsKDE.py:100 +msgid "The Compiz engine is installed in your system." +msgstr "" + +#: DesktopEffects/DesktopEffectsCommon.py:80 +#: DesktopEffects/DesktopEffectsKDE.py:105 +msgid "" +"In order for Compiz Desktop Effects to work, the Compiz engine must be " +"installed on your system." +msgstr "" + +#: DesktopEffects/DesktopEffectsCommon.py:82 +#: DesktopEffects/DesktopEffectsKDE.py:107 +msgid "&Install Desktop Effects" +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:84 +msgid "Compiz Desktop Effects" +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:85 +msgid "Install" +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:86 +msgid "" +"Desktop Effects are an experimental feature of Kubuntu and are not " +"officially supported." +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:87 +msgid "Effects Level" +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:88 +msgid "No Effects" +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:89 +msgid "" +"All effects are disabled and KDE Window manager is used. This is the default " +"behaviour." +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:90 +msgid "Standard Effects" +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:91 +msgid "Some simple effects." +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:92 +msgid "Extra Effects" +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:93 +msgid "You'll need sunglasses" +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:94 +msgid "Custom Effects" +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:95 +msgid "" +"Use custom settings from another settings manager. Switching from this " +"option to another will back up any custom settings" +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:96 +msgid "Apply" +msgstr "" + +#: DesktopEffects/DesktopEffectsKDE4.py:97 +msgid "Done" +msgstr "" -- cgit v1.2.1